@charset "UTF-8";
/*
Theme Name: KFUMspejder
Theme URI: https://symbiotisk.dk
Author: Symbiotisk ApS
Author URI: https://symbiotisk.dk
Description: 
Requires at least: 6.0
Text Domain: kfum
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
/**
 * These are default block editor widths in case the theme doesn't provide them.
 */
/**
 * Breakpoints & Media Queries
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type=search] {
  -webkit-appearance: none;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "webflow-icons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=w-icon-],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "webflow-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

.w-icon-file-upload-remove:before {
  content: "\e900";
}

.w-icon-file-upload-icon:before {
  content: "\e903";
}

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

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}

.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable=true]:before,
.w-richtext[contenteditable=true]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type=video] > div:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  max-width: 100%;
  text-align: left;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type=image] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type=image] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type=video] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse=all] .w-nav-button {
  display: block;
}

.w--nav-dropdown-open {
  display: block;
}

.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=medium] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=small] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=tiny] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}

.w-tab-link.w--current {
  background-color: #C8C8C8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-dyn-hide {
  display: none !important;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid !important;
}

.wf-layout-cell {
  display: flex !important;
}

.wp-block-button.map-reset-button {
  display: none;
}

.acf-block-preview .wp-block-hyperlink-group {
  pointer-events: none;
}

.stor.afdeling {
  display: none;
}

.kfum-map-loading, .kfum-map-not-found {
  display: none;
}

.acf-block-preview > .activities-list {
  pointer-events: none;
}

.map-reset-button {
  display: none;
}

.badges-loading {
  display: none;
  margin-left: 1.4rem;
  margin-right: 8px;
  color: #007749;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 0;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  padding-top: 0px;
  background-color: #e5e2db;
  font-family: "Museo Sans Rounded", sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1.5;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1d3c34;
  font-size: 4em;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}

h2 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #007749;
  font-size: 2.7rem;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.5em;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}

a {
  color: #007749;
  text-decoration: underline;
}

a:hover {
  color: #169b62;
  text-decoration: none;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #007749;
  font-size: 1.2em;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.check-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error {
  margin-bottom: 2vw;
  padding: 20px;
  border-radius: 1vw;
  background-color: #dd5061;
  font-size: 1.1rem;
  font-weight: 700;
}

.input {
  height: auto;
  margin-right: 14px;
  margin-bottom: 0vw;
  padding: 1vw 0.5vw 1vw 1vw;
  border-style: solid;
  border-width: 2px;
  border-color: #e5e2db;
  border-radius: 5px;
  background-color: #e5e2db;
  font-size: 1rem;
  line-height: 1;
}

.input:hover {
  border-width: 2px;
  border-color: #71cc98;
  background-color: #fff;
}

.input:focus {
  border-style: solid;
  border-color: #169b62;
  background-color: #fff;
  box-shadow: 0 0 14px 1px rgba(113, 204, 152, 0.56);
  color: #000;
}

.input::-webkit-input-placeholder {
  color: #788a97;
}

.input:-ms-input-placeholder {
  color: #788a97;
}

.input::-ms-input-placeholder {
  color: #788a97;
}

.input::placeholder {
  color: #788a97;
}

.input.area {
  min-height: 10vw;
  border-radius: 3px;
}

.input.white {
  border-style: none;
  border-radius: 3vw;
  background-color: #fff;
  color: #000;
}

.input.white-footer {
  min-width: 220px;
  padding: 0.7rem;
  border: 1px solid #169b62;
  border-radius: 3vw;
  background-color: transparent;
  color: #1d3c34;
  font-size: 1rem;
  font-weight: 300;
}

.input.white-footer:hover {
  border-color: #fff;
}

.input.white-footer:focus {
  background-color: rgba(255, 239, 177, 0.19);
}

.input.white-footer::-webkit-input-placeholder {
  color: #1d3c34;
  font-weight: 300;
}

.input.white-footer:-ms-input-placeholder {
  color: #1d3c34;
  font-weight: 300;
}

.input.white-footer::-ms-input-placeholder {
  color: #1d3c34;
  font-weight: 300;
}

.input.white-footer::placeholder {
  color: #1d3c34;
  font-weight: 300;
}

.success {
  margin-bottom: 2vw;
  padding: 0px;
  background-color: transparent;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
}

.radio-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.radio-label {
  color: #3c413f;
  font-size: 0.9em;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0rem;
  text-transform: none;
}

.content {
  position: relative;
  width: 100vw;
  padding-left: 4vw;
}

.content.subpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1vw;
  padding-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.subpages {
  position: relative;
  z-index: 2;
  width: 92vw;
  margin-left: 8vw;
  padding-right: 0vw;
  padding-left: 0vw;
  box-shadow: -15px 0 20px -16px rgba(0, 0, 0, 0.27);
}

.content.subpages2 {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-left: 0vw;
  padding-right: 0vw;
  padding-bottom: 0vh;
  padding-left: 4vw;
  border-bottom: 1px none #000;
  box-shadow: -15px 0 20px -16px rgba(0, 0, 0, 0.27);
}

.checkbox {
  margin-right: 10px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px none hsla(0, 0%, 100%, 0.5);
  border-bottom: 1px none rgba(60, 65, 64, 0.07);
}

.section.line-under-spaced {
  margin-bottom: 3vh;
  padding-bottom: 2vh;
  border-bottom: 1px solid #ccc;
}

.section.flex-horisont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section.flex-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.horisontal-center {
  padding: 0vw;
}

.section.is--fixedmenu {
  padding-right: 0vw;
  padding-left: 0vw;
}

.section.v01 {
  height: auto;
  min-height: 50vh;
  padding: 3vh 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
  border-radius: 0px;
  background-color: #fff;
}

.section.v01.first {
  padding-top: 7vh;
}

.section.v01.maerker1 {
  min-height: auto;
  padding: 2vh 2vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.section.v01.maerker2 {
  display: none;
}

.section.v01.grey {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.section.v01.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section._100vh {
  height: 100vh;
  padding-top: 7vw;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #aaa;
}

.section.fold {
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 0.5vw;
  padding: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  border-radius: 2vw;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.section.menu_demo {
  padding-bottom: 1vw;
}

.section.wireframe-holder {
  padding: 4vw;
  background-color: transparent;
}

.section.v02 {
  height: auto;
  min-height: auto;
  padding: 5vh 3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0vw;
  background-color: #e5e2db;
}

.section.v03 {
  height: auto;
  min-height: 10vh;
  padding: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
  background-color: #fff;
}

.section.dark {
  background-color: #000;
}

.section.min-100vh {
  height: auto;
  min-height: 100vh;
  padding: 7vw 3vw 6vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #aaa;
}

.section.artikel {
  height: auto;
  min-height: 50vh;
  padding: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #aaa;
}

.section.faq {
  height: auto;
  min-height: 50vh;
  padding: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-style: none;
  border-bottom-style: none;
  border-radius: 0px;
  background-color: transparent;
}

.section.map {
  position: relative;
  padding: 5vh 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 66.7%, 0.1);
  border-radius: 0vw;
  background-color: #e5e2db;
}

.section.centered {
  height: auto;
  min-height: 50vh;
  padding: 15vh 4vw 18vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #aaa;
  border-radius: 0vw;
  background-color: #e5e2db;
  text-align: center;
}

.section.aktuelt {
  height: auto;
  min-height: 50vh;
  padding: 7vh 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
  background-color: #fff;
}

.section.calendar {
  height: auto;
  min-height: 50vh;
  padding: 2vh 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
  background-color: #e5e2db;
}

.section.temaer {
  display: none;
  overflow: visible;
  height: auto;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
  border-top-style: none;
  border-radius: 0px;
}

.section.frontpage {
  height: auto;
  padding-top: 2vw;
}

.section.article {
  width: 70%;
  padding: 0vw 3vw 7vh 6vw;
}

.section.magasiner {
  height: auto;
  min-height: 10vh;
  padding: 2vh 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
}

.section.activity {
  padding: 3vw 3vw 3vw 6vw;
  background-color: #fff;
}

.section.activityheader {
  height: 80vh;
  min-height: 600px;
  padding-top: 2vw;
  padding-right: 2vw;
  padding-left: 2vw;
  background-color: #fff;
}

.section.all_activities {
  height: auto;
  min-height: 50vh;
  padding: 10vh 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
  border-radius: 0px;
  background-color: #e5e2db;
}

.section.activityheader-no-foto {
  height: auto;
  padding: 13vw 6vw 4vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #e5e2db;
  font-size: 1.1em;
}

.section.v04 {
  height: auto;
  min-height: 50vh;
  padding: 0vh 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #fff;
  border-radius: 0px;
  background-color: #e5e2db;
}

.section.fold-inline {
  height: auto;
  min-height: auto;
  margin-bottom: 0.5vw;
  padding: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  border-radius: 3vw;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.section.mini_info {
  height: auto;
  min-height: 50vh;
  padding: 0vh 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
  border-radius: 0px;
  background-color: #fff;
}

.section.sidebyside {
  height: 75vh;
  padding: 3vw 3vw 3vw 4vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.section.sidebyside.illustration {
  z-index: 100;
  display: none;
  overflow: visible;
  height: 50vh;
  margin-top: 0vw;
  padding: 0vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.section.sidebyside.illustration-annim {
  z-index: 100;
  overflow: visible;
  height: 95vh;
  margin-top: 0vw;
  padding: 0vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
}

.section.sidebyside.illustration_line {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 50vh;
  margin-top: 0vw;
  padding: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.section.sideside-no-image {
  height: auto;
  padding: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.testimonial {
  height: auto;
  min-height: 50vh;
  padding: 10vh 4vw 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
  border-radius: 0px;
  background-color: #e5e2db;
}

.section.listlinks {
  height: auto;
  min-height: 50vh;
  padding: 10vh 4vw 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
  border-radius: 0px;
}

.section.see-also {
  padding: 3vw 3vw 3vw 6vw;
  background-color: #e5e2db;
}

.section.temaer-1 {
  display: block;
  height: auto;
  min-height: 50vh;
  padding: 2vh 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
  border-top-style: none;
  border-radius: 0px;
  background-color: #e5e2db;
}

.section.aktuelt-transparent {
  height: auto;
  min-height: 50vh;
  padding: 2vh 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
  background-color: transparent;
}

.section.activities-inline {
  height: auto;
  min-height: 50vh;
  padding: 2vh 4vw 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
  border-radius: 0px;
  background-color: #e5e2db;
}

.section.maerke-var {
  height: auto;
  min-height: 50vh;
  padding: 10vh 4vw 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.section.viewer {
  padding: 6vw;
}

.section.with-icon {
  height: auto;
  padding: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.with-icon.with-submenu {
  padding-top: 4vw;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.section.aktuelt {
  height: auto;
  min-height: 50vh;
  padding: 10vh 4vw 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #aaa;
  border-radius: 0px;
  background-color: #fff;
}

.section.half-header {
  height: 52vh;
  min-height: 500px;
  padding-top: 2vw;
  padding-right: 2vw;
  padding-left: 2vw;
  background-color: #fff;
}

.section.hvid {
  background-color: #fff;
}

.section.viewer-inline {
  padding: 0vw;
}

.rich {
  position: relative;
  max-width: 70ch;
  clear: both;
  font-size: 1em;
}

.rich h1 {
  margin-bottom: 0.5em;
  font-size: 2.7rem;
}

.rich h2 {
  margin-top: 0.5em;
  margin-bottom: 1.2rem;
  color: #007749;
  font-size: 2rem;
  font-weight: 700;
}

.rich h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.3;
}

.rich h4 {
  margin-bottom: 0.7em;
  color: #1d3c34;
  font-size: 1.3rem;
  line-height: 1.3;
}

.rich p {
  margin-bottom: 2rem;
  font-family: "Museo Sans Rounded", sans-serif;
  color: #3c413f;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}

.rich.fact {
  margin-bottom: 2vw;
  padding: 2vw;
  border: 4px solid #169b62;
  background-color: #fff;
  color: #007749;
}

.rich.is--article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rich a {
  color: #169b62;
}

.rich a:hover {
  color: #1d3c34;
  text-decoration: none;
}

.rich strong {
  color: #333;
}

.rich p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.rich figure {
  overflow: hidden;
  border-radius: 1vw;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #71cc98;
  font-size: 1.1em;
  text-decoration: none;
}

.btn:hover {
  background-color: #169b62;
}

.rich-fact {
  position: relative;
  min-width: 100%;
  margin-right: 0vw;
  margin-bottom: 2vw;
  margin-left: 0vw;
  padding: 2.5vw 2vw 2vw;
  border: 4px solid #169b62;
  border-radius: 1.5vw;
  background-color: transparent;
  font-size: 1em;
}

.rich-fact h1 {
  margin-bottom: 0.4em;
  font-size: 2rem;
}

.rich-fact h2 {
  margin-bottom: 0.6em;
  color: #1d3c34;
  font-size: 1.7rem;
}

.rich-fact h3 {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 700;
}

.rich-fact p {
  color: #646464;
  font-size: 1rem;
  font-weight: 400;
}

.rich-fact h4 {
  margin-bottom: 0.5rem;
  color: #007749;
  font-size: 1.1rem;
  line-height: 1.2;
}

.rich-fact a {
  color: #169b62;
}

.rich-fact a:hover {
  color: #007749;
  text-decoration: none;
}

.rich-fact figure {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.rich-fact li {
  color: #646464;
  font-size: 1.2em;
}

.rich-fact.mobile {
  display: none;
}

.check-label {
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: none;
}

.radio-button {
  margin-top: 0px;
  margin-right: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.granyon-password {
  margin-bottom: 2rem;
}

.header-wrap {
  position: relative;
  z-index: 10;
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.header-wrap.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap.spread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrap.in-footer {
  margin-bottom: 0.6em;
}

.header-wrap.float {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-wrap {
  padding: 32px;
  background-color: #f0f0f0;
}

.c-white {
  background-color: #fff;
}

.c-grey1 {
  background-color: #d9d9d6;
}

.c-grey2 {
  background-color: #aaa;
}

.c-grey3 {
  background-color: #7a7d81;
}

.c-grey4 {
  background-color: #333;
}

.c-black {
  background-color: #000;
}

.c-brand {
  background-color: #71cc98;
}

.c-brand.v2 {
  background-color: #4dff9a;
}

.c-uniform {
  background-color: #1d3c34;
}

.c-green1 {
  background-color: #007749;
}

.c-green2 {
  background-color: #169b62;
}

.c-sand {
  background-color: #afa89d;
}

.c-lilla {
  background-color: #500778;
}

.c-gul {
  background-color: #ffd94a;
}

.c-gul.gul2 {
  background-color: #ffefb0;
}

.c-orange {
  background-color: #ff9e1b;
}

.c-red {
  background-color: #dd5061;
}

.c-red2 {
  background-color: #a85959;
}

._25 {
  width: 25%;
}

._10 {
  width: 10%;
}

.horisontal-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.expand {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horisontal-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.horisontal-left.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._33 {
  width: 33%;
}

.vertical-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._20 {
  width: 20%;
}

._22 {
  width: 20%;
}

.vertical-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.horisontal-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

._50 {
  width: 50%;
}

._15 {
  width: 15%;
}

.nav_level3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav_level3.dark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-height: 99vh;
  padding: 3vh 5vw 3vh 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #333;
}

.contain {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.contain.left {
  padding-left: 0px;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.contain.bottom {
  position: relative;
  height: auto;
  max-height: 30vw;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.contain.illustration {
  opacity: 1;
  -webkit-filter: invert(100%) grayscale(100%);
  filter: invert(100%) grayscale(100%);
}

.contain.ill-buttom {
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}

.nav_social_icon_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.1em;
  padding-left: 0em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.innernav_parttop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  padding-top: 0vh;
  padding-right: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1em;
}

.close__wrap {
  position: absolute;
  left: auto;
  top: 2em;
  right: 2em;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(31, 31, 31, 0.18);
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.close__wrap:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link-social {
  width: 4em;
  height: 4em;
}

.logo-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 6vw;
  padding: 0vw 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.close-icon {
  width: 40%;
}

.icon__search {
  width: 2vw;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  display: block;
  width: 4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 3vw;
  border-bottom-right-radius: 3vw;
  background-color: #e5e2db;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.navigation-top {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 0px none #000;
  border-bottom: 0px none #000;
  font-size: 1em;
}

.menu__line {
  width: 60%;
  height: 3px;
  margin-bottom: 4px;
  padding: 0px;
  background-color: #646464;
}

.menu__line.is--2 {
  width: 70%;
  border-radius: 2px;
  background-color: #71cc98;
}

.menu__line.is--3 {
  width: 70%;
  border-radius: 2px;
  background-color: #71cc98;
}

.menu__line.is--1 {
  width: 70%;
  border-radius: 2px;
  background-color: #71cc98;
}

.nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 18px;
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: "Museo Sans Rounded", sans-serif;
  color: #4dff9a;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 100;
  text-decoration: none;
}

.nav-item:hover {
  color: #fff;
  font-weight: 300;
}

.nav-item.w--current {
  color: #fff;
}

.nav-item.is--main {
  overflow: hidden;
  width: auto;
  height: auto;
  margin-right: 1em;
  margin-bottom: 0.2em;
  padding: 0.8em 0.9em 0.6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 30px;
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
  text-decoration: none;
}

.nav-item.is--main:hover {
  background-color: rgba(22, 155, 98, 0.5);
  color: #ff9e1b;
  text-decoration: none;
}

.nav-item.is--main.w--current {
  position: relative;
  z-index: 1;
}

.nav-item.is-hihg {
  overflow: hidden;
  width: auto;
  height: auto;
  margin-right: 1em;
  margin-bottom: 2em;
  padding: 0.8em 0.9em 0.6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-weight: 500;
  text-decoration: none;
}

.nav-item.is-hihg:hover {
  background-color: #ff9e1b;
  color: #1d3c34;
  text-decoration: none;
}

.nav-item.is-hihg.v2 {
  position: relative;
  overflow: visible;
  width: 100%;
  margin-right: 0.5em;
  margin-bottom: 0.7rem;
  padding: 0.5rem 0em 0.1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
}

.nav-item.is-hihg.v2:hover {
  color: #ffd94a;
  font-weight: 500;
}

.nav-item.is-hihg.v2.last {
  margin-bottom: 0rem;
}

.nav-item.is-hihg.v2.mobile {
  display: none;
}

.nav-item.is-hihg.v3 {
  width: 100%;
  margin-right: 0.5em;
  margin-bottom: 0.4em;
  padding: 0.1em 0em 0.2em;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.6em;
  font-weight: 100;
}

.nav-item.is-hihg.v3:hover {
  border-bottom-style: none;
  color: #ffd94a;
}

.nav-item.is-hihg.v4 {
  margin-right: 0.5em;
  margin-bottom: 0.75em;
  padding-top: 0.6em;
  padding-bottom: 0.4em;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  color: #1d3c34;
  font-size: 1.5em;
}

.nav-item.is-hihg.v4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#169b62), to(#169b62));
  background-image: linear-gradient(180deg, #169b62, #169b62);
  color: #fff;
}

.nav-item.is-hihg.frontpage {
  position: relative;
  display: none;
  overflow: visible;
  width: 100%;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  padding: 0.3em 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  font-size: 2.5em;
  font-weight: 300;
}

.nav-item.is-hihg.frontpage:hover {
  color: #ffd94a;
}

.nav-item.is-hihg.tema {
  position: relative;
  overflow: hidden;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.6rem 1rem 0.4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  background-color: #500778;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  color: #ffefb0;
  font-weight: 300;
}

.nav-item.is-hihg.tema:hover {
  background-color: #fff;
  color: #1d3c34;
}

.nav-item.is-hihg.tema.tema-2 {
  background-color: #ffd94a;
  color: #1449a5;
}

.nav-item.is-hihg.tema.tema-2:hover {
  background-color: #fff;
  color: #1d3c34;
}

.nav-item.is-hihg.tema.tema-3 {
  background-color: #dd5061;
  color: #ffefb0;
}

.nav-item.is-hihg.tema.tema-3:hover {
  background-color: #fff;
  color: #1d3c34;
}

.nav-item.is-hihg.tema.tema-4 {
  background-color: #007749;
  color: #fff;
}

.nav-item.is-hihg.tema.tema-4:hover {
  background-color: #fff;
  color: #1d3c34;
}

.nav-item.social {
  color: #71cc98;
}

.nav-item.social:hover {
  color: #fff;
}

.nav-item.mini {
  width: auto;
  margin-right: 21px;
  color: #71cc98;
  font-size: 1rem;
}

.nav-item.mini:hover {
  color: #169b62;
}

.nav_item__text {
  text-decoration: none;
}

.nav_item__text.is--big {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  font-family: "Museo Sans Rounded", sans-serif;
  line-height: 1;
  text-decoration: none;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  padding-top: 0em;
  padding-right: 0.2em;
  padding-left: 0.2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid hsla(0, 0%, 39.3%, 0.25);
}

.navigation:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: hsla(0, 0%, 66.7%, 0.26);
}

.navigation__foldout {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 100vh;
  padding: 34px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #646464;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.close-trigger {
  position: absolute;
  left: auto;
  top: 0%;
  right: -20vw;
  bottom: 0%;
  z-index: 3000;
  display: none;
  width: 20vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo__wrapper {
  display: none;
  padding-right: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0vh;
  margin-bottom: 0.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap__header.on--image {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 0vh;
  padding: 10vh 4vw 3vw 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px 0vw 2vw 2vw;
  color: #fff;
  font-size: 1em;
  text-align: left;
  text-shadow: 1px 1px 19px rgba(0, 0, 0, 0.22);
}

.wrap__header.on--image.big {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-bottom: 3vw;
  padding-left: 3vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: none;
}

.wrap__header.on--image.small {
  padding-bottom: 2vw;
  padding-left: 2vw;
}

.wrap__header.on--image.oin-circle {
  padding: 2vh 2vh 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrap__header.on--image.ill {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding: 17vw 34vw 3vw 3vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: none;
}

.wrap__header.fullwidth {
  display: none;
  overflow: hidden;
  margin-bottom: 1vw;
  padding-left: 3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wrap__header.is-faq {
  margin-bottom: 2vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: 300;
}

.wrap__header.is--search {
  padding: 7vw 3vw 3vw;
}

.wrap__header.is--maerker {
  margin-bottom: 0em;
  padding: 12vw 3vw 3vw;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.wrap__header.center {
  position: relative;
  z-index: 10;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap__header.sidebyside {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 50%;
  margin-top: 3vw;
  margin-bottom: 2vw;
  margin-left: 3vw;
  padding: 10vh 10vw 0vw 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 2vw;
  border-bottom-left-radius: 2vw;
}

.wrap__header.sidebyside.noimage {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0vw;
  margin-right: 0vw;
  margin-left: 0vw;
  padding-top: 4vw;
  border-top-right-radius: 2vw;
  border-bottom-right-radius: 2vw;
}

.wrap__header.sidebyside.noimage-begie {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0vw;
  padding: 12vw 4vw 3vw;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.wrap__header.sidebyside.noimage-begie.with-icon {
  padding-right: 37vw;
  background-color: transparent;
}

.wrap__header.sidebyside.illustratiobn {
  position: relative;
  width: 100%;
  height: 90%;
  margin-top: 0vw;
  margin-right: 0vw;
  margin-left: 0vw;
  padding-top: 17vh;
  padding-left: 4vw;
  border-top-left-radius: 0vw;
  border-top-right-radius: 0vw;
  border-bottom-right-radius: 2vw;
}

.wrap__header.sidebyside.animation {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 90%;
  margin-top: 0vw;
  margin-right: 0vw;
  margin-left: 0vw;
  padding-top: 5vh;
  padding-left: 12vw;
  border-top-left-radius: 0vw;
  border-top-right-radius: 0vw;
  border-bottom-right-radius: 2vw;
}

.menuexpand {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menuexpand:hover {
  background-color: rgba(0, 119, 73, 0.72);
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 5vh 4vw 0vw 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #000;
  background-color: #71cc98;
  color: #fff;
}

.wrap__submenu {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 40vw;
  height: auto;
  min-height: 100vh;
  min-width: 40vw;
  padding-top: 0vw;
  padding-left: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.5;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.link__submenu {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0vw;
  padding: 0.6rem 1.1rem 0.6rem 1.2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffefb0;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.link__submenu:hover {
  background-color: #fff;
  color: #dd5061;
  text-decoration: none;
}

.link__submenu.w--current {
  background-color: #ce4253;
  color: #fff;
  text-decoration: none;
}

.link__submenu.w--current:hover {
  background-color: #b13544;
}

.link__submenu.med_under {
  padding-right: 0.25vw;
  border-top-right-radius: 3vw;
  border-bottom-right-radius: 3vw;
}

.link__submenu.as__menu {
  padding-right: 0.25vw;
}

.link__submenu.som-filter {
  width: 100%;
  margin-right: 0vw;
  padding: 0.7rem 1vw 0.6rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4vw;
  background-color: #fff;
  color: #007749;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.link__submenu.first {
  border-top-left-radius: 3vw;
  border-bottom-left-radius: 3vw;
}

.link__subsubmenu {
  width: 100%;
  padding: 0em 0.8em;
  color: #1d3c34;
  font-size: 1em;
  line-height: 1.9;
}

.link__subsubmenu:hover {
  color: #007749;
}

.wrap__subsub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top {
  position: relative;
  width: 1px;
  height: 1px;
}

.ppms_cm_popup_wrapper.top {
  height: auto;
}

.menu__wrap {
  padding: 40px;
  background-color: #646464;
}

.group__nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 0vh 2vw 0vh 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  color: #fff;
}

.group__nav:hover {
  background-color: transparent;
  color: #ffd94a;
}

.group__nav.horisontal-left {
  margin-bottom: 0px;
  padding: 2vh 2vw 1vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 1em;
}

.group__nav.horisontal-left.main {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: 0vw;
  margin-left: 0vw;
  padding: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 1.2em;
  font-weight: 700;
}

.group__nav.horisontal-left.cta {
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: 0vw;
  margin-left: 0vw;
  padding: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 1.2em;
  font-weight: 700;
}

.group__nav.right__now {
  display: block;
  font-size: 0.8vw;
}

.group__nav.level2 {
  margin-bottom: 4vh;
  padding-top: 0vh;
  padding-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.group__nav.social {
  left: -1px;
  width: auto;
  padding: 0vh 0vw 2vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submenu__outer {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: hidden;
  width: auto;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #e0dbd1;
}

.wrap__foto {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap__foto.small {
  height: 20vw;
  background-image: url("./images/wireframe_image.svg");
  background-size: 8vw;
}

.wrap__foto.wrap__fototile {
  overflow: hidden;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 2vw;
  background-color: transparent;
  background-image: none;
}

.wrap__foto._50 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 40vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw;
  background-color: transparent;
  background-image: none;
}

.wrap__foto.flex {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: 12px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 1vw;
  cursor: pointer;
}

.wrap__foto.is--projekt {
  height: 13vw;
  margin-top: 14px;
}

.wrap__foto.is--map {
  position: -webkit-sticky;
  position: sticky !important;
  top: 0px;
  width: 60%;
  height: 100vh;
  padding: 0vw 2vw 2vw;
  background-color: transparent;
  background-image: none;
}

.wrap__foto.fullheight {
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 80vh;
  margin-right: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw;
  background-color: transparent;
  background-image: none;
}

.wrap__foto.onfrontpage {
  overflow: hidden;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1vw;
  background-color: transparent;
  background-image: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.wrap__foto.onfrontpage:hover {
  border-radius: 2vw;
}

.wrap__foto.m-rker {
  position: relative;
  z-index: 1;
  overflow: visible;
  width: 80%;
  height: auto;
  margin-right: 12px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 1vw;
  cursor: pointer;
}

.wrap__foto.temaer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 13;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20vw;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

.wrap__foto.circle-fp {
  overflow: hidden;
  width: 14vw;
  height: 14vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10vw;
  background-color: #dd5061;
  background-image: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.center {
  text-align: center;
}

.subheader {
  position: relative;
  z-index: 1;
  margin-top: 11px;
  margin-bottom: 1vw;
  color: #3c413f;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  text-align: left;
}

.subheader.center {
  text-align: center;
}

.subheader.lists {
  display: block;
  margin-top: 0px;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
}

.subheader.frontpage {
  margin-top: 0px;
  margin-bottom: 0vw;
  color: #fff;
}

.subheader.list_theme {
  display: block;
  margin-top: 0px;
  color: #fff;
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
}

.subheader.foldout {
  max-width: 60ch;
  margin-bottom: 4vw;
  color: #007749;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
}

.subheader.nyhedsbrev {
  margin-bottom: 0vw;
  color: #1d3c34;
  font-size: 1rem;
  font-weight: 300;
}

.subheader.frontpage-dark {
  margin-top: 0px;
  margin-bottom: 0vw;
  color: #007749;
  font-size: 1.6em;
  font-weight: 500;
  text-shadow: none;
}

.content_inner {
  position: relative;
  top: 0px;
  overflow: visible;
  width: 100%;
  border-bottom: 1px none #000;
  background-color: transparent;
}

body .content__hidden {
  display: none;
  width: 100%;
  margin-top: 8vh;
  margin-bottom: 6vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content__hidden.readline {
  display: none;
  margin-top: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content__hidden.no-flex {
  display: none;
}

.aktiviteter {
  width: 100%;
}

.col {
  position: relative;
  width: 100%;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40vh;
  min-height: 40vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list.horisontal-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list.horisontal-center {
  height: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list.tema {
  height: auto;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item.tema {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vw;
  margin-bottom: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.item.tema:nth-child(even) {
  position: relative;
}

.link__nounderline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.link__nounderline:hover {
  text-decoration: underline;
}

.minilogo {
  width: 80%;
  height: 50px;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.wrap__fototile {
  background-color: #eee;
  background-image: url("./images/wireframe_image.svg");
  background-position: 0px 0px;
  background-size: 12vw 12vw;
}

.wrap__textfoto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.wrap__textfoto.horisontal-center {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 3vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap__textfoto.is--map {
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
}

.wrap__textfoto.vores-magasiner {
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap__textfoto.bigteaser {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 7vh 6vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #afa89d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.wrap__textfoto.bigteaser:hover {
  background-color: #fff;
}

.wrap__texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e5e2db;
  text-align: left;
}

.wrap__texts.left {
  padding-left: 2vw;
}

.wrap__texts.padded {
  padding: 6vw 6vw 6vw 3vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.wrap__texts.is--map {
  width: 40%;
  height: auto;
  padding: 3vw 3vw 3vw 5vw;
  background-color: transparent;
}

.wrap__texts.tilt-off {
  position: relative;
  bottom: -28px;
  margin-top: 0px;
  padding: 0vw 6vw 6vw 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.wrap__texts.center_tryksager {
  width: 100%;
  margin-bottom: 0vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.wrap__texts.shortcuts {
  width: 75%;
  padding-right: 5vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.wrap__texts.mini-info {
  padding: 4vw 6vw 4vw 3vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.wrap__texts.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cover {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cover.round {
  position: relative;
  z-index: 10;
  border-radius: 2vw;
}

.cover.multiply {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}

.cover.full-width {
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.cover.theme {
  height: 100%;
  border-radius: 2vw;
}

.cover.theme.last {
  height: 100%;
  border-bottom-left-radius: 2vw;
  border-bottom-right-radius: 2vw;
}

.list__horisontal {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 14px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1vw;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  line-height: 1.3;
}

.text__overlay.vert_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.text__overlay.tema {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  width: 100%;
  height: 100%;
  padding-top: 0vh;
  padding-bottom: 0px;
  padding-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 3vw) rotate(-5deg);
  -ms-transform: translate(0px, 3vw) rotate(-5deg);
  transform: translate(0px, 3vw) rotate(-5deg);
  font-size: 1.6em;
  text-align: center;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}

.grid-2x2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrap_magasin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.embedmap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0.2vw;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 20px 3px rgba(0, 0, 0, 0.09);
  outline-color: #fff;
  outline-offset: 1px;
  outline-style: solid;
  outline-width: 1px;
}

.form {
  width: 100%;
  max-width: 900px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.buttons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0.9em 1.7em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2em;
  background-color: #169b62;
  background-image: none;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.buttons:hover {
  background-color: #500778;
}

.buttons.textur1 {
  margin-right: 0.3em;
  padding-right: 1.6em;
  padding-left: 1.6em;
  border-radius: 5vw;
  background-image: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 1rem;
}

.buttons.textur1:hover {
  color: #fff;
}

.buttons.buttons_search {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: auto;
  height: 4vw;
  padding: 0em 1.4em;
  border-radius: 5em;
}

.buttons.buttons_search:hover {
  background-color: #500778;
}

.buttons.buttons_search.hide-on-filter {
  display: none;
}

.buttons.submit {
  margin-top: 1.2rem;
  padding: 0.5em 1.4em;
  font-size: 1.2em;
}

.buttons.add-to-planner {
  margin-right: 0.3em;
  padding-right: 1.6em;
  padding-left: 1.6em;
  border-radius: 5vw;
  background-color: #500778;
  background-image: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 0.8rem;
}

.buttons.add-to-planner:hover {
  background-color: #169b62;
  color: #fff;
}

.buttons.remove-from-planner {
  width: 100%;
  margin-right: 0.3em;
  padding-right: 1.6em;
  padding-left: 1.6em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5vw;
  background-color: #007749;
  background-image: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 0.8rem;
}

.buttons.remove-from-planner:hover {
  background-color: #dd5061;
  color: #fff;
}

.buttons.add-to-planner-inline {
  margin-right: 0.3em;
  padding-right: 1.1em;
  padding-left: 1.1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5vw;
  background-color: #500778;
  background-image: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 0.8rem;
}

.buttons.add-to-planner-inline:hover {
  background-color: #169b62;
  color: #fff;
}

.buttons.textur1-copy {
  margin-right: 0.3em;
  padding-right: 1.6em;
  padding-left: 1.6em;
  border-radius: 5vw;
  background-image: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 1rem;
}

.buttons.textur1-copy:hover {
  color: #fff;
}

.buttons.red {
  background-color: #dd5061;
}

.buttons.red:hover {
  color: #fff;
}

.buttons.add-to-planner-inline-copy {
  margin-right: 0.3em;
  padding-right: 1.1em;
  padding-left: 1.1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5vw;
  background-color: #500778;
  background-image: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 0.8rem;
}

.buttons.add-to-planner-inline-copy:hover {
  background-color: #169b62;
  color: #fff;
}

.buttons.remove {
  padding-right: 1.1em;
  padding-left: 1.1em;
  background-color: #dd5061;
}

.buttons.remove:hover {
  background-color: #1d3c34;
}

.buttons.in-header {
  margin-right: 0.3em;
  margin-left: 1rem;
  padding: 0.7em 1.6em;
  border-radius: 5vw;
  background-color: #500778;
  background-image: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 1rem;
}

.buttons.in-header:hover {
  background-color: #007749;
  color: #fff;
}

.form_inputgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 14px;
  margin-right: 9px;
  margin-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.label {
  margin-bottom: 0.5em;
  padding-left: 0.1em;
  color: #500778;
  font-size: 1.1rem;
  font-weight: 500;
}

.wrap__text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap__text.flex {
  position: relative;
  width: 50%;
  height: auto;
  min-height: 10vw;
  margin-right: 12px;
  margin-left: 0px;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: none;
}

.wrap__text.vertical-left {
  height: auto;
  padding: 3vw 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap__text.kalendar {
  height: auto;
  padding: 3vw 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap__text.artikel {
  height: auto;
  padding: 3vw 3vw 3vw 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.wrap__text.aktivitet {
  height: auto;
  padding: 3vw 0vw 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap__text.presse-text {
  height: auto;
  padding: 3vw 10vw 3vw 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap_faq {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrap_faq_inner {
  width: 50%;
  min-width: 45%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 2vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3vw;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  color: #dd5061;
}

.wrap_faq_inner:hover {
  background-color: #ffefb0;
}

.wrap_calendar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap_highlight-events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap__listedevents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap__event {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 20vw;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #eee;
  background-image: url("./images/wireframe_image.svg");
  background-position: 0px 0px;
  background-size: 8vw;
}

.wrap__event.first {
  width: 100%;
  height: 30vw;
  margin-bottom: 9px;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url("./images/wireframe_image.svg");
  background-position: 0px 0px;
  background-size: 8vw;
}

.wrap__event__listed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #aaa;
}

.wrap__text__overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
  padding: 21px 21px 0px;
  background-color: #fff;
}

.link__spaceleft {
  margin-right: 16px;
}

.search__frontpage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search__frontpage.is--onsearch {
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input__search {
  position: relative;
  width: 100%;
  height: 4vw;
  margin-right: 0.8em;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-right: 1.3em;
  padding-left: 1.3em;
  border-radius: 5em;
  font-size: 1.1rem;
}

.input__search::-webkit-input-placeholder {
  color: #007749;
}

.input__search:-ms-input-placeholder {
  color: #007749;
}

.input__search::-ms-input-placeholder {
  color: #007749;
}

.input__search::placeholder {
  color: #007749;
}

.popul-re-sider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a37f7f;
}

.popul-re-sider.maerker {
  padding-left: 1.4rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.popul-re-sider .wp-block-button .wp-block-button__link, .link__popularpages {
  margin-right: 7px;
  padding: 6px 14px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(175, 168, 157, 0.59) !important;
  border-radius: 2em;
  background-color: hsla(0, 0%, 100%, 0.5) !important;
  color: #333 !important;
  font-size: 0.9em !important;
  font-weight: 500;
  text-decoration: none;
}

.popul-re-sider .wp-block-button .wp-block-button__link:hover, .link__popularpages:hover {
  background-color: #ffefb0 !important;
}

.submenu__outer2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.page {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px none #000;
}

.wrap__calltoaction {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
}

.wrap__calltoaction.center {
  width: 100%;
  margin-top: 0vh;
  margin-bottom: 1vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1em;
}

.wrap__calltoaction.fp-cta {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.wrap__calltoaction.events {
  width: 100%;
  margin-bottom: 3vw;
  padding: 2vw 2vw 2vw 2.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #ffd94a;
  border-radius: 6vw;
  background-color: #ffefb0;
}

.wrap__calltoaction.events.vertical {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-color: rgba(175, 168, 157, 0.5);
  background-color: #e5e2db;
}

.wrap__calltoaction.aktivitet {
  width: 100%;
  margin-bottom: 3vw;
  padding: 2vw 2vw 2vw 2.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #afa89d;
  border-radius: 6vw;
  background-color: transparent;
}

.wrap__calltoaction.download {
  margin-top: 4vh;
}

.menu_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vw;
  height: 5vw;
  padding: 0px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3vw;
}

.menu_search:hover {
  background-color: rgba(0, 119, 73, 0.8);
}

.menu__text {
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
}

.wrap__search {
  position: relative;
  width: 100%;
  padding: 3vw;
  border-radius: 2vw;
  background-color: #fff;
}

.text__trompet {
  margin-right: 8px;
  color: #007749;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
}

.wrap__illustration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aarshjul {
  width: 60vw;
  height: 60vw;
  border-radius: 30vw;
  background-color: #eee;
}

.wrap__video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 70%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw;
  background-color: #eee;
}

.wrap__list {
  width: 100%;
}

.list__blokke {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item__projekter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 10vw;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap__projekter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.wrap__manchet {
  width: 100%;
  margin-bottom: 0.8em;
  font-size: 1.7em;
  font-weight: 500;
}

.wrap__artikel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4vw;
  padding-right: 5vw;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap__faktaboks {
  width: 30vw;
  padding-left: 4vw;
}

.wrap__faktaboks.left {
  padding-right: 4vw;
  padding-left: 0vw;
}

.wrap__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap__image {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 70vh;
}

.wrap__image.activity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  margin-bottom: 2vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw;
}

.wrap__image.activity-small {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55%;
  height: auto;
  margin-bottom: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw 2vw 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.wrap__image.enhed {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: auto;
  margin-bottom: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw 2vw 0px;
  -webkit-filter: grayscale(21%);
  filter: grayscale(21%);
}

.wrap__image.enhed {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55%;
  height: 140%;
  margin-bottom: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw 2vw 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.wrap__image.animation {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text__byline {
  margin-right: 0.5em;
}

.text__dato {
  margin-right: 1em;
}

.nav_level2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  padding: 0vw 0px 0px 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #1d3c34;
  background-image: linear-gradient(315deg, #1d3c34, #154d3a);
  -webkit-transform: translate(-46vw, 0px);
  -ms-transform: translate(-46vw, 0px);
  transform: translate(-46vw, 0px);
}

.navigation_rel {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 100%;
  padding-top: 5vw;
  padding-right: 0.5em;
  padding-left: 0.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #1d3c34;
}

.navigation_rel:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.close__wrap-2 {
  position: absolute;
  left: auto;
  top: 45vh;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4vw;
  background-color: #007749;
  opacity: 1;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.close__wrap-2:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.minilogo-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-left: 0.3vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-part1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 3.5vw;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.logo__part2 {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.logo_part2_wrap {
  display: none;
  overflow: hidden;
  width: 12vw;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.innergroup_nav.horisontal-left {
  margin-top: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.background__foto {
  position: absolute;
  left: 2%;
  top: 2vw;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 96%;
  height: 94%;
  border-radius: 3vw;
  background-color: #ac9a7e;
  opacity: 0.49;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.navigation__main__text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 9%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 2em;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.navigation__cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.nav-part-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-part-1.horisontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-part-1.icons-footer {
  margin-bottom: 2vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navigation__socialwrap {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text__blivspejder {
  font-size: 0.5em;
  font-weight: 500;
  text-transform: none;
}

.cta_blivspejder {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
}

.cta_blivspejder.w--current {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 30vw;
  height: 30vw;
  margin: 0vw 0vw 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20vw;
}

.navigation__c02neutral {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5vh;
  margin-top: 22px;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submenu__top {
  position: fixed;
  left: 0%;
  top: 2vw;
  right: 0%;
  bottom: auto;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: 2vw;
  margin-left: 6vw;
  padding: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3vw;
  background-color: #dd5061;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.23);
}

.wrap__subsubsub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap__subsub__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-on-sublinks {
  padding-top: 1px;
  white-space: nowrap;
}

.header_subpages {
  margin-right: 1em;
  color: #fff;
}

.button__arrow__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 1.5vh;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subsub__menu {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  display: none;
  min-width: 18vw;
  padding: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 2vw;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.subsub__menu.filter {
  display: none;
  padding-bottom: 0.2vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 1.5vw;
}

.subsub__menu.tagsmenu {
  display: none;
  padding: 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.link__submenu_subsub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0.3rem;
  padding: 0.5rem 1vw 0.4rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #007749;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.link__submenu_subsub:hover {
  background-color: #eee;
  color: #1d3c34;
  text-decoration: none;
}

.link__submenu_subsub.w--current {
  background-color: #ce4253;
  color: #fff;
  text-decoration: none;
}

.link__submenu_subsub.selected {
  background-color: #ffefb0;
  color: #1d3c34;
}

.link__submenu_subsub.selected:hover {
  background-color: #e5e2db;
  color: #646464;
}

.link__submenu_subsub.fysisk {
  background-color: #ffd94a;
  color: #000;
}

.link__submenu_subsub.fysisk:hover {
  background-color: rgba(255, 217, 74, 0.2);
}

.link__submenu_subsub.selvs {
  background-color: #ff9e1b;
  color: #fff;
}

.link__submenu_subsub.selvs:hover {
  background-color: rgba(255, 158, 27, 0.2);
  color: #333;
}

.link__submenu_subsub.feeling {
  background-color: #dd5061;
  color: #fff;
}

.link__submenu_subsub.feeling:hover {
  background-color: rgba(221, 80, 97, 0.2);
  color: #dd5061;
}

.link__submenu_subsub.spirit {
  background-color: #500778;
  color: #fff;
}

.link__submenu_subsub.spirit:hover {
  background-color: rgba(80, 7, 120, 0.2);
  color: #500778;
}

.link__submenu_subsub.intellekt {
  background-color: #0bf;
  color: #fff;
}

.link__submenu_subsub.intellekt:hover {
  background-color: rgba(0, 187, 255, 0.2);
  color: #007749;
}

.link__submenu_subsub.socialt {
  background-color: #71cc98;
  color: #333;
}

.link__submenu_subsub.socialt:hover {
  background-color: rgba(113, 204, 152, 0.2);
}

.link__submenu_subsub.tags {
  margin-right: 6px;
  padding: 0.5rem 0.7rem 0.4rem;
  background-color: rgba(230, 226, 219, 0.5);
  color: #1d3c34;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 500;
  text-transform: none;
}

.link__submenu_subsub.tags:hover {
  background-color: #71cc98;
}

.link__submenu_subsub.tags.chosen {
  padding-right: 10px;
  padding-left: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.link__submenu_subsub.tags.chosen:hover {
  color: #a85959;
}

.nav-main-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu__arrow__wrap {
  position: absolute;
  left: -2%;
  top: -1rem;
  right: auto;
  bottom: auto;
  z-index: 4;
  display: block;
  width: auto;
  height: auto;
  padding: 6px 12px 2px;
  border-radius: 30px;
  background-color: #ffd94a;
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #1d3c34;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

.nav--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav--right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2vh;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.adress {
  margin-bottom: 3px;
  color: #1d3c34;
  font-size: 1rem;
  font-weight: 300;
}

.bg_video_head {
  z-index: 1;
  width: 100%;
  height: 120%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrap__videoheader {
  position: relative;
  top: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 95vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3vw;
  background-color: transparent;
}

.circle1 {
  width: 4px;
  height: 4px;
  margin-right: 2px;
  border-radius: 2px;
  background-color: #ffd94a;
}

.circle1.green {
  background-color: #169b62;
}

.circle2 {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffd94a;
}

.circle2.green {
  background-color: #169b62;
}

.close__menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: -10vw;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 10vw;
}

.button_text {
  position: relative;
  z-index: 10;
  font-size: 1rem;
}

.button__bg1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 0px;
  background-color: #007749;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.button__bg2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 0px;
  background-color: #500778;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.wrap__subsub__inner_mobile {
  position: relative;
  display: none;
  width: 100%;
  padding-left: 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_mobile_wrapper {
  display: none;
}

.mobile__navtoggle {
  display: none;
}

.text-on-mobile-submenu {
  line-height: 1;
  white-space: nowrap;
}

.button__arrow__wrap_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 15px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.co2 {
  height: 100%;
}

.co2link {
  height: 100%;
}

.hex {
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hex.hex_mini {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 40000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #169b62;
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
  text-align: center;
}

.hex.hex_mini:last-child {
  left: -63px;
  top: -12px;
}

.hex.hex_mini.position-top-lef {
  position: absolute;
  left: 0%;
  top: -8%;
  right: auto;
  bottom: auto;
  width: 10vw;
  height: 10vw;
  background-image: url("./images/EKG-18092021-8474-12321686--Foto_Elsebet_Gregersen_1920.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.hex.hex_mini.bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -13%;
  width: 12vw;
  height: 12vw;
  background-image: url("./images/DIAMANT-54A2596-12326409--Foto_Johny_Kristensen_1920.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.hex.hex_mini.top-left-big {
  position: absolute;
  left: 0%;
  top: -14%;
  right: auto;
  bottom: auto;
  width: 13vw;
  height: 13vw;
  background-image: url("./images/DIAMANT-54A2376-12326337--Foto_Johny_Kristensen_1920.jpg");
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}

.hex.hex_mini.footersocial {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 7vw;
  height: 7vw;
  background-color: #ffefb0;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hex.hex_mini.footersocial:hover {
  background-color: #fff;
}

.hex.hex_mini.footersocial._2nd {
  margin-bottom: -4vw;
}

.hex.hex6 {
  position: relative;
  width: 28vw;
  height: 29vw;
  background-color: #007749;
}

.hex.hex_list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 30vw;
  background-color: #71cc98;
  background-image: none;
  background-size: auto;
}

.hex.hex_list.red {
  background-color: #dd5061;
  color: #fff;
}

.hex.hex_list.yellow {
  background-color: #ffefb0;
  color: #572e2e;
}

.hex.themes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  height: 35vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hex.themes.big {
  width: 50vw;
  height: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textur1 {
  background-image: url("./images/dust_scratches.png");
  background-position: 0px 0px;
  background-size: auto;
}

.textur2 {
  background-image: url("./images/45degreee_fabric.png");
  background-position: 0px 0px;
  background-size: contain;
}

.darker__video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  border-radius: 2vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.18)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.18));
}

.header_blivspejder {
  position: relative;
  bottom: -0.1em;
  margin-right: 14px;
  margin-bottom: 0px;
  padding: 0em;
  font-size: 0.9em;
  line-height: 1;
  text-shadow: none;
}

.bg-image-in-hex {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.wrap__subheader {
  max-width: 70vw;
  margin-top: 0vw;
  padding-left: 0vw;
}

.wrap__subheader.center {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrap__subheader.activity {
  max-width: none;
  margin-bottom: 3vw;
  padding-right: 6vw;
  color: #500778;
  font-size: 1.2em;
}

.wrap__subheader.familie {
  max-width: 500px;
  padding-left: 4px;
  font-size: 1.5em;
  font-weight: 300;
}

.button__bg3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 0px;
  background-color: #500778;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

._6kant_textwrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1em;
  text-align: center;
}

._6kant_textwrap.textred {
  color: #dd5061;
}

._6kant_textwrap.textdark {
  color: #007749;
}

.text__bignumber {
  font-size: 8em;
  line-height: 1;
  font-weight: 900;
}

.text__bignumber.yellow {
  color: #dd5061;
}

.text__bignumber.red {
  color: #ffefb0;
}

.section__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15vh 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #dd5061;
}

.texture {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0vw;
  background-image: url("./images/church.png");
  background-size: auto;
  mix-blend-mode: color-dodge;
}

.list_123 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12vh;
  margin-bottom: 8vh;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._123_introtext {
  margin-bottom: 14px;
  font-size: 1.7em;
  line-height: 1.1;
}

.hex_wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hex_wrapper.up {
  top: -4vh;
}

.hex_wrapper.footer3 {
  top: 0vh;
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  background-color: transparent;
}

.rich li {
  margin-bottom: 0.3rem;
  padding-left: 0.5rem;
  color: #3c413f;
  font-size: 1.1rem;
}

.rich ol {
  padding-left: 2vw;
}

.wrap_cta {
  position: relative;
  z-index: 20;
}

.label__menu {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 41vh;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8vw;
  height: auto;
  padding: 14px 17px 14px 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #1d3c34;
  color: #fff;
}

.label__text {
  position: relative;
  z-index: 10;
  color: #fff;
}

.video {
  width: 100%;
  border-radius: 2vw;
}

.footer_deck1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 35px;
  margin-bottom: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_deck1.hidden {
  display: none;
}

.social__icon {
  width: 40%;
}

.cta__wrap__footer {
  position: relative;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer_header {
  margin-bottom: 8px;
  color: #1d3c34;
  font-size: 1.4em;
}

.wrap__addressfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.noclick {
  position: relative;
  height: 1vh;
}

.h3_openclose {
  color: #1d3c34;
  font-size: 1.3rem;
}

.part_closed {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0vw;
  margin-bottom: 0vw;
  padding: 1vw 1vw 1vw 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3vw;
  background-color: rgba(230, 226, 219, 0.5);
}

.part_closed:hover {
  background-color: #eee;
}

.wrap__fakta {
  position: -webkit-sticky;
  position: sticky;
  top: 7vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 400px;
  margin-bottom: 4vw;
  padding-right: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap__fakta.unstick {
  position: relative;
  top: 0vw;
  max-width: 30vw;
}

.readline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line__wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linestop {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-bottom: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #e5e2db;
  cursor: pointer;
}

.linestop:hover {
  background-color: #afa89d;
}

.linestop.w--current {
  background-color: #169b62;
}

.line__entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8vh;
  padding-top: 7vw;
  padding-bottom: 3vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(22, 155, 98, 0.34);
}

.line__entry.last {
  border-bottom-style: none;
}

.line__all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.labelwrap {
  position: absolute;
  left: 122%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  padding: 3px 15px;
  border-radius: 2vw;
  background-color: #dd5061;
  color: #fff;
  white-space: nowrap;
}

.line {
  position: absolute;
  z-index: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(22, 155, 98, 0.34);
}

.main {
  max-width: 70vw;
  font-family: "Museo Sans Rounded", sans-serif;
  font-size: 5.5em;
  line-height: 0.9;
  font-weight: 100;
}

.rich__headers {
  max-width: 90ch;
  margin-bottom: 2vh;
  font-size: 1em;
}

.rich__headers h1 {
  margin-bottom: 0.2rem;
  color: #fff;
  font-weight: 700;
}

.rich__headers strong {
  color: #fff;
}

.rich__headers p {
  margin-bottom: 0em;
  font-family: "Museo Sans Rounded", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
}

.darker__imagelist {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, rgba(0, 0, 0, 0.41) 20%, rgba(0, 0, 0, 0.09));
}

.yellow {
  color: #ffefb0;
}

.white {
  color: #fff;
  white-space: normal;
}

.wrap__fp_cta {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 2vw 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap__clickfoto {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap__clickfoto.aktuelt {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 30vw;
  margin-right: 12px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 1vw;
  background-color: #1d3c34;
  cursor: pointer;
}

.wrap__clickfoto.aktuelt.first {
  background-color: #71cc98;
}

.wrap__clickfoto.aktuelt2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 25vw;
  margin-top: 2vw;
  margin-right: 12px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 1vw;
  background-color: #007749;
  cursor: pointer;
}

.wrap__clickfoto.aktuelt3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 34vw;
  margin-right: 12px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 1vw;
  background-color: #169b62;
  cursor: pointer;
}

.fp__topscroller {
  display: none;
  height: 80vh;
}

.topscroller__innner {
  position: relative;
  padding: 1vw;
}

.topscroller__innner.last {
  height: 50%;
  padding-right: 2vw;
  padding-left: 0vw;
  font-size: 0.8vw;
}

.topscroller__innner.mid {
  height: 50%;
  padding-top: 0vw;
  padding-left: 0vw;
  font-size: 0.8vw;
}

.topscroller__innner_big {
  position: relative;
  padding: 1vw;
}

.topscroller__innner_big.first {
  padding-right: 0vw;
}

.topscroller__innner_big.v2-first {
  width: 70%;
  height: 100%;
  padding-top: 0vw;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.topscroller__innner_big.illustration {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 0vw;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.header__inner {
  min-width: 60vw;
}

.header__inner.first {
  position: relative;
  z-index: 200;
  min-width: auto;
}

.header__inner.insidebyside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  margin-bottom: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__inner.small {
  position: relative;
  width: auto;
  min-width: auto;
  font-size: 0.9em;
}

.header__inner.theme {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 100%;
  min-width: auto;
  padding: 3vw 15vw 7vw 3vw;
}

.header__inner.in-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9em;
  text-align: center;
}

.rich_artikel {
  position: relative;
  max-width: 90ch;
  margin-bottom: 1vh;
  clear: both;
  color: #3c413f;
  font-size: 1em;
}

.rich_artikel h1 {
  position: relative;
  margin-bottom: 0.3em;
  font-size: 3.3em;
}

.rich_artikel h2 {
  max-width: 40ch;
  margin-top: 0.4em;
  margin-bottom: 0.2em;
  font-size: 2.5rem;
}

.rich_artikel h3 {
  margin-bottom: 0.6em;
  color: #1d3c34;
  font-size: 1.5rem;
  font-weight: 700;
}

.rich_artikel h4 {
  margin-bottom: 0.7rem;
  font-size: 1.1rem;
}

.rich_artikel p {
  margin-bottom: 1.9em;
  font-family: "Source Sans Pro", sans-serif;
  color: #3c413f;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}

.rich_artikel.fact {
  padding: 20px 20px 20px 0px;
  background-color: transparent;
}

.rich_artikel a {
  color: #169b62;
}

.rich_artikel a:hover {
  color: #1d3c34;
  text-decoration: none;
}

.rich_artikel blockquote {
  margin: 3vw 1vw 0 0;
  padding: 2vw 3vw 2vw 5vw;
  border-left-style: none;
  border-radius: 2vw;
  background-color: transparent;
  background-image: url("./images/quote__graphic.svg");
  background-position: 0% 0%;
  background-size: auto 5vw;
  background-repeat: no-repeat;
}
.rich_artikel blockquote p {
  font-family: "Source Sans Pro", sans-serif;
  color: #3c413f;
  font-size: 1.1rem;
  line-height: 1.7;
  font-style: italic;
  font-weight: 600;
  max-width: 100%;
}
.rich_artikel blockquote p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.rich_artikel li {
  font-size: 1.1rem;
}

.manchet {
  max-width: 64ch;
  margin-top: 2rem;
  margin-bottom: 0rem;
  color: #007749;
  font-size: 1.6em;
  font-weight: 500;
}

.collection-list-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
}

.collection-list-wrapper.news1 {
  width: 75%;
}

.collection-list-wrapper.news2 {
  width: 25%;
}

.collection-list-wrapper.by4 {
  display: block;
}

.collection-list-wrapper.by5 {
  display: block;
}

.list_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_news.also-see {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item__news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 2vw;
  padding-right: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #dd5061;
  text-align: left;
  text-decoration: none;
}

.item__news.inline {
  width: 50%;
}

.item__news.big1 {
  width: 100%;
  padding-right: 3vw;
}

.item__news.big2 {
  width: 100%;
  padding-right: 2vw;
}

.item__news.also-see {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.teaser_trompet, p.teaser_trompet {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  z-index: 100;
  padding: 7px 17px;
  border-radius: 30px;
  background-color: #169b62;
  color: #fff;
}

.teaser_trompet.no2 {
  left: auto;
  top: auto;
  right: 10px;
  bottom: 5px;
  background-color: #ffd94a;
  color: #1d3c34;
}

.teaser_trompet.no3 {
  background-color: #dd5061;
}

.mobile-logo {
  display: none;
}

.item__aktivitet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  margin-bottom: 23px;
  padding-right: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #dd5061;
  text-align: left;
  text-decoration: none;
}

.data-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-bottom: 5px;
  padding: 0px 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(0, 0, 0, 0.12);
  font-size: 1em;
  line-height: 1.2;
  font-weight: 700;
}

.data-wrapper.vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.alle-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #000;
}

.data-label {
  margin-bottom: 3px;
  color: #7a7d81;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.list-maerker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-maerke {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ex-maerker {
  width: 60px;
}

.list__maerker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform: perspective(1333px);
  transform: perspective(1333px);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.maerke__item.item__maerkerlist {
  width: 25%;
  margin-bottom: 19px;
  padding: 9px;
}

.maerke__item.item__maerkerlist:nth-child(even) {
  position: relative;
}

.text__overlay_turned {
  position: absolute;
  left: -6%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1vw;
  background-color: #dd5061;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  text-align: center;
}

.m-rke__enhedtext {
  color: #ffefb0;
}

.m-rke__enhedtext.on-list {
  margin-top: 4px;
  color: #7a7d81;
  font-size: 1rem;
  font-weight: 300;
}

.link-maerker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-maerker:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.swiper-container {
  overflow: hidden;
  height: 40vw;
  margin-bottom: 2vh;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
  width: auto;
  margin-right: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.swiper-slide.magasiner-liste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 25vw;
  height: 34vw;
  margin-right: -7vw;
  padding: 9px 9px 2vw 3vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-transform: none;
}

.swiper-nav {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 10vw;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-nav.tema, .swiper-button-prev {
  position: absolute;
  left: auto;
  top: 0%;
  right: 3%;
  bottom: 0%;
  padding-top: 15px;
  padding-bottom: 1vw;
  padding-left: 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-button-prev {
  right: auto;
  left: 3%;
}

.frontpage-swiper-arrow {
  width: 4em;
  height: 8em;
}

.frontpage-swiper-arrow.tema {
  height: 50%;
}

.swiper-button-next {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7vw;
  height: 8vw;
  margin-right: 1em;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #a50a26;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.swiper-button-next:hover {
  padding-left: 1vw;
  background-color: #d21034;
}

.swiper-button-next.tema, .swiper-button-prev {
  width: 5rem;
  height: 3rem;
  border-radius: 3vw;
  background-color: #007749;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.swiper-button-next.tema:hover {
  padding-left: 22px;
  background-color: #71cc98;
}

.swiper-button-prev:hover {
  padding-right: 22px;
  background-color: #71cc98;
}

.magasin__container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: -13px 13px 17px -8px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.magasin__container:hover {
  box-shadow: -4px 18px 17px -8px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-3deg) translate(0px, -5vh);
  -ms-transform: rotate(-3deg) translate(0px, -5vh);
  transform: rotate(-3deg) translate(0px, -5vh);
}

.foto__scrollby {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 65vh;
  margin-right: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw;
}

.foto__scrollby.icon {
  width: 20vh;
  height: 20vh;
  margin-right: 0vw;
  border-left: 1px none #71cc98;
  background-color: transparent;
}

.foto__scrollby.screenshot {
  width: 20vh;
  height: 20vh;
  margin-right: 0vw;
  border-left: 1px none #71cc98;
  background-color: #afa89d;
}

.h1_frontpage {
  margin-bottom: 0.3em;
  color: #fff;
  font-size: 4em;
}

.h1_frontpage.on-green {
  color: #1d3c34;
  font-size: 4em;
}

.h1_frontpage.on-green.bjola {
  font-family: Bjola, sans-serif;
  color: #385381;
  font-size: 6em;
}

.h1_frontpage.dark {
  margin-bottom: 0.4em;
  color: #1d3c34;
  font-size: 4.5em;
  text-shadow: none;
}

.cta__outer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 0.6rem 1.7rem 0.6rem 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5vw;
  background-color: #169b62;
  -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
}

.cta__outer:hover {
  background-color: #007749;
  color: #fff;
}

.cta__outer.events {
  margin-bottom: 0px;
}

.wrap__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 100%;
  margin-right: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow {
  width: 60%;
}

.cta__popoptext {
  position: absolute;
  left: auto;
  top: -31%;
  right: 0%;
  bottom: auto;
  display: block;
  width: auto;
  height: auto;
  padding: 6px 12px 2px;
  border-radius: 30px;
  background-color: #ffd94a;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  color: #1d3c34;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: none;
}

.text__articles_list {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  line-height: 1.3;
}

.col-maerker {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 6vh;
}

.article__reader {
  padding-right: 4vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.article__fact {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 30%;
}

.article__mainwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap__tags.artikel {
  margin-bottom: 6vh;
}

.wrap__tags.vertical-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tag:not(body) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
  margin-bottom: 10px;
  padding: 6px 14px 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2em;
  background-color: #fff;
  color: #333;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
}

.tag:not(body):hover {
  background-color: #ffd94a;
}

.tag.color2 {
  margin-bottom: 10px;
  background-color: #007749;
  color: #fff;
  font-size: 1rem;
}

.tag.color2:hover {
  background-color: #169b62;
}

.tag.color3 {
  background-color: #a85959;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.tag.color3:hover {
  background-color: #dd5061;
}

.text__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #007749;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: none;
}

.text__data.frist {
  color: #1d3c34;
  font-weight: 500;
}

.text__data.vertical-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.data-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.7em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.data-inner2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.data-inner2.date {
  margin-bottom: 11px;
}

.darker2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  border-bottom-left-radius: 2vw;
  border-bottom-right-radius: 0vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.37)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.37));
}

.trompet_onimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
}

.subheader_actitivy {
  position: relative;
  z-index: 1;
  margin-top: 11px;
  margin-bottom: 2vw;
  color: #007749;
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
}

.h3__theme {
  padding: 11px 2vw 8px;
  border-radius: 5vw;
  background-color: #500778;
  font-size: 1.1em;
  font-style: italic;
  text-transform: uppercase;
}

.h3__theme.color2 {
  margin-bottom: 13px;
  background-color: #dd5061;
}

.theme__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap_filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap_filter.left {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrap_filter.left.hidden {
  display: none;
}

.wrap_filter.valgte {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap_filter.valgte {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.filter1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 7px;
  padding-bottom: 1vw;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw;
  opacity: 0.7;
  color: #3c413f;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  background-color: inherit;
}

.filter1:hover {
  background-color: #fff;
  opacity: 1;
  color: #169b62;
}

.filter1.selected {
  padding-bottom: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 1;
}

.filterikon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7vw;
  height: 7vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filtertekst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filtertekst.active {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #169b62;
  line-height: 1;
}

.icon__filter {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.collection-events {
  width: 100%;
}

.events-list {
  padding-top: 45px;
}

.events-list.short-version {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.event {
  margin-bottom: 2vh;
}

.event.short-version {
  width: 20%;
}

.dates {
  width: 20vw;
}

.month {
  position: relative;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.date_day {
  margin-bottom: 12px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(168, 89, 89, 0.43);
  color: #dd5061;
  font-size: 1.2rem;
  font-weight: 500;
}

.date_month {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #aaa;
  color: #dd5061;
  font-size: 2em;
  font-weight: 700;
}

.event_beskrivelse {
  padding-right: 20%;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}

.event_header {
  margin-bottom: 0.3em;
  font-size: 1.5rem;
  font-weight: 300;
}

.event__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2vw;
  -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  color: #333;
  text-decoration: none;
}

.event__link:hover {
  background-color: #fff;
  color: #007749;
}

.event__link.short-version {
  padding-right: 1vw;
  padding-left: 1vw;
}

.year-wrap {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2vh;
  padding-top: 10px;
  padding-bottom: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #aaa;
  background-color: rgba(230, 226, 219, 0.8);
}

.year-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #007749;
  font-size: 2em;
  font-weight: 500;
}

.wrap__search__filter {
  width: 100%;
  padding-right: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.filters_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.month-link {
  margin-left: 1em;
  color: #7a7d81;
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  background-color: inherit;
}

.month-link:hover {
  color: #dd5061;
  font-weight: 500;
  background-color: inherit;
}

.tekst__data {
  color: #007749;
  line-height: 1.3;
  text-decoration: none;
}

.tekst__data.is--link {
  border-bottom: 1px none rgba(80, 7, 120, 0.2);
}

.tekst__data.is--link:hover {
  color: #dd5061;
}

.tekst__data.byline {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px none rgba(80, 7, 120, 0.2);
  font-size: 0.8em;
}

.tekst__data.byline:hover {
  color: #dd5061;
}

.tekst__data.date {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px none rgba(80, 7, 120, 0.2);
  color: #646464;
  font-size: 0.8em;
  font-weight: 300;
}

.filter__noicon {
  margin-right: 7px;
  padding: 6px 14px 4px;
  border-radius: 2em;
  color: #7a7d81;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.filter__noicon:hover {
  background-color: #ffefb0;
  color: #3c413f;
}

.filter__noicon.selected {
  background-color: #fff;
  color: #169b62;
}

.text_activities {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 2vw 1vw 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3c413f;
  font-size: 1.3em;
  line-height: 1.3;
  font-weight: 300;
  text-decoration: none;
}

.text_activities.first {
  font-size: 2.2em;
}

.text_activities.read-also {
  padding-left: 2vw;
}

.activities-list {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.activities-list.frontpage {
  padding-right: 1vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.activities-list.frontpage.var1 {
  margin-top: 0vw;
}

.activities-list.frontpage.var2 {
  margin-top: 0vw;
}

.activities-list.frontpage.var3 {
  margin-top: 0vw;
}

.activities-list.see-also {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.activites__foto__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 20vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw;
  background-color: #ffefb0;
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.activites__foto__list:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.activites__foto__list.first {
  height: 30vw;
}

.activites__foto__list.var1 {
  height: 24vw;
}

.activites__foto__list.var2 {
  height: 18vw;
}

.activites__foto__list.see-also {
  width: 10vw;
  height: 8vw;
  border-radius: 1vw;
}

.activites__foto__list.var3 {
  height: 21vw;
}

.list-item-text {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 700;
}

.list-item-text:hover {
  color: #1d3c34;
}

.activities-list-explainer {
  font-family: "Source Sans Pro", sans-serif;
  color: #646464;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}

.activities__filter-wrap {
  position: relative;
  width: 100%;
}

.activi__filters-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: rgba(230, 226, 219, 0.97);
}

.wrap-tags-on-image {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 9px;
  padding: 9px 0px 0px;
}

.mini__trompet {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  padding: 3px 16px 3px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: transparent;
  color: #7a7d81;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.icon-wrap-events {
  display: block;
  overflow: hidden;
  width: 60px;
  height: auto;
  padding-right: 1vw;
  padding-bottom: 0.5vw;
  padding-left: 0.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  width: 100%;
  height: 100%;
  color: #169b62;
}

.data-group {
  width: 100%;
  margin-top: 0vh;
  margin-bottom: 2vh;
  padding: 0px 0px 10px;
}

.data-group.mobile {
  display: none;
}

.arrow-fold {
  display: none;
  width: 4vw;
  height: 4vw;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3vw;
  background-color: #169b62;
}

.select {
  height: 4vw;
  padding-right: 28px;
  border-radius: 5vw;
}

.icon {
  width: 80%;
  height: 80%;
  min-width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.page__intro {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0vw;
  padding: 6vw 11vw 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3vw 0px 3vw 3vw;
  background-color: #e5e2db;
  text-align: center;
}

.manchet_sideintro {
  max-width: 75ch;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  color: #1d3c34;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 300;
}

.fromwhite {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 100%;
  height: 2vw;
  border-bottom-left-radius: 2vw;
  border-bottom-right-radius: 2vw;
  background-color: #fff;
}

.togreen {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 100%;
  height: 2vw;
  border-radius: 2vw 2vw 0vw 0vw;
  background-color: #71cc98;
}

.wrap-testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.one-testimonial {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1vw;
  margin-bottom: 7vw;
  margin-left: 1vw;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.testimonial__foto__list {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30vw;
  height: 40vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw;
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.testimonial__foto__list:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.text_testimonials {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 4vw 1vw 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3c413f;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 300;
  text-decoration: none;
}

.baggrunds-billede-store {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.skygge-baggrunds-billede {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  background-image: linear-gradient(190deg, transparent 56%, rgba(0, 0, 0, 0.2)), linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.4));
}

.full-image-teaser {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  padding: 3vw 6vw 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2vw;
}

.button-arrow {
  position: relative;
  z-index: 3;
  width: 1.5em;
  height: 1.5em;
  margin-left: 13px;
}

.button-arrow.download {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.footer_breaker {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 2vw;
  border: 1px none #000;
  background-color: #71cc98;
}

.color_white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border: 1px none #000;
  border-bottom-left-radius: 2vw;
  border-bottom-right-radius: 2vw;
  background-color: #fff;
}

.question-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  padding-top: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3vw;
  background-color: rgba(113, 204, 152, 0.3);
  color: #007749;
  font-size: 2em;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.h3-flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 700;
}

.wrap-answer {
  padding-left: 67px;
}

.wrap__image_illustration {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  overflow: visible;
  width: 50vw;
  height: 57vh;
}

.scroll-navigation-sub {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e2db;
  border-radius: 3vw;
  background-color: hsla(0, 0%, 100%, 0.95);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.scroll-sub-link {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: auto;
  z-index: 100;
  margin-right: 15px;
  padding: 4px 15px 3px;
  border-radius: 2vw;
  background-color: #e5e2db;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.scroll-sub-link:hover {
  background-color: #fff;
}

.scroll-sub-link.w--current {
  background-color: #dd5061;
  color: #fff;
}

.subscroll-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 2vw;
  z-index: 200;
  width: 100%;
  padding-right: 0vw;
  padding-left: 0vw;
}

.wrap-search-results {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-results {
  display: none;
  overflow: visible;
  width: 100%;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.en-enhed {
  width: 32%;
  margin-right: 1vw;
  margin-bottom: 1vw;
  padding: 3vw 2vw 2vw;
  border-radius: 2vw;
  background-color: #fff;
  font-size: 1em;
}

.en-enhed.stor {
  width: 100%;
}

.wrap-header-results {
  margin-bottom: 1vw;
  color: #1d3c34;
  font-size: 1rem;
}

.load-anim-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5vw;
  height: 3vw;
  padding: 0.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.anim-ball-1 {
  position: relative;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  padding: 0px;
  border-radius: 8px;
  background-color: #169b62;
}

.anim-ball-2 {
  position: relative;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 8px;
  background-color: #169b62;
}

.anim-ball-3 {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #169b62;
}

.illustration-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 95%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.illustration-inline {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.trompet-enheder {
  margin-bottom: 11px;
}

.wrap__image_activity {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  overflow: hidden;
  width: 55%;
  height: 100%;
  padding-top: 0vh;
  padding-bottom: 0vh;
  border-radius: 2vw;
}

.social-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-link-wrap:hover {
  background-color: #fff;
  box-shadow: 0 0 11px 0 rgba(113, 204, 152, 0.52);
}

.social-link-wrap.footer {
  border-top-style: none;
  background-color: transparent;
}

.social-link-wrap.footer:hover {
  background-color: #007749;
  box-shadow: none;
}

.article-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.wrap__fakta-artikel {
  position: relative;
  top: 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 4vw;
  padding-right: 3vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px none #e5e2db;
}

.imagewrap-artikel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 3vw;
  border-radius: 1vw;
}

.artickle-header {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  margin-bottom: 0em;
  padding: 8vw 19vw 2vw 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.news-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-manchet {
  color: #007749;
  text-decoration: underline;
}

.link-manchet:hover {
  color: #169b62;
  text-decoration: none;
}

.artikel-see-also {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-width: auto;
  margin-right: 20px;
  padding-right: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap-slider.final {
  min-width: auto;
  padding-right: 1vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap-slider.first {
  min-width: 19vw;
}

.wrap-slider.hiden {
  display: none;
}

.slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15px;
  padding: 0px 0px 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007749;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.slider.lower {
  padding-top: 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider.titel {
  height: 20px;
  color: #007749;
  font-size: 0.9em;
  font-weight: 500;
}

.bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(175, 168, 157, 0.5);
}

.handle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  background-color: #007749;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: ew-resize;
}

.handle:hover {
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.handle.part-2 {
  left: 13%;
}

.slider-number {
  margin-right: 3px;
  padding: 4px 7px;
  border-radius: 2em;
  color: #7a7d81;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.slider-number:hover {
  background-color: #ffefb0;
  color: #3c413f;
}

.handle-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 44%;
  bottom: auto;
  z-index: 100;
  width: 13px;
  height: 13px;
  border-radius: 15px;
  background-color: #007749;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: ew-resize;
}

.handle-2:hover {
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.handle-2.part2 {
  right: 26%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.handle-2.part2:hover {
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.bar-fill {
  width: 53%;
  height: 100%;
  border-radius: 10px;
  background-color: #71cc98;
}

.bar-fill.bar-2 {
  position: relative;
  left: 13%;
  width: 59%;
}

.fp__top2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fp-top-scroller-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-bottom: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-fp {
  color: #fff;
  font-size: 3em;
  white-space: normal;
}

.arrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 4vw;
  height: 4vw;
  margin-top: 1vw;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4vw;
  background-color: #169b62;
}

.arrow-block.small, .small .arrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 3vw;
  height: 3vw;
  margin-top: 10px;
  padding-right: 0.75vw;
  padding-left: 0.75vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3vw;
  background-color: #007749;
}

.arrow-block.menu {
  margin-top: 0vw;
}

.arrow-inner {
  width: 2vw;
}

.heading-6 {
  font-size: 4.5em;
}

.form-wrap {
  width: 100%;
}

.forms-blok {
  padding-right: 4vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.forms-blok.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-inner {
  margin-bottom: 9px;
  padding-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block {
  margin-top: 21px;
  margin-bottom: 0px;
}

.cta-bliv-spejder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  padding: 0.2em 0.2em 0.2em 0.6em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5vw;
  background-color: #007749;
}

.header_news {
  margin-bottom: 10px;
  color: #007749;
  font-size: 1.1em;
  font-weight: 500;
}

.fotograf,
.is-style-fotograf,
.wp-block-image figcaption,
p.eedee-gutenslider-autocaption,
.metaslider .caption-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 1vw;
  bottom: 1vw;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 0.9em;
}
.fotograf.wp-block,
.is-style-fotograf.wp-block,
.wp-block-image figcaption.wp-block,
p.eedee-gutenslider-autocaption.wp-block,
.metaslider .caption-wrap.wp-block {
  position: static;
  margin-top: 3rem;
  margin-bottom: 3rem;
  justify-content: center;
}

.mini-ikon {
  width: 34px;
  height: 34px;
}

.tag-artikel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
  padding: 6px 14px 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2em;
  background-color: #007749;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
}

.tag-artikel:hover {
  background-color: #dd5061;
  color: #fff;
}

.tag-artikel.as-link {
  background-color: #e5e2db;
  color: #333;
}

.tag-artikel.as-link:hover {
  background-color: #71cc98;
  color: #fff;
}

.theme-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 2vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.theme-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 50vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.theme-smal {
  width: 40%;
  height: 60vw;
}

.div1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2vw;
}

.div1.c2 {
  height: 100vh;
  background-color: transparent;
}

.div1.c3 {
  z-index: 3;
  height: 100vh;
}

.sticky-inner {
  position: relative;
  top: 0px;
  z-index: 20;
  width: 100%;
  height: auto;
  margin-bottom: 0vw;
}

.theme-scroll-wrap {
  position: relative;
  top: 2vw;
  width: 100vw;
  height: 95vh;
  border-radius: 2vw;
  background-color: transparent;
  text-decoration: none;
}

.theme-scroll-wrap.last {
  border-bottom-left-radius: 2vw;
  border-bottom-right-radius: 2vw;
}

.bg-color {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #ffd94a;
}

.bg-color.c2 {
  background-color: #ffefb0;
}

.bg-color.c3 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #e5e2db;
}

.bg-color.c4 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.bg-color.c5 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #71cc98;
}

.bg-color.c1 {
  background-color: #71cc98;
}

.bg-color.c-black {
  background-color: #afa89d;
}

.bg-color-wrap {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_deck0 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 35px;
  margin-bottom: 0px;
  padding-bottom: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_deck0.illustration {
  z-index: 0;
  margin-bottom: 2vh;
  padding-bottom: 3vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer_deck0.logo {
  margin-top: 0px;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  padding: 2px 2px 1px 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  color: #1d3c34;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  text-decoration: none;
}

.footer-nav:hover {
  border-bottom: 1px none #007749;
  color: #fff;
  font-weight: 500;
}

.footer-nav.big {
  font-size: 1rem;
  font-weight: 500;
}

.footer-nav.big:hover {
  border: 1px none #000;
}

.footer-navigation-enhed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 15vw;
  margin-bottom: 4vh;
  padding-right: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-navigation-enhed.hide {
  display: none;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 1rem;
}

.tema-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0vw;
  padding-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tema-nav.bliv-spejder {
  padding-right: 41px;
  padding-bottom: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tema-nav.hidden {
  display: none;
}

.nav-top.hidden {
  display: none;
}

.nav-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-bottom.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.socialicon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-label {
  color: #333;
  font-size: 0.9rem;
}

.form-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo_footer {
  width: 13vw;
  margin-bottom: 2vw;
}

.ill-part1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 20vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ill-part1._1b {
  position: absolute;
  left: auto;
  top: auto;
  right: -1%;
  bottom: 0%;
  width: 14vw;
  height: 23vw;
}

.ill-part1._1c {
  position: absolute;
  left: auto;
  top: auto;
  right: 9%;
  bottom: 0%;
}

.ill-part1._1d {
  right: 17%;
}

.ill-part1.people {
  right: 27%;
}

.ill-part1._1e {
  right: 28%;
  width: 14vw;
  height: 22vw;
}

.logo-mobile {
  display: none;
}

.rich-kontakt-person h3 {
  color: #169b62;
  font-size: 1rem;
}

.rich-kontakt-person p {
  margin-bottom: 0.9em;
  color: #333;
  font-size: 1rem;
}

.rich-kontakt-person a {
  color: #007749;
  text-decoration: underline;
}

.rich-kontakt-person a:hover {
  color: #169b62;
  text-decoration: none;
}

.h3-list-head {
  font-size: 1.3rem;
}

.theme-mobile {
  display: none;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.embed-icon {
  width: 100%;
  height: 100%;
}

.search-link-header, .search-link-header a {
  position: relative;
  display: block;
  margin-bottom: 4px;
  color: #dd5061;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
}

.p-search {
  max-width: 80ch;
  font-size: 1rem;
}

.sr-item {
  margin-bottom: 2.9rem;
}

.sr-link {
  margin-bottom: 10px;
  color: #007749;
  font-weight: 300;
}

.contain-ill-header {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.icon-close {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11px;
  height: 12px;
  margin-right: 0px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.icon-close:hover {
  -webkit-filter: brightness(0%) grayscale(0%);
  filter: brightness(0%) grayscale(0%);
}

.link {
  color: #007749;
  font-size: 1rem;
}

.link:hover {
  color: #169b62;
  text-decoration: none;
}

.circle-color {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #ffd94a;
}

.added {
  position: relative;
  z-index: 3;
  display: none;
  width: 1.5em;
  height: 1.5em;
  margin-left: 0px;
}

.add {
  position: relative;
  z-index: 3;
  width: 1.5em;
  height: 1.5em;
  margin-left: 13px;
}

.button_text-add {
  position: relative;
  z-index: 10;
  font-size: 0.8rem;
}

.button_text-added {
  position: relative;
  z-index: 10;
  display: none;
  font-size: 0.8rem;
}

.icon-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 1.6rem;
  height: 1.4rem;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.icon-tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 1.1rem;
  height: 1rem;
  margin-right: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.button_text-remove {
  position: relative;
  z-index: 10;
  display: none;
  font-size: 0.8rem;
}

.color_grey {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border: 1px none #000;
  border-bottom-left-radius: 2vw;
  border-bottom-right-radius: 2vw;
  background-color: #e5e2db;
}

.icon-for-close {
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 9px;
  font-size: 1rem;
  line-height: 1;
}

.wrap-cta-maerker {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 2vw 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tag-enhed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.maerke-titel {
  margin-left: 1rem;
  font-weight: 300;
}

.ill__core {
  position: absolute;
  left: auto;
  top: auto;
  right: -2vw;
  bottom: 0%;
  z-index: 2;
  width: 70vw;
  height: 50vw;
}

.ill__part1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 8.9vw;
  bottom: 3.6vw;
  z-index: 2;
  width: 12vw;
  height: 13vw;
}

.ill__part2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 30.9vw;
  bottom: 29.5vw;
  z-index: 2;
  width: 12vw;
  height: 13vw;
}

.ill__part3 {
  position: absolute;
  left: -5%;
  top: auto;
  right: auto;
  bottom: 12%;
  z-index: 2;
  width: 30vw;
  height: 20vw;
}

.animation-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: auto;
  height: auto;
  margin: 3vw;
  background-color: #e9f3f4;
}

.ill__part4 {
  position: absolute;
  left: -4%;
  top: 4.6vw;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 30vw;
  height: 11vw;
}

.magasiner {
  width: 100%;
  min-height: 100vh;
  margin-top: 3vh;
}

.magasiner-liste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-magasin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19%;
  margin-right: 9px;
  margin-bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.magasin__container-inline {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: -13px 13px 17px -8px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.magasin__container-inline:hover {
  box-shadow: -4px 18px 17px -8px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-1deg) translate(0px, -2vh);
  -ms-transform: rotate(-1deg) translate(0px, -2vh);
  transform: rotate(-1deg) translate(0px, -2vh);
}

.text-magasin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding-top: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.liste-titel-magasin {
  color: #1d3c34;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 300;
  text-align: left;
}

.naviger-i-tabs {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5vw;
  background-color: #e5e2db;
}
.naviger-i-tabs .tab-link, .naviger-i-tabs li {
  padding: 0.6rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3c413f;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  list-style: none;
}
.naviger-i-tabs .tab-link:hover, .naviger-i-tabs li:hover {
  background-color: #71cc98;
  color: #fff;
}
.naviger-i-tabs .tab-link.w--current, .naviger-i-tabs li.w--current {
  background-color: #71cc98;
}
.naviger-i-tabs .tab-link.active, .naviger-i-tabs li.active {
  background-color: #007749;
  color: #fff;
}
.naviger-i-tabs .tab-link.first {
  text-align: center;
}

.magasin {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.35);
  background-color: #333;
}

.line-viewer {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.forside {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
}

.icon-in-header {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40vw;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.icon-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.magasiner-projekter {
  width: 100%;
  margin-top: 3vh;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  padding-right: 24px;
  padding-left: 24px;
}

.wrap__inline-banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4vw;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 30%;
  height: 20vw;
  padding: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-left: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rich-banners {
  position: relative;
  clear: both;
}

.rich-banners h1 {
  margin-bottom: 0.5em;
  font-size: 2.3rem;
}

.rich-banners h2 {
  margin-top: 0.5em;
  margin-bottom: 1.2rem;
  color: #007749;
  font-size: 1.7rem;
  font-weight: 300;
}

.rich-banners h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #dd5061;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
}

.rich-banners h4 {
  margin-bottom: 0.7em;
  font-size: 1.2rem;
  line-height: 1.3;
}

.rich-banners p {
  margin-bottom: 2rem;
  font-family: "Museo Sans Rounded", sans-serif;
  color: #3c413f;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}

.rich-banners a {
  color: #169b62;
}

.rich-banners a:hover {
  color: #1d3c34;
  text-decoration: none;
}

.rich-banners strong {
  color: #333;
}

.rich-banners p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.contain-center {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.link-bliv-spejder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 9vw;
  height: 9vw;
  margin-bottom: 4vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8vw;
  background-color: #4dff9a;
  -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  color: #1d3c34;
  font-size: 1.3em;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.bliv-spejder-pil {
  width: 2vw;
  height: 2vw;
  margin-top: 0.5vw;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.footer-nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.buttons-nulstil {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0.5em 1.1rem 0.4em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2em;
  background-color: #169b62;
  background-image: none;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.buttons-nulstil:hover {
  background-color: #500778;
}

.div-block-2 {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.nav-bottom-sublinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-right-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  border-radius: 2px;
  background-color: #4dff9a;
}

.header-illustration {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.header-ill {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.h2-fp-circle {
  color: #fff;
  font-size: 1.8em;
  white-space: normal;
}

.fp__top3 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fp-top-scroller-top {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.topscroller__innner_circle {
  position: relative;
  padding: 0vw 1vw 1vw 0vw;
}

.akrtivitet-enhed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1vw;
  background-color: #fff;
  color: #333;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
}

.akrtivitet-enhed.w--current {
  background-color: transparent;
}

.body-4 {
  background-color: #e5e2db;
}

.icon-enhed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 30px;
  margin-right: 0px;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.link-maerker-liste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.text-maerker-liste {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1vw;
  background-color: transparent;
  color: #007749;
  font-size: 0.8em;
  line-height: 1;
  text-align: center;
}

.wrap__image_maerke {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  overflow: hidden;
  width: 40%;
  height: 100%;
  padding-top: 0vh;
  padding-bottom: 0vh;
  border-radius: 2vw;
}

.naviger-i-tabs-full-page {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 3vw;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  margin: 2vw 4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5vw;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23);
}

.wrap-medarbejder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4vw;
  padding-right: 5vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-medarbejdere {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-medarbejder {
  width: 25%;
  min-height: 29vw;
  padding-right: 10px;
}

.item-medarbejder.full {
  width: 100%;
}

.medarb-foto-wrap {
  overflow: hidden;
  width: 100%;
  height: 20vw;
  border-radius: 2vw;
}

.text-medarbejder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navn {
  color: #1d3c34;
  font-size: 1.1rem;
  font-weight: 700;
}

.medarb-telefon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-telefon {
  color: #169b62;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.link-telefon:hover {
  color: #1d3c34;
  text-decoration: underline;
}

.col-medarbejdere {
  width: 100%;
  margin-top: 3vw;
}

.section-no-zoom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 50vh;
  padding: 3vh 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px none hsla(0, 0%, 100%, 0.5);
  border-bottom: 1px none #aaa;
  border-radius: 0px;
  background-color: #fff;
}

.illustration-no-zoom {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 65vh;
  margin-right: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2vw;
}

.text-with-foto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.presseansvarlig {
  margin-top: 3vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.titel {
  color: #1d3c34;
  font-size: 1rem;
  font-weight: 300;
}

.icon-big {
  width: 80%;
  height: 80%;
}

.part_closed-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0vw;
  margin-bottom: 0vw;
  padding: 1vw 1vw 1vw 1.2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3vw;
  background-color: rgba(230, 226, 219, 0.5);
}

.part_closed-2:hover {
  background-color: #eee;
}

.plus-fold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 4vw;
  margin-right: 1vw;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3vw;
  background-color: #169b62;
}

.logo2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 13vw;
  padding-bottom: 21px;
  padding-left: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(0, 119, 73, 0.48);
}

.kfum-spejderne-logo {
  width: 18vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.list-read-on-page {
  width: 100%;
}

.col-read-on-page {
  width: 100%;
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

.white-link:hover {
  color: #eee;
  text-decoration: none;
}

.map-dot {
  position: absolute;
  left: auto;
  top: auto;
  right: 28%;
  bottom: 39%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 590px;
  background-color: #fff;
}

.map-dot.dot-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 22%;
  bottom: 47%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
}

.map-dot.dot-all {
  position: absolute;
  left: 14%;
  top: auto;
  right: auto;
  bottom: 22%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: rgba(255, 239, 177, 0.9);
}

.dot-image {
  width: 70%;
}

.dottekst {
  color: #1d3c34;
  font-size: 2rem;
  font-weight: 700;
}

.buttons-min-liste {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0.5em 1.1rem 0.4em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2em;
  background-color: #500778;
  background-image: none;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.buttons-min-liste:hover {
  background-color: #500778;
}

.add-inline {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter__noicon-2 {
  margin-right: 7px;
  padding: 6px 14px 4px;
  border-radius: 2em;
  color: #7a7d81;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffefb0;
}

.filter__noicon-2:hover {
  background-color: #ffefb0;
  color: #3c413f;
}

.filter__noicon-2.selected {
  background-color: #fff;
  color: #169b62;
}

.circle1-2 {
  width: 4px;
  height: 4px;
  margin-right: 2px;
  border-radius: 2px;
  background-color: #ffd94a;
}

.circle1-2.green {
  background-color: #169b62;
}

.link__submenu_subsub-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0.3rem;
  padding: 0.5rem 1vw 0.4rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #007749;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.link__submenu_subsub-2:hover {
  background-color: #eee;
  color: #1d3c34;
  text-decoration: none;
}

.link__submenu_subsub-2.w--current {
  background-color: #ce4253;
  color: #fff;
  text-decoration: none;
}

.link__submenu_subsub-2.tags {
  margin-right: 6px;
  padding: 0.5rem 0.7rem 0.4rem;
  background-color: rgba(230, 226, 219, 0.5);
  color: #1d3c34;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 500;
  text-transform: none;
}

.link__submenu_subsub-2.tags:hover {
  background-color: #71cc98;
}

.link__submenu_subsub-2.tags.chosen {
  padding-right: 10px;
  padding-left: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.link__submenu_subsub-2.tags.chosen:hover {
  color: #a85959;
}

.link__submenu_subsub-2.spirit {
  background-color: #500778;
  color: #fff;
}

.link__submenu_subsub-2.spirit:hover {
  background-color: rgba(80, 7, 120, 0.2);
  color: #500778;
}

.link__submenu_subsub-2.selected {
  background-color: #ffefb0;
  color: #1d3c34;
}

.link__submenu_subsub-2.selected:hover {
  background-color: #e5e2db;
  color: #646464;
}

.link__submenu_subsub-2.intellekt {
  background-color: #0bf;
  color: #fff;
}

.link__submenu_subsub-2.intellekt:hover {
  background-color: rgba(0, 187, 255, 0.2);
  color: #007749;
}

.link__submenu_subsub-2.fysisk {
  background-color: #ffd94a;
  color: #000;
}

.link__submenu_subsub-2.fysisk:hover {
  background-color: rgba(255, 217, 74, 0.2);
}

.link__submenu_subsub-2.feeling {
  background-color: #dd5061;
  color: #fff;
}

.link__submenu_subsub-2.feeling:hover {
  background-color: rgba(221, 80, 97, 0.2);
  color: #dd5061;
}

.link__submenu_subsub-2.socialt {
  background-color: #71cc98;
  color: #333;
}

.link__submenu_subsub-2.socialt:hover {
  background-color: rgba(113, 204, 152, 0.2);
}

.link__submenu_subsub-2.selvs {
  background-color: #ff9e1b;
  color: #fff;
}

.link__submenu_subsub-2.selvs:hover {
  background-color: rgba(255, 158, 27, 0.2);
  color: #333;
}

.bar-fill-2 {
  width: 53%;
  height: 100%;
  border-radius: 10px;
  background-color: #71cc98;
}

.bar-fill-2.bar-2 {
  position: relative;
  left: 13%;
  width: 59%;
}

.handle-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  background-color: #007749;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: ew-resize;
}

.handle-3:hover {
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.handle-3.part-2 {
  left: 13%;
}

.circle2-2 {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffd94a;
}

.circle2-2.green {
  background-color: #169b62;
}

.button__bg1-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 0px;
  background-color: #007749;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.slider-number-2 {
  margin-right: 3px;
  padding: 4px 7px;
  border-radius: 2em;
  color: #7a7d81;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.slider-number-2:hover {
  background-color: #ffefb0;
  color: #3c413f;
}

.circle-color-2 {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #ffd94a;
}

.subsub__menu-2 {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  display: none;
  min-width: 18vw;
  padding: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 2vw;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.subsub__menu-2.filter {
  display: none;
  padding-bottom: 0.2vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 1.5vw;
}

.subsub__menu-2.tagsmenu {
  display: none;
  padding: 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.button__bg3-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 0px;
  background-color: #500778;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.handle-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 44%;
  bottom: auto;
  z-index: 100;
  width: 13px;
  height: 13px;
  border-radius: 15px;
  background-color: #007749;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: ew-resize;
}

.handle-4:hover {
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.handle-4.part2 {
  right: 26%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.handle-4.part2:hover {
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.slider-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15px;
  padding: 0px 0px 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007749;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.slider-2.titel {
  height: 20px;
  font-size: 0.8rem;
}

.slider-2.lower {
  padding-top: 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap-slider-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-width: auto;
  margin-right: 20px;
  padding-right: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap-slider-2.hiden {
  display: none;
}

.wrap-slider-2.final {
  min-width: auto;
  padding-right: 1vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap-slider-2.first {
  min-width: 19vw;
}

.button__bg2-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 0px;
  background-color: #500778;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.link__submenu-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0vw;
  padding: 0.6rem 1.1rem 0.6rem 1.2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffefb0;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.link__submenu-2:hover {
  background-color: #fff;
  color: #dd5061;
  text-decoration: none;
}

.link__submenu-2.w--current {
  background-color: #ce4253;
  color: #fff;
  text-decoration: none;
}

.link__submenu-2.w--current:hover {
  background-color: #b13544;
}

.link__submenu-2.som-filter {
  width: 100%;
  margin-right: 0vw;
  padding: 0.7rem 1vw 0.6rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4vw;
  background-color: #fff;
  color: #007749;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.buttons-nulstil-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0.5em 1.1rem 0.4em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2em;
  background-color: #169b62;
  background-image: none;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.buttons-nulstil-2:hover {
  background-color: #500778;
  color: #fff;
}

.buttons-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0.9em 1.7em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2em;
  background-color: #169b62;
  background-image: none;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.buttons-2:hover {
  background-color: #500778;
}

.buttons-2.buttons_search {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: auto;
  height: 4vw;
  padding: 0em 1.4em;
  border-radius: 5em;
}

.buttons-2.buttons_search:hover {
  background-color: #500778;
}

.buttons-2.buttons_search.hide-on-filter {
  display: none;
}

.input__search-2 {
  position: relative;
  width: 100%;
  height: 4vw;
  margin-right: 0.8em;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-right: 1.3em;
  padding-left: 1.3em;
  border-radius: 5em;
  font-size: 1.1rem;
}

.input__search-2::-webkit-input-placeholder {
  color: #007749;
}

.input__search-2:-ms-input-placeholder {
  color: #007749;
}

.input__search-2::-ms-input-placeholder {
  color: #007749;
}

.input__search-2::placeholder {
  color: #007749;
}

.alert-slide-in {
  position: fixed;
  left: auto;
  top: 1vw;
  right: 1vw;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 20px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffefb0;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  color: #1d3c34;
  line-height: 1;
}

.icon-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-activities {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3vw;
  padding-bottom: 3vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(230, 226, 219, 0.97);
  font-size: 1.1rem;
}

.section-short-cut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #71cc98;
}

.section-short-cut:hover {
  background-color: #fff;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 16px;
  }
  a {
    color: #007749;
  }
  a:hover {
    color: #169b62;
    text-decoration: none;
  }
  .input {
    border-width: 4px;
    border-color: transparent;
    border-radius: 5px;
  }
  .input:hover {
    border-width: 4px;
  }
  .input:focus {
    border-width: 4px;
  }
  .input.white-footer:hover {
    border-width: 1px;
  }
  .content {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content.subpages {
    margin-right: 5vw;
    padding-right: 0vw;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .content.subpages2 {
    margin-right: 0vw;
    padding-right: 0vw;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section.v01 {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .section.fold {
    background-color: transparent;
  }
  .section.v02 {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .section.faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.map {
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.centered {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .section.aktuelt {
    border-radius: 0px;
  }
  .section.frontpage {
    height: auto;
    background-color: #e5e2db;
  }
  .section.article {
    width: 75%;
  }
  .section.magasiner {
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding-left: 0vw;
  }
  .section.activity {
    border-radius: 0vw;
  }
  .section.activityheader-no-foto {
    height: 25vh;
    padding-right: 6vw;
    padding-left: 6vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section.sidebyside.illustration {
    display: none;
    padding-bottom: 0vw;
  }
  .section.sidebyside.illustration-annim {
    overflow: hidden;
    height: 95vh;
    padding-bottom: 0vw;
    background-color: #fff;
  }
  .section.see-also {
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
  }
  .section.temaer-1 {
    padding-top: 10vh;
  }
  .section.aktuelt-transparent {
    border-radius: 0px;
  }
  .section.half-header {
    height: 60vh;
    min-height: 600px;
  }
  .rich {
    font-size: 1.2rem;
  }
  .rich h2 {
    font-size: 2.5rem;
  }
  .rich h3 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .rich h4 {
    line-height: 1.4;
  }
  .rich p {
    font-size: 1rem;
  }
  .rich.fact {
    font-size: 1.2rem;
  }
  .rich a {
    color: #169b62;
  }
  .rich a:hover {
    color: #1d3c34;
    text-decoration: none;
  }
  .rich ul {
    margin-bottom: 2rem;
  }
  .rich p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .rich-fact {
    border-radius: 1vw;
    font-size: 1.2rem;
  }
  .rich-fact h2 {
    font-size: 2.3rem;
  }
  .rich-fact h3 {
    font-size: 1.4rem;
  }
  .rich-fact p {
    font-size: 1.1rem;
  }
  .rich-fact li {
    font-size: 1.1rem;
  }
  .header-wrap.spread {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .horisontal-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .expand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .horisontal-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav_level3 {
    position: relative;
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .nav_level3.dark {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    padding-top: 12vh;
    padding-right: 3vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contain.bottom {
    z-index: 10;
  }
  .link-social {
    width: 3.5em;
    height: 3.5em;
  }
  .icon__search {
    width: 1.5vw;
  }
  .nav {
    left: 0%;
  }
  .menu__line {
    width: 70%;
  }
  .menu__line.is--2 {
    height: 3px;
  }
  .menu__line.is--1 {
    height: 3px;
  }
  .nav-item.is--main {
    margin-bottom: 0.6em;
    font-size: 1em;
  }
  .nav-item.is-hihg {
    margin-bottom: 0.6em;
    font-size: 1em;
  }
  .nav-item.is-hihg.v2.last {
    margin-bottom: 0rem;
  }
  .nav-item.is-hihg.v3 {
    width: auto;
    padding: 0.2em 0.4em 0.4em;
    font-size: 1.2em;
  }
  .nav-item.is-hihg.v4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.2em;
  }
  .nav-item.is-hihg.tema {
    color: #fff;
  }
  .nav-item.is-hihg.tema.tema-2 {
    color: #092e6f;
  }
  .nav-item.is-hihg.tema.tema-4 {
    background-color: #007749;
    color: #fff;
  }
  .nav_item__text.is--big {
    border-bottom: 1px none #000;
    text-decoration: none;
  }
  .navigation {
    width: 3vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navigation__foldout {
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .close-trigger {
    position: absolute;
    left: auto;
    top: 0%;
    right: -100px;
    bottom: 0%;
    display: none;
    width: 100px;
    height: 100%;
    padding: 0px;
  }
  .wrap__header {
    margin-top: 0.5vh;
    margin-bottom: 1.5vh;
  }
  .wrap__header.fullwidth {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrap__header.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap__header.sidebyside.illustratiobn {
    height: 100%;
    padding-top: 17vh;
  }
  .wrap__header.sidebyside.animation {
    z-index: 20;
    height: 100%;
    padding-top: 17vh;
  }
  .menuexpand {
    border-radius: 4vw;
  }
  .footer {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-style: none;
  }
  .wrap__submenu {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .link__submenu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.7rem 1.3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link__submenu:hover {
    background-color: #fff;
    color: #1d3c34;
  }
  .link__submenu.w--current:hover {
    color: #fff;
  }
  .link__submenu.som-filter {
    top: 1px;
    bottom: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 0.9em;
  }
  .group__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .group__nav.horisontal-left {
    width: 33%;
    padding-top: 4vh;
    padding-right: 1vw;
    padding-left: 1vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .group__nav.horisontal-left.main {
    height: auto;
    padding-top: 0vw;
    padding-bottom: 8vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .group__nav.horisontal-left.cta {
    height: auto;
    padding-top: 0vw;
    padding-bottom: 8vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .group__nav.level2 {
    margin-bottom: 4vh;
  }
  .group__nav.social {
    margin-top: 0px;
    padding-bottom: 0vh;
  }
  .submenu__outer {
    display: block;
  }
  .wrap__foto.small {
    height: 30vw;
    background-image: none;
  }
  .wrap__foto.wrap__fototile {
    height: 90vh;
  }
  .wrap__foto._50 {
    overflow: visible;
  }
  .wrap__foto.is--map {
    width: 60%;
    height: 100vh;
    padding: 2vw 2vw 2vw 0vw;
    background-color: transparent;
    background-image: none;
  }
  .wrap__foto.fullheight {
    overflow: visible;
    height: 100vh;
  }
  .wrap__foto.onfrontpage {
    overflow: hidden;
    height: 100%;
  }
  .subheader.center {
    text-align: center;
  }
  .subheader.frontpage {
    margin-top: 0px;
    margin-bottom: 0vw;
    color: #fff;
    font-size: 1.5em;
  }
  .subheader.white {
    color: #fff;
  }
  .subheader.frontpage-dark {
    margin-top: 0px;
    margin-bottom: 0vw;
  }
  .content_inner {
    top: 0px;
    padding-top: 0vh;
  }
  .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .list {
    border-bottom: 1px none #000;
  }
  .list.horisontal-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .list.tema {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item.tema {
    height: 27vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .item.tema.big {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .wrap__fototile {
    background-size: 7vw 7vw;
  }
  .wrap__textfoto {
    width: 100%;
    padding: 0px;
  }
  .wrap__textfoto.horisontal-center {
    padding-top: 0vh;
    padding-bottom: 0vh;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .wrap__textfoto.bigteaser {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom-color: rgba(175, 168, 157, 0.5);
  }
  .wrap__texts {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .wrap__texts.padded {
    padding-right: 6vw;
    padding-left: 2vw;
  }
  .wrap__texts.is--map {
    padding-left: 5vw;
    background-color: transparent;
  }
  .wrap__texts.tilt-off {
    padding-right: 6vw;
    padding-left: 4vw;
  }
  .wrap__texts.mini-info {
    padding-right: 6vw;
    padding-left: 4vw;
  }
  .cover {
    position: relative;
    z-index: 10;
  }
  .cover.round {
    border-radius: 1vw;
  }
  .cover.map {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .text__overlay.tema {
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5em;
  }
  .form {
    max-width: 1200px;
  }
  .buttons.textur1 {
    padding: 0.6em 1.15rem;
    background-color: #169b62;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    font-size: 1rem;
  }
  .buttons.buttons_search {
    height: 3vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
  }
  .buttons.add-to-planner {
    padding: 0.6em 1.15rem;
    background-color: #169b62;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    font-size: 1em;
  }
  .buttons.remove-from-planner {
    padding: 0.6em 1.15rem;
    background-color: #169b62;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    font-size: 1em;
  }
  .buttons.textur1-copy {
    padding: 0.6em 1.15rem;
    background-color: #169b62;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    font-size: 1rem;
  }
  .buttons.red:hover {
    background-color: #a85959;
    color: #fff;
  }
  .buttons.in-header {
    padding: 0.6em 1.15rem;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    font-size: 1rem;
  }
  .label {
    color: #500778;
  }
  .wrap__text.vertical-left {
    padding-right: 0vw;
  }
  .wrap__text.aktivitet {
    padding-bottom: 0vw;
  }
  .wrap__text.presse-text {
    padding-right: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap_faq_inner {
    width: 33.33%;
  }
  .input__search {
    height: 3vw;
  }
  .popul-re-sider {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link__popularpages {
    padding-left: 14px;
    background-color: transparent;
  }
  .wrap__calltoaction.center {
    width: 100%;
  }
  .wrap__calltoaction.events {
    padding: 1.6em 1.5em 1.6em 2.4em;
  }
  .wrap__calltoaction.aktivitet {
    padding: 1.6em 1.5em 1.6em 2.4em;
  }
  .menu_search {
    padding-right: 4px;
    padding-left: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap__video {
    width: 60%;
    height: 30vw;
    outline-color: #a85959;
  }
  .item__projekter {
    width: 20%;
  }
  .wrap__artikel {
    line-height: 1.6;
  }
  .wrap__image.enhed {
    width: 45%;
  }
  .wrap__image.enhed {
    width: 60%;
    height: 140%;
    -webkit-filter: none;
    filter: none;
  }
  .wrap__image.animation {
    -webkit-filter: none;
    filter: none;
  }
  .nav_level2 {
    -webkit-transform: translate(-46vw, 0px);
    -ms-transform: translate(-46vw, 0px);
    transform: translate(-46vw, 0px);
  }
  .navigation_rel {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-right: 0.7vw;
    padding-bottom: 2vh;
    padding-left: 0.7vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .minilogo-2 {
    width: auto;
    margin-left: 0.6vw;
  }
  .logo-part1 {
    width: 3vw;
  }
  .logo__part2 {
    display: block;
  }
  .logo_part2_wrap {
    display: none;
    width: 12vw;
    opacity: 1;
  }
  .innergroup_nav.horisontal-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .background__foto {
    background-color: #ac9a7e;
  }
  .navigation__main__text {
    font-size: 1.8em;
  }
  .nav-part-1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-left: 1vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-left: 1px none rgba(22, 155, 98, 0.33);
  }
  .navigation__socialwrap {
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8em;
  }
  .cta_blivspejder.w--current {
    position: relative;
    width: 35vw;
    height: 35vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation__c02neutral {
    width: 91%;
    max-width: 100%;
  }
  .submenu__top {
    top: 2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wrap__subsubsub {
    overflow: visible;
    margin-bottom: 0em;
  }
  .wrap__subsub__inner {
    font-size: 14px;
  }
  .header_subpages {
    position: relative;
  }
  .button__arrow__wrap {
    width: 25px;
    height: 1.5vh;
    margin-left: 10px;
    padding: 0px;
  }
  .subsub__menu {
    display: none;
    padding: 10px;
    border-radius: 23px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .subsub__menu.filter {
    padding: 0.4rem;
  }
  .subsub__menu.tagsmenu {
    display: none;
  }
  .link__submenu_subsub {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
    padding-left: 0.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9em;
  }
  .link__submenu_subsub:hover {
    color: #500778;
  }
  .nav-main-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav--left {
    padding-top: 2vh;
  }
  .nav--right {
    position: relative;
    width: 100%;
    margin-bottom: 2vh;
    padding-left: 1vw;
    border-left: 1px none rgba(22, 155, 98, 0.33);
  }
  .adress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3;
  }
  .wrap__videoheader {
    overflow: hidden;
    height: 95vh;
  }
  .button_text {
    font-size: 1rem;
  }
  .wrap__subsub__inner_mobile {
    padding-left: 2vh;
    font-size: 14px;
  }
  .text-on-mobile-submenu {
    font-size: 1em;
  }
  .button__arrow__wrap_mobile {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    padding: 0px;
  }
  .hex.hex_mini.footersocial {
    position: relative;
    width: 6vw;
    height: 6vw;
    margin-left: 0px;
    background-color: #ffefb0;
    background-image: none;
    color: #ffefb0;
  }
  .hex.hex_list {
    box-shadow: 1px 1px 8px 0 #000;
  }
  .hex.hex_list.red.second {
    position: relative;
  }
  .hex.themes {
    width: 30vw;
    height: 30vw;
  }
  .hex.themes.big {
    width: 40vw;
    height: 40vw;
  }
  .darker__video {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    background-image: radial-gradient(circle closest-corner at 50% 50%, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.36));
  }
  .header_blivspejder {
    font-size: 0.8em;
  }
  .bg-image-in-hex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap__subheader {
    max-width: 60vw;
  }
  .wrap__subheader.center {
    text-align: center;
  }
  .button__bg3 {
    z-index: 0;
    background-color: rgba(60, 65, 64, 0.1);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  ._6kant_textwrap.textred {
    color: #dd5061;
  }
  ._6kant_textwrap.textyellow {
    color: #ffefb0;
  }
  .section__inner {
    padding-top: 12vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section__inner.faq {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  ._123_introtext {
    margin-bottom: 12px;
    font-size: 1.6em;
    line-height: 1.1;
    font-weight: 700;
  }
  .rich li {
    font-size: 1.2rem;
  }
  .label__menu {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 42%;
    width: 7vw;
    padding-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer_deck1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .cta__wrap__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .noclick {
    height: 1vh;
    margin-bottom: 91vh;
  }
  .h3_openclose {
    font-weight: 500;
  }
  .part_closed {
    padding: 0.7em 1rem 0.7em 2rem;
    background-color: #e5e2db;
  }
  .wrap__fakta {
    max-width: 500px;
  }
  .wrap__fakta.unstick {
    max-width: 25vw;
  }
  .main {
    max-width: 60vw;
  }
  .darker__imagelist {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    background-image: radial-gradient(circle closest-corner at 50% 50%, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.36));
  }
  .wrap__fp_cta {
    padding: 2vh 16vw;
  }
  .wrap__clickfoto.aktuelt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .wrap__clickfoto.aktuelt.first {
    width: 40%;
  }
  .wrap__clickfoto.aktuelt2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #169b62;
  }
  .wrap__clickfoto.aktuelt3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fp__topscroller {
    display: none;
    overflow: hidden;
    width: 100%;
    height: 80vh;
  }
  .topscroller__innner {
    height: 100%;
    padding-top: 1vw;
    padding-left: 1vw;
  }
  .topscroller__innner.last {
    width: 100%;
    height: 90%;
    padding-right: 2vw;
    padding-left: 0vw;
  }
  .topscroller__innner.mid {
    width: 100%;
    height: 95%;
  }
  .topscroller__innner_big {
    width: 33.3335308%;
    height: 100%;
    padding: 1vw;
  }
  .topscroller__innner_big.first {
    padding-right: 0vw;
  }
  .topscroller__innner_big.v2-first {
    padding-right: 0vw;
  }
  .topscroller__innner_big.illustration {
    padding-right: 0vw;
  }
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__inner.insidebyside {
    position: relative;
    z-index: 100;
  }
  .rich_artikel {
    font-size: 1.6rem;
  }
  .rich_artikel h1 {
    font-size: 3.3rem;
  }
  .rich_artikel h2 {
    max-width: 35ch;
  }
  .rich_artikel p {
    max-width: 85ch;
    font-size: 1.2rem;
  }
  .rich_artikel a {
    color: #169b62;
  }
  .rich_artikel a:hover {
    color: #1d3c34;
    text-decoration: none;
  }
  .rich_artikel blockquote {
    padding-right: 9vw;
    padding-left: 3vw;
    background-size: auto 4.5vw;
    font-size: 1.2rem;
  }
  .manchet {
    max-width: 58ch;
  }
  .collection-list-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .collection-list-wrapper.news1 {
    width: 60%;
  }
  .collection-list-wrapper.news2 {
    width: 40%;
  }
  .collection-list-wrapper.by4 {
    display: none;
  }
  .collection-list-wrapper.by5 {
    display: block;
  }
  .item__news {
    width: 20%;
  }
  .data-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0.9em;
  }
  .list__maerker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .maerke__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .text__overlay_turned {
    border-radius: 2vw;
    background-color: #dd5061;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    white-space: nowrap;
  }
  .link-maerker {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .link-maerker:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .swiper-slide.magasiner-liste {
    padding-bottom: 2vw;
  }
  .frontpage-swiper-arrow {
    width: 3em;
    height: 5em;
  }
  .swiper-button-next {
    width: 5vw;
    height: 7vw;
    padding-left: 0vw;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .swiper-button-next:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
  }
  .magasin__container {
    box-shadow: -13px 13px 17px -8px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .h1_frontpage {
    color: #fff;
  }
  .cta__outer:hover {
    background-color: #007749;
  }
  .text__articles_list {
    padding-right: 1vw;
    padding-left: 1vw;
  }
  .tag {
    padding-left: 14px;
  }
  .text__data {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text__data.vertical-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .data-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .darker2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
  }
  .subheader_actitivy {
    color: #3c413f;
    font-size: 1.3em;
    font-weight: 500;
  }
  .h3__theme.color2 {
    font-size: 1.1em;
    font-weight: 500;
  }
  .theme__item {
    width: 30vw;
    height: 30vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .theme__item.big {
    width: 40vw;
    height: 40vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .wrap_filter {
    width: 100%;
  }
  .wrap_filter.left.hidden {
    display: none;
  }
  .wrap_filter.valgte {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .filter1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3c413f;
    font-size: 1em;
    font-weight: 300;
    text-decoration: none;
  }
  .filterikon {
    width: 5vw;
    height: 5vw;
  }
  .event_header {
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .year-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .year-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .month-link {
    margin-left: 14px;
    color: #7a7d81;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .month-link:hover {
    color: #dd5061;
    font-weight: 500;
  }
  .tekst__data.byline {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tekst__data.date {
    color: #646464;
    font-weight: 300;
  }
  .filter__noicon {
    padding-left: 14px;
    background-color: transparent;
  }
  .text_activities {
    padding-right: 1vw;
    font-size: 1.2em;
  }
  .text_activities.second {
    font-size: 1.6em;
  }
  .activites__foto__list {
    height: 15vw;
    border-radius: 1vw;
  }
  .activites__foto__list:hover {
    border-radius: 2vw;
  }
  .activites__foto__list.second {
    height: 20vw;
  }
  .list-item-text.long {
    font-size: 1.4rem;
  }
  .wrap-tags-on-image {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mini__trompet {
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .icon-wrap-events {
    padding-right: 13px;
    padding-left: 13px;
  }
  .html-embed {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .arrow-fold {
    width: 3.5em;
    height: 3.5em;
  }
  .page__intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .full-image-teaser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 79px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wrap-search-results {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wrap-results {
    display: none;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .en-enhed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 32%;
    margin-right: 1vw;
    margin-bottom: 1vw;
    padding: 3vw 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 2vw;
    background-color: #fff;
  }
  .en-enhed:hover {
    background-color: #ffefb0;
  }
  .wrap-header-results {
    margin-bottom: 1rem;
    color: #dd5061;
  }
  .load-anim-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5vw;
    height: 3vw;
    padding: 0.5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2vw;
  }
  .anim-ball-1 {
    position: relative;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    padding: 0px;
    border-radius: 8px;
  }
  .anim-ball-2 {
    position: relative;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    padding: 0px;
    border-radius: 8px;
  }
  .anim-ball-3 {
    position: relative;
    width: 8px;
    height: 8px;
    margin-right: 0px;
    padding: 0px;
    border-radius: 8px;
  }
  .illustration-overlay {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
  }
  .illustration-inline {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .trompet-enheder {
    color: #1d3c34;
    font-size: 1.7em;
    font-weight: 300;
  }
  .wrap__image_activity {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
  .social-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .article-wrapper {
    position: relative;
  }
  .wrap__fakta-artikel {
    width: 25%;
  }
  .link-manchet {
    color: #169b62;
  }
  .link-manchet:hover {
    color: #71cc98;
    text-decoration: none;
  }
  .wrap-slider {
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wrap-slider.final {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wrap-slider.first {
    min-width: 18vw;
    padding-right: 2vw;
  }
  .slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #007749;
    font-size: 0.9em;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
  }
  .slider.lower {
    height: 50%;
  }
  .slider.titel {
    font-size: 0.8rem;
    font-weight: 700;
  }
  .bar {
    position: relative;
    width: 100%;
    height: 14px;
    padding: 0px;
    border-radius: 10px;
    background-color: rgba(175, 168, 157, 0.5);
  }
  .handle {
    position: absolute;
    left: 0%;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 10;
    width: 15px;
    height: 15px;
    padding: 0px;
    border-radius: 15px;
    background-color: #007749;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: ew-resize;
  }
  .handle:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .slider-number {
    padding: 3px 7px;
    background-color: transparent;
    font-size: 0.8em;
  }
  .handle-2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 37%;
    bottom: auto;
    z-index: 10;
    width: 14px;
    height: 14px;
    padding: 0px;
    border-radius: 15px;
    background-color: #007749;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: ew-resize;
  }
  .handle-2:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .bar-fill {
    position: relative;
    z-index: 1;
    width: 60%;
    height: 14px;
    padding: 0px;
    border-radius: 10px;
    background-color: #71cc98;
  }
  .fp__top2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 80vh;
  }
  .h2-fp {
    font-size: 3em;
  }
  .arrow-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 4vw;
    height: 4vw;
    margin-top: 1vw;
    padding: 1vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4vw;
    background-color: #169b62;
  }
  .arrow-block.small, .small .arrow-block {
    width: 3vw;
    height: 3vw;
    padding: 0.5vw 0.75vw;
  }
  .arrow-inner {
    width: 100%;
  }
  .forms-blok {
    padding-right: 4vw;
  }
  .forms-blok.right {
    padding-top: 0vw;
    padding-bottom: 4vw;
  }
  .form-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .form-block {
    margin-bottom: 0px;
  }
  .fotograf {
    background-color: rgba(29, 60, 52, 0.51);
    color: #fff;
    font-size: 0.8em;
  }
  .mini-ikon {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 0px;
  }
  .tag-artikel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #007749;
    color: #fff;
    font-size: 1em;
  }
  .tag-artikel:hover {
    background-color: #dd5061;
  }
  .div1 {
    top: 0px;
    height: 140vh;
    padding: 0vw 2vw 7vw;
  }
  .div1.c2 {
    top: 0px;
    height: 140vh;
    padding-top: 0vw;
  }
  .div1.c3 {
    top: 0px;
    background-color: transparent;
  }
  .theme-scroll-wrap {
    position: relative;
  }
  .theme-scroll-wrap.last {
    padding-top: 0px;
  }
  .footer_deck0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .footer-nav {
    margin-bottom: 0.3em;
    padding-bottom: 2px;
    font-size: 1rem;
  }
  .footer-nav:hover {
    color: #169b62;
    text-decoration: none;
  }
  .tema-nav {
    padding-bottom: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tema-nav.bliv-spejder {
    width: 40%;
    padding-bottom: 2vw;
  }
  .tema-nav.hidden {
    display: none;
  }
  .nav-bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-bottom.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contain-ill-header {
    position: relative;
    z-index: 10;
  }
  .link {
    color: #007749;
    font-size: 1rem;
  }
  .added {
    margin-left: 0px;
  }
  .icon-for-close {
    width: 0.8rem;
    height: 0.8rem;
    max-width: 100%;
    margin-left: 9px;
    line-height: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .wrap-cta-maerker {
    padding-right: 16vw;
    padding-left: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ill__core {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    height: 45vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .ill__part1 {
    right: 6vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10vw;
    height: 12vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .ill__part2 {
    right: 25.8vw;
    bottom: 28.2vw;
    width: 10vw;
    height: 11vw;
  }
  .ill__part3 {
    bottom: 9%;
    width: 25vw;
    height: 16vw;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .animation-background {
    position: relative;
    z-index: 0;
    width: 90%;
    height: 90%;
    background-color: #e9f3f4;
  }
  .ill__part4 {
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .magasiner {
    min-height: 100vh;
  }
  .item-magasin {
    width: 15%;
  }
  .magasin__container-inline {
    box-shadow: -13px 13px 17px -8px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .naviger-i-tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 47px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10vw;
    background-color: #e5e2db;
  }
  .tab-link {
    padding: 0.7rem;
    font-size: 1.1rem;
  }
  .tab-link.w--current {
    color: #fff;
  }
  .tab-link.sidste {
    padding-right: 1rem;
  }
  .tab-link.first {
    padding-left: 1rem;
  }
  .wrap__inline-banners {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.6;
  }
  .rich-banners {
    font-size: 1.2rem;
  }
  .rich-banners h4 {
    line-height: 1.4;
  }
  .rich-banners p {
    font-size: 1rem;
  }
  .rich-banners a {
    color: #169b62;
  }
  .rich-banners a:hover {
    color: #1d3c34;
    text-decoration: none;
  }
  .rich-banners ul {
    margin-bottom: 2rem;
  }
  .link-bliv-spejder {
    width: 8vw;
    height: 8vw;
    margin-bottom: 4vh;
    font-size: 1.1em;
  }
  .buttons-nulstil:hover {
    color: #fff;
  }
  .div-block-2 {
    background-color: hsla(0, 0%, 100%, 0.5);
  }
  .nav-bottom-sublinks {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-right-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .line-left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 1px;
    padding: 0px;
    border-radius: 2px;
    background-color: #4dff9a;
  }
  .header-ill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header-img {
    width: 80%;
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }
  .h2-fp-circle {
    font-size: 2.1em;
  }
  .fp__top3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .topscroller__innner_circle {
    height: 100%;
    padding-top: 1vw;
    padding-left: 1vw;
  }
  .akrtivitet-enhed:hover {
    background-color: transparent;
  }
  .akrtivitet-enhed.w--current {
    margin-bottom: 5px;
    color: #169b62;
    font-weight: 300;
    text-decoration: none;
  }
  .link-maerker-liste {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .link-maerker-liste:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .text-maerker-liste {
    white-space: nowrap;
  }
  .wrap__image_maerke {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
  .naviger-i-tabs-full-page {
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 3vw;
    margin-left: 3vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10vw;
    background-color: #fff;
  }
  .wrap-medarbejder {
    padding-right: 1vw;
    line-height: 1.6;
  }
  .item-medarbejder {
    width: 20%;
    min-height: 25vw;
    padding-right: 1vw;
  }
  .medarb-foto-wrap {
    height: 16vw;
  }
  .link-telefon {
    font-size: 0.9rem;
  }
  .col-medarbejdere {
    margin-top: 2vw;
  }
  .section-no-zoom {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .presseansvarlig {
    margin-top: 2vw;
  }
  .part_closed-2 {
    padding: 0.7em 1rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #e5e2db;
  }
  .plus-fold {
    width: 3.5em;
    height: 3.5em;
    margin-right: 1em;
  }
  .logo2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .kfum-spejderne-logo {
    width: 12vw;
  }
  .map-dot {
    position: absolute;
    left: auto;
    top: auto;
    right: 25%;
    bottom: 48%;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50px;
    height: 50px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.47);
  }
  .map-dot.dot-2 {
    right: 29%;
    bottom: 43%;
  }
  .map-dot.dot-all {
    left: 13%;
    top: auto;
    right: auto;
    bottom: 32%;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background-color: rgba(255, 239, 177, 0.89);
    box-shadow: none;
  }
  .dot-image {
    width: 70%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .dottekst {
    color: #1d3c34;
    font-size: 2rem;
    font-weight: 700;
  }
  .buttons-min-liste {
    background-color: #500778;
  }
  .buttons-min-liste:hover {
    color: #fff;
  }
  .add-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1.2em;
    height: 1.2em;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .filter__noicon-2 {
    padding-left: 14px;
    background-color: transparent;
  }
  .link__submenu_subsub-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9em;
  }
  .link__submenu_subsub-2:hover {
    color: #500778;
  }
  .link__submenu_subsub-2.fysisk {
    padding-left: 1vw;
  }
  .bar-fill-2 {
    position: relative;
    z-index: 1;
    width: 60%;
    height: 14px;
    padding: 0px;
    border-radius: 10px;
    background-color: #71cc98;
  }
  .handle-3 {
    position: absolute;
    left: 0%;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 10;
    width: 15px;
    height: 15px;
    padding: 0px;
    border-radius: 15px;
    background-color: #007749;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: ew-resize;
  }
  .handle-3:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .slider-number-2 {
    padding: 3px 7px;
    background-color: transparent;
    font-size: 0.8em;
  }
  .subsub__menu-2 {
    display: none;
    padding: 10px;
    border-radius: 23px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .subsub__menu-2.filter {
    padding: 0.4rem;
  }
  .subsub__menu-2.tagsmenu {
    display: none;
  }
  .button__bg3-2 {
    z-index: 0;
    background-color: rgba(60, 65, 64, 0.1);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .handle-4 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 37%;
    bottom: auto;
    z-index: 10;
    width: 14px;
    height: 14px;
    padding: 0px;
    border-radius: 15px;
    background-color: #007749;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: ew-resize;
  }
  .handle-4:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .slider-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #007749;
    font-size: 0.9em;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
  }
  .slider-2.lower {
    height: 50%;
  }
  .wrap-slider-2 {
    margin-right: 10px;
  }
  .wrap-slider-2.final {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wrap-slider-2.first {
    min-width: 18vw;
    padding-right: 2vw;
  }
  .link__submenu-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.7rem 1.3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link__submenu-2:hover {
    background-color: #fff;
    color: #1d3c34;
  }
  .link__submenu-2.w--current:hover {
    color: #fff;
  }
  .link__submenu-2.som-filter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 0.9em;
  }
  .buttons-nulstil-2:hover {
    color: #fff;
  }
  .buttons-2.buttons_search {
    height: 3vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
  }
  .input__search-2 {
    height: 3vw;
  }
  .alert-slide-in {
    position: fixed;
    left: auto;
    top: 1vw;
    right: 1vw;
    bottom: auto;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px 11px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
    color: #1d3c34;
    line-height: 1;
  }
  .html-embed-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .icon-embed {
    width: 22px;
    height: 22px;
    margin-left: 12px;
  }
  .no-activities {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2vw;
    padding-bottom: 2vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.1rem;
    font-weight: 500;
  }
  .section-short-cut {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 11px 28px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #71cc98;
  }
  .section-short-cut:hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 2vw;
  }
  h1 {
    font-size: 2.5em;
    line-height: 1.1;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  .input {
    padding: 9px 10px;
    font-size: 1rem;
    line-height: 1.3;
  }
  .content {
    font-size: 1.3vw;
  }
  .section {
    font-size: 1em;
  }
  .section.calendar {
    min-height: auto;
  }
  .btn {
    padding: 0.9rem 1.3rem;
    font-size: 1em;
  }
  .expand {
    padding: 11px;
  }
  .icon__search {
    width: 60%;
  }
  .navigation-top {
    font-size: 0.7em;
  }
  .nav-item.is--main {
    margin-bottom: 0em;
  }
  .nav-item.is-hihg {
    margin-bottom: 0em;
  }
  .nav_item__text {
    font-size: 1.3em;
    line-height: 1.5;
  }
  .nav_item__text.is--big {
    font-size: 1em;
  }
  .link__submenu {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .group__nav.horisontal-left {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .text__overlay.tema {
    font-size: 1em;
  }
  .input__search {
    font-size: 1rem;
  }
  .link__popularpages {
    margin-bottom: 8px;
  }
  .page {
    font-size: 1em;
  }
  .menu_search {
    padding-right: 0px;
    padding-left: 0px;
  }
  .item__projekter {
    width: 33%;
  }
  .navigation_rel {
    width: 4vw;
  }
  .submenu__top {
    border-radius: 10vh;
  }
  .text-on-sublinks {
    font-size: 0.8em;
  }
  .link__submenu_subsub {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .text-on-mobile-submenu {
    font-size: 0.8em;
  }
  .wrap__subheader {
    max-width: 80vw;
  }
  ._6kant_textwrap {
    font-size: 0.7em;
  }
  .text__bignumber {
    font-size: 5em;
  }
  ._123_introtext {
    font-size: 1.3em;
  }
  .data-wrapper {
    width: 30%;
    font-size: 0.9em;
  }
  .cta__outer {
    font-size: 1rem;
  }
  .list-item-text {
    font-size: 1rem;
  }
  .arrow-fold {
    padding: 9px;
  }
  .select {
    height: 2.8rem;
  }
  .manchet_sideintro {
    font-size: 1rem;
  }
  .tab-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.7rem;
  }
  .item-medarbejder {
    width: 33%;
  }
  .link-telefon {
    font-size: 0.7rem;
  }
  .section-no-zoom {
    font-size: 1em;
  }
  .plus-fold {
    padding: 9px;
  }
  .link__submenu_subsub-2 {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .link__submenu-2 {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .input__search-2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 2.5vw;
  }
  h1 {
    line-height: 1.1;
  }
  h3 {
    font-size: 1.3rem;
  }
  a {
    font-size: 0.9rem;
  }
  .input {
    font-size: 0.9rem;
  }
  .section.fold {
    font-size: 1.1em;
  }
  .section.fold-inline {
    font-size: 1.1em;
  }
  .expand {
    margin-bottom: 0em;
  }
  .nav_level3 {
    margin-top: 25em;
    margin-bottom: 35em;
  }
  .link-social {
    width: 3.3em;
    height: 3.2em;
  }
  .logo-wrap-2 {
    width: 6em;
    height: 4em;
  }
  .logo-wrap-2.w--current {
    width: 8em;
    height: 5em;
  }
  .nav_item__text {
    font-size: 1.5em;
  }
  .wrap__header.on--image {
    height: auto;
  }
  .wrap__texts.shortcuts {
    padding-right: 3rem;
    font-size: 1.3em;
  }
  .wrap__artikel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap__faktaboks {
    width: 100%;
    padding-left: 0vw;
  }
  .wrap__faktaboks.left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .wrap__image.activity-small {
    position: relative;
  }
  .wrap__image.enhed {
    position: relative;
  }
  .wrap__image.enhed {
    position: relative;
  }
  .wrap__image.animation {
    position: relative;
  }
  .wrap__subsub__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
  }
  .wrap__subsub__inner_mobile {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
  }
  .hex.hex_mini.position-top-lef {
    left: -5%;
    top: -10%;
    width: 21vw;
    height: 30vw;
  }
  .hex.hex_mini.bottom-right {
    right: -11%;
    bottom: -22%;
    width: 20vw;
    height: 20vw;
  }
  .hex.hex_mini.top-left-big {
    left: -18%;
    top: -16%;
    width: 25vw;
    height: 25vw;
  }
  .hex.hex_mini.footersocial {
    left: -18%;
    top: -16%;
    width: 10vw;
    height: 10vw;
  }
  .hex.hex_mini.footersocial._2nd {
    width: 10vw;
    height: 10vw;
  }
  .hex.hex_list {
    width: 50vw;
    height: 50vw;
  }
  .hex.hex_list.red.second {
    top: 0vh;
    width: 50vw;
    height: 50vw;
  }
  .text__bignumber {
    font-size: 7em;
  }
  .list_123 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._123_introtext {
    font-size: 1.5em;
  }
  .hex_wrapper.up {
    left: -32px;
    top: 0vh;
  }
  .hex_wrapper.footer3 {
    font-size: 1vw;
  }
  .wrap__fakta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item__news {
    width: 33.33%;
  }
  .h1_frontpage {
    font-size: 2em;
  }
  .text_activities {
    font-size: 1em;
  }
  .page__intro {
    font-size: 1.2em;
  }
  .wrap__fakta-artikel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-link {
    font-size: 0.6rem;
    line-height: 1.2;
  }
  .wrap__inline-banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap-medarbejder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item-medarbejder {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  body {
    padding-top: 0vw;
    font-size: 4vw;
  }
  h1 {
    font-size: 2.2em;
    line-height: 1;
    text-align: center;
  }
  h2 {
    font-size: 1.7rem;
    line-height: 1.1;
    text-align: center;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.3;
  }
  p {
    font-size: 1rem;
  }
  a {
    font-size: 1em;
  }
  label {
    font-size: 1.1em;
    text-align: left;
  }
  .error {
    padding: 13px;
    font-size: 1rem;
  }
  .input {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  .input.area {
    min-height: 60vw;
  }
  .input.white {
    border-style: none;
    border-radius: 2vw;
  }
  .input.white-footer {
    margin-bottom: 2vw;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    border-radius: 40px;
  }
  .success {
    padding: 13px;
    font-size: 1rem;
  }
  .radio-label {
    font-size: 4vw;
  }
  .content {
    height: auto;
    padding-left: 0vw;
    font-size: 4vw;
  }
  .content.subpage {
    padding-top: 18vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content.subpages {
    width: 100vw;
    margin-left: 0vw;
    padding-left: 6vw;
  }
  .content.subpages2 {
    width: 100vw;
    margin-left: 0vw;
    padding-left: 0vw;
  }
  .section {
    position: relative;
    overflow: visible;
    min-height: auto;
    padding: 0vw 0em 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #eee;
  }
  .section.flex-horisont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.is--fixedmenu {
    height: auto;
  }
  .section.v01 {
    min-height: auto;
    padding-top: 11vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section._100vh {
    height: auto;
    min-height: 100vh;
    padding-bottom: 7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section.fold {
    margin-bottom: 0vw;
    padding: 1vw 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10vw;
    background-color: transparent;
  }
  .section.v02 {
    padding: 10vh 4vw;
  }
  .section.v03 {
    min-height: auto;
    padding: 11vw 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.min-100vh {
    height: auto;
    min-height: 100vh;
    padding-bottom: 7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section.artikel {
    min-height: auto;
    padding-top: 11vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .section.faq {
    min-height: auto;
    padding-top: 11vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .section.centered {
    min-height: auto;
    padding-top: 11vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .section.aktuelt {
    min-height: auto;
    padding: 11vw 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .section.calendar {
    min-height: auto;
    padding-top: 27vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.temaer {
    min-height: auto;
    padding-top: 11vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .section.frontpage {
    height: auto;
  }
  .section.article {
    width: 100%;
    padding-top: 10vw;
    padding-right: 2vw;
    padding-left: 2vw;
    background-color: #fff;
  }
  .section.magasiner {
    min-height: auto;
    padding-top: 11vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.activity {
    padding-top: 5vw;
    padding-right: 8vw;
  }
  .section.activityheader {
    padding-bottom: 2vw;
  }
  .section.all_activities {
    min-height: auto;
    padding-top: 11vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.activityheader-no-foto {
    padding-top: 51vw;
    padding-bottom: 7vw;
    font-size: 0.9em;
  }
  .section.v04 {
    min-height: auto;
    padding-bottom: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #e5e2db;
  }
  .section.fold-inline {
    margin-bottom: 2vw;
    padding: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 7vw;
  }
  .section.mini_info {
    min-height: auto;
    padding-top: 11vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .section.sidebyside {
    height: auto;
    min-height: auto;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.sidebyside.illustration {
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.sidebyside.illustration-annim {
    height: 92vh;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.sidebyside.illustration_line {
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.sideside-no-image {
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.testimonial {
    min-height: auto;
    padding-top: 11vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #e5e2db;
  }
  .section.listlinks {
    min-height: auto;
    padding-top: 11vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #e5e2db;
  }
  .section.see-also {
    padding-top: 10vw;
    padding-right: 6vw;
  }
  .section.temaer-1 {
    min-height: auto;
    padding-top: 11vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .section.aktuelt-transparent {
    min-height: auto;
    padding: 11vw 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .section.activities-inline {
    min-height: auto;
    padding-top: 11vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.maerke-var {
    min-height: auto;
    padding-top: 11vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.with-icon {
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.aktuelt {
    min-height: auto;
    padding-top: 11vw;
    padding-bottom: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.half-header {
    padding-bottom: 2vw;
  }
  .section.hvid {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .rich {
    width: 100%;
    margin-right: 0vw;
    margin-left: 0vw;
    font-size: 1em;
  }
  .rich h1 {
    margin-top: 0.3em;
    margin-bottom: 0.8em;
    font-size: 1.3rem;
    line-height: 1.1;
    text-align: left;
  }
  .rich h2 {
    margin-top: 0.5em;
    margin-bottom: 0.8em;
    font-size: 1.8em;
    text-align: left;
  }
  .rich h3 {
    margin-top: 1em;
    margin-bottom: 0.6em;
    font-size: 1.3rem;
    text-align: left;
  }
  .rich h4 {
    margin-bottom: 0.6em;
    font-size: 1rem;
    line-height: 1.2;
  }
  .rich p {
    font-size: 0.9rem;
  }
  .rich.fact {
    display: none;
    margin-bottom: 10vw;
    padding: 6vw;
    text-align: left;
  }
  .rich ul {
    padding-left: 19px;
  }
  .btn {
    margin-right: 0px;
    margin-bottom: 4vw;
    padding: 0.7rem 5vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .rich-fact {
    width: 100%;
    margin-right: 0vw;
    margin-bottom: 6vw;
    margin-left: 0vw;
    padding: 8vw 6vw;
    border-radius: 4vw;
    text-align: left;
  }
  .rich-fact h1 {
    font-size: 2.5em;
  }
  .rich-fact h2 {
    font-size: 2.2em;
  }
  .rich-fact.mobile {
    display: block;
  }
  .check-label {
    font-size: 4vw;
  }
  .header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .header-wrap.in-footer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .horisontal-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .expand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 3em;
    padding: 0px 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .horisontal-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav_level3 {
    margin-top: 6em;
    margin-bottom: 2.4em;
    font-size: 2.5vw;
  }
  .nav_level3.dark {
    overflow: auto;
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 0em;
    margin-bottom: 5vh;
    padding: 12vh 6vw 9vh 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .contain.bottom {
    max-height: 60vw;
  }
  .nav_social_icon_wrap {
    margin-top: 32px;
    margin-left: -10px;
    padding-left: 0px;
  }
  .innernav_parttop {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-social {
    width: 3em;
    height: 3em;
  }
  .logo-wrap-2 {
    display: block;
    width: 30vw;
    height: 13vw;
  }
  .logo-wrap-2.w--current {
    display: block;
    width: 6em;
    height: 3em;
    margin-bottom: 0.4em;
  }
  .icon__search {
    width: 70%;
    height: 70%;
  }
  .nav {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: auto;
    background-color: transparent;
  }
  .navigation-top {
    font-size: 1em;
  }
  .menu__line {
    width: 70%;
    height: 2.5px;
    margin-bottom: 3px;
    background-color: #aaa;
  }
  .menu__line.is--2 {
    height: 2px;
    margin-bottom: 2px;
    background-color: #646464;
  }
  .menu__line.is--3 {
    height: 2px;
    margin-bottom: 2px;
    background-color: #646464;
  }
  .menu__line.is--1 {
    height: 2px;
    margin-bottom: 2px;
    background-color: #646464;
  }
  .nav-item {
    width: auto;
    height: auto;
    margin-right: 11px;
    margin-bottom: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0.5rem;
  }
  .nav-item.is--main {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0em;
    padding: 0.7em 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-item.is-hihg {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0em;
    padding: 0.7em 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-item.is-hihg.v2 {
    margin-bottom: 0.4em;
    font-size: 0.6rem;
  }
  .nav-item.is-hihg.v2.mobile {
    display: block;
  }
  .nav-item.is-hihg.frontpage {
    display: block;
    margin-bottom: 0.4em;
    font-size: 0.6rem;
    font-weight: 500;
  }
  .nav-item.is-hihg.frontpage.w--current {
    font-size: 0.6rem;
  }
  .nav-item.is-hihg.tema {
    width: auto;
    margin-bottom: 0.8em;
    padding-top: 0.4rem;
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    font-size: 0.5rem;
  }
  .nav-item.mini {
    color: #71cc98;
    font-size: 0.7em;
    font-weight: 300;
  }
  .nav_item__text.is--big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0em;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 1.7em;
    font-weight: 300;
    letter-spacing: 0em;
    text-decoration: none;
  }
  .navigation {
    width: 6vw;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation__foldout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .logo__wrapper {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .wrap__header {
    margin-top: 0vh;
    margin-bottom: 1vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap__header.on--image {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    height: 100%;
    padding: 6vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1em;
    text-align: left;
  }
  .wrap__header.on--image.big {
    padding-right: 6vw;
    padding-bottom: 10vw;
    padding-left: 6vw;
  }
  .wrap__header.on--image.small {
    padding-right: 2vw;
    padding-bottom: 5vw;
    border-radius: 6vw;
  }
  .wrap__header.on--image.oin-circle {
    padding-right: 2vw;
  }
  .wrap__header.on--image.ill {
    position: relative;
    height: auto;
    padding-top: 0vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .wrap__header.fullwidth {
    display: none;
    width: 100%;
    margin-bottom: 3vw;
    padding-left: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4em;
  }
  .wrap__header.is-faq {
    margin-top: 2vh;
    font-size: 1em;
  }
  .wrap__header.is--search {
    position: relative;
    width: 100%;
  }
  .wrap__header.is--maerker {
    position: relative;
    width: 100%;
  }
  .wrap__header.sidebyside {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0vw;
    margin-bottom: 0vw;
    margin-left: 0vw;
    padding-top: 15vw;
    padding-right: 0vw;
    padding-left: 0vw;
    border-top-left-radius: 5vw;
    border-top-right-radius: 5vw;
    border-bottom-left-radius: 0vw;
  }
  .wrap__header.sidebyside.noimage-begie {
    min-height: 60vh;
    padding-top: 30vw;
    padding-right: 6vw;
    padding-left: 6vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .wrap__header.sidebyside.noimage-begie.with-icon {
    min-height: auto;
    padding-top: 0vw;
    padding-right: 6vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .wrap__header.sidebyside.animation {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 100%;
    padding-top: 21vh;
    padding-left: 11vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menuexpand {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
  }
  .footer {
    overflow: hidden;
    padding-top: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .wrap__submenu {
    position: relative;
    width: 100vw;
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: transparent;
  }
  .link__submenu {
    width: auto;
    height: 11vw;
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.1em;
  }
  .link__submenu.med_under {
    padding: 9px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 30px;
    background-color: #dd5061;
  }
  .link__submenu.med_under:hover {
    background-color: #fff;
  }
  .link__submenu.as__menu {
    z-index: 10;
    height: 10vw;
    padding: 2vw 4vw 3vw 5vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 30px;
    background-color: #dd5061;
  }
  .link__submenu.as__menu:hover {
    color: #fff;
  }
  .link__submenu.som-filter {
    overflow: visible;
    padding: 9px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10vw;
  }
  .link__submenu.som-filter:hover {
    background-color: #fff;
  }
  .link__subsubmenu {
    width: auto;
    padding-left: 0em;
    font-size: 0.9em;
  }
  .wrap__subsub {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1em;
  }
  .group__nav {
    padding-left: 0vw;
  }
  .group__nav.level2 {
    padding-right: 6vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.3em;
  }
  .group__nav.social {
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.3em;
  }
  .submenu__outer {
    position: relative;
    display: none;
    width: auto;
    height: auto;
    padding-top: 4vw;
    padding-bottom: 2vh;
    box-shadow: none;
  }
  .wrap__foto {
    height: 100vh;
  }
  .wrap__foto.small {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #eee;
    background-size: 12vw;
  }
  .wrap__foto._50 {
    width: auto;
    height: 120vw;
    margin-right: 3vw;
    margin-left: 3vw;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .wrap__foto.flex {
    width: 100%;
    height: 100%;
    min-width: 50%;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrap__foto.is--projekt {
    height: 33vw;
  }
  .wrap__foto.is--map {
    width: 100%;
    height: 80vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .wrap__foto.fullheight {
    position: relative;
    top: 0vh;
    width: 100%;
    height: 120vw;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .wrap__foto.onfrontpage {
    border-radius: 6vw;
    font-size: 3vw;
  }
  .wrap__foto.onfrontpage:hover {
    border-radius: 6vw;
  }
  .wrap__foto.m-rker {
    width: 100%;
    height: 100%;
    min-width: 50%;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrap__foto.temaer {
    margin-right: 0px;
    margin-bottom: 15px;
    padding-top: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrap__foto.circle-fp {
    width: 30vw;
    height: 30vw;
    font-size: 3vw;
  }
  .center {
    text-align: left;
  }
  .subheader {
    max-width: 100%;
    margin-bottom: 3rem;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
  }
  .subheader.lists {
    margin-top: 15px;
  }
  .subheader.frontpage {
    margin-top: 5px;
    line-height: 1.1;
  }
  .subheader.list_theme {
    margin-top: 9px;
  }
  .subheader.foldout {
    font-size: 1em;
  }
  .subheader.white {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .subheader.nyhedsbrev {
    text-align: left;
  }
  .subheader.frontpage-dark {
    margin-top: 5px;
    line-height: 1.1;
  }
  .content_inner {
    position: relative;
  }
  .content__hidden {
    margin-top: 2vh;
    margin-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content__hidden.readline {
    position: relative;
    display: none;
    margin-top: 3vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content__hidden.no-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .body {
    padding-top: 0vw;
  }
  .list.tema {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .item.tema {
    width: 100vw;
    height: 100vw;
    margin-bottom: 1vh;
  }
  .item.tema:nth-child(even) {
    left: 0vw;
    height: 60vw;
  }
  .item.tema:first-child {
    position: relative;
    width: 100vw;
    height: 100vw;
  }
  .link__nounderline {
    height: 100%;
    margin-bottom: 20px;
    color: #333;
  }
  .wrap__textfoto.horisontal-center {
    position: relative;
    padding-top: 0vh;
    padding-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap__textfoto.is--map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap__textfoto.bigteaser {
    position: relative;
    padding-top: 3vh;
    padding-bottom: 1vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap__texts {
    width: 100%;
  }
  .wrap__texts.left {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .wrap__texts.padded {
    padding-right: 2vw;
    padding-left: 2vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap__texts.is--map {
    width: 100%;
    height: auto;
    padding: 7vw 5vw;
  }
  .wrap__texts.tilt-off {
    padding-right: 6vw;
    padding-left: 6vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap__texts.shortcuts {
    width: 100%;
    padding-right: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
  }
  .cover.header {
    border-radius: 5vw;
  }
  .list__horisontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text__overlay {
    padding-bottom: 4vw;
    padding-left: 4vw;
  }
  .grid-2x2 {
    width: 100%;
    height: auto;
  }
  .wrap_magasin {
    height: 38vw;
  }
  .buttons {
    padding: 0.6em 1.6em 0.6em 0.9em;
    font-size: 0.9rem;
  }
  .buttons.textur1 {
    margin-bottom: 1rem;
    padding: 0.8em 1.5em;
    border-radius: 10vw;
    font-size: 0.9rem;
  }
  .buttons.buttons_search {
    height: 15vw;
    font-size: 0.9em;
  }
  .buttons.add-to-planner {
    margin-bottom: 1rem;
    padding: 0.8em 1.5em;
    border-radius: 10vw;
    font-size: 1em;
  }
  .buttons.remove-from-planner {
    margin-bottom: 0rem;
    padding: 0.8em 1.5em;
    border-radius: 10vw;
    font-size: 1em;
  }
  .buttons.add-to-planner-inline {
    margin-bottom: 1rem;
    padding: 0.8em 1.5em;
    border-radius: 10vw;
    font-size: 1em;
  }
  .buttons.textur1-copy {
    margin-bottom: 1rem;
    padding: 0.8em 1.5em;
    border-radius: 10vw;
    font-size: 0.9rem;
  }
  .buttons.add-to-planner-inline-copy {
    margin-bottom: 1rem;
    padding: 0.8em 1.5em;
    border-radius: 10vw;
    font-size: 1em;
  }
  .buttons.in-header {
    margin-top: 0px;
    margin-bottom: 1rem;
    padding: 0.8em 1.5em;
    border-radius: 10vw;
    font-size: 0.9rem;
  }
  .form_inputgroup {
    width: 100%;
    margin-bottom: 0px;
  }
  .wrap__text {
    height: 100vh;
  }
  .wrap__text.flex {
    width: 100%;
    height: 50vh;
    min-width: 50%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .wrap__text.vertical-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap__text.kalendar {
    padding-right: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap__text.presse-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap_faq {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrap_faq_inner {
    width: 100%;
    min-width: 100%;
    padding: 5vw;
  }
  .wrap__event {
    height: 100vh;
  }
  .input__search {
    height: 15vw;
    margin-right: 0em;
    font-size: 0.8rem;
  }
  .popul-re-sider {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .link__popularpages {
    margin-bottom: 6px;
    background-color: #ffefb0;
  }
  .submenu__outer2 {
    position: relative;
    width: auto;
    padding-top: 4vw;
    padding-bottom: 2vh;
    box-shadow: none;
  }
  .page {
    position: relative;
    min-height: 50vh;
    padding: 0vw 0em;
    border-top-left-radius: 0px;
  }
  .wrap__calltoaction {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap__calltoaction.center {
    padding-right: 4vw;
    padding-left: 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap__calltoaction.events {
    margin-top: 2vh;
    margin-bottom: 2vh;
    padding: 6vw;
  }
  .wrap__calltoaction.events.vertical {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20vw;
  }
  .wrap__calltoaction.left-on-mobile {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wrap__calltoaction.aktivitet {
    margin-top: 2vh;
    margin-bottom: 2vh;
    padding: 6vw;
    text-align: center;
  }
  .menu_search {
    display: none;
  }
  .wrap__search {
    width: auto;
    margin-right: 6vw;
    margin-left: 6vw;
    padding: 9vw 6vw;
  }
  .wrap__video {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .item__projekter {
    width: 50%;
    min-height: 30vw;
  }
  .wrap__projekter {
    padding: 0px;
    font-size: 0.8em;
  }
  .wrap__artikel {
    padding-right: 6vw;
    padding-left: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1em;
  }
  .wrap__faktaboks {
    width: 100%;
    padding-left: 0vw;
  }
  .wrap__faktaboks.left {
    padding-right: 0vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .wrap__image {
    background-size: 20vw;
  }
  .wrap__image.activity {
    overflow: hidden;
    border-radius: 6px;
  }
  .wrap__image.activity-small {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
  }
  .wrap__image.enhed {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 120vw;
  }
  .wrap__image.enhed {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
  }
  .wrap__image.animation {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .nav_level2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .navigation_rel {
    display: none;
    width: 6vw;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .close__wrap-2 {
    right: 0%;
    z-index: 2030;
    width: 13vw;
    height: 13vw;
    border-radius: 10vw;
    background-color: #dd5061;
  }
  .minilogo-2 {
    display: none;
  }
  .logo-part1 {
    width: 12vw;
    height: auto;
    margin-top: 10px;
  }
  .logo__part2 {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }
  .nav-part-1 {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nav-part-1.horisontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-part-1.icons-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cta_blivspejder.w--current {
    width: 90vw;
    height: 90vw;
  }
  .navigation__c02neutral {
    height: 5vh;
    margin-top: 3vh;
    padding-right: 5vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-color: rgba(0, 119, 73, 0.5);
  }
  .submenu__top {
    position: fixed;
    top: 0vw;
    height: auto;
    margin-top: 0px;
    margin-right: 0vw;
    margin-left: 0vw;
    padding: 0px;
    border-radius: 40px;
    background-color: transparent;
  }
  .wrap__subsubsub {
    width: 90%;
    margin-top: 1vh;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1em;
  }
  .wrap__subsub__inner {
    display: flex;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-on-sublinks {
    font-size: 0.8rem;
  }
  .button__arrow__wrap {
    width: 20px;
    height: 20px;
  }
  .subsub__menu {
    z-index: 200;
    display: none;
    width: 100%;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 6vw;
  }
  .subsub__menu.tagsmenu {
    display: none;
  }
  .link__submenu_subsub {
    width: auto;
    padding: 10px 3vw;
    font-size: 1em;
  }
  .menu__arrow__wrap {
    display: none;
  }
  .nav--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav--right {
    width: 100%;
  }
  .wrap__videoheader {
    height: 100vh;
  }
  .close__menu {
    display: block;
  }
  .button_text {
    font-size: 0.9rem;
  }
  .wrap__subsub__inner_mobile {
    display: block;
    padding-top: 3vw;
    padding-right: 4vw;
    padding-left: 4vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .submenu__mobile {
    position: relative;
    z-index: 10;
    display: none;
    margin-top: 5px;
    padding: 12px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 15px;
    background-color: #dd5061;
  }
  .logo_mobile_wrapper {
    position: absolute;
    left: 0%;
    top: -2vw;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40vw;
    padding: 0px 0px 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), transparent);
  }
  .logo__mobile {
    width: auto;
    height: 15vw;
    max-width: 50vw;
  }
  .mobile__navtoggle {
    position: fixed;
    left: 4vw;
    top: auto;
    right: auto;
    bottom: 3vh;
    z-index: 800;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30vw;
    height: 10vw;
    padding: 0px 1.5vw 0px 4vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10vw;
    background-color: #e26a6a;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .text-on-mobile-submenu {
    color: #ffefb0;
  }
  .button__arrow__wrap_mobile {
    width: 20px;
    height: 20px;
  }
  .co2 {
    height: 100%;
  }
  .co2link {
    width: 60px;
    height: 100%;
  }
  .hex.hex_mini.position-top-lef {
    left: auto;
    top: -10%;
    right: -8%;
    bottom: auto;
    width: 35vw;
    height: 35vw;
  }
  .hex.hex_mini.bottom-right {
    left: auto;
    top: -21%;
    right: -13%;
    bottom: auto;
    width: 40vw;
    height: 40vw;
  }
  .hex.hex_mini.top-left-big {
    left: 1%;
    top: -16%;
    right: auto;
    bottom: auto;
    width: 40vw;
    height: 40vw;
  }
  .hex.hex_mini.footersocial {
    left: 1%;
    top: -16%;
    right: auto;
    bottom: auto;
    width: 15vw;
    height: 15vw;
  }
  .hex.hex_mini.footersocial._2nd {
    width: 15vw;
    height: 15vw;
  }
  .hex.hex_list {
    width: 75vw;
    height: 75vw;
  }
  .hex.hex_list.red.second {
    left: 10.3vw;
    width: 75vw;
    height: 75vw;
  }
  .hex.themes {
    width: 95vw;
    height: 95vw;
  }
  .hex.themes.big {
    width: 100%;
    height: 100vw;
  }
  .wrap__subheader {
    position: relative;
    width: auto;
    max-width: 100%;
    margin-bottom: 0vh;
  }
  .wrap__subheader.activity {
    padding-right: 0vw;
    text-align: center;
  }
  .wrap__subheader.familie {
    max-width: 250px;
    padding-left: 0px;
    font-size: 1rem;
  }
  ._6kant_textwrap {
    padding-right: 15vw;
    padding-left: 15vw;
  }
  ._6kant_textwrap.textred {
    padding-right: 18vw;
    padding-left: 18vw;
  }
  ._6kant_textwrap.textyellow {
    padding-right: 21vw;
    padding-left: 21vw;
  }
  .section__inner {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .list_123 {
    margin-top: 10vh;
    margin-bottom: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hex_wrapper {
    right: -5vw;
  }
  .hex_wrapper.up {
    left: -14.9vw;
  }
  .hex_wrapper.footer3 {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rich li {
    margin-bottom: 0.7rem;
    padding-left: 0.5em;
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .label__menu {
    display: none;
  }
  .footer_deck1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cta__wrap__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 39px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap__addressfooter {
    width: 100%;
    margin-bottom: 3vh;
    padding-left: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left {
    width: 100%;
  }
  .h3_openclose {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .part_closed {
    padding: 2vw 1vw 2vw 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7vw;
    font-size: 1em;
  }
  .part_closed:hover {
    background-color: transparent;
  }
  .wrap__fakta {
    position: relative;
    top: 0px;
    width: 100%;
    margin-bottom: 0vw;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .readline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .line__wrap {
    top: 9px;
    width: 10vw;
  }
  .linestop {
    width: 15px;
    height: 15px;
  }
  .line__entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .line__all {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rich__headers h1 {
    font-size: 2.5em;
  }
  .wrap__fp_cta {
    height: auto;
    padding: 50px 5vw;
  }
  .wrap__clickfoto {
    height: 100vh;
  }
  .wrap__clickfoto.aktuelt {
    width: 100%;
    height: 80vw;
    min-width: 50%;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrap__clickfoto.aktuelt.first {
    width: 100%;
    height: 100vw;
    margin-left: 0%;
  }
  .wrap__clickfoto.aktuelt2 {
    width: 100%;
    height: 70vw;
    min-width: 50%;
    margin-top: 0vw;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrap__clickfoto.aktuelt3 {
    width: 100%;
    height: 70vw;
    min-width: 50%;
    margin-right: 4%;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .fp__topscroller {
    height: auto;
    padding-right: 11px;
    padding-left: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .topscroller__innner.last {
    height: 40%;
    padding-top: 0vw;
    padding-right: 0vw;
  }
  .topscroller__innner.mid {
    height: 40%;
    margin-bottom: 4vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
  }
  .topscroller__innner_big.first {
    height: 60vh;
    margin-bottom: 4vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .topscroller__innner_big.v2-first {
    width: 100%;
    height: 60vh;
    margin-bottom: 4vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .topscroller__innner_big.illustration {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
  }
  .header__inner {
    padding-bottom: 20px;
    font-size: 0.9em;
  }
  .header__inner.first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9em;
    text-align: center;
  }
  .header__inner.small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
  }
  .header__inner.theme {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3vw;
    padding-bottom: 15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .header__inner.in-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
  }
  .rich_artikel {
    width: 100%;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 4vw;
    padding-left: 4vw;
    font-size: 0.8rem;
  }
  .rich_artikel h1 {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size: 2.7em;
    text-align: left;
  }
  .rich_artikel h2 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 2.2em;
    text-align: left;
  }
  .rich_artikel h3 {
    margin-top: 1.6em;
    margin-bottom: 0.3rem;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: left;
  }
  .rich_artikel h4 {
    margin-bottom: 0.6em;
    font-size: 0.9rem;
  }
  .rich_artikel p {
    font-size: 0.9rem;
  }
  .rich_artikel blockquote {
    margin-top: 2vw;
    margin-right: 0vw;
    margin-bottom: 12vw;
    padding: 6vw 4vw 6vw 6vw;
    background-size: auto 10vw;
    font-size: 0.9rem;
    line-height: 1.6;
    font-style: italic;
  }
  .rich_artikel li {
    font-size: 0.9rem;
  }
  .rich_artikel ul {
    padding-left: 20px;
  }
  .manchet {
    font-size: 1.3em;
  }
  .collection-list-wrapper.news1 {
    width: 100%;
  }
  .collection-list-wrapper.news2 {
    width: 100%;
  }
  .item__news {
    width: 100%;
    height: auto;
    margin-bottom: 13px;
    padding-right: 0vw;
  }
  .item__news.inline {
    width: 100%;
  }
  .item__news.big1 {
    padding-right: 0vw;
  }
  .item__news.big2 {
    padding-right: 0vw;
  }
  .teaser_trompet {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .teaser_trompet.no2 {
    left: 3%;
    top: 0%;
    right: auto;
    bottom: auto;
    font-size: 0.6rem;
  }
  .teaser_trompet.no3 {
    left: 3%;
    top: 0%;
    right: auto;
    bottom: auto;
    font-size: 0.7rem;
  }
  .mobile-logo {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 15vh;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img_mobile_logo {
    width: 60vw;
  }
  .item__aktivitet {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .data-wrapper {
    width: 100%;
    min-height: auto;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0.9em;
  }
  .alle-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .data-label {
    font-size: 0.7rem;
  }
  .item-maerke {
    width: 100%;
    min-height: auto;
    margin-bottom: 4px;
  }
  .maerke__item.item__maerkerlist {
    width: 50%;
  }
  .text__overlay_turned {
    padding: 5px 9px;
    font-size: 0.6em;
    line-height: 1.1;
    text-align: center;
  }
  .swiper-container {
    height: 90vw;
  }
  .swiper-slide {
    max-width: 94vw;
  }
  .swiper-slide.magasiner-liste {
    width: 50%;
    height: 80vw;
    max-width: none;
    margin-right: -20vw;
    padding-left: 9vw;
  }
  .swiper-nav {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 9.8vh;
    margin-top: 0vw;
  }
  .swiper-nav.tema {
    position: absolute;
    right: 0%;
    padding-bottom: 6vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .frontpage-swiper-arrow {
    width: 2em;
    height: 5em;
  }
  .swiper-button-next {
    width: 11vw;
    height: 18vw;
    margin-right: 0.5vw;
  }
  .swiper-button-next.tema {
    width: 4em;
    height: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .magasin__container {
    padding: 0px;
  }
  .foto__scrollby {
    position: relative;
    top: 0px;
    width: auto;
    height: 60vh;
    max-height: 300px;
    margin-right: 0vw;
    margin-left: 0vw;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .foto__scrollby.icon {
    display: block;
    width: 5rem;
    height: 5rem;
    margin-right: 0rem;
    margin-left: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .foto__scrollby.screenshot {
    display: block;
    width: 50vw;
    height: 50vw;
    margin-right: 0rem;
    margin-bottom: 10vw;
    margin-left: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .h1_frontpage {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .h1_frontpage.on-green {
    font-size: 3em;
    line-height: 1.1;
  }
  .h1_frontpage.on-green.bjola {
    font-size: 3em;
    text-align: left;
  }
  .h1_frontpage.dark {
    font-size: 2.2em;
    line-height: 1.1;
  }
  .cta__outer {
    width: 100%;
    margin-bottom: 10px;
    padding: 2vw 5vw 2vw 2vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10vw;
    font-size: 1.1em;
  }
  .wrap__arrow {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .arrow {
    width: 40%;
  }
  .cta__popoptext {
    display: none;
  }
  .text__articles_list {
    padding-bottom: 4vw;
    padding-left: 4vw;
    font-size: 1em;
  }
  .col-maerker {
    margin-bottom: 0vh;
  }
  .article__reader {
    padding-right: 0vw;
  }
  .article__fact {
    width: 100%;
  }
  .article__fact.first {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .article__mainwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap__tags {
    margin-bottom: 2vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tag {
    margin-bottom: 6px;
  }
  .text__data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
  }
  .text__data.frist {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .data-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .data-inner2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .darker2 {
    border: 1px none #000;
    border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
  }
  .trompet_onimage {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    text-align: center;
  }
  .subheader_actitivy {
    font-size: 1.1em;
    text-align: center;
  }
  .h3__theme {
    padding-right: 7vw;
    padding-left: 7vw;
    font-size: 1.3em;
  }
  .h3__theme.color2 {
    margin-bottom: -1px;
  }
  .wrap_filter {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wrap_filter.left {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .wrap_filter.valgte {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .wrap_filter.valgte {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .filter1 {
    padding: 3vw;
  }
  .filterikon {
    width: 12vw;
    height: 12vw;
  }
  .events-list {
    padding-top: 0px;
  }
  .events-list.short-version {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .event.short-version {
    width: 100%;
    margin-bottom: 1vh;
  }
  .date_day {
    color: #dd5061;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .date_month {
    font-size: 0.9rem;
  }
  .event_beskrivelse {
    padding-right: 0%;
    font-size: 0.7rem;
  }
  .event_header {
    font-size: 1.2rem;
  }
  .event__link {
    padding: 2vw 5vw;
    font-size: 0.8em;
  }
  .event__link.short-version {
    padding: 4vw;
  }
  .year-wrap {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
  }
  .year-text {
    font-size: 1rem;
  }
  .wrap__search__filter {
    width: 100%;
    padding-top: 7px;
    padding-right: 0vw;
  }
  .filters_inner {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .filter__noicon {
    min-width: 90px;
    margin-bottom: 6px;
  }
  .text_activities {
    padding: 7vw 2vw 4vw 0vw;
    font-size: 1.1em;
  }
  .text_activities.first {
    font-size: 1.5em;
  }
  .text_activities.read-also {
    padding-top: 0vw;
  }
  .text_activities.second {
    font-size: 1.5em;
  }
  .activities-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .activities-list.see-also {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .activites__foto__list {
    height: 50vw;
  }
  .activites__foto__list.first {
    height: 100vw;
  }
  .activites__foto__list.var1 {
    height: 60vw;
  }
  .activites__foto__list.var2 {
    height: 50vw;
  }
  .activites__foto__list.see-also {
    width: 30vw;
    height: 25vw;
  }
  .activites__foto__list.var3 {
    height: 60vw;
  }
  .list-item-text {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  .activities-list-explainer {
    color: #3c413f;
  }
  .activi__filters-inner {
    position: relative;
    overflow: visible;
  }
  .mini__trompet {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    font-size: 0.6rem;
  }
  .icon-wrap-events {
    width: 18vw;
    height: 18vw;
    padding-right: 4.5vw;
    padding-left: 4.5vw;
  }
  .data-group {
    display: block;
    margin-bottom: 1vh;
  }
  .data-group.mobile {
    display: block;
  }
  .arrow-fold {
    width: 30px;
    height: 30px;
    border-radius: 10vw;
  }
  .page__intro {
    width: auto;
    padding: 9vw;
    border-top-right-radius: 3vw;
  }
  .one-testimonial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7vw;
    padding-right: 0vw;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonial__foto__list {
    position: relative;
    top: 0px;
    width: 100%;
    height: 80vw;
  }
  .text_testimonials {
    padding-right: 2vw;
    padding-bottom: 4vw;
    padding-left: 2vw;
  }
  .skygge-baggrunds-billede {
    border-radius: 5vw;
  }
  .question-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 30px;
  }
  .wrap-answer {
    padding-left: 55px;
  }
  .wrap__image_illustration {
    position: relative;
    left: 0%;
    top: 0vw;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 80vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }
  .scroll-navigation-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 7vw;
    background-color: transparent;
  }
  .scroll-sub-link {
    margin-bottom: 1vw;
    border-radius: 10vw;
    background-color: #e5e2db;
  }
  .subscroll-wrap {
    position: relative;
    top: 0vw;
  }
  .en-enhed {
    width: 100%;
    margin-bottom: 4vw;
    padding: 7vw;
  }
  .wrap-header-results {
    margin-bottom: 7vw;
  }
  .load-anim-wrap {
    width: 20vw;
    height: 10vw;
  }
  .wrap__image_activity {
    position: relative;
    width: 100%;
    height: 30vh;
    border-radius: 5vw;
    background-image: none;
  }
  .social-link-wrap.footer {
    width: 30px;
    height: 30px;
    padding-top: 0vh;
  }
  .article-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .wrap__fakta-artikel {
    position: relative;
    top: 0px;
    width: 100%;
    margin-bottom: 0vw;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .imagewrap-artikel {
    height: auto;
    margin-bottom: 8vw;
    border-radius: 5vw;
  }
  .artickle-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0em;
    padding-top: 14vw;
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .news-header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .artikel-see-also {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }
  .wrap-slider {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrap-slider.final {
    display: none;
  }
  .wrap-slider.first {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .slider.titel {
    height: 18px;
    padding-bottom: 9px;
  }
  .bar {
    width: 101%;
    height: 10px;
  }
  .handle {
    width: 11px;
    height: 11px;
  }
  .slider-number {
    margin-bottom: 6px;
  }
  .handle-2 {
    width: 11px;
    height: 11px;
  }
  .fp__top2 {
    height: auto;
    padding-right: 11px;
    padding-left: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fp-top-scroller-left {
    width: 100%;
    padding-left: 0vw;
  }
  .h2-fp {
    font-size: 2.2em;
  }
  .arrow-block {
    width: 9vw;
    height: 9vw;
    margin-top: 4vw;
    border-radius: 8vw;
  }
  .arrow-block.small, .small .arrow-block {
    width: 9vw;
    height: 9vw;
    border-radius: 9vw;
  }
  .arrow-inner {
    width: 5vw;
  }
  .forms-blok {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5vw 6vw 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .forms-blok.right {
    padding-left: 0vw;
  }
  .form-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-inner {
    padding-right: 0px;
  }
  .header_news {
    margin-bottom: 10px;
  }
  .fotograf {
    padding: 4px 7px;
    font-size: 0.6em;
  }
  .mini-ikon {
    width: 30px;
    height: 30px;
  }
  .tag-artikel {
    margin-bottom: 6px;
  }
  .theme-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .theme-big {
    display: none;
  }
  .theme-smal {
    display: none;
    width: 100%;
  }
  .footer_deck0 {
    margin-top: 0px;
    padding-bottom: 16vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer_deck0.logo {
    margin-bottom: 20px;
    padding-bottom: 0vh;
    padding-left: 8vw;
  }
  .footer-navigation-enhed {
    width: 100%;
    margin-bottom: 3vh;
    padding-left: 7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-navigation-enhed.inner {
    padding-left: 0vw;
  }
  .tema-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tema-nav.bliv-spejder {
    display: none;
  }
  .nav-top {
    width: 100%;
  }
  .form-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo_footer {
    width: 40vw;
  }
  .ill-part1 {
    width: 20vw;
    height: 40vw;
  }
  .ill-part1._1b {
    right: -9%;
    width: 30vw;
    height: 50vw;
  }
  .ill-part1._1d {
    right: 29%;
    width: 26vw;
    height: 50vw;
  }
  .ill-part1.people {
    right: 27%;
    z-index: 20;
    width: 30vw;
  }
  .ill-part1._1e {
    right: 44%;
    width: 30vw;
  }
  .logo-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 3vh;
    margin-bottom: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .theme-mobile {
    display: block;
    width: 100%;
  }
  .embed-icon {
    position: relative;
  }
  .search-link-header {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .p-search {
    font-size: 0.7rem;
  }
  .contain-ill-header img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .button_text-add {
    font-size: 1em;
  }
  .button_text-added {
    font-size: 1em;
  }
  .button_text-remove {
    font-size: 1em;
  }
  .wrap-cta-maerker {
    height: auto;
    padding: 50px 5vw;
  }
  .tag-enhed {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ill__core {
    width: 85vw;
    height: 80vw;
  }
  .ill__part1 {
    right: 10.5vw;
    bottom: 6.4vw;
    width: 19vw;
    height: 19vw;
  }
  .ill__part2 {
    right: 44.4vw;
    bottom: 41.1vw;
    width: 15vw;
    height: 16vw;
  }
  .ill__part3 {
    left: -8%;
    bottom: 3%;
    width: 35vw;
    height: 25vw;
  }
  .ill__part4 {
    left: -7%;
    top: auto;
    right: auto;
    bottom: 58.3vw;
    width: 50vw;
    height: 30vw;
  }
  .magasiner-liste {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item-magasin {
    width: 28%;
  }
  .magasin__container-inline {
    padding: 0px;
  }
  .text-magasin {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .liste-titel-magasin {
    font-size: 0.8rem;
    text-align: center;
  }
  .naviger-i-tabs {
    overflow: auto;
  }
  .tab-link {
    min-width: 29vw;
    font-size: 0.7rem;
  }
  .icon-in-header {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .banner {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap__inline-banners {
    padding-right: 6vw;
    padding-left: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 1em;
  }
  .banner-image {
    width: 100%;
    height: 50vw;
  }
  .banner-text {
    width: 100%;
    padding-left: 0px;
  }
  .rich-banners {
    width: 100%;
    margin-right: 0vw;
    margin-left: 0vw;
    font-size: 1em;
  }
  .rich-banners h1 {
    margin-top: 0.3em;
    margin-bottom: 0.8em;
    font-size: 1.3rem;
    line-height: 1.1;
    text-align: left;
  }
  .rich-banners h2 {
    margin-top: 0.5em;
    margin-bottom: 0.8em;
    font-size: 1.8em;
    text-align: left;
  }
  .rich-banners h3 {
    margin-top: 1em;
    margin-bottom: 0.6em;
    font-size: 1.3rem;
    text-align: left;
  }
  .rich-banners h4 {
    margin-bottom: 0.6em;
    font-size: 1rem;
    line-height: 1.2;
  }
  .rich-banners p {
    font-size: 0.9rem;
  }
  .rich-banners ul {
    padding-left: 19px;
  }
  .buttons-nulstil {
    padding: 0.6em 1.6em 0.6em 0.9em;
    font-size: 0.9rem;
  }
  .line-left {
    display: none;
  }
  .header-illustration {
    position: relative;
    width: 100%;
    height: auto;
  }
  .header-ill {
    height: auto;
    margin-top: 0px;
    padding-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header-img {
    width: 100%;
    height: 90%;
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
  }
  .h2-fp-circle {
    font-size: 2.2em;
  }
  .fp__top3 {
    display: block;
    height: auto;
    padding-right: 11px;
    padding-left: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fp-top-scroller-top {
    display: none;
    width: 100%;
    padding-left: 0vw;
  }
  .topscroller__innner_circle {
    height: 99.1953125px;
  }
  .akrtivitet-enhed {
    margin-bottom: 6px;
    padding: 8px;
  }
  .icon-enhed {
    height: 25px;
  }
  .text-maerker-liste {
    padding: 5px 9px;
    font-size: 0.6em;
    line-height: 1.1;
    text-align: center;
  }
  .wrap__image_maerke {
    position: relative;
    width: 100%;
    height: 30vh;
    border-radius: 5vw;
    background-image: none;
  }
  .naviger-i-tabs-full-page {
    overflow: auto;
  }
  .wrap-medarbejder {
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1em;
  }
  .item-medarbejder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .item-medarbejder.full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .medarb-foto-wrap {
    width: 90%;
    height: 40vw;
  }
  .text-medarbejder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navn {
    font-size: 0.9rem;
    line-height: 1.1;
    text-align: center;
  }
  .medarb-telefon-wrap {
    margin-bottom: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-telefon {
    font-size: 0.6rem;
  }
  .col-medarbejdere {
    margin-top: 10vw;
  }
  .section-no-zoom {
    position: relative;
    overflow: visible;
    min-height: auto;
    padding: 11vw 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eee;
  }
  .illustration-no-zoom {
    position: relative;
    top: 0px;
    width: auto;
    height: 60vh;
    margin-right: 4vw;
    margin-left: 4vw;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .text-with-foto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .presseansvarlig {
    margin-top: 10vw;
  }
  .titel {
    margin-bottom: 10px;
    font-size: 0.7rem;
    line-height: 1.1;
  }
  .part_closed-2 {
    padding: 2vw 1vw 2vw 2vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7vw;
    font-size: 1em;
  }
  .part_closed-2:hover {
    background-color: transparent;
  }
  .plus-fold {
    width: 30px;
    height: 30px;
    margin-right: 2vw;
    border-radius: 10vw;
  }
  .logo2 {
    display: none;
  }
  .buttons-min-liste {
    padding: 0.6em 1.6em 0.6em 0.9em;
    font-size: 0.9rem;
  }
  .filter__noicon-2 {
    min-width: 90px;
    margin-bottom: 6px;
    background-color: #ffefb0;
  }
  .link__submenu_subsub-2 {
    width: auto;
    padding: 10px 3vw;
    font-size: 1em;
  }
  .handle-3 {
    width: 11px;
    height: 11px;
  }
  .slider-number-2 {
    margin-bottom: 6px;
  }
  .subsub__menu-2 {
    z-index: 200;
    display: none;
    width: 100%;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 6vw;
  }
  .subsub__menu-2.tagsmenu {
    display: none;
  }
  .handle-4 {
    width: 11px;
    height: 11px;
  }
  .slider-2.titel {
    height: 18px;
    padding-bottom: 9px;
  }
  .wrap-slider-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrap-slider-2.final {
    display: none;
  }
  .wrap-slider-2.first {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link__submenu-2 {
    width: auto;
    height: 11vw;
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.1em;
  }
  .link__submenu-2.som-filter {
    overflow: visible;
    padding: 9px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10vw;
  }
  .link__submenu-2.som-filter:hover {
    background-color: #fff;
  }
  .buttons-nulstil-2 {
    padding: 0.6em 1.6em 0.6em 0.9em;
    font-size: 0.9rem;
  }
  .buttons-2 {
    padding: 0.6em 1.6em 0.6em 0.9em;
    font-size: 0.9rem;
  }
  .buttons-2.buttons_search {
    height: 15vw;
    font-size: 0.9em;
  }
  .input__search-2 {
    height: 15vw;
    margin-right: 0em;
    font-size: 0.8rem;
  }
  .no-activities {
    position: relative;
    overflow: visible;
  }
  .section-short-cut {
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("fonts/MuseoSansRounded-700.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("fonts/MuseoSansRounded-100.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("fonts/MuseoSansRounded-900.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("fonts/MuseoSansRounded-1000.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("fonts/MuseoSansRounded-300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bjola";
  src: url("fonts/Bjola.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/**
 * Base
 * - Reset the browser
 */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

* {
  box-sizing: border-box;
}

.is-root-container {
  padding-left: var(--wp--custom--post-content--padding--left);
  padding-right: var(--wp--custom--post-content--padding--right);
}

/*
.block-editor-block-list__layout.is-root-container>.wp-block[data-align=full],
.wp-block-post-content > .alignfull {
	margin-left: calc(-1 * var(--wp--custom--post-content--padding--left)) !important;
	margin-right: calc(-1 * var(--wp--custom--post-content--padding--right)) !important;
	width: calc( 100% + var(--wp--custom--post-content--padding--left) + var(--wp--custom--post-content--padding--right) ) !important;
}

.site-header,
.post-header,
.page-content,
[data-align="full"] p,
.alignfull p {
	padding-left: var(--wp--custom--post-content--padding--left);
	padding-right: var(--wp--custom--post-content--padding--right);
}
*/
html .editor-styles-wrapper {
  padding: 3vw;
}

@media screen and (min-width: 600px) {
  html .wp-site-blocks {
    padding: 0 3vw;
  }
}
.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)) {
  max-width: 100% !important;
  padding-left: 3vw;
  padding-right: 3vw;
}

body {
  overflow-x: hidden;
}

@media (min-width: 480px) {
  .wp-block[data-align=left],
  .wp-block[data-align=right],
  .wp-site-blocks .alignleft,
  .wp-site-blocks .alignright {
    max-width: var(--wp--custom--alignment--aligned-max-width);
  }
}
.aligncenter {
  text-align: center;
}

main {
  padding: 0 0 0;
}
@media screen and (min-width: 600px) {
  main {
    padding: 0 3vw 0;
  }
  .single-maerke main {
    padding: 0;
  }
  .single-event main {
    padding: 0;
  }
}
@media screen and (min-width: 600px) and (min-width: 768px) {
  .single-event main > * {
    max-width: 96vw;
    margin-left: 1vw;
  }
}
main .wp-block-post-content {
  padding: 0;
}
@media screen and (min-width: 600px) {
  main .wp-block-post-content {
    width: 91vw;
  }
}
main .maerke-section.section.v01, main .more-publications {
  width: 100vw;
  padding: 3vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  main .maerke-section.section.v01, main .more-publications {
    margin-left: -6vw;
    margin-right: -3vw;
    padding: 3vh 3vw 3vw 6vw;
  }
}
main > .reuseable-wrapper {
  padding-top: 0;
}
main .animated-cover {
  margin-top: -3vw !important;
}
main .reuseable-wrapper,
main .reusable-wrapper {
  margin-top: -3vh !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 479px) {
  main .reuseable-wrapper > .wp-block-cover,
  main .reusable-wrapper > .wp-block-cover {
    margin-top: 5vh !important;
  }
}
@media screen and (min-width: 600px) {
  main .wp-block-post-content > .alignfull:not(.footer-animation):not(.footer .alignfull) {
    width: 100vw;
    margin-left: -6vw;
    margin-right: -3vw;
    padding: 3vh 3vw 3vw 6vw;
  }
  main .wp-block-post-content .section.fold .alignfull.smaller-tiles {
    width: auto;
    padding: initial;
    margin: 0;
  }
  main .wp-block-post-content .wp-block-group.alignfull.frontpage-cover-wrapper,
  main .wp-block-post-content .wp-block-columns.alignfull.frontpage-cover {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  main .wp-block-post-content > .wp-block-cover {
    width: 91vw;
  }
}

body.blog .wp-site-blocks header {
  background: #fff;
}

@media screen and (min-width: 600px) {
  .single-post .wp-site-blocks > section {
    width: 100vw;
    margin-left: -3vw;
    margin-right: -3vw;
    padding: 3vh 3vw 3vw 6vw;
  }
}
.single-post .wp-site-blocks .article-wrapper .wp-block-group.alignfull {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .section-short-cut.single-activity-green-header {
    width: 100%;
    padding-left: 6vw;
    padding-right: 3vw;
  }
}

@media screen and (max-width: 479px) {
  .single-aktivitet h1 {
    text-align: center;
    font-size: 2.4em !important;
  }
  .single-aktivitet .data-inner-2 {
    text-align: center;
  }
}
.single-aktivitet .wp-site-blocks {
  padding: 0;
}
@media screen and (min-width: 480px) {
  .single-aktivitet footer.site-footer {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .wrap_filter.left + .wrap_filter.left {
    max-width: 85vw;
  }
  .wrap_filter.left + .wrap_filter.left .wrap-slider-2 .filter-slider {
    max-width: 85vw;
  }
  .wrap_filter.left + .wrap_filter.left .wrap-slider-2.first {
    margin-top: 2vh;
  }
  .wrap_filter.left + .wrap_filter.left .wrap-slider-2.first .filter-slider-wrapper {
    margin-left: 2vw;
  }
  .wrap_filter.left + .wrap_filter.left .wrap-slider-2.first + .first {
    margin-top: 4vh;
  }
}

@media screen and (max-width: 479px) {
  .wrap-slider-2.drop-down {
    margin-top: 3rem;
  }
}

.section.aktuelt {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding: 3vw;
}

.post-header + main, .home main, .single-udgivelse main {
  padding-top: 0;
}

.wp-block-template-part.has-background {
  padding: 0;
}

@media screen and (min-width: 600px) {
  footer.site-footer {
    width: 103vw;
    margin-left: -3vw;
    margin-right: -8vw;
    padding: 0 3vw;
  }
}
footer.site-footer .footer {
  padding-top: 5vh;
}
@media screen and (max-width: 600px) {
  footer.site-footer .footer {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media screen and (max-width: 600px) {
  footer.site-footer .footer .wrap__addressfooter,
  footer.site-footer .footer .footer-navigation-enhed {
    padding-left: 0;
  }
}

.magasiner {
  min-height: initial;
}

main,
main .alignfull + .alignfull,
.tile + .tile,
footer.site-footer,
.maerke-section,
.maerke-section + .alignfull,
.section.aktuelt .single-aktivitet .wp-site-blocks .alignfull,
.navigation_rel {
  margin-block-start: 0 !important;
}

.single-aktivitet .alignfull,
.single-aktivitet .section {
  margin-block-start: 0 !important;
}

.publication-intro {
  border-top: 1px solid;
  margin-top: -3vw !important;
}

@media screen and (max-width: 479px) {
  .wp-block-post-content > .wp-block-group:not(.reusable-wrapper) {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.home .popul-re-sider, .home .tile,
.home p.has-text-align-center {
  position: relative;
  z-index: 1;
}

.wp-block-group.content__hidden > .alignfull {
  width: 100%;
}

.home section > .wp-block-group {
  position: relative;
}

@media screen and (max-width: 479px) {
  .section.calendar {
    padding-top: 0;
    padding-bottom: 5vh;
  }
}

.site-header-wrapper.wp-block-template-part .wp-block-site-title a, .site-footer.wp-block-template-part .wp-block-site-title a {
  text-decoration: none;
}
.site-header-wrapper.wp-block-template-part .wp-block-navigation-link, .site-footer.wp-block-template-part .wp-block-navigation-link {
  background: transparent;
}

p, h1, h2, h3, h4, h5, h6 {
  /*margin-top: var(--wp--custom--margin--vertical);
  margin-bottom: var(--wp--custom--margin--vertical);*/
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: inherit;
  }
}
[data-align=full] p:not(.teaser_trompet), .alignfull p:not(.teaser_trompet) {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  html .has-huge-font-size {
    font-size: 2.5rem !important;
  }
}
.rich p.subheader,
p.fotograf,
p.is-style-fotograf,
p.trompet_onimage {
  font-family: var(--wp--preset--font-family--headings);
}

.wp-block-image figcaption,
p.fotograf,
p.is-style-fotograf {
  margin-bottom: 0;
}

.wp-block-post-excerpt.wp-block .wp-block-post-excerpt__more-link {
  display: none;
  pointer-events: none;
}

p + ol, p + ul {
  margin-top: -0.75rem;
}

#tinymce p {
  font-size: var(--wp--preset--font-size--small);
}

p.wp-block-post-excerpt__excerpt {
  font-family: inherit;
  font-size: inherit;
}

.image-no-margin {
  margin: 0;
}
.image-no-margin > * {
  vertical-align: bottom;
}

.has-background-no-padding.wp-block-columns.has-background {
  padding: 0;
}

.wp-site-blocks, main {
  width: 100vw;
}

.post-type-archive-maerke header + .alignfull {
  background: #fff;
}

#wp-toolbar {
  display: flex;
  justify-content: space-between;
}

/**
 * Elements
 * - Styles for basic HTML elemants
 */
a {
  cursor: pointer;
  text-underline-offset: 0.15em;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration-line: none;
}

a.wp-block-tiptip-hyperlink-group-block:hover {
  color: inherit;
}

.block-editor-block-list__layout a,
.wp-block-post-content p a {
  text-decoration-line: underline;
  word-break: break-word;
}
.block-editor-block-list__layout a:hover, .block-editor-block-list__layout a:focus,
.wp-block-post-content p a:hover,
.wp-block-post-content p a:focus {
  text-decoration: none;
}

a.wp-block-hyperlink-group,
a.wp-block-tiptip-hyperlink-group-block {
  text-decoration: none;
}
a.wp-block-hyperlink-group:hover,
a.wp-block-tiptip-hyperlink-group-block:hover {
  color: inherit;
}

.footer .social-link-wrap:hover {
  background-color: #169b62;
  box-shadow: 0 0 11px 0 rgba(113, 204, 152, 0.52);
}

.wp-block-post-content .event__link:hover .tag {
  background-color: #ffd94a;
}

.kalendar .taxonomy-post_tag.section.article a.tag.selected {
  color: initial;
  background: #fff;
}

@media screen and (max-width: 641px) {
  html .gform_wrapper:not(.barometer_wrapper) {
    min-width: 75vw !important;
    width: 60vw;
  }
  html .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-height: auto !important;
    line-height: inherit !important;
    border-radius: 5vh;
  }
  .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=email] {
    padding: 0;
    min-width: 100%;
  }
}
html .gform_page_footer,
html .gquiz-answer-explanation {
  position: relative;
}

.quiz-result .padded *:not(h2) {
  margin-block-start: 24px !important;
}

html * .gquiz-field legend, html * .gquiz-field legend.gfield_label, html * .gfield--type-radio legend, html * .gfield--type-radio legend.gfield_label {
  padding-top: 5vh !important;
  padding-bottom: 3vh !important;
  font-size: var(--wp--preset--font-size--medium) !important;
  font-family: var(--wp--preset--font-family--headings) !important;
  font-weight: var(--wp--custom--heading--typography--font-weight) !important;
  line-height: var(--wp--custom--heading--typography--line-height) !important;
}

.gfield_radio > div {
  position: relative;
}
.gfield_radio label {
  font-size: var(--wp--preset--font-size--medium) !important;
  margin-left: 2rem;
}
.gfield_radio label.gquiz-correct-choice:before,
.gfield_radio input:checked + label:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 4px;
  top: 11px;
  background: var(--wp--preset--color--grass-green);
  display: block;
}
.gfield_radio input[disabled=disabled] + label:before {
  display: none !important;
}
.gfield_radio .label.gquiz-correct-choice:before {
  display: none !important;
}
.gfield_radio input[type=radio] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid var(--wp--preset--color--grass-green);
  border-radius: 100%;
  position: absolute !important;
  top: 7px !important;
}

html .gform_page_footer {
  margin-top: 3vh !important;
  margin-bottom: 10vh !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
}
html .gform_page_footer img {
  display: none !important;
}
html .gform_page_footer input[type=button],
html .gform_page_footer input[type=submit],
html .gform_page_footer button {
  position: relative;
  border-radius: 5vw;
  border: none;
  padding: 0.7em 3em 0.6em 1em;
  background-color: var(--wp--preset--color--grass-green) !important;
  background-image: url("images/arrow_right.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center right 1rem;
  color: white !important;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  color: white;
}
html .gform_page_footer input[type=button]:hover,
html .gform_page_footer input[type=submit]:hover,
html .gform_page_footer button:hover {
  background-color: var(--wp--preset--color--purple) !important;
}
html .gform_page_footer input[type=button].gform_previous_button,
html .gform_page_footer input[type=submit].gform_previous_button,
html .gform_page_footer button.gform_previous_button {
  padding: 0.7em 1em 0.6em 3em;
  background-position: center left 1rem;
  background-image: url("images/arrow_left.svg");
}

.gform_wrapper.gravity-theme .gf_progressbar {
  height: 5vh;
  border-radius: 2.5vh;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage {
  height: 5vh;
  border-radius: 2.5vh 0 0 2.5vh !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 50px;
  min-width: 75px;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  min-height: 100%;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .gform_wrapper.gravity-theme .gf_progressbar_percentage span {
    font-size: 1rem;
  }
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_green {
  background-color: var(--wp--preset--color--grass-green);
}

.gform_page .gquiz-answer-explanation, .gform_page .feedback {
  animation-duration: 0.35s;
  animation-name: slidein;
}
.gform_page .gquiz-instant-feedback-validated .gquiz-answer-explanation {
  animation-duration: 0.35s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .gform_confirmation_wrapper {
    margin-left: -8vw;
  }
}

html .gravity-theme .barometer .wp-block-group.has-mouse-grey-background-color {
  background: #fff !important;
}
html .gravity-theme .barometer .ginput_container_radio {
  margin-bottom: 3vw;
}
html .gravity-theme .barometer .gform_page_footer {
  margin-top: 0 !important;
}
@media screen and (max-width: 641px) {
  html .gravity-theme .barometer .gform_page_footer {
    padding-right: 10px;
  }
}
.filter-slider-wrapper {
  height: 100%;
  width: 100%;
}

.filter-slider {
  width: 100%;
}
.filter-slider.noUi-target.noUi-horizontal {
  height: 14px;
  background: rgba(175, 168, 157, 0.5);
  border-radius: 14px;
  box-shadow: none;
  border: none;
}
.filter-slider .noUi-marker {
  display: none;
}
.filter-slider .noUi-pips {
  font-size: 0.9em;
  padding: 7px 0 0 0;
  height: auto;
}
.filter-slider .noUi-value {
  color: #7a7d81;
  font-size: 0.8em;
  font-weight: 700;
}
.filter-slider .noUi-connects {
  border-radius: 14px;
}
.filter-slider .noUi-connect {
  background: #71cc98;
}
.filter-slider .noUi-handle {
  background: #007749;
  border-radius: 14px;
  height: 14px;
  width: 14px;
  box-shadow: none;
  right: -7px;
  top: 0px;
  border: none;
}
.filter-slider .noUi-handle:before, .filter-slider .noUi-handle:after {
  content: none;
}

@media screen and (min-width: 480px) {
  .activities__filter-wrap:not(.wp-block) {
    position: sticky;
    top: 0;
    z-index: 40;
  }
}
.wrap_filter.left {
  margin-left: 10px;
}

.w-dyn-list {
  width: 100%;
}

/**
 * Button
 */
/**
 * Block Options
 */
.wp-block-button.wp-block-button__link,
.wp-block-button .wp-block-button__link {
  border-width: 0;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-radius: 5vw;
  padding-top: 0.25rem;
  padding-right: 1.5rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  display: flex;
  gap: 8px;
  transition: transform 0.2s ease;
}
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
  color: #fff;
  background-color: #199b63;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-color: #199b63;
}
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.wp-block-button__link:hover, .wp-block-button.wp-block-button__link:focus, .wp-block-button.wp-block-button__link.has-focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link.has-focus {
  color: #fff;
  background-color: #199b63;
  border-color: #199b63;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
}
.wp-block-button.wp-block-button__link svg,
.wp-block-button .wp-block-button__link svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.wp-block-button__link:hover img,
.wp-block-button .wp-block-button__link:hover img {
  transform: translateX(3px);
  transition: transform 0.2s ease;
}
.wp-block-button.is-style-outline.wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  --wp--custom--button--color--text: var(--wp--custom--button--border--color);
  --wp--custom--button--color--background: transparent;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
}
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
  color: #fff;
  background-color: #199b63;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-color: #199b63;
}
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.is-style-outline.wp-block-button__link:hover, .wp-block-button.is-style-outline.wp-block-button__link:focus, .wp-block-button.is-style-outline.wp-block-button__link.has-focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link.has-focus {
  color: #fff;
  background-color: #199b63;
  border-color: #199b63;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
}
.wp-block-button.is-style-outline.wp-block-button__link svg,
.wp-block-button.is-style-outline .wp-block-button__link svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.has-arrow.wp-block-button__link,
.wp-block-button.has-arrow .wp-block-button__link, .wp-block-button .is-style-has-arrow.wp-block-button__link,
.wp-block-button .is-style-has-arrow .wp-block-button__link {
  padding-right: 50px !important;
  position: relative;
}
.wp-block-button.has-arrow.wp-block-button__link:after,
.wp-block-button.has-arrow .wp-block-button__link:after, .wp-block-button .is-style-has-arrow.wp-block-button__link:after,
.wp-block-button .is-style-has-arrow .wp-block-button__link:after {
  content: url("images/arrow_right.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 1rem;
  width: 20px;
  height: 20px;
  z-index: 5;
  display: flex;
}
.wp-block-button.has-arrow.has-small-font-size .wp-block-button__link:after, .wp-block-button .is-style-has-arrow.has-small-font-size .wp-block-button__link:after {
  top: calc(50% - 12px);
}
.wp-block-button.has-arrow.download.wp-block-button__link:after,
.wp-block-button.has-arrow.download .wp-block-button__link:after, .wp-block-button .is-style-has-arrow.download.wp-block-button__link:after,
.wp-block-button .is-style-has-arrow.download .wp-block-button__link:after {
  transform: rotate(90deg);
  top: calc(50% - 12px);
}
.wp-block-button.sweep-to-right,
.wp-block-button .is-style-sweep-to-right {
  overflow: hidden;
}
.wp-block-button.sweep-to-right.wp-block-button__link,
.wp-block-button.sweep-to-right .wp-block-button__link,
.wp-block-button .is-style-sweep-to-right.wp-block-button__link,
.wp-block-button .is-style-sweep-to-right .wp-block-button__link {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
}
.wp-block-button.sweep-to-right.wp-block-button__link:before,
.wp-block-button.sweep-to-right .wp-block-button__link:before,
.wp-block-button .is-style-sweep-to-right.wp-block-button__link:before,
.wp-block-button .is-style-sweep-to-right .wp-block-button__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #500778;
  border-radius: inherit;
  transform: translate(-100%, 0);
  transition: transform 0.2s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}
.wp-block-button.sweep-to-right.wp-block-button__link:hover:before,
.wp-block-button.sweep-to-right .wp-block-button__link:hover:before,
.wp-block-button .is-style-sweep-to-right.wp-block-button__link:hover:before,
.wp-block-button .is-style-sweep-to-right .wp-block-button__link:hover:before {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.2s ease-out, opacity 0.5s ease-out;
}
.wp-block-button.shutter-out.wp-block-button__link,
.wp-block-button.shutter-out .wp-block-button__link, .wp-block-button.shutter-end.wp-block-button__link,
.wp-block-button.shutter-end .wp-block-button__link, .wp-block-button.is-style-shutter-out.wp-block-button__link,
.wp-block-button.is-style-shutter-out .wp-block-button__link, .wp-block-button.is-style-shutter-end.wp-block-button__link,
.wp-block-button.is-style-shutter-end .wp-block-button__link {
  transition: color 150ms;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: 150ms ease-out, opacity 800ms ease-out;
}
.wp-block-button.shutter-out.wp-block-button__link:before,
.wp-block-button.shutter-out .wp-block-button__link:before, .wp-block-button.shutter-end.wp-block-button__link:before,
.wp-block-button.shutter-end .wp-block-button__link:before, .wp-block-button.is-style-shutter-out.wp-block-button__link:before,
.wp-block-button.is-style-shutter-out .wp-block-button__link:before, .wp-block-button.is-style-shutter-end.wp-block-button__link:before,
.wp-block-button.is-style-shutter-end .wp-block-button__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #500778;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  transition: 150ms ease-out, opacity 150ms ease-out;
  opacity: 0;
}
.wp-block-button.shutter-out.wp-block-button__link:hover:before,
.wp-block-button.shutter-out .wp-block-button__link:hover:before, .wp-block-button.shutter-end.wp-block-button__link:hover:before,
.wp-block-button.shutter-end .wp-block-button__link:hover:before, .wp-block-button.is-style-shutter-out.wp-block-button__link:hover:before,
.wp-block-button.is-style-shutter-out .wp-block-button__link:hover:before, .wp-block-button.is-style-shutter-end.wp-block-button__link:hover:before,
.wp-block-button.is-style-shutter-end .wp-block-button__link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-radius: inherit;
  opacity: 1;
}

.shutter-out a, .is-style-shutter-out a {
  transition: color 150ms;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: 150ms ease-out, opacity 800ms ease-out;
}
.shutter-out a:before, .is-style-shutter-out a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #500778;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  transition: 150ms ease-out, opacity 150ms ease-out;
  opacity: 0;
}
.shutter-out a:hover:before, .is-style-shutter-out a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-radius: inherit;
  opacity: 1;
}

.wp-block-buttons .wp-block-button:last-child {
  margin-bottom: 0;
}

.button__bg1,
.button__bg2 {
  border-radius: 2vw;
  transform: none !important;
}

.button__bg2 {
  display: none;
}

.buttons {
  display: flex !important;
}
.buttons .button__bg1, .buttons .button__bg2 {
  display: none;
}
.buttons.hvr-shutter-in-horizontal {
  background: #500778;
}
.buttons.hvr-shutter-in-horizontal:before {
  background: green !important;
}

main button, .collection-list-wrapper button {
  border-radius: 2vw;
  padding: 0.5rem 1rem;
  border-radius: 10vw;
  font-size: 0.9rem;
  background: #199b63;
  color: #fff;
}
@media screen and (min-width: 480px) {
  main button, .collection-list-wrapper button {
    font-size: 1.1rem;
    padding: 0.5rem 1.6em;
  }
}
main button:hover, .collection-list-wrapper button:hover {
  background: #500778;
}
main button.more-results-button, .collection-list-wrapper button.more-results-button {
  margin-top: 3vh;
}

.wp-block-buttons.pop-up {
  display: block;
  position: relative;
  min-width: 250px;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow a {
  padding-right: 1.6rem !important;
  padding-left: 50px !important;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow a:after {
  transform: translateX(1rem);
  left: 0;
  transition: transform 0.2s ease-in-out;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow:hover a:after {
  transform: translateX(1.4rem);
}
.wp-block-buttons.pop-up .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size:not(.wp-block) {
  font-size: 14px !important;
  right: 25%;
  position: relative;
  grid-row: 1;
  margin-bottom: -20px;
  top: -1rem;
  opacity: 0;
  pointer-events: none;
  transform: rotateZ(10deg);
  transition: opacity 0.2s ease-out, transform 0.3s ease-out;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(10deg);
  transform-origin: bottom right;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size.wp-block {
  transform: rotateZ(0deg);
}
.wp-block-buttons.pop-up .wp-block-button:hover + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(0);
  transform-origin: bottom right;
  transition: opacity 0.2s ease-in-out, transform 0.3s ease-in;
  opacity: 1;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button + .wp-block-button:not(.wp-block) {
  position: absolute;
  pointer-events: none;
  left: 0;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size:not(.wp-block) {
  transform: rotateZ(-15deg);
  right: initial;
  left: 5px;
  top: -1.25rem;
  font-size: 0.8rem !important;
  position: relative !important;
  line-height: 1.5 !important;
  padding-top: 0.2vh !important;
  display: inline-block !important;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button.has-arrow + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(-15deg);
  transform-origin: top center;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button:hover + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(-5deg);
  transform-origin: top center;
}

.rich-fact.w-richtext .wp-block-buttons {
  width: 100%;
}

.subscroll-wrap .wp-block-button .wp-block-button__link {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 479px) {
  .wp-block-button.shutter-out a {
    padding: 0.25rem 0.75rem !important;
    border-radius: 10vw;
  }
  .padded > .wp-block-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wp-block-buttons.pop-up {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .wp-block-buttons.pop-up .wp-block-button.has-small-font-size {
    display: none;
  }
  .wp-block-buttons.pop-up .wp-block-button.has-arrow a {
    text-align: left;
    min-width: 100% !important;
  }
}
@media screen and (max-width: 599px) {
  section header .wp-block-buttons {
    margin-bottom: 5vh;
  }
}

.wp-block-code code {
  font-family: var(--wp--custom--code--typography--font-family);
}

.wp-block-columns {
  margin-bottom: unset;
}

.section.maerke-var, .page-id-152 {
  background: #f2f1ee;
  padding-left: 0;
  padding-right: 0;
}

.home .wp-block-columns {
  position: relative;
}

section .wp-block-columns.alignfull .wp-block-image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 800px) {
  section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio:2/3"], section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio: 2 / 3"], section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio:9/16"], section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio: 9 / 16"], section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio:2/3"], section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio: 2 / 3"], section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio:9/16"], section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio: 9 / 16"] {
    max-width: 50% !important;
    margin: auto !important;
  }
  section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio:2/3"] + figcaption, section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio: 2 / 3"] + figcaption, section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio:9/16"] + figcaption, section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio: 9 / 16"] + figcaption, section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio:2/3"] + figcaption, section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio: 2 / 3"] + figcaption, section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio:9/16"] + figcaption, section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio: 9 / 16"] + figcaption {
    margin-right: 25%;
  }
  section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio:3/4"], section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio: 3 / 4"], section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio:3/4"], section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio: 3 / 4"] {
    max-width: 60% !important;
    margin: auto !important;
  }
  section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio:3/4"] + figcaption, section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio: 3 / 4"] + figcaption, section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio:3/4"] + figcaption, section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio: 3 / 4"] + figcaption {
    margin-right: 20%;
  }
  section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio:1;"], section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio: 1;"], section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio:1;"], section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio: 1;"] {
    max-width: 75%;
    margin: auto !important;
  }
  section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio:1;"] + figcaption, section .wp-block-columns.alignfull .wp-block-image img[style*="aspect-ratio: 1;"] + figcaption, section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio:1;"] + figcaption, section .wp-block-columns.alignfull .wp-block-image div[style*="aspect-ratio: 1;"] + figcaption {
    margin-right: 12.5%;
  }
}

section aside.factbox .wp-block-image img {
  max-width: 100% !important;
}

.wp-block-cover {
  overflow: hidden;
  margin-bottom: 4vh;
  width: 100%;
}
.wp-block-cover .wp-block-buttons {
  left: 0;
  top: 0;
}
.wp-block-cover .wp-block-cover__inner-container {
  width: 100% !important;
}
@media screen and (max-width: 479px) {
  .wp-block-cover {
    text-align: center;
  }
  .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
  }
  .wp-block-cover .arrow-block {
    margin: auto auto 5vh;
  }
  .wp-block-cover .wp-block-buttons {
    position: relative;
    justify-content: center;
    margin-bottom: 5vh;
  }
}
.wp-block-cover .has-dark-gradient-gradient-background {
  background-image: linear-gradient(190deg, transparent 56%, rgba(0, 0, 0, 0.2)), linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.4));
  opacity: 1 !important;
}
.wp-block-cover.rounded {
  border-radius: 2vw;
}
.wp-block-cover.rounded > * {
  border-radius: 2vw;
}
@media screen and (max-width: 479px) {
  .wp-block-cover.rounded {
    margin: auto auto 3vw;
    max-width: 96vw;
    border-radius: 6vw;
  }
  .wp-block-cover.rounded > * {
    border-radius: 6vw;
  }
}
.wp-block-cover.rounded h1, .wp-block-cover.rounded h2, .wp-block-cover.rounded h3, .wp-block-cover.rounded p {
  max-width: 90ch;
}
.wp-block-cover.rounded p.fotograf {
  bottom: -2vw;
}
.wp-block-cover.rounded h2 {
  position: relative;
}
.wp-block-cover.rounded h2 + *:not(.fotograf) {
  position: relative;
}
.wp-block-cover.rounded h2 + *:not(.fotograf) + *:not(.fotograf) {
  position: relative;
}
@media screen and (max-width: 479px) {
  .wp-block-cover .rich__headers {
    text-align: center;
  }
}

html .teaser_trompet {
  margin-block-start: 0;
  font-weight: 500;
  font-family: "Museo Sans Rounded", sans-serif;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 479px) {
  html .teaser_trompet {
    top: -13px !important;
  }
}
@media screen and (min-width: 480px) {
  html .teaser_trompet.no2 {
    bottom: -1rem;
  }
  html .teaser_trompet.no3 {
    top: -0.75rem;
  }
}

.wp-block-group.section.sidebyside.alignfull {
  margin-left: -3vw;
  margin-right: -3vw;
  width: calc(100% + 6vw);
}
.wp-block-group.section.sidebyside.wp-block {
  z-index: 20;
}
.wp-block-group.section.sidebyside .insidebyside {
  text-align: center;
}
@media screen and (min-width: 480px) {
  .wp-block-group.section.sidebyside .insidebyside {
    text-align: left;
  }
}

.arrow-block {
  position: relative;
}
.arrow-block img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 479px) {
  .arrow-block img {
    width: 5vw;
    height: 5vw;
  }
}
.arrow-block.cta {
  margin-left: 0 !important;
  background: rgb(77, 255, 154);
  text-align: center;
  width: 9vw;
  height: 9vw;
  border-radius: 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: background 0.25s ease-in-out;
}
.arrow-block.cta img {
  filter: invert(100%);
  width: 29px;
  height: 22px;
}
.arrow-block.cta p {
  font-family: var(--wp--preset--font-family--headings);
  font-weight: 700;
  color: rgb(29, 60, 52);
  margin-bottom: 0;
  font-size: 1.3em;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .arrow-block.cta p {
    font-size: 13px;
  }
}
.arrow-block.cta:hover {
  background: white;
  transition: background 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.arrow-block.cta:hover p {
  color: #169b62;
}

.wp-block-cover:hover .arrow-block img, .call-out-button:hover .arrow-block img {
  animation-duration: 0.5s;
  animation-name: move;
  position: relative;
  animation-iteration-count: 1;
}
@keyframes move {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(150%, 0);
  }
  51% {
    transform: translate(-150%, 0);
  }
  100% {
    transform: translate(0);
  }
}

@keyframes move {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(350%, 0);
  }
  51% {
    transform: translate(-350%, 0);
  }
  100% {
    transform: translate(0);
  }
}

.frontpage-cover .wp-block-column .wp-block-group {
  position: relative;
}
.frontpage-cover .wp-block-cover.rounded {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 479px) {
  .frontpage-cover .wp-block-cover.rounded {
    min-height: 45vh !important;
  }
}
@media screen and (min-width: 480px) {
  .frontpage-cover .wp-block-cover.rounded {
    border-radius: 1vw;
    -webkit-backface-visibility: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    transition: all 0.15s ease-in-out;
  }
  .frontpage-cover .wp-block-cover.rounded > * {
    border-radius: 1vw;
    transition: all 0.15s ease-in-out;
    -webkit-backface-visibility: hidden;
  }
  .frontpage-cover .wp-block-cover.rounded > img,
  .frontpage-cover .wp-block-cover.rounded > video {
    transform: scale(1);
    transition: transform 0.75s ease-in;
    -webkit-backface-visibility: hidden;
  }
  .frontpage-cover .wp-block-cover.rounded:hover {
    border-radius: 2vw;
    -webkit-backface-visibility: hidden;
    transition: all 0.15s ease-in-out;
    overflow: hidden;
  }
  .frontpage-cover .wp-block-cover.rounded:hover > * {
    border-radius: 2vw;
    -webkit-backface-visibility: hidden;
  }
  .frontpage-cover .wp-block-cover.rounded:hover > img,
  .frontpage-cover .wp-block-cover.rounded:hover > video {
    transform: scale(1.1);
    border-radius: 2vw;
    transition: transform 0.75s ease-in;
    -webkit-backface-visibility: hidden;
  }
}

header.grid .is-layout-grid {
  grid-template-rows: 1fr 1fr;
  row-gap: 4rem;
}
header.grid .is-layout-grid .wp-block-tiptip-hyperlink-group-block {
  width: 100%;
  height: 100%;
}
header.grid .is-layout-grid .wp-block-tiptip-hyperlink-group-block .wp-block-cover__inner-container {
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 800px) {
  header.grid .is-layout-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: 1.5fr 1fr 1fr;
    row-gap: 2rem;
  }
  header.grid .is-layout-grid .wp-block-cover {
    max-width: 100%;
    margin: auto;
  }
  header.grid .is-layout-grid .wp-block-cover .wp-block-cover__inner-container {
    margin: auto !important;
    min-width: 100%;
    max-width: 100%;
  }
  header.grid .is-layout-grid aside.small {
    grid-column: 1/4;
    min-width: 100%;
    margin-bottom: 2rem;
  }
  header.grid .is-layout-grid aside.small h2 {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
  }
}
header.grid aside.small {
  position: relative;
}
header.grid aside.small p {
  top: -1.3rem;
  position: absolute;
  z-index: 2;
}
header.grid aside.small p:not(.wp-block) {
  pointer-events: none;
}
header.grid aside.small:first-of-type p {
  top: initial;
  bottom: -1.3rem;
}

/**
 * Button
 */
/**
 * Block Options
 */
.wp-block-button.wp-block-button__link,
.wp-block-button .wp-block-button__link {
  border-width: 0;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-radius: 5vw;
  padding-top: 0.25rem;
  padding-right: 1.5rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  display: flex;
  gap: 8px;
  transition: transform 0.2s ease;
}
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
  color: #fff;
  background-color: #199b63;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-color: #199b63;
}
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.wp-block-button__link:hover, .wp-block-button.wp-block-button__link:focus, .wp-block-button.wp-block-button__link.has-focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link.has-focus {
  color: #fff;
  background-color: #199b63;
  border-color: #199b63;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
}
.wp-block-button.wp-block-button__link svg,
.wp-block-button .wp-block-button__link svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.wp-block-button__link:hover img,
.wp-block-button .wp-block-button__link:hover img {
  transform: translateX(3px);
  transition: transform 0.2s ease;
}
.wp-block-button.is-style-outline.wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  --wp--custom--button--color--text: var(--wp--custom--button--border--color);
  --wp--custom--button--color--background: transparent;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
}
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
  color: #fff;
  background-color: #199b63;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-color: #199b63;
}
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.is-style-outline.wp-block-button__link:hover, .wp-block-button.is-style-outline.wp-block-button__link:focus, .wp-block-button.is-style-outline.wp-block-button__link.has-focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link.has-focus {
  color: #fff;
  background-color: #199b63;
  border-color: #199b63;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
}
.wp-block-button.is-style-outline.wp-block-button__link svg,
.wp-block-button.is-style-outline .wp-block-button__link svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.has-arrow.wp-block-button__link,
.wp-block-button.has-arrow .wp-block-button__link, .wp-block-button .is-style-has-arrow.wp-block-button__link,
.wp-block-button .is-style-has-arrow .wp-block-button__link {
  padding-right: 50px !important;
  position: relative;
}
.wp-block-button.has-arrow.wp-block-button__link:after,
.wp-block-button.has-arrow .wp-block-button__link:after, .wp-block-button .is-style-has-arrow.wp-block-button__link:after,
.wp-block-button .is-style-has-arrow .wp-block-button__link:after {
  content: url("images/arrow_right.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 1rem;
  width: 20px;
  height: 20px;
  z-index: 5;
  display: flex;
}
.wp-block-button.has-arrow.has-small-font-size .wp-block-button__link:after, .wp-block-button .is-style-has-arrow.has-small-font-size .wp-block-button__link:after {
  top: calc(50% - 12px);
}
.wp-block-button.has-arrow.download.wp-block-button__link:after,
.wp-block-button.has-arrow.download .wp-block-button__link:after, .wp-block-button .is-style-has-arrow.download.wp-block-button__link:after,
.wp-block-button .is-style-has-arrow.download .wp-block-button__link:after {
  transform: rotate(90deg);
  top: calc(50% - 12px);
}
.wp-block-button.sweep-to-right,
.wp-block-button .is-style-sweep-to-right {
  overflow: hidden;
}
.wp-block-button.sweep-to-right.wp-block-button__link,
.wp-block-button.sweep-to-right .wp-block-button__link,
.wp-block-button .is-style-sweep-to-right.wp-block-button__link,
.wp-block-button .is-style-sweep-to-right .wp-block-button__link {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
}
.wp-block-button.sweep-to-right.wp-block-button__link:before,
.wp-block-button.sweep-to-right .wp-block-button__link:before,
.wp-block-button .is-style-sweep-to-right.wp-block-button__link:before,
.wp-block-button .is-style-sweep-to-right .wp-block-button__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #500778;
  border-radius: inherit;
  transform: translate(-100%, 0);
  transition: transform 0.2s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}
.wp-block-button.sweep-to-right.wp-block-button__link:hover:before,
.wp-block-button.sweep-to-right .wp-block-button__link:hover:before,
.wp-block-button .is-style-sweep-to-right.wp-block-button__link:hover:before,
.wp-block-button .is-style-sweep-to-right .wp-block-button__link:hover:before {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.2s ease-out, opacity 0.5s ease-out;
}
.wp-block-button.shutter-out.wp-block-button__link,
.wp-block-button.shutter-out .wp-block-button__link, .wp-block-button.shutter-end.wp-block-button__link,
.wp-block-button.shutter-end .wp-block-button__link, .wp-block-button.is-style-shutter-out.wp-block-button__link,
.wp-block-button.is-style-shutter-out .wp-block-button__link, .wp-block-button.is-style-shutter-end.wp-block-button__link,
.wp-block-button.is-style-shutter-end .wp-block-button__link {
  transition: color 150ms;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: 150ms ease-out, opacity 800ms ease-out;
}
.wp-block-button.shutter-out.wp-block-button__link:before,
.wp-block-button.shutter-out .wp-block-button__link:before, .wp-block-button.shutter-end.wp-block-button__link:before,
.wp-block-button.shutter-end .wp-block-button__link:before, .wp-block-button.is-style-shutter-out.wp-block-button__link:before,
.wp-block-button.is-style-shutter-out .wp-block-button__link:before, .wp-block-button.is-style-shutter-end.wp-block-button__link:before,
.wp-block-button.is-style-shutter-end .wp-block-button__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #500778;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  transition: 150ms ease-out, opacity 150ms ease-out;
  opacity: 0;
}
.wp-block-button.shutter-out.wp-block-button__link:hover:before,
.wp-block-button.shutter-out .wp-block-button__link:hover:before, .wp-block-button.shutter-end.wp-block-button__link:hover:before,
.wp-block-button.shutter-end .wp-block-button__link:hover:before, .wp-block-button.is-style-shutter-out.wp-block-button__link:hover:before,
.wp-block-button.is-style-shutter-out .wp-block-button__link:hover:before, .wp-block-button.is-style-shutter-end.wp-block-button__link:hover:before,
.wp-block-button.is-style-shutter-end .wp-block-button__link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-radius: inherit;
  opacity: 1;
}

.shutter-out a, .is-style-shutter-out a {
  transition: color 150ms;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: 150ms ease-out, opacity 800ms ease-out;
}
.shutter-out a:before, .is-style-shutter-out a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #500778;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  transition: 150ms ease-out, opacity 150ms ease-out;
  opacity: 0;
}
.shutter-out a:hover:before, .is-style-shutter-out a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-radius: inherit;
  opacity: 1;
}

.wp-block-buttons .wp-block-button:last-child {
  margin-bottom: 0;
}

.button__bg1,
.button__bg2 {
  border-radius: 2vw;
  transform: none !important;
}

.button__bg2 {
  display: none;
}

.buttons {
  display: flex !important;
}
.buttons .button__bg1, .buttons .button__bg2 {
  display: none;
}
.buttons.hvr-shutter-in-horizontal {
  background: #500778;
}
.buttons.hvr-shutter-in-horizontal:before {
  background: green !important;
}

main button, .collection-list-wrapper button {
  border-radius: 2vw;
  padding: 0.5rem 1rem;
  border-radius: 10vw;
  font-size: 0.9rem;
  background: #199b63;
  color: #fff;
}
@media screen and (min-width: 480px) {
  main button, .collection-list-wrapper button {
    font-size: 1.1rem;
    padding: 0.5rem 1.6em;
  }
}
main button:hover, .collection-list-wrapper button:hover {
  background: #500778;
}
main button.more-results-button, .collection-list-wrapper button.more-results-button {
  margin-top: 3vh;
}

.wp-block-buttons.pop-up {
  display: block;
  position: relative;
  min-width: 250px;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow a {
  padding-right: 1.6rem !important;
  padding-left: 50px !important;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow a:after {
  transform: translateX(1rem);
  left: 0;
  transition: transform 0.2s ease-in-out;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow:hover a:after {
  transform: translateX(1.4rem);
}
.wp-block-buttons.pop-up .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size:not(.wp-block) {
  font-size: 14px !important;
  right: 25%;
  position: relative;
  grid-row: 1;
  margin-bottom: -20px;
  top: -1rem;
  opacity: 0;
  pointer-events: none;
  transform: rotateZ(10deg);
  transition: opacity 0.2s ease-out, transform 0.3s ease-out;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(10deg);
  transform-origin: bottom right;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size.wp-block {
  transform: rotateZ(0deg);
}
.wp-block-buttons.pop-up .wp-block-button:hover + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(0);
  transform-origin: bottom right;
  transition: opacity 0.2s ease-in-out, transform 0.3s ease-in;
  opacity: 1;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button + .wp-block-button:not(.wp-block) {
  position: absolute;
  pointer-events: none;
  left: 0;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size:not(.wp-block) {
  transform: rotateZ(-15deg);
  right: initial;
  left: 5px;
  top: -1.25rem;
  font-size: 0.8rem !important;
  position: relative !important;
  line-height: 1.5 !important;
  padding-top: 0.2vh !important;
  display: inline-block !important;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button.has-arrow + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(-15deg);
  transform-origin: top center;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button:hover + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(-5deg);
  transform-origin: top center;
}

.rich-fact.w-richtext .wp-block-buttons {
  width: 100%;
}

.subscroll-wrap .wp-block-button .wp-block-button__link {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 479px) {
  .wp-block-button.shutter-out a {
    padding: 0.25rem 0.75rem !important;
    border-radius: 10vw;
  }
  .padded > .wp-block-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wp-block-buttons.pop-up {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .wp-block-buttons.pop-up .wp-block-button.has-small-font-size {
    display: none;
  }
  .wp-block-buttons.pop-up .wp-block-button.has-arrow a {
    text-align: left;
    min-width: 100% !important;
  }
}
@media screen and (max-width: 599px) {
  section header .wp-block-buttons {
    margin-bottom: 5vh;
  }
}

.wp-block-file .wp-block-file__button {
  border-width: 0;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-radius: 5vw;
  padding-top: 0.25rem;
  padding-right: 1.5rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  display: inline-block;
}
.wp-block-file .wp-block-file__button svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):hover, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):focus, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color).has-focus {
  color: #fff;
  background-color: #199b63;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-color: #199b63;
}
.wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):hover svg, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):focus svg, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button.has-focus {
  color: #fff;
  background-color: #199b63;
  border-color: #199b63;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: var(--wp--custom--gallery--caption--font-size);
}

.pgcsimplygalleryblock-slider-item .pgcsimplygalleryblock-slider-item-inner .pgcsimplygalleryblock-slider-title-wrap {
  background: none;
}
.pgcsimplygalleryblock-slider-item .pgcsimplygalleryblock-slider-item-inner .pgcsimplygalleryblock-slider-title-wrap .pgcsimplygalleryblock-slider-item-title {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.4);
  font-family: inherit;
  font-weight: 300;
  border-radius: 40px;
  box-shadow: 10px 0 0 rgba(0, 0, 0, 0.4), -10px 0 0 rgba(0, 0, 0, 0.4);
}

.pgcsimplygalleryblock-slider-collection .pgcsimplygalleryblock-slider-slider-view .pgcsimplygalleryblock-slider-next-prev-navi {
  border-radius: 80px;
}
.pgcsimplygalleryblock-slider-collection:hover .pgcsimplygalleryblock-slider-next-prev-navi.prev {
  transform: translateY(-50%) translateX(30px) !important;
}
.pgcsimplygalleryblock-slider-collection:hover .pgcsimplygalleryblock-slider-next-prev-navi.next {
  transform: translateY(-50%) translateX(-30px) !important;
}

.pgc-rev-lb-b-view.pgc-prev-show .pgc-rev-lb-b-next-prev-button.prev, .pgc-rev-lb-b-view.pgc-prev-show .pgc-rev-lb-b-next-prev-button.next {
  border-radius: 80px !important;
  width: 40px !important;
  height: 40px !important;
}

.pgc-rev-lb-b-view .pgc-rev-lb-b-info-wrap {
  text-align: center;
  width: 100%;
  top: 5vh;
}

@media screen and (min-width: 768px) {
  .pgcsimplygalleryblock-slider-item .pgcsimplygalleryblock-slider-item-inner.pgc-bottom-align .pgcsimplygalleryblock-slider-title-wrap {
    right: 2rem !important;
    left: auto !important;
  }
}

.wp-block-image {
  /* 
  From what I can tell the below are styles regularly used by themes
  to fix the image block.  I believe these should go into the block's
  default styles.  It's difficult to say how this will land, however 
  based on discussion found in (many) related issues here: 
  https://github.com/WordPress/gutenberg/issues/28923
  */
  text-align: center;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.wp-block-image figcaption {
  font-size: 0.8rem;
}
.wp-block-image .fotograf, .wp-block-image .is-style-fotograf, .wp-block-image .wp-block-image figcaption {
  font-size: 0.9rem;
}

p.eedee-gutenslider-autocaption {
  font-size: 0.9rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.round {
  border-radius: 2vw !important;
  position: relative;
}
.round figcaption {
  position: absolute;
  float: none;
}
.round img {
  border-radius: 2vw !important;
}

.wp-block-column.foto__scrollby {
  border-radius: 0;
}
.wp-block-column.foto__scrollby figcaption {
  position: relative;
  display: inline-block;
  position: relative;
  display: inline-block;
  text-align: right;
  float: right;
  margin-top: -3rem;
  margin-right: 1rem;
  font-size: 0.8em;
}
.wp-block-column.foto__scrollby .is-style-narrow figcaption {
  position: absolute;
}

.activites__foto__list.default-image {
  padding: 5vw;
}
@media screen and (min-width: 480px) {
  .activites__foto__list.default-image {
    padding: 2vw;
  }
}
.activites__foto__list.default-image img {
  object-fit: contain;
}

.w-richtext > figure {
  overflow: visible;
  max-width: 60%;
  text-align: left;
}

.w-richtext .wp-block-column figure {
  max-width: 100%;
  overflow: visible;
}
.w-richtext .wp-block-column figure img {
  width: 100%;
  height: auto;
}

.wp-block-hyperlink-group figure,
.wp-block-tiptip-hyperlink-group-block figure,
.rich.w-richtext figure {
  min-width: 100%;
}
.wp-block-hyperlink-group figure img,
.wp-block-tiptip-hyperlink-group-block figure img,
.rich.w-richtext figure img {
  width: 100%;
}

.w-richtext figure.size-thumbnail {
  max-width: inherit;
  width: auto;
  text-align: left;
}
.w-richtext figure.size-thumbnail img {
  width: initial;
  max-width: initial;
}

.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
  border-radius: 2vw;
}

.foto__scrollby.height-auto {
  height: 100%;
}
.foto__scrollby.height-auto img {
  width: 100%;
  height: auto;
}

.banner-image {
  height: auto;
}

@media screen and (max-width: 479px) {
  .swiper-container {
    height: 33vh;
  }
}

html .wp-block-outermost-icon-block a:hover {
  transform: scale(1) !important;
}

.article.entry-content.section > figure + p {
  margin-top: 5vh;
}

figure.is-style-rounded img {
  width: 100%;
}

.nav-top .wp-block-image {
  text-align: inherit;
}

ul,
ol {
  font-family: var(--wp--custom--list--font-family);
  padding-left: var(--wp--custom--list--padding--left);
}

.list__maerker {
  margin-top: 5vh;
}

.naviger-i-tabs-full-page {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .naviger-i-tabs-full-page {
    flex-direction: column;
    margin: auto 3vw;
    position: static;
  }
  .naviger-i-tabs-full-page a, .naviger-i-tabs-full-page li {
    width: 100%;
  }
}
.naviger-i-tabs-full-page li {
  list-style: none;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  flex: 1;
  display: flex;
  text-align: center;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
}
.naviger-i-tabs-full-page a {
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--preset--font-size--small);
  padding: 0.6rem 0.6rem 0.5rem 0.6rem;
  text-decoration: none;
  display: block;
  width: 100%;
  min-width: 100%;
}
.naviger-i-tabs-full-page a:hover, .naviger-i-tabs-full-page a:active {
  background: #71cc98;
}
.naviger-i-tabs-full-page a:hover {
  color: #fff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(10vh + 40px);
}
@media screen and (max-width: 479px) {
  section li {
    font-size: 1rem;
  }
}

#tinymce ul, #tinymce ol, .rich-fact ul, .rich-fact ol {
  list-style: inherit;
  margin-left: 0;
  padding-left: 1.6rem;
}
#tinymce ul li, #tinymce ol li, .rich-fact ul li, .rich-fact ol li {
  font-size: var(--wp--preset--font-size--small);
}
#tinymce ul, .rich-fact ul {
  list-style: decimal;
}

.wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--custom--color--background);
  color: var(--wp--custom--color--foreground);
}
.wp-block-navigation.is-responsive .has-child .wp-block-navigation-link__container {
  display: revert;
}

.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  min-width: 260px;
}

.wp-block-template-part .nav .sub-menus .wp-block-buttons {
  gap: 0;
}
.wp-block-template-part .nav .wp-block-buttons.pop-up, .wp-block-template-part .nav .main-menu {
  gap: 0.5rem;
}
.wp-block-template-part .nav .wp-block-buttons {
  gap: 0.75rem;
}

.menu-panel .logo  {
  margin-bottom: 4vw;
}
.menu-panel .nav-top {
  margin-bottom: 6vw;
}
.menu-panel .arrow-block {
  margin-bottom: 1vw;
}
@media screen and (max-width: 479px) {
  .menu-panel .kfum-spejderne-logo {
    width: 33vw;
  }
  .menu-panel .wp-block-column[style="flex-basis:40%"] {
    display: none;
  }
  .menu-panel *.has-vivid-green-border-color {
    border-width: 0 !important;
  }
  .menu-panel .main-menu {
    gap: 0.5rem !important;
  }
  .menu-panel .main-menu a {
    font-size: 1rem !important;
    font-weight: 600 !important;
  }
  .menu-panel .main-menu a:hover {
    font-weight: initial !important;
  }
  .menu-panel .sub-menus {
    display: flex;
    flex-wrap: wrap;
  }
  .menu-panel .sub-menus .main-menu {
    min-width: 100%;
  }
  .menu-panel .sub-menus .is-vertical {
    flex-direction: row;
    gap: 0 0.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .menu-panel .wp-block-column[style="flex-basis:40%"] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menu-panel .wp-block-column[style="flex-basis:40%"] {
    display: none;
  }
}

.submenu__top {
  background: transparent;
  margin-top: 2vw;
  margin-left: 6vw;
  margin-block-start: 0 !important;
}
.submenu__top.scrolling {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .submenu__top {
    display: none;
  }
}
.submenu__top.wp-block, .submenu__top.not-fixed {
  position: static;
  margin-bottom: 3rem;
}
.submenu__top nav.has-red-background-color {
  border-radius: 2vw;
  padding: 0;
  gap: 0;
}
.submenu__top nav.has-red-background-color ul {
  padding: 0;
  border-radius: 2vw;
}
.submenu__top nav.has-red-background-color li {
  background-color: inherit;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .submenu__top nav.has-red-background-color li:first-of-type {
    border-bottom-left-radius: 2vw;
    border-top-left-radius: 2vw;
  }
  .submenu__top nav.has-red-background-color li:first-of-type a {
    border-bottom-left-radius: 2vw;
    border-top-left-radius: 2vw;
  }
}
.submenu__top nav.has-red-background-color li.current-menu-item {
  background: #ce4153 !important;
}
.submenu__top nav.has-red-background-color li a:hover {
  background: white !important;
  color: var(--wp--preset--color--darkest-green);
}
.submenu__top nav.has-red-background-color li.has-child {
  padding-right: 0.5rem;
}
.submenu__top nav.has-red-background-color li.has-child:hover > a:first-child {
  color: var(--wp--preset--color--darkest-green);
}
.submenu__top nav.has-red-background-color li.has-child .wp-block-navigation__submenu-container {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.35 ease-in;
  width: 260px;
}
.submenu__top nav.has-red-background-color li.has-child:hover {
  background: #fff !important;
}
.submenu__top nav.has-red-background-color li.has-child:hover .wp-block-navigation__submenu-container  {
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.35 ease-in;
}
.submenu__top nav.has-red-background-color li.has-child:hover a {
  background: #fff !important;
}
.submenu__top nav.has-red-background-color li.has-child .wp-block-navigation__submenu-container {
  padding: 2rem 0.8rem !important;
  left: inherit;
  right: 0;
  min-width: 18vw;
  padding: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 23px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.submenu__top nav.has-red-background-color li.has-child .wp-block-navigation__submenu-container li {
  margin: 0 10px;
}
.submenu__top nav.has-red-background-color li.has-child .wp-block-navigation__submenu-container li a {
  padding: 8px 15px 6px !important;
  border-radius: 20px;
}
.submenu__top nav.has-red-background-color li.has-child .wp-block-navigation__submenu-container li.current-menu-item {
  background: #fff !important;
}
.submenu__top nav.has-red-background-color li.has-child .wp-block-navigation__submenu-container li.current-menu-item a {
  background: #eee !important;
}
.submenu__top nav.has-red-background-color li.has-child .wp-block-navigation__submenu-container li:hover a {
  background: #eee !important;
  color: var(--wp--preset--color--purple) !important;
}
.submenu__top nav.has-red-background-color li.has-child li a {
  padding: 0;
}
.submenu__top nav.has-red-background-color li a {
  font-family: var(--wp--preset--font-family--headings);
  padding: 0.75rem 1.5rem;
}
.submenu__top nav.has-red-background-color .wp-block-navigation__submenu-icon {
  transform-style: preserve-3d;
  transition: transform 0.35s ease-out;
}
.submenu__top nav.has-red-background-color .wp-block-navigation__submenu-icon svg {
  display: none;
}
.submenu__top nav.has-red-background-color .wp-block-navigation__submenu-icon:before, .submenu__top nav.has-red-background-color .wp-block-navigation__submenu-icon:after {
  position: relative;
  background-color: var(--wp--preset--color--weak-yellow);
  width: 4px;
  height: 4px;
  border-radius: 2px;
  content: "";
  display: block;
}
.submenu__top nav.has-red-background-color .wp-block-navigation__submenu-icon:before {
  left: -6px;
}
.submenu__top nav.has-red-background-color .wp-block-navigation__submenu-icon:after {
  top: -4px;
}
.submenu__top nav.has-red-background-color .has-child:hover .wp-block-navigation__submenu-icon {
  transform: rotate(90deg) translateY(4px) translateX(4px);
  transform-origin: center;
  transition: transform 0.35s ease-in;
}
.submenu__top nav.has-red-background-color .has-child:hover .wp-block-navigation__submenu-icon:before, .submenu__top nav.has-red-background-color .has-child:hover .wp-block-navigation__submenu-icon:after {
  background: var(--wp--preset--color--red);
}

.footer-navigation-enhed.wp-block-group {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
.footer-navigation-enhed.wp-block-group * {
  font-family: "Museo Sans Rounded", sans-serif;
}
.footer-navigation-enhed.wp-block-group p {
  border: 1px solid white !important;
}
.footer-navigation-enhed.wp-block-group ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  min-width: 15vw;
}
.footer-navigation-enhed.wp-block-group ul li {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: inherit;
}
.footer-navigation-enhed.wp-block-group div.wrap__addressfooter p.has-text-color a {
  border: 1px solid white;
  text-decoration: none !important;
}

.footer {
  margin-block-start: 0 !important;
  padding: inherit;
  padding-bottom: 200px !important;
}
.footer p {
  font-family: "Museo Sans Rounded", sans-serif;
  font-weight: 300;
}
.footer ul a, .footer p.has-text-color a {
  text-decoration: none;
  color: #1d3c34;
  font-weight: 300;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.footer ul a:hover, .footer p.has-text-color a:hover {
  font-weight: bold !important;
  color: var(--wp--preset--color--white) !important;
}
.footer .gform-wrapper {
  width: 100%;
  max-width: 500px;
}
.footer p.gform_required_legend {
  display: none;
}
@media screen and (min-width: 600px) {
  .footer form {
    min-width: 500px;
  }
}
.footer form .gform-body {
  width: 100%;
}
.footer form .gform-body input[type=text], .footer form .gform-body input[type=email] {
  border-radius: 5vw;
  border: 1px solid #169b62;
  box-shadow: none;
  background: transparent;
  padding: 1em;
  min-width: 100%;
}
@media screen and (min-width: 600px) {
  .footer form .gform-body input[type=text], .footer form .gform-body input[type=email] {
    min-width: 50%;
  }
}
.footer form .gform-body input[type=text]:focus, .footer form .gform-body input[type=email]:focus {
  background-color: rgba(255, 239, 177, 0.19);
}
.footer form .gform-body label.gfield_label {
  color: inherit;
  font-size: 0.9rem;
  font-weight: 500;
}
.footer form .gform-body label.gfield_label .gfield_required {
  color: inherit !important;
}
.footer form .gform-body .gfield_error input {
  background: var(--wp--preset--color--weak-yellow);
}
.footer form .gform-body .gfield_validation_message {
  background: var(--wp--preset--color--dark-grey);
  color: white;
  border-radius: 5vw;
  border: none;
  position: relative;
  left: 33%;
  top: -94px;
  text-align: center;
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  width: auto;
  display: inline-block;
}
.footer form .gform-body .gfield_validation_message:after {
  position: absolute;
  display: table;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--wp--preset--color--dark-grey);
  z-index: 5;
  bottom: -10px;
  left: calc(50% - 10px);
}
.footer form input[type=submit] {
  border-radius: 5vw;
  border: none;
  padding: 0.7em 1em 0.6em;
  background: var(--wp--preset--color--grass-green);
  color: white;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.footer form input[type=submit]:hover {
  background: var(--wp--preset--color--purple);
  cursor: pointer;
}
.footer .gform_validation_errors {
  display: none;
}
@media screen and (min-width: 600px) {
  .footer .footer_deck0.illustration {
    margin-top: 10vh;
  }
}
@media screen and (max-width: 479px) {
  .footer .footer_deck0 {
    padding-bottom: 5vh;
  }
}
.footer .footer-animation.alignfull {
  position: absolute;
  bottom: -200px;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footer .footer-animation.alignfull {
    max-width: 50vw;
    margin-left: -1vw;
    pointer-events: none;
  }
}
.footer .co2-neutral .icon-container {
  position: relative;
  left: -5px;
}
@media screen and (min-width: 415px) {
  .footer .co2-neutral .icon-container {
    top: 19px;
    left: 0;
  }
}

.acf-block-preview .wp-block-group.footer .block-editor-inner-blocks {
  width: 100%;
}

.mobile__navtoggle {
  transition: all 0.35s ease-out;
  background: #194437;
}
.mobile__navtoggle:hover {
  color: white;
}
.mobile__navtoggle.rotate {
  transform: rotate(-90deg) !important;
}

.menu-toggle:not(.wp-block) {
  position: fixed;
  z-index: 1000;
  top: 2vh;
  width: 80vw;
  transform: translate(0, 0);
  transition: transform 0.5s ease-out;
}
@media screen and (min-width: 768px) {
  .menu-toggle:not(.wp-block) {
    display: none !important;
  }
}
.menu-toggle:not(.wp-block).hide {
  transform: translate(0, -80px);
  transition: transform 0.5s ease-out;
}
.menu-toggle:not(.wp-block) a {
  min-width: 100%;
  position: relative;
  text-align: left;
}
.menu-toggle:not(.wp-block) a:before, .menu-toggle:not(.wp-block) a:after {
  position: absolute;
  background-color: var(--wp--preset--color--weak-yellow);
  width: 4px;
  height: 4px;
  border-radius: 2px;
  content: "";
  display: block;
  top: calc(50% - 2px);
}
.menu-toggle:not(.wp-block) a:before {
  right: 1.4rem;
}
.menu-toggle:not(.wp-block) a:after {
  right: 1rem;
}

@media screen and (max-width: 767px) {
  .show-menu .submenu__top {
    display: flex;
    padding: 0;
  }
  html .submenu__top {
    width: 80vw;
    margin: 4rem 10vw 0 !important;
    gap: 5px;
  }
  html .submenu__top nav.has-red-background-color ul {
    flex-direction: column;
    text-align: left;
    min-width: 100%;
    gap: 0;
    padding-bottom: 2px;
    padding-left: 0;
  }
  html .submenu__top nav.has-red-background-color ul li {
    text-align: left;
    min-width: calc(100% - 5vw);
    padding: 0;
    margin: 0;
  }
  html .submenu__top nav.has-red-background-color ul li:hover {
    background: white !important;
    color: #dd5061 !important;
  }
  html .submenu__top nav.has-red-background-color ul li a {
    border-radius: none;
    min-width: 100%;
    padding: 0 0.25rem !important;
    margin: 0.5rem 0;
  }
  html .submenu__top nav.has-red-background-color ul li a:hover {
    background: transparent !important;
    color: #dd5061;
  }
  html .submenu__top nav.has-red-background-color ul li a {
    border-radius: 0 !important;
  }
  html .submenu__top nav.has-red-background-color ul li.has-child:hover > a:first-child {
    color: #dd5061 !important;
  }
  html .submenu__top nav.has-red-background-color ul ul.wp-block-navigation__submenu-container {
    min-width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  header .nav-top > * {
    max-width: 200px;
  }
  header .nav-top p.has-small-font-size {
    font-size: 12px !important;
    margin-top: -0.75rem !important;
  }
}

@media screen and (max-width: 900px) {
  html .section.map .wrap__textfoto.is--map {
    flex-direction: column;
    padding: 0 2vw;
  }
  html .section.map .wrap__textfoto.is--map > div {
    width: 100% !important;
  }
}
@media screen and (max-width: 479px) {
  html .section.map .wrap__textfoto.is--map {
    padding: 0 2vw !important;
    margin-left: -4vw;
  }
}
html .section.map .en-enhed {
  flex-direction: column;
}

@media screen and (max-width: 479px) {
  .wrap__foto.is--map {
    height: 75vh;
    min-width: 100vw !important;
    margin-left: -5vw;
  }
  .wrap__foto.is--map > div {
    width: 100vw !important;
  }
}
@media screen and (max-width: 1200px) {
  .wrap__foto.is--map {
    height: 60vh;
  }
}

.kfum-map-buttons {
  display: flex;
  gap: 1rem;
}

p.has-text-color a {
  color: var(--wp--style--color--link, var(--wp--custom--color--primary));
}
p.has-drop-cap:not(:focus):first-letter {
  font-size: var(--wp--custom--paragraph--dropcap--typography--font-size);
  font-family: var(--wp--custom--paragraph--dropcap--typography--font-family);
  font-weight: var(--wp--custom--paragraph--dropcap--typography--font-weight);
  margin: var(--wp--custom--paragraph--dropcap--margin);
}

.wp-block-post-author__name {
  font-weight: var(--wp--custom--post-author--font-weight);
}

/**
 * Button
 */
/**
 * Block Options
 */
.wp-block-button.wp-block-button__link,
.wp-block-button .wp-block-button__link {
  border-width: 0;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-radius: 5vw;
  padding-top: 0.25rem;
  padding-right: 1.5rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  display: flex;
  gap: 8px;
  transition: transform 0.2s ease;
}
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
  color: #fff;
  background-color: #199b63;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-color: #199b63;
}
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.wp-block-button__link:hover, .wp-block-button.wp-block-button__link:focus, .wp-block-button.wp-block-button__link.has-focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link.has-focus {
  color: #fff;
  background-color: #199b63;
  border-color: #199b63;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
}
.wp-block-button.wp-block-button__link svg,
.wp-block-button .wp-block-button__link svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.wp-block-button__link:hover img,
.wp-block-button .wp-block-button__link:hover img {
  transform: translateX(3px);
  transition: transform 0.2s ease;
}
.wp-block-button.is-style-outline.wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  --wp--custom--button--color--text: var(--wp--custom--button--border--color);
  --wp--custom--button--color--background: transparent;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
}
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
  color: #fff;
  background-color: #199b63;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-color: #199b63;
}
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.is-style-outline.wp-block-button__link:hover, .wp-block-button.is-style-outline.wp-block-button__link:focus, .wp-block-button.is-style-outline.wp-block-button__link.has-focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link.has-focus {
  color: #fff;
  background-color: #199b63;
  border-color: #199b63;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
}
.wp-block-button.is-style-outline.wp-block-button__link svg,
.wp-block-button.is-style-outline .wp-block-button__link svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.has-arrow.wp-block-button__link,
.wp-block-button.has-arrow .wp-block-button__link, .wp-block-button .is-style-has-arrow.wp-block-button__link,
.wp-block-button .is-style-has-arrow .wp-block-button__link {
  padding-right: 50px !important;
  position: relative;
}
.wp-block-button.has-arrow.wp-block-button__link:after,
.wp-block-button.has-arrow .wp-block-button__link:after, .wp-block-button .is-style-has-arrow.wp-block-button__link:after,
.wp-block-button .is-style-has-arrow .wp-block-button__link:after {
  content: url("images/arrow_right.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 1rem;
  width: 20px;
  height: 20px;
  z-index: 5;
  display: flex;
}
.wp-block-button.has-arrow.has-small-font-size .wp-block-button__link:after, .wp-block-button .is-style-has-arrow.has-small-font-size .wp-block-button__link:after {
  top: calc(50% - 12px);
}
.wp-block-button.has-arrow.download.wp-block-button__link:after,
.wp-block-button.has-arrow.download .wp-block-button__link:after, .wp-block-button .is-style-has-arrow.download.wp-block-button__link:after,
.wp-block-button .is-style-has-arrow.download .wp-block-button__link:after {
  transform: rotate(90deg);
  top: calc(50% - 12px);
}
.wp-block-button.sweep-to-right,
.wp-block-button .is-style-sweep-to-right {
  overflow: hidden;
}
.wp-block-button.sweep-to-right.wp-block-button__link,
.wp-block-button.sweep-to-right .wp-block-button__link,
.wp-block-button .is-style-sweep-to-right.wp-block-button__link,
.wp-block-button .is-style-sweep-to-right .wp-block-button__link {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
}
.wp-block-button.sweep-to-right.wp-block-button__link:before,
.wp-block-button.sweep-to-right .wp-block-button__link:before,
.wp-block-button .is-style-sweep-to-right.wp-block-button__link:before,
.wp-block-button .is-style-sweep-to-right .wp-block-button__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #500778;
  border-radius: inherit;
  transform: translate(-100%, 0);
  transition: transform 0.2s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}
.wp-block-button.sweep-to-right.wp-block-button__link:hover:before,
.wp-block-button.sweep-to-right .wp-block-button__link:hover:before,
.wp-block-button .is-style-sweep-to-right.wp-block-button__link:hover:before,
.wp-block-button .is-style-sweep-to-right .wp-block-button__link:hover:before {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.2s ease-out, opacity 0.5s ease-out;
}
.wp-block-button.shutter-out.wp-block-button__link,
.wp-block-button.shutter-out .wp-block-button__link, .wp-block-button.shutter-end.wp-block-button__link,
.wp-block-button.shutter-end .wp-block-button__link, .wp-block-button.is-style-shutter-out.wp-block-button__link,
.wp-block-button.is-style-shutter-out .wp-block-button__link, .wp-block-button.is-style-shutter-end.wp-block-button__link,
.wp-block-button.is-style-shutter-end .wp-block-button__link {
  transition: color 150ms;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: 150ms ease-out, opacity 800ms ease-out;
}
.wp-block-button.shutter-out.wp-block-button__link:before,
.wp-block-button.shutter-out .wp-block-button__link:before, .wp-block-button.shutter-end.wp-block-button__link:before,
.wp-block-button.shutter-end .wp-block-button__link:before, .wp-block-button.is-style-shutter-out.wp-block-button__link:before,
.wp-block-button.is-style-shutter-out .wp-block-button__link:before, .wp-block-button.is-style-shutter-end.wp-block-button__link:before,
.wp-block-button.is-style-shutter-end .wp-block-button__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #500778;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  transition: 150ms ease-out, opacity 150ms ease-out;
  opacity: 0;
}
.wp-block-button.shutter-out.wp-block-button__link:hover:before,
.wp-block-button.shutter-out .wp-block-button__link:hover:before, .wp-block-button.shutter-end.wp-block-button__link:hover:before,
.wp-block-button.shutter-end .wp-block-button__link:hover:before, .wp-block-button.is-style-shutter-out.wp-block-button__link:hover:before,
.wp-block-button.is-style-shutter-out .wp-block-button__link:hover:before, .wp-block-button.is-style-shutter-end.wp-block-button__link:hover:before,
.wp-block-button.is-style-shutter-end .wp-block-button__link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-radius: inherit;
  opacity: 1;
}

.shutter-out a, .is-style-shutter-out a {
  transition: color 150ms;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: 150ms ease-out, opacity 800ms ease-out;
}
.shutter-out a:before, .is-style-shutter-out a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #500778;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  transition: 150ms ease-out, opacity 150ms ease-out;
  opacity: 0;
}
.shutter-out a:hover:before, .is-style-shutter-out a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-radius: inherit;
  opacity: 1;
}

.wp-block-buttons .wp-block-button:last-child {
  margin-bottom: 0;
}

.button__bg1,
.button__bg2 {
  border-radius: 2vw;
  transform: none !important;
}

.button__bg2 {
  display: none;
}

.buttons {
  display: flex !important;
}
.buttons .button__bg1, .buttons .button__bg2 {
  display: none;
}
.buttons.hvr-shutter-in-horizontal {
  background: #500778;
}
.buttons.hvr-shutter-in-horizontal:before {
  background: green !important;
}

main button, .collection-list-wrapper button {
  border-radius: 2vw;
  padding: 0.5rem 1rem;
  border-radius: 10vw;
  font-size: 0.9rem;
  background: #199b63;
  color: #fff;
}
@media screen and (min-width: 480px) {
  main button, .collection-list-wrapper button {
    font-size: 1.1rem;
    padding: 0.5rem 1.6em;
  }
}
main button:hover, .collection-list-wrapper button:hover {
  background: #500778;
}
main button.more-results-button, .collection-list-wrapper button.more-results-button {
  margin-top: 3vh;
}

.wp-block-buttons.pop-up {
  display: block;
  position: relative;
  min-width: 250px;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow a {
  padding-right: 1.6rem !important;
  padding-left: 50px !important;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow a:after {
  transform: translateX(1rem);
  left: 0;
  transition: transform 0.2s ease-in-out;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow:hover a:after {
  transform: translateX(1.4rem);
}
.wp-block-buttons.pop-up .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size:not(.wp-block) {
  font-size: 14px !important;
  right: 25%;
  position: relative;
  grid-row: 1;
  margin-bottom: -20px;
  top: -1rem;
  opacity: 0;
  pointer-events: none;
  transform: rotateZ(10deg);
  transition: opacity 0.2s ease-out, transform 0.3s ease-out;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(10deg);
  transform-origin: bottom right;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size.wp-block {
  transform: rotateZ(0deg);
}
.wp-block-buttons.pop-up .wp-block-button:hover + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(0);
  transform-origin: bottom right;
  transition: opacity 0.2s ease-in-out, transform 0.3s ease-in;
  opacity: 1;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button + .wp-block-button:not(.wp-block) {
  position: absolute;
  pointer-events: none;
  left: 0;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size:not(.wp-block) {
  transform: rotateZ(-15deg);
  right: initial;
  left: 5px;
  top: -1.25rem;
  font-size: 0.8rem !important;
  position: relative !important;
  line-height: 1.5 !important;
  padding-top: 0.2vh !important;
  display: inline-block !important;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button.has-arrow + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(-15deg);
  transform-origin: top center;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button:hover + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(-5deg);
  transform-origin: top center;
}

.rich-fact.w-richtext .wp-block-buttons {
  width: 100%;
}

.subscroll-wrap .wp-block-button .wp-block-button__link {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 479px) {
  .wp-block-button.shutter-out a {
    padding: 0.25rem 0.75rem !important;
    border-radius: 10vw;
  }
  .padded > .wp-block-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wp-block-buttons.pop-up {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .wp-block-buttons.pop-up .wp-block-button.has-small-font-size {
    display: none;
  }
  .wp-block-buttons.pop-up .wp-block-button.has-arrow a {
    text-align: left;
    min-width: 100% !important;
  }
}
@media screen and (max-width: 599px) {
  section header .wp-block-buttons {
    margin-bottom: 5vh;
  }
}

.wp-block-post-comments .comment {
  font-size: var(--wp--custom--form--typography--font-size);
}
.wp-block-post-comments label, .wp-block-post-comments .comment-meta {
  font-size: var(--wp--custom--form--label--typography--font-size);
}
.wp-block-post-comments input[type=submit], .wp-block-post-comments .reply a {
  border-width: 0;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-radius: 5vw;
  padding-top: 0.25rem;
  padding-right: 1.5rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
}
.wp-block-post-comments input[type=submit] svg, .wp-block-post-comments .reply a svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color):hover, .wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color):focus, .wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color).has-focus, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color):hover, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color):focus, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color).has-focus {
  color: #fff;
  background-color: #199b63;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-color: #199b63;
}
.wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color):hover svg, .wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color):focus svg, .wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color).has-focus svg, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color):hover svg, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color):focus svg, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-post-comments input[type=submit]:hover, .wp-block-post-comments input[type=submit]:focus, .wp-block-post-comments input[type=submit].has-focus, .wp-block-post-comments .reply a:hover, .wp-block-post-comments .reply a:focus, .wp-block-post-comments .reply a.has-focus {
  color: #fff;
  background-color: #199b63;
  border-color: #199b63;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
}
.wp-block-post-comments .reply a {
  display: inline-block;
}

.wp-block-pullquote.is-style-solid-color,
.wp-block-pullquote {
  text-align: var(--wp--custom--pullquote--typography--text-align);
}
.wp-block-pullquote.is-style-solid-color blockquote,
.wp-block-pullquote blockquote {
  padding: 0;
  margin: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote blockquote p {
  font-size: 1em;
  padding: 0;
  margin: 0;
  line-height: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote blockquote cite {
  display: block;
  font-size: var(--wp--custom--pullquote--citation--typography--font-size);
  font-family: var(--wp--custom--pullquote--citation--typography--font-family);
  font-style: var(--wp--custom--pullquote--citation--typography--font-style);
  font-weight: var(--wp--custom--pullquote--citation--typography--font-weight);
  margin-top: var(--wp--custom--pullquote--citation--spacing--margin--top);
}
.wp-block-pullquote.is-style-solid-color.is-style-solid-color,
.wp-block-pullquote.is-style-solid-color {
  background-color: var(--wp--custom--color--foreground);
  color: var(--wp--custom--color--background);
}

.wp-block-query-pagination {
  padding-top: 1.5em;
  justify-content: space-between;
  display: grid;
  grid-template-areas: "prev numbers next";
  grid-template-columns: 1fr 2fr 1fr;
}
@media (max-width: 479px) {
  .wp-block-query-pagination {
    grid-template-areas: "prev next";
    grid-template-columns: 1fr 1fr;
  }
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
  justify-self: start;
  grid-area: prev;
}
.wp-block-query-pagination .wp-block-query-pagination-next {
  justify-self: end;
  grid-area: next;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  grid-area: numbers;
  justify-self: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
  text-decoration: underline;
}
@media (max-width: 479px) {
  .wp-block-query-pagination .wp-block-query-pagination-numbers {
    display: none;
  }
}

.wp-block-quote.is-style-large,
.wp-block-quote {
  margin: 3vw 1vw 0 0;
  padding: 2vw 3vw 2vw 5vw;
  border-left-style: none;
  border-radius: 2vw;
  background-color: transparent;
  background-image: url("images/quote__graphic.svg");
  background-position: 0% 0%;
  background-size: auto 5vw;
  background-repeat: no-repeat;
}
.wp-block-quote.is-style-large p,
.wp-block-quote p {
  font-family: "Source Sans Pro", sans-serif;
  color: #3c413f;
  font-size: 1.1rem;
  line-height: 1.7;
  font-style: italic;
  font-weight: 600;
  max-width: 100%;
}

/**
 * Button
 */
/**
 * Block Options
 */
.wp-block-button.wp-block-button__link,
.wp-block-button .wp-block-button__link {
  border-width: 0;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-radius: 5vw;
  padding-top: 0.25rem;
  padding-right: 1.5rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  display: flex;
  gap: 8px;
  transition: transform 0.2s ease;
}
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
  color: #fff;
  background-color: #199b63;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-color: #199b63;
}
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.wp-block-button__link:hover, .wp-block-button.wp-block-button__link:focus, .wp-block-button.wp-block-button__link.has-focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link.has-focus {
  color: #fff;
  background-color: #199b63;
  border-color: #199b63;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
}
.wp-block-button.wp-block-button__link svg,
.wp-block-button .wp-block-button__link svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.wp-block-button__link:hover img,
.wp-block-button .wp-block-button__link:hover img {
  transform: translateX(3px);
  transition: transform 0.2s ease;
}
.wp-block-button.is-style-outline.wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  --wp--custom--button--color--text: var(--wp--custom--button--border--color);
  --wp--custom--button--color--background: transparent;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
}
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
  color: #fff;
  background-color: #199b63;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-color: #199b63;
}
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.is-style-outline.wp-block-button__link:hover, .wp-block-button.is-style-outline.wp-block-button__link:focus, .wp-block-button.is-style-outline.wp-block-button__link.has-focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link.has-focus {
  color: #fff;
  background-color: #199b63;
  border-color: #199b63;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
}
.wp-block-button.is-style-outline.wp-block-button__link svg,
.wp-block-button.is-style-outline .wp-block-button__link svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.has-arrow.wp-block-button__link,
.wp-block-button.has-arrow .wp-block-button__link, .wp-block-button .is-style-has-arrow.wp-block-button__link,
.wp-block-button .is-style-has-arrow .wp-block-button__link {
  padding-right: 50px !important;
  position: relative;
}
.wp-block-button.has-arrow.wp-block-button__link:after,
.wp-block-button.has-arrow .wp-block-button__link:after, .wp-block-button .is-style-has-arrow.wp-block-button__link:after,
.wp-block-button .is-style-has-arrow .wp-block-button__link:after {
  content: url("images/arrow_right.svg");
  position: absolute;
  top: calc(50% - 13px);
  right: 1rem;
  width: 20px;
  height: 20px;
  z-index: 5;
  display: flex;
}
.wp-block-button.has-arrow.has-small-font-size .wp-block-button__link:after, .wp-block-button .is-style-has-arrow.has-small-font-size .wp-block-button__link:after {
  top: calc(50% - 12px);
}
.wp-block-button.has-arrow.download.wp-block-button__link:after,
.wp-block-button.has-arrow.download .wp-block-button__link:after, .wp-block-button .is-style-has-arrow.download.wp-block-button__link:after,
.wp-block-button .is-style-has-arrow.download .wp-block-button__link:after {
  transform: rotate(90deg);
  top: calc(50% - 12px);
}
.wp-block-button.sweep-to-right,
.wp-block-button .is-style-sweep-to-right {
  overflow: hidden;
}
.wp-block-button.sweep-to-right.wp-block-button__link,
.wp-block-button.sweep-to-right .wp-block-button__link,
.wp-block-button .is-style-sweep-to-right.wp-block-button__link,
.wp-block-button .is-style-sweep-to-right .wp-block-button__link {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
}
.wp-block-button.sweep-to-right.wp-block-button__link:before,
.wp-block-button.sweep-to-right .wp-block-button__link:before,
.wp-block-button .is-style-sweep-to-right.wp-block-button__link:before,
.wp-block-button .is-style-sweep-to-right .wp-block-button__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #500778;
  border-radius: inherit;
  transform: translate(-100%, 0);
  transition: transform 0.2s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}
.wp-block-button.sweep-to-right.wp-block-button__link:hover:before,
.wp-block-button.sweep-to-right .wp-block-button__link:hover:before,
.wp-block-button .is-style-sweep-to-right.wp-block-button__link:hover:before,
.wp-block-button .is-style-sweep-to-right .wp-block-button__link:hover:before {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.2s ease-out, opacity 0.5s ease-out;
}
.wp-block-button.shutter-out.wp-block-button__link,
.wp-block-button.shutter-out .wp-block-button__link, .wp-block-button.shutter-end.wp-block-button__link,
.wp-block-button.shutter-end .wp-block-button__link, .wp-block-button.is-style-shutter-out.wp-block-button__link,
.wp-block-button.is-style-shutter-out .wp-block-button__link, .wp-block-button.is-style-shutter-end.wp-block-button__link,
.wp-block-button.is-style-shutter-end .wp-block-button__link {
  transition: color 150ms;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: 150ms ease-out, opacity 800ms ease-out;
}
.wp-block-button.shutter-out.wp-block-button__link:before,
.wp-block-button.shutter-out .wp-block-button__link:before, .wp-block-button.shutter-end.wp-block-button__link:before,
.wp-block-button.shutter-end .wp-block-button__link:before, .wp-block-button.is-style-shutter-out.wp-block-button__link:before,
.wp-block-button.is-style-shutter-out .wp-block-button__link:before, .wp-block-button.is-style-shutter-end.wp-block-button__link:before,
.wp-block-button.is-style-shutter-end .wp-block-button__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #500778;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  transition: 150ms ease-out, opacity 150ms ease-out;
  opacity: 0;
}
.wp-block-button.shutter-out.wp-block-button__link:hover:before,
.wp-block-button.shutter-out .wp-block-button__link:hover:before, .wp-block-button.shutter-end.wp-block-button__link:hover:before,
.wp-block-button.shutter-end .wp-block-button__link:hover:before, .wp-block-button.is-style-shutter-out.wp-block-button__link:hover:before,
.wp-block-button.is-style-shutter-out .wp-block-button__link:hover:before, .wp-block-button.is-style-shutter-end.wp-block-button__link:hover:before,
.wp-block-button.is-style-shutter-end .wp-block-button__link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-radius: inherit;
  opacity: 1;
}

.shutter-out a, .is-style-shutter-out a {
  transition: color 150ms;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: 150ms ease-out, opacity 800ms ease-out;
}
.shutter-out a:before, .is-style-shutter-out a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #500778;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  transition: 150ms ease-out, opacity 150ms ease-out;
  opacity: 0;
}
.shutter-out a:hover:before, .is-style-shutter-out a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-radius: inherit;
  opacity: 1;
}

.wp-block-buttons .wp-block-button:last-child {
  margin-bottom: 0;
}

.button__bg1,
.button__bg2 {
  border-radius: 2vw;
  transform: none !important;
}

.button__bg2 {
  display: none;
}

.buttons {
  display: flex !important;
}
.buttons .button__bg1, .buttons .button__bg2 {
  display: none;
}
.buttons.hvr-shutter-in-horizontal {
  background: #500778;
}
.buttons.hvr-shutter-in-horizontal:before {
  background: green !important;
}

main button, .collection-list-wrapper button {
  border-radius: 2vw;
  padding: 0.5rem 1rem;
  border-radius: 10vw;
  font-size: 0.9rem;
  background: #199b63;
  color: #fff;
}
@media screen and (min-width: 480px) {
  main button, .collection-list-wrapper button {
    font-size: 1.1rem;
    padding: 0.5rem 1.6em;
  }
}
main button:hover, .collection-list-wrapper button:hover {
  background: #500778;
}
main button.more-results-button, .collection-list-wrapper button.more-results-button {
  margin-top: 3vh;
}

.wp-block-buttons.pop-up {
  display: block;
  position: relative;
  min-width: 250px;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow a {
  padding-right: 1.6rem !important;
  padding-left: 50px !important;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow a:after {
  transform: translateX(1rem);
  left: 0;
  transition: transform 0.2s ease-in-out;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow:hover a:after {
  transform: translateX(1.4rem);
}
.wp-block-buttons.pop-up .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size:not(.wp-block) {
  font-size: 14px !important;
  right: 25%;
  position: relative;
  grid-row: 1;
  margin-bottom: -20px;
  top: -1rem;
  opacity: 0;
  pointer-events: none;
  transform: rotateZ(10deg);
  transition: opacity 0.2s ease-out, transform 0.3s ease-out;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(10deg);
  transform-origin: bottom right;
}
.wp-block-buttons.pop-up .wp-block-button.has-arrow + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size.wp-block {
  transform: rotateZ(0deg);
}
.wp-block-buttons.pop-up .wp-block-button:hover + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(0);
  transform-origin: bottom right;
  transition: opacity 0.2s ease-in-out, transform 0.3s ease-in;
  opacity: 1;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button + .wp-block-button:not(.wp-block) {
  position: absolute;
  pointer-events: none;
  left: 0;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size:not(.wp-block) {
  transform: rotateZ(-15deg);
  right: initial;
  left: 5px;
  top: -1.25rem;
  font-size: 0.8rem !important;
  position: relative !important;
  line-height: 1.5 !important;
  padding-top: 0.2vh !important;
  display: inline-block !important;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button.has-arrow + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(-15deg);
  transform-origin: top center;
}
.main-menu .wp-block-buttons.pop-up .wp-block-button:hover + .wp-block-button:not(.wp-block) .wp-block-button__link.has-small-font-size {
  transform: rotateZ(-5deg);
  transform-origin: top center;
}

.rich-fact.w-richtext .wp-block-buttons {
  width: 100%;
}

.subscroll-wrap .wp-block-button .wp-block-button__link {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 479px) {
  .wp-block-button.shutter-out a {
    padding: 0.25rem 0.75rem !important;
    border-radius: 10vw;
  }
  .padded > .wp-block-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wp-block-buttons.pop-up {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .wp-block-buttons.pop-up .wp-block-button.has-small-font-size {
    display: none;
  }
  .wp-block-buttons.pop-up .wp-block-button.has-arrow a {
    text-align: left;
    min-width: 100% !important;
  }
}
@media screen and (max-width: 599px) {
  section header .wp-block-buttons {
    margin-bottom: 5vh;
  }
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: var(--wp--custom--form--padding);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
  border-radius: var(--wp--custom--form--border--radius);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0;
}
.wp-block-search .wp-block-search__input {
  padding: var(--wp--custom--form--padding);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search .wp-block-search__button {
  border-width: 0;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-radius: 5vw;
  padding-top: 0.25rem;
  padding-right: 1.5rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button svg,
.wp-block-search .wp-block-search__button svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):hover,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):focus,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus {
  color: #fff;
  background-color: #199b63;
  opacity: 1;
  color: #fff;
  background-color: #199b63;
  border-color: currentColor;
  border-color: #199b63;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):hover svg, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):focus svg, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):hover svg,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):focus svg,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-focus,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus,
.wp-block-search .wp-block-search__button.has-focus {
  color: #fff;
  background-color: #199b63;
  border-color: #199b63;
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon,
.wp-block-search .wp-block-search__button.has-icon {
  line-height: 0;
}

.search-results .page, .search-results .aktivitet, .search-results .maerke, .search-results .event,
.search-results .type-page, .search-results .type-aktivitet, .search-results .type-maerke, .search-results .type-event, .search-results .type-coworkers {
  min-height: auto;
}
.search-results .page time, .search-results .aktivitet time, .search-results .maerke time, .search-results .event time,
.search-results .type-page time, .search-results .type-aktivitet time, .search-results .type-maerke time, .search-results .type-event time, .search-results .type-coworkers time {
  display: none;
}
.search-results .search-result-meta * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.search-results .coworker-info.coworker-telephone {
  margin-block-start: 0;
}
.search-results .wp-block-query > * {
  margin-left: 0 !important;
}
.search-results li {
  font-family: "Museo Sans Rounded", sans-serif;
}
.search-results li * {
  text-align: left;
}
.search-results li .sr-link, .search-results li .excerpt_part {
  font-size: 16px;
}
.search-results li .is-layout-flex {
  display: flex;
  align-items: flex-start;
  gap: 1vw;
  flex-wrap: nowrap;
  width: 100%;
  min-width: 100%;
}
.search-results li .is-layout-flex .is-layout-flow {
  max-width: 100% !important;
}
.search-results .wp-block-post-featured-image {
  border-radius: 2vw;
  min-width: 300px;
  height: 300px;
}
.search-results .wp-block-post-featured-image img {
  border-radius: 2vw;
}
.search-results .type-maerke img {
  object-fit: contain !important;
}
@media screen and (max-width: 479px) {
  .search-results li .has-white-background-color {
    margin-left: -6vw;
    margin-right: -6vw;
    border-radius: 5vw !important;
    padding: 3vw !important;
    width: 93vw;
  }
  .search-results li > .is-layout-flex {
    flex-direction: column;
  }
  .search-results .wp-block-post-featured-image {
    width: 100% !important;
    border-radius: 5vw;
    min-width: 300px;
    height: 17.5vh;
  }
  .search-results .wp-block-post-featured-image img {
    width: 100% !important;
    height: auto;
    max-height: 17.5vh !important;
    border-radius: 5vw;
  }
}

.three-dots {
  min-width: 100%;
  text-align: center;
  font-size: 4rem;
  display: none;
}
@keyframes blink {
  50% {
    color: transparent;
  }
}
.three-dots em {
  animation: 2s blink infinite;
  font-style: normal;
}
.three-dots em:nth-child(2) {
  animation-delay: 250ms;
}
.three-dots em:nth-child(3) {
  animation-delay: 500ms;
}

.wp-block-group.search-result-meta {
  flex-direction: row;
}
.wp-block-group.search-result-meta * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

section.wp-block-group header {
  backround: yellow;
}
@media screen and (max-width: 599px) {
  section.wp-block-group header {
    flex-direction: column;
    text-align: center;
  }
}

.wp-block-separator {
  margin: var(--wp--custom--separator--margin);
  opacity: var(--wp--custom--separator--opacity);
}
.wp-block-separator:not(.is-style-wide) {
  width: var(--wp--custom--separator--width);
}

.metaslider,
.wp-block-eedee-block-gutenslider {
  border-radius: 2vw;
  overflow: hidden;
}
.metaslider .caption-wrap,
.wp-block-eedee-block-gutenslider .caption-wrap {
  width: auto;
  padding: 0 8px !important;
  font-family: "Museo Sans Rounded", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
}
.metaslider img,
.wp-block-eedee-block-gutenslider img {
  border-radius: 2vw;
}
.metaslider .next, .metaslider .prev,
.wp-block-eedee-block-gutenslider .next,
.wp-block-eedee-block-gutenslider .prev {
  color: transparent;
  background: url("images/arrow2.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.metaslider .next:hover, .metaslider .prev:hover,
.wp-block-eedee-block-gutenslider .next:hover,
.wp-block-eedee-block-gutenslider .prev:hover {
  color: transparent;
}
@media screen and (max-width: 900px) {
  .metaslider .next, .metaslider .prev,
  .wp-block-eedee-block-gutenslider .next,
  .wp-block-eedee-block-gutenslider .prev {
    padding: 5px;
    max-width: 25px;
    min-width: 25px;
  }
}
.metaslider .next,
.wp-block-eedee-block-gutenslider .next {
  right: 1rem;
}
.metaslider .prev,
.wp-block-eedee-block-gutenslider .prev {
  left: 1rem;
  transform: rotate(180deg);
}

.publication-slider .swiper-nav {
  width: 100%;
  left: 0;
}
.publication-slider .swiper-nav .swiper-button-next {
  position: absolute;
  right: 0;
}
.publication-slider .swiper-nav .swiper-button-prev {
  left: 1rem;
  top: -1.35rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.publication-slider .swiper-nav .swiper-button-prev img {
  width: 48px;
  height: 24px;
}
@media screen and (max-width: 800px) {
  .publication-slider .swiper-nav .swiper-button-prev, .publication-slider .swiper-nav .swiper-button-next {
    border-radius: 2rem;
    max-width: 60px;
  }
}

.wp-block-table figcaption {
  font-size: var(--wp--custom--table--figcaption--typography--font-size);
  text-align: center;
}
.wp-block-table td, .wp-block-table th {
  border: 1px solid;
  padding: calc(0.5 * var(--wp--custom--margin--vertical)) calc(0.5 * var(--wp--custom--margin--horizontal));
}

.wp-block-video figcaption {
  margin: var(--wp--custom--video--caption--margin);
  text-align: var(--wp--custom--video--caption--text-align);
}

.wp-block-embed.is-type-video, figure.wp-block-video {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 800px) {
  .wp-block-embed.is-type-video.wp-embed-aspect-9-16, figure.wp-block-video.wp-embed-aspect-9-16 {
    max-width: 75%;
    margin: auto;
  }
}
.wp-block-embed.is-type-video iframe, .wp-block-embed.is-type-video video, figure.wp-block-video iframe, figure.wp-block-video video {
  border-radius: 2vw;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-embed.is-type-video iframe, .wp-block-embed.is-type-video video, figure.wp-block-video iframe, figure.wp-block-video video {
    border-radius: 5vw;
  }
}

@media screen and (min-width: 800px) {
  .wp-block-columns.alignfull .wp-block-embed.is-type-video.wp-embed-aspect-9-16, .wp-block-columns.alignfull figure.wp-block-video.wp-embed-aspect-9-16 {
    max-width: 50%;
    margin: auto;
  }
}

.wp-block-column.foto__scrollby.portrait {
  height: 100%;
}
@media screen and (max-width: 479px) {
  .wp-block-column.foto__scrollby.portrait {
    max-height: 100%;
  }
}
.wp-block-column.foto__scrollby.portrait video,
.wp-block-column.foto__scrollby.portrait figure.is-type-video .wp-block-embed__wrapper {
  border-radius: 2vw;
  transition: border-radius 0.25s ease-in;
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  max-height: 85vh;
  margin: auto;
}
@media screen and (max-width: 479px) {
  .wp-block-column.foto__scrollby.portrait video,
  .wp-block-column.foto__scrollby.portrait figure.is-type-video .wp-block-embed__wrapper {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 6vw;
  }
}
.wp-block-column.foto__scrollby.portrait video:hover,
.wp-block-column.foto__scrollby.portrait figure.is-type-video .wp-block-embed__wrapper:hover {
  border-radius: 3vw;
  transition: border-radius 0.15s ease-in;
}
@media screen and (max-width: 479px) {
  .wp-block-column.foto__scrollby.portrait video:hover,
  .wp-block-column.foto__scrollby.portrait figure.is-type-video .wp-block-embed__wrapper:hover {
    border-radius: 6vw;
  }
}
.wp-block-column.foto__scrollby.portrait figure.wp-block-video video {
  width: auto;
  height: 100%;
  aspect-ratio: 9/16;
  margin: auto;
}
.wp-block-column.foto__scrollby.portrait .wp-embed-aspect-9-16 iframe {
  width: auto;
  height: 100%;
  aspect-ratio: 9/16;
  margin: auto;
}

.article.entry-content .wp-block-video video {
  border-radius: 2vw;
}
.article.entry-content .wp-block-video video:hover {
  border-radius: 3vw;
  transition: border-radius 0.15s ease-in;
}
@media screen and (max-width: 479px) {
  .article.entry-content .wp-block-video video:hover {
    border-radius: 6vw;
  }
}

.wp-block-post-terms.taxonomy-udgivelseskategori a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.yumpu-embed iframe {
  background-color: var(--wp--preset--color--dark-grey);
  min-height: 75vh;
  border: none;
}

@media screen and (min-width: 1600px) {
  .home .publication-slider {
    margin-top: -10rem !important;
  }
}

.post-meta {
  display: flex;
}
.post-meta .wp-block-post-author,
.post-meta .wp-block-post-date,
.post-meta .wp-block-post-tags,
.post-meta .wp-block-post-hierarchical-terms {
  display: flex;
  margin-right: calc(2 * var(--wp--custom--margin--baseline));
}
.post-meta .wp-block-post-author:before,
.post-meta .wp-block-post-date:before,
.post-meta .wp-block-post-tags:before,
.post-meta .wp-block-post-hierarchical-terms:before {
  align-self: center;
  content: "";
  display: inline-block;
  margin-right: calc(0.5 * var(--wp--custom--margin--baseline));
  height: 16px;
  width: 16px;
}
.post-meta .wp-block-post-author:before {
  background: url(svg/post-author.svg) no-repeat;
}
.post-meta .wp-block-post-date:before {
  background: url(svg/post-date.svg) no-repeat;
}
.post-meta .wp-block-post-hierarchical-terms:before {
  background: url(svg/post-category.svg) no-repeat;
}

.text__data {
  display: block;
  min-width: 5vw;
}
.text__data > * {
  display: inline-block;
}

.activity a.tag {
  background: #e5e2db;
  color: #333;
  min-width: initial;
  display: inline-block;
  font-size: var(--wp--preset--font-size--tiny);
}
.activity a.tag:hover {
  background: #71cc98;
  color: #fff;
}

html .section.fold {
  cursor: default;
}
html .section.fold.wp-block {
  border: 1px dashed;
}
html .section.fold.wp-block .content__hidden {
  border: 1px dashed;
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: calc(100% - 4rem);
}
html .section.fold .part_closed-2 {
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
html .section.fold .part_closed-2:hover {
  background-color: white !important;
}
html .section.fold .part_closed-2 .wp-block-heading {
  margin-block-start: 0;
  font-size: 0.9rem !important;
  color: #333 !important;
}
@media screen and (min-width: 480px) {
  html .section.fold .part_closed-2 .wp-block-heading {
    font-size: 1.3rem !important;
  }
}
html .section.fold.open .part_closed-2 h2, html .section.fold.open .part_closed-2 h3 {
  margin-block-start: 0;
  color: var(--wp--preset--color--red);
}
html .section.fold .icon-container, html .section.fold .wp-block-outermost-icon-block {
  width: 100% !important;
  max-width: 100% !important;
}
html .section.fold.wp-block .content__hidden {
  display: flex !important;
  border: 1px solid dashed !important;
}
html .section.fold .content__hidden {
  max-width: 100vw;
}
@media screen and (max-width: 767px) {
  html .section.fold .content__hidden {
    flex-direction: column;
    padding-bottom: 2.5vh !important;
  }
  html .section.fold .content__hidden.is-vertical > .wp-block-group {
    flex-direction: column !important;
  }
  html .section.fold .content__hidden > .wp-block-group.has-background {
    padding-left: initial;
    padding-right: initial;
  }
  html .section.fold .content__hidden .wrap-answer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
html .section.fold .content__hidden.subscroll-wrap {
  top: 7vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 90vw;
}
html .section.fold .content__hidden.subscroll-wrap a:active, html .section.fold .content__hidden.subscroll-wrap a:focus, html .section.fold .content__hidden.subscroll-wrap a.active {
  color: var(--wp--preset--color--white) !important;
  background-color: var(--wp--preset--color--red) !important;
}
html .section.fold .content__hidden.banners {
  flex-direction: column;
}
html .section.fold .wrap-medarbejder.alignfull {
  margin-left: 0;
  margin-right: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  width: 91vw;
}
@media screen and (min-width: 900px) {
  html .section.fold .wrap-medarbejder.alignfull .wp-block-group.tiles.smaller-tiles {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  html .section.fold .wp-block-group.rich-fact.w-richtext {
    padding: 4vw 3vw;
    display: flex;
  }
  html .section.fold .wp-block-group.rich-fact.w-richtext h2 {
    font-size: 1.4rem;
  }
  html .section.fold .wp-block-group.rich-fact.w-richtext ul, html .section.fold .wp-block-group.rich-fact.w-richtext ol {
    font-size: 13px;
    padding-left: 1.1rem;
    margin-left: 0;
    margin-block-start: 12px !important;
  }
}

html .wp-block-group.has-mouse-grey-background-color .section.fold .part_closed-2.has-mouse-grey-background-color:not(:hover) {
  background: #ece9e4 !important;
}

.animated-cover {
  position: relative;
  padding: 0 !important;
  display: grid;
  min-height: 95vh;
}
.animated-cover .wp-block-cover.animation {
  background: transparent;
  margin-bottom: 0;
  z-index: 200;
}
@media screen and (min-width: 601px) {
  .animated-cover .wp-block-cover.animation {
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: absolute;
  }
}
.animated-cover .wp-block-cover.animation.wp-block {
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 4;
  background: transparent;
}
.animated-cover .wp-block-cover.animation .wp-block-group.content {
  max-width: 800px;
}
.animated-cover .wp-block-cover.animation .wp-block-group.content h1 {
  font-family: Bjola, sans-serif;
  font-size: 6rem;
  line-height: 1.3;
}
.animated-cover .wp-block-cover.animation .wp-block-group.content p.has-medium-font-size {
  max-width: 500px;
  font-size: 1.4rem !important;
  border-radius: 2vw;
}
@media screen and (min-width: 768px) {
  .animated-cover.wolf .wp-block-lpb-lottie-player .lpbLottiePlayer {
    margin-left: auto;
    margin-right: 0;
    max-width: 75vw;
  }
}
@media screen and (min-width: 768px) {
  .animated-cover.family .wp-block-lpb-lottie-player .lpbLottiePlayer {
    margin-left: auto;
    margin-right: 0;
    max-width: 75vw;
  }
}
.animated-cover .wp-block-lpb-lottie-player {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  margin: 0 !important;
}
.animated-cover .wp-block-lpb-lottie-player:not(.wp-block) {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
}
.animated-cover .wp-block[data-type="lpb/lottie-player"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .animated-cover {
    display: grid;
    grid-template-rows: 0.5fr 1fr;
    padding: 0;
    background: transparent;
    min-height: 95vh;
    height: auto;
  }
  .animated-cover .wp-block-cover.animation {
    margin-left: 0;
    min-height: initial !important;
    grid-row: 1;
  }
  .animated-cover .wp-block-cover.animation .wp-block-cover__inner-container {
    width: 100%;
    height: 100%;
  }
  .animated-cover .wp-block-lpb-lottie-player {
    position: relative;
    grid-row: 2;
    padding: 0;
  }
  .animated-cover .wp-block-group.content {
    top: 3vw;
    max-width: 100% !important;
    margin-left: -3vw;
  }
  .animated-cover .wp-block-group.content h1 {
    margin-top: 4rem;
    font-size: 2.3rem !important;
    line-height: 1.4 !important;
    text-align: center;
    max-width: 100%;
  }
  .animated-cover .wp-block-group.content p.has-medium-font-size {
    margin-block-start: 0;
    margin-top: 0;
    font-size: 1.3rem !important;
    max-width: 100%;
  }
  .animated-cover .wp-block-group.content > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .animated-cover {
    grid-template-rows: 1fr 33vh;
    min-height: 45vh;
  }
}

@media screen and (max-width: 479px) {
  .section.calendar {
    margin-top: -5vh !important;
  }
  .section.calendar .taxonomy-post_tag.section.article {
    background: transparent;
    padding: 0 0 5vh !important;
  }
  .section.calendar .taxonomy-post_tag.section.article .tag {
    margin: 0 !important;
  }
}

@media screen and (max-width: 599px) {
  .wp-block-group.enheder {
    grid-template-columns: 1fr 1fr;
  }
  .wp-block-group.enheder h3 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .wp-block-group.enheder {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.wp-block-group.enheder a > .wp-block-group > figure, .wp-block-group.enheder a > .wp-block-group .double-icons {
  transform: rotate(0) scale(1);
  transition: transform 0.3s ease-in-out;
  transform-origin: left center;
}
.wp-block-group.enheder a:hover > .wp-block-group > figure, .wp-block-group.enheder a:hover > .wp-block-group .double-icons {
  transform: rotate(-7deg) scale(1.05);
  transition: transform 0.3s ease-in-out;
  transform-origin: left center;
}
.wp-block-group.enheder .double-icons {
  grid-template-rows: 1fr 1fr;
  margin-bottom: -25%;
}
@media screen and (min-width: 1024px) {
  .wp-block-group.enheder .double-icons {
    margin-bottom: -27.5%;
  }
}
@media screen and (min-width: 1900px) {
  .wp-block-group.enheder .double-icons {
    margin-bottom: -6.5vw;
  }
}
.wp-block-group.enheder .double-icons figure:first-child {
  grid-row: 1/2;
  grid-column: 1/3;
}
.wp-block-group.enheder .double-icons figure:last-child {
  grid-row: 2/3;
  grid-column: 2/4;
  margin-top: -50%;
  margin-bottom: -50%;
}

@media screen and (min-width: 768px) {
  .wp-block-group.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.wp-block-group.wrap_faq {
  margin-block-start: 0;
  gap: 2rem;
}
.wp-block-group.wrap_faq .wrap_faq_inner .question-icon-wrap {
  min-width: 50px;
  min-height: 50px;
  align-content: center;
}
.wp-block-group.wrap_faq .wrap_faq_inner .question-icon-wrap p {
  font-family: var(--wp--preset--font-family--headings);
  margin-bottom: 0;
}
.wp-block-group.wrap_faq .wrap_faq_inner .wrap-answer,
.wp-block-group.wrap_faq .wrap_faq_inner .wrap-answer > * .wrap__header > * {
  max-width: 90ch;
}
.wp-block-group.wrap_faq .wrap_faq_inner p.has-text-color a mark {
  text-decoration: underline;
}
.wp-block-group.wrap_faq .wrap_faq_inner p.has-text-color a:hover mark {
  text-decoration: none;
}
.wp-block-group.wrap_faq .wrap_faq_inner h3, .wp-block-group.wrap_faq .wrap_faq_inner h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 479px) {
  .wp-block-group.wrap_faq .wrap_faq_inner h3, .wp-block-group.wrap_faq .wrap_faq_inner h4 {
    font-size: 1.5rem;
  }
}

.wp-block-group.d-grid {
  display: grid !important;
}
@media screen and (min-width: 600px) {
  .wp-block-group.d-grid {
    grid-template-columns: 1fr 1fr;
  }
  .wp-block-group.d-grid > * {
    height: 100%;
  }
}

.wp-block-group.hero {
  position: relative;
}
.wp-block-group.hero .wp-block-outermost-icon-block {
  grid-row: 1;
  grid-column: 1/7;
}
@media screen and (max-width: 767px) {
  .wp-block-group.hero .wp-block-outermost-icon-block {
    padding-top: 5vh !important;
  }
}
.wp-block-group.hero .is-vertical {
  grid-row: 1;
  grid-column: 1/4;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .wp-block-group.hero .is-vertical {
    width: 100%;
    margin: 10vh auto 0;
    padding-bottom: 3vh !important;
    grid-column: 1/6;
  }
  .wp-block-group.hero .is-vertical * {
    text-align: left;
  }
  .wp-block-group.hero .is-vertical p.subheader.has-large-font-size {
    font-size: 24px !important;
  }
}

.wp-block-group.hexagons {
  position: relative;
}
.wp-block-group.hexagons .wp-block {
  margin-left: 0;
}
.wp-block-group.hexagons .is-vertical {
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-block-group.hexagons {
    flex-direction: column;
  }
  .wp-block-group.hexagons > .wp-block-group {
    right: -5vw;
  }
  .wp-block-group.hexagons > .wp-block-group:nth-of-type(2) {
    left: -5vw;
  }
}

.wp-block-group.hexagon,
.wp-block-image.hex {
  -webkit-mask: url("images/hexagon_path.svg");
  mask: url("images/hexagon_path.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
}

.wp-block-group.hexagon:not(.theme) {
  padding: 0;
  width: 30vw;
  height: 30vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-group.hexagon:not(.theme) h2 {
  font-size: 8em !important;
}
.wp-block-group.hexagon:not(.theme) h3 {
  font-size: 1.6em !important;
}
.wp-block-group.hexagon:not(.theme) h4 {
  font-size: 1em !important;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .wp-block-group.hexagon:not(.theme) {
    width: 75vw;
    height: 75vw;
  }
  .wp-block-group.hexagon:not(.theme) .is-vertical {
    gap: 0.5rem;
  }
  .wp-block-group.hexagon:not(.theme) h2 {
    font-size: 6em !important;
  }
  .wp-block-group.hexagon:not(.theme) h3 {
    font-size: 1em !important;
  }
  .wp-block-group.hexagon:not(.theme) h4 {
    font-size: 0.7em !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-group.hexagon:not(.theme) h2 {
    font-size: 3em !important;
  }
  .wp-block-group.hexagon:not(.theme) h3 {
    font-size: 1em !important;
  }
  .wp-block-group.hexagon:not(.theme) h4 {
    font-size: 0.7em !important;
  }
}
.wp-block-group.hexagon:not(.theme).wp-block {
  width: 25vw;
  height: 25vw;
  max-width: 100%;
}
.wp-block-group.hexagon:not(.theme) .wp-block-group {
  padding: 0 6vw;
}

.wp-block-image.hex {
  mask: url("images/hexagon_path.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  width: 12vw;
  height: 12vw;
  position: absolute;
  top: -14%;
  left: 0;
  z-index: 10;
  filter: grayscale(60%);
}
.wp-block-image.hex.big {
  width: 13vw;
  height: 13vw;
}
.wp-block-image.hex.mini {
  width: 10vw;
  height: 10vw;
  top: -8%;
}
@media screen and (max-width: 479px) {
  .wp-block-image.hex {
    width: 35vw;
    height: 35vw;
  }
  .wp-block-image.hex.bottom.right {
    top: -18%;
    right: -6%;
  }
  .wp-block-image.hex.big {
    width: 35vw;
    height: 35vw;
    top: -16%;
    left: -4%;
  }
  .wp-block-image.hex.mini {
    width: 35vw;
    height: 35vw;
    top: -10%;
    right: -8%;
    left: inherit;
  }
}
@media screen and (min-width: 480) and (max-width: 767px) {
  .wp-block-image.hex {
    width: 20vw;
    height: 20vw;
  }
  .wp-block-image.hex.big {
    width: 25vw;
    height: 25vw;
    left: 0%;
    top: -10%;
  }
  .wp-block-image.hex.mini {
    width: 21vw;
    height: 21vw;
    top: -4%;
    left: 4%;
  }
}
.wp-block-image.hex.bottom {
  top: initial;
  bottom: -13%;
}
.wp-block-image.hex.right {
  left: inherit;
  right: 0;
}
.wp-block-image.hex.wp-block {
  width: 250px;
  height: 250px;
  left: -100px;
  top: -100px;
}
.wp-block-image.hex figcaption {
  display: none;
}

.hexagon.theme {
  width: 40vw;
  height: 40vw;
}
@media screen and (max-width: 479px) {
  .hexagon.theme {
    width: 100vw;
    height: 100vw;
  }
}
.is-vertical .hexagon.theme {
  width: 30vw;
  height: 30vw;
}
@media screen and (max-width: 479px) {
  .is-vertical .hexagon.theme {
    width: 100vw;
    height: 100vw;
    margin-top: -10vh;
  }
}
.is-vertical .hexagon.theme + .hexagon.theme {
  margin-top: -10vh;
}
.hexagon.theme .wp-block-cover {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}
.hexagon.theme .wp-block-cover__inner-container,
.hexagon.theme .wp-block-hyperlink-group {
  width: 40vw;
  height: 40vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 479px) {
  .hexagon.theme .wp-block-cover__inner-container,
  .hexagon.theme .wp-block-hyperlink-group {
    width: 100vw;
    height: 100vw;
  }
}
.is-vertical .hexagon.theme .wp-block-cover__inner-container,
.is-vertical .hexagon.theme .wp-block-hyperlink-group {
  width: 30vw;
  height: 30vw;
}
@media screen and (max-width: 479px) {
  .is-vertical .hexagon.theme .wp-block-cover__inner-container,
  .is-vertical .hexagon.theme .wp-block-hyperlink-group {
    width: 100vw;
    height: 100vw;
  }
}
.hexagon.theme .wp-block-group {
  max-width: 40vw;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  rotate: -5deg;
}
@media screen and (max-width: 479px) {
  .hexagon.theme .wp-block-group {
    max-width: 100vw;
  }
}
.is-vertical .hexagon.theme .wp-block-group {
  max-width: 30vw;
}
@media screen and (max-width: 479px) {
  .is-vertical .hexagon.theme .wp-block-group {
    max-width: 100vw;
  }
}
.hexagon.theme h2 {
  display: inline-block;
  margin: auto;
  max-width: initial !important;
  padding: 0.5vw 2vw;
  border-radius: 5vw;
  font-size: 1.65em !important;
  margin: 3vw auto 0.5vw;
  text-transform: uppercase;
}
@media screen and (max-width: 479px) {
  .hexagon.theme h2 {
    font-size: 1.3em !important;
    padding: 1vw 7vw;
  }
}
@media screen and (max-width: 991px) {
  .hexagon.theme h2 {
    font-size: 1.1em !important;
  }
}
.hexagon.theme p {
  font-family: "Museo sans rounded", sans-serif;
  font-size: 1em !important;
}
.hexagon.theme img, .hexagon.theme h2 {
  transition: transform 0.4s ease-in-out;
}
.hexagon.theme:hover img, .hexagon.theme:hover h2 {
  transform: scale(1.2);
}

@media screen and (max-width: 479px) {
  .wp-block-group.themes > div {
    flex-direction: column;
  }
}
header.nav .site-logo {
  width: 12vw;
  height: auto;
}
header.nav.wp-block {
  position: relative;
}
header.nav.wp-block .nav_level2.wp-block {
  transform: translate3d(-46%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
  transform-style: preserve-3d;
  position: static;
}
header.nav.wp-block .logo-mobile.w-inline-block.w--current {
  position: relative;
}
header.nav.wp-block .nav_level3 {
  position: relative;
  z-index: 2;
}

.menu-panel.wp-block {
  background: #1a4336;
}
.menu-panel .wp-block-buttons.theme-buttons {
  margin-top: 1rem;
}
.menu-panel .wp-block-buttons.theme-buttons .wp-block-button {
  margin-top: 0.25rem;
}
.menu-panel .wp-block-buttons.theme-buttons .wp-block-button a {
  line-height: 1;
  font-weight: 300;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu-panel .wp-block-buttons.theme-buttons .wp-block-button a:hover {
  background: white !important;
  color: #1d3c34 !important;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu-panel .wp-block-group.has-vivid-green-border-color {
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left-color: rgba(78, 255, 154, 0.5) !important;
  transition: border-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu-panel .wp-block-group.has-vivid-green-border-color:hover {
  border-left-color: rgb(78, 255, 154) !important;
  transition: border-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu-panel .wp-block-group.has-vivid-green-border-color .pop-up .wp-block-button__link.has-white-color {
  font-weight: 300 !important;
  line-height: 1 !important;
  transition: color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu-panel .wp-block-group.has-vivid-green-border-color .pop-up .wp-block-button__link.has-white-color:hover {
  font-weight: 500 !important;
  color: #ffd94a !important;
  transition: color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu-panel .sub-menus {
  gap: 4vw;
}
.menu-panel .sub-menus a {
  background: transparent !important;
  font-family: "Museo Sans Rounded", sans-serif;
  font-weight: 100 !important;
}
.menu-panel .sub-menus a:hover {
  color: #fff !important;
  font-weight: 300 !important;
}
.menu-panel .wp-block-tiptip-hyperlink-group-block {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 479px) {
  .menu-panel .wp-block-tiptip-hyperlink-group-block {
    gap: 0.5rem;
  }
}
.menu-panel .wp-block-tiptip-hyperlink-group-block h2.has-big-font-size {
  text-align: left;
}
@media screen and (max-width: 479px) {
  .menu-panel .wp-block-tiptip-hyperlink-group-block h2.has-big-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
  }
}
@media screen and (max-width: 479px) {
  .menu-panel .wp-block-tiptip-hyperlink-group-block img {
    width: 60px !important;
  }
}

.edit-post-visual-editor__post-title-wrapper {
  padding: 4vw 19vw 2vw 6vw;
  text-align: left;
}
.edit-post-visual-editor__post-title-wrapper h1 {
  max-width: 100%;
}

.manchet p.wp-block-post-excerpt__excerpt {
  font-weight: 500;
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--preset--font-size--medium);
}
@media screen and (max-width: 600px) {
  .manchet p.wp-block-post-excerpt__excerpt {
    font-size: 1.4rem;
  }
}
.manchet p.wp-block-post-excerpt__more-text {
  display: none;
}

@media screen and (max-width: 600px) {
  .article-wrapper {
    margin-top: 0;
  }
  .article-wrapper .section.article {
    padding-top: 0;
  }
}
.wp-block-group.wrap__header.sidebyside.noimage-begie {
  background: none;
}

.green-header-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  margin-block-start: 0px !important;
}
@media screen and (max-width: 479px) {
  .green-header-fixed {
    z-index: 101;
    flex-direction: row;
  }
  .green-header-fixed a {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
}

.mobile-logo {
  max-width: 90vw;
  margin: auto;
}

@media screen and (max-width: 5000px) {
  .mobile-logo.wp-block {
    display: block !important;
    border: 1px dashed;
  }
}

.wp-block-image.mobile-logo {
  margin-bottom: -24px !important;
}

@media screen and (max-width: 767px) {
  main .entry-content > header .wp-block-columns {
    flex-direction: column-reverse;
    padding-right: 0 !important;
  }
  main .entry-content > header .wp-block-columns .wp-block-column[style*="flex-basis:400px"] {
    flex-basis: 0 !important;
  }
  main .entry-content > header .wp-block-columns .wp-block-column * {
    text-align: center !important;
  }
  main .entry-content > header .wp-block-columns .wp-block-column .wp-block-buttons {
    justify-content: center;
  }
  main .entry-content > header .wp-block-columns .wp-block-column + .wp-block-column figure {
    width: 120px !important;
  }
}

.single-post {
  background: #fff;
}
.single-post .article-meta > div {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.single-post .article-meta > div p {
  margin-bottom: 0;
}
.single-post .article-meta .wp-block-post-date {
  margin-top: 4px;
}
.single-post .article-meta .wp-block-post-date time {
  font-weight: 300;
}
.single-post .article-meta .icon-container {
  margin-right: 0.5rem;
}
.single-post .rich-fact p {
  font-size: var(--wp--preset--font-size--small);
}

.single-post .section.article > figure.alignfull {
  width: 100%;
}
.single-post .section.article > figure.alignwide {
  width: 100%;
  max-width: 1250px;
}
.single-post .section.article > figure.alignwide > img {
  max-width: 1250px !important;
}
.single-post .section.article figure {
  position: relative;
}
.single-post .section.article figure.alingwide {
  max-width: 1180px;
}
.single-post .section.article figure.alingfull {
  width: 100%;
}
.single-post .section.article figure.alingfull img {
  width: 100%;
}

html .block-editor-block-list__layout.is-root-container > figure.wp-block {
  margin-left: 3vw !important;
}
html .block-editor-block-list__layout.is-root-container > figure.wp-block.alignwide {
  padding: 0 !important;
  max-width: 1250px !important;
}
html .block-editor-block-list__layout.is-root-container > figure.wp-block.alignwide > div {
  background: yellow;
  position: relative;
}
html .block-editor-block-list__layout.is-root-container > figure.wp-block.alignwide .wp-block img {
  width: 100% !important;
}
html .block-editor-block-list__layout.is-root-container > figure.wp-block.alignfull {
  padding: 0 !important;
}

.taxonomy-post_tag.section.article {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .taxonomy-post_tag.section.article {
    margin-top: -2.5vw;
  }
}
.taxonomy-post_tag.section.article a {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 500;
  padding: 6px 14px 4px;
  background: #e5e2db;
  color: #333;
  border-radius: 2em;
  text-decoration: none;
}
.taxonomy-post_tag.section.article a:hover {
  background-color: #71cc98;
  color: #fff;
}
.taxonomy-post_tag.section.article .wp-block-post-terms__separator {
  display: none;
}

.wp-block-group.rich-fact.w-richtext {
  flex-direction: column;
  align-items: flex-start;
}

.article.entry-content > section {
  margin-left: 0 !important;
  padding: 0 !important;
}
.article.entry-content > section:has-background {
  padding: 0 !important;
}
.article.entry-content > section > .alignwide {
  padding: 0 !important;
  margin: 0 !important;
}
.article.entry-content > section > .alignwide figcaption {
  display: none;
}

home .publication-slider {
  margin-top: -10rem !important;
}

#vaer-med {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (max-width: 479px) {
  #vaer-med .wp-block-button {
    margin-bottom: 0.25rem !important;
    min-width: 85vw;
  }
}

.section.article.wp-block-post-terms {
  padding-left: 6vw;
  padding-right: 6vw;
}

.section.maerke {
  background-color: inherit;
}
@media screen and (max-width: 479px) {
  .section.maerke {
    padding: 0 3vw;
  }
}

.wp-block-group.projekter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: flex-start;
}
@media screen and (max-width: 479px) {
  .wp-block-group.projekter {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 480px) and (max-width: 900px) {
  .wp-block-group.projekter {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.wp-block-group.projekter > .wp-block-group {
  height: 100%;
  display: grid;
  grid-template-rows: auto 75%;
}
@media screen and (min-width: 600px) {
  .wp-block-group.projekter > .wp-block-group {
    display: grid;
    grid-template-rows: 1fr 6fr;
  }
}
.wp-block-group.projekter > .wp-block-group h3 a {
  text-decoration: none;
}
.wp-block-group.projekter > .wp-block-group figure {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.has-background.wrap__textfoto.bigteaser:hover {
  background: #fff !important;
}

.wrap__textfoto.bigteaser, main .wp-block-group.wrap_textfoto.bigteaser.alignfull {
  padding: 7vh 6vw !important;
}
.wrap__textfoto.bigteaser figure, main .wp-block-group.wrap_textfoto.bigteaser.alignfull figure {
  width: 100%;
  min-width: 80%;
  height: auto;
  position: sticky;
  top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.wrap__textfoto.bigteaser figure.aligncenter, main .wp-block-group.wrap_textfoto.bigteaser.alignfull figure.aligncenter {
  align-items: flex-end;
}
.wrap__textfoto.bigteaser figcaption, main .wp-block-group.wrap_textfoto.bigteaser.alignfull figcaption {
  display: none;
}
@media screen and (max-width: 479px) {
  .wrap__textfoto.bigteaser *, main .wp-block-group.wrap_textfoto.bigteaser.alignfull * {
    text-align: center;
  }
  .wrap__textfoto.bigteaser .icon-container, main .wp-block-group.wrap_textfoto.bigteaser.alignfull .icon-container {
    order: -1;
  }
  .wrap__textfoto.bigteaser figure, .wrap__textfoto.bigteaser .wp-block-outermost-icon-block, main .wp-block-group.wrap_textfoto.bigteaser.alignfull figure, main .wp-block-group.wrap_textfoto.bigteaser.alignfull .wp-block-outermost-icon-block {
    width: 5rem;
    height: auto;
    margin: auto auto 3vh;
  }
  .wrap__textfoto.bigteaser figure img[src*=svg], .wrap__textfoto.bigteaser .wp-block-outermost-icon-block img[src*=svg], main .wp-block-group.wrap_textfoto.bigteaser.alignfull figure img[src*=svg], main .wp-block-group.wrap_textfoto.bigteaser.alignfull .wp-block-outermost-icon-block img[src*=svg] {
    height: 5rem;
  }
  .wrap__textfoto.bigteaser .wp-block-outermost-icon-block, main .wp-block-group.wrap_textfoto.bigteaser.alignfull .wp-block-outermost-icon-block {
    height: 5rem;
  }
  .wrap__textfoto.bigteaser .wp-block-outermost-icon-block .icon-container, main .wp-block-group.wrap_textfoto.bigteaser.alignfull .wp-block-outermost-icon-block .icon-container {
    width: 5rem !important;
    height: 5rem !important;
  }
  .wrap__textfoto.bigteaser h2, main .wp-block-group.wrap_textfoto.bigteaser.alignfull h2 {
    margin-bottom: 1rem;
  }
  .wrap__textfoto.bigteaser p, main .wp-block-group.wrap_textfoto.bigteaser.alignfull p {
    margin-bottom: 2rem;
  }
}

aside.teaser {
  transition: background-color 0.2s ease;
}
aside.teaser:hover {
  background-color: #fff !important;
}
@media screen and (max-width: 479px) {
  aside.teaser .wp-block-columns {
    flex-direction: column-reverse;
    padding-right: 0 !important;
  }
  aside.teaser .wp-block-columns .wp-block-column[style*="flex-basis:200px"] {
    flex-basis: 0 !important;
  }
  aside.teaser .wp-block-columns .wp-block-column > * {
    text-align: center;
  }
  aside.teaser .wp-block-columns .wp-block-column .wp-block-buttons {
    justify-content: center;
  }
  aside.teaser .wp-block-columns .wp-block-column + .wp-block-column figure {
    width: 80px !important;
  }
}

.testimonials .testimonial {
  position: relative;
  display: grid;
  max-width: 1800px;
}
.testimonials .testimonial + .testimonial {
  margin-top: 5vh;
}
@media screen and (min-width: 480px) {
  .testimonials .testimonial {
    grid-template-columns: 1fr 2fr;
  }
}
.testimonials .testimonial .wp-block-image {
  position: sticky;
  top: 20px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  border-radius: 2vw;
}
.testimonials .testimonial .wp-block-image img {
  width: 100%;
  transition: transform 0.25s ease-in-out, filter 0.45s ease-in-out;
}
@media screen and (min-width: 900px) {
  .testimonials .testimonial .wp-block-image img {
    filter: grayscale(40%);
  }
}
.testimonials .testimonial:hover img {
  transform: scale(1.1);
  filter: grayscale(0%);
  transition: transform 0.25s ease-in-out, filter 0.45s ease-in-out;
}
.testimonials .testimonial .is-vertically-aligned-center > * {
  max-width: 90ch;
}

.wp-block-group.tiles {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3vh;
}
.wp-block-group.tiles.events {
  grid-gap: 0;
}
.wrap-medarbejdere .wp-block-group.tiles p {
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .wrap-medarbejdere .wp-block-group.tiles {
    text-align: center;
  }
}
@media screen and (min-width: 480px) {
  .wp-block-group.tiles {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1vw;
  }
  .wp-block-group.tiles.smaller-tiles {
    grid-template-columns: 1fr 1fr;
    grid-gap: 3vw;
  }
}
@media screen and (min-width: 900px) {
  .wp-block-group.tiles.smaller-tiles {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1vw;
  }
}
.wp-block-group.tiles.smaller-tiles.horizontal {
  display: grid;
  grid-template-columns: 1fr;
}
.wp-block-group.tiles.smaller-tiles.horizontal .tile a .wp-block-tiptip-hyperlink-group-block > .wp-block-group {
  display: grid;
  grid-template-columns: 10vw 4fr;
  min-width: 100%;
  grid-gap: 2vw;
}
.wp-block-group.tiles.smaller-tiles.horizontal figcaption {
  display: none;
}
.wp-block-group.tiles.smaller-tiles.horizontal a:hover img {
  border-radius: 1vw;
}
@media screen and (max-width: 479px) {
  .wp-block-group.tiles .tile {
    margin-bottom: 5vh;
  }
}
.wp-block-group.tiles .tile a {
  text-decoration: none;
}
.wp-block-group.tiles .tile a .wp-block-cover, .wp-block-group.tiles .tile a figure {
  border-radius: 1vw;
  margin-bottom: 1vw;
  -webkit-backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transition: border-radius 0.15s ease-in-out;
}
@media screen and (min-width: 600px) {
  .wp-block-group.tiles .tile a .wp-block-cover, .wp-block-group.tiles .tile a figure {
    border-radius: 1vw;
  }
}
.wp-block-group.tiles .tile a .wp-block-cover img, .wp-block-group.tiles .tile a figure img {
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}
.wp-block-group.tiles .tile a .wp-block-cover p, .wp-block-group.tiles .tile a figure p {
  margin-bottom: 0;
}
.wp-block-group.tiles .tile a:hover .wp-block-cover, .wp-block-group.tiles .tile a:hover figure {
  border-radius: 2vw;
  -webkit-backface-visibility: hidden;
}
.wp-block-group.tiles .tile a:hover .wp-block-cover img, .wp-block-group.tiles .tile a:hover figure img {
  filter: grayscale(0);
  transform: scale(1.1);
  transform: scale 0.5s ease-in-out;
}
.wp-block-group.tiles .tile .wp-block-cover {
  border-radius: 1vw;
  min-height: 60vw;
}
.wp-block-group.tiles .tile .wp-block-cover p {
  font-family: var(--wp--preset--font-family--headings);
}
@media screen and (min-width: 480px) {
  .wp-block-group.tiles .tile .wp-block-cover {
    min-height: 34vw;
  }
  .wp-block-group.tiles .tile .wp-block-cover.is-style-medium-image {
    min-height: 30vw;
  }
  .wp-block-group.tiles .tile .wp-block-cover.is-style-small-image {
    margin-top: 2vw;
    min-height: 24vw;
  }
}
.wp-block-group.tiles.news .tile .wp-block-cover p {
  display: none;
}
@media screen and (min-width: 480px) {
  .wp-block-group.tiles.news .tile .wp-block-cover {
    min-height: 24vw;
    width: 100%;
  }
  .wp-block-group.tiles.news .tile .wp-block-cover.is-style-medium-image {
    min-height: 20vw;
  }
  .wp-block-group.tiles.news .tile .wp-block-cover.is-style-small-image {
    min-height: 16vw;
  }
}
.wp-block-group.tiles.smaller-tiles figure {
  width: 100%;
  min-width: 100%;
  margin-bottom: 2vh;
}
.wp-block-group.tiles.smaller-tiles img {
  width: 100%;
  border-radius: 1vw;
}
.wp-block-group.tiles.events .tile {
  transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.wp-block-group.tiles.events .tile:hover {
  background: #fff;
}
.wp-block-group.tiles.events .tile h3 + p {
  padding-right: 20%;
}
@media screen and (max-width: 480px) {
  .wp-block-group.tiles.events .tile {
    padding: 4vw !important;
    max-width: 92vw;
  }
}

.wrap-medarbejder.alignfull p {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  main .entry-content > .wrap-medarbejder.alignfull {
    padding-left: 8vw !important;
  }
}

.acf-block-preview .wp-block-hyperlink-group,
.acf-block-preview .wp-block-tiptip-hyperlink-group-block {
  pointer-events: none;
}
.acf-block-preview .wp-block-hyperlink-group .wp-block-image figcaption,
.acf-block-preview .wp-block-tiptip-hyperlink-group-block .wp-block-image figcaption {
  display: none !important;
}

.tiles .employee figure {
  height: 16vw;
  overflow: hidden;
  border-radius: 1vw;
}
@media screen and (max-width: 479px) {
  .tiles .employee figure {
    height: 80vw !important;
  }
}
@media screen and (max-width: 900px) {
  .tiles .employee figure {
    height: 40vw;
    border-radius: 6vw;
  }
}
.tiles .employee figure img {
  border-radius: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 479px) and (max-width: 767px) {
  .wp-block-group.people.is-layout-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wp-block-group.people.is-layout-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .wp-block-group.people.is-layout-grid {
    grid-template-columns: 1fr;
    max-width: 75vw;
    margin: auto;
  }
  .wp-block-group.people.is-layout-grid .wp-block-group.is-vertical * {
    align-items: center;
    margin: auto;
  }
}
.wp-block-group.people.is-layout-grid .person figure {
  width: 100%;
}
.wp-block-group.people.is-layout-grid .person figure img {
  min-width: 100%;
  max-width: 100%;
}

html .pgcsimplygalleryblock-slider-collection .pgcsimplygalleryblock-slider-dot-navi .pgcsimplygalleryblock-slider-dot {
  box-shadow: none;
}

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