@charset "UTF-8";
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * 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.
 */
img {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?pha");
  src: url("../icomoon/fonts/icomoon.eot?pha#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?pha") format("truetype"), url("../icomoon/fonts/icomoon.woff?pha") format("woff"), url("../icomoon/fonts/icomoon.svg?pha#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icon-Einbringen-in-Kammer:before {
  content: "\e90a";
}

.icon-JCC:before {
  content: "\e90b";
}

.icon-Mitgliedervorteile:before {
  content: "\e90c";
}

.icon-Rechte-Pflichten-2:before {
  content: "\e90d";
}

.icon-Schweden-aktuell_1:before {
  content: "\e90e";
}

.icon-Willkommen-neu:before {
  content: "\e90f";
}

.icon-Wo-welche-Informationen:before {
  content: "\e910";
}

.icon-check:before {
  content: "\e909";
}

.icon-download:before {
  content: "\e900";
}

.icon-angle-down:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e903";
}

.icon-square-linkedin:before {
  content: "\e904";
}

.icon-arrow-right:before {
  content: "\e905";
}

.icon-mail:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e907";
}

.icon-linkedin-square:before {
  content: "\e908";
}

.icon-clear:before {
  content: "\e902";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img, .banner video, .flex__image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1021px) {
  .hidden--desktop {
    display: none;
  }
}

.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.wpforms-field-container::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-two-fifths {
    width: 40%;
  }

  .xl-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-two-fifths {
    width: 40%;
  }

  .content-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-two-fifths {
    width: 40%;
  }

  .lg-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-two-fifths {
    width: 40%;
  }

  .md-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-two-fifths {
    width: 40%;
  }

  .sm-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-two-fifths {
    width: 40%;
  }

  .xs-three-fifths {
    width: 60%;
  }
}
/*  4.2 Container */
.container {
  max-width: 69rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 2rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 63.6rem;
}

.container--tiny {
  max-width: 376px;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flex--inline {
  display: inline-flex;
}

.flexgrid--gutter {
  margin-left: -2rem;
}
.flexgrid--gutter > .flex__item {
  padding-left: 2rem;
}

.flexgrid--narrow {
  margin-left: -1.2rem;
}
.flexgrid--narrow > .flex__item {
  padding-left: 1.2rem;
}

.flexgrid--wide {
  margin-left: -4rem;
}
.flexgrid--wide > .flex__item {
  padding-left: 4rem;
}

.flex--end {
  justify-content: flex-end;
}

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--around {
  justify-content: space-around;
}

.flex--between {
  justify-content: space-between;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  flex: 1 0 auto;
}

.flex--wrap {
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "pt_sans", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #333332;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #F5C70E;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #333332;
  transition: all 0.25s ease-out;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "swedensans", "pt_sans", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #333332;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

h1, .alpha {
  font-size: 6.5rem;
  line-height: 1.01538;
  margin-bottom: 1.2rem;
  max-width: 10em;
}

h2, .beta {
  font-size: 5rem;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

h3, .gamma {
  font-size: 2.5rem;
  line-height: 1.1;
}

h4, .delta {
  font-size: 1.25rem;
  line-height: 1.2;
}

h5, .epsilon {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

h6, .zeta {
  font-size: 0.6rem;
  line-height: 1.66667;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1.25rem;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.2rem;
}
p a, blockquote a,
pre a, dl a {
  text-decoration: underline;
}
p:has(+ h2), p:has(+ h3), blockquote:has(+ h2), blockquote:has(+ h3),
pre:has(+ h2),
pre:has(+ h3), dl:has(+ h2), dl:has(+ h3) {
  margin-bottom: 2rem;
}

p.text--bigger,
span.text--bigger,
.text--bigger p {
  font-size: 1.5rem;
  line-height: 1.33333;
}

/*  5.3 Alignment */
.text--center,
.has-text-align-center {
  text-align: center;
}

.text--right,
.has-text-align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #E8E8E8;
  margin: 4rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 2rem;
  border-radius: 5px;
  border: 1px solid #707070;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'pt_sans';
  src: url("../fonts/pt-sans-v18-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sans';
  src: url("../fonts/pt-sans-v18-latin-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'pt_sans';
  src: url("../fonts/pt-sans-v18-latin-700.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'swedensans';
  src: url("../fonts/SwedenSansBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'swedensans';
  src: url("../fonts/SwedenSansRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.55em 2em 0.5em;
  border-radius: 1.5em;
  text-decoration: none !important;
  text-align: center;
  color: #333332;
  background-color: #F5C70E;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit-container button:hover {
  color: #F5C70E;
  background-color: #333332;
}
.btn:active, input[type="button"]:active,
input[type="submit"]:active,
.wpforms-submit-container button:active, .btn:focus, input[type="button"]:focus,
input[type="submit"]:focus,
.wpforms-submit-container button:focus {
  outline: none;
}

.btn--dark {
  color: #F5C70E;
  background: #333332;
}

.btn--small {
  font-size: 0.8rem;
  padding: 0.75em 3em 0.7em;
}
.btn--small:hover {
  color: #F5C70E;
  background-color: #111;
}

.btn--ghost {
  font-size: 0.9rem;
  background-color: transparent;
  color: #333332;
  border: 1px solid #707070;
}
.btn--ghost:hover {
  background: #333332;
  border-color: #333332;
  color: #F5C70E;
}

.link--icon {
  display: inline-flex;
  margin-right: calc(5rem + 2vw);
  margin-bottom: 1rem;
  font-weight: bold;
}
.link--icon i {
  font-size: 1.5rem;
  margin-right: 0.75rem;
}

.link {
  font-weight: bold;
  font-size: 0.7rem;
  font-family: "swedensans", "pt_sans", "Arial", sans-serif;
  text-transform: uppercase;
}
.link i {
  font-weight: normal;
}
.link::before {
  content: "\e905";
  font-family: 'icomoon';
  font-weight: normal;
  font-size: 1.1em;
  display: inline-block;
  transform: rotate(-45deg);
  color: #F5C70E;
  margin-right: 0.25rem;
  vertical-align: -1px;
  transition: all 0.25s ease-out;
}
.link:hover::before {
  transform: rotate(0);
}

.btn--toggle {
  padding: 0;
  height: 42px;
  width: 42px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
  margin-left: auto;
}
.btn--toggle .icon-bar {
  display: block;
  background: #333332;
  position: relative;
  width: 32px;
  height: 3px;
  margin: 6px auto;
  transition: transform 0.25s ease-out;
  border-radius: 2px;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  transform: rotate(45deg);
  top: 9px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  transform: rotate(-45deg);
  top: -9px;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
textarea,
.select-field {
  width: 100%;
  border: 2px solid rgba(112, 112, 112, 0.6);
  padding: 0.75rem 1rem 0.7rem;
  background: #FFF;
  outline: none;
  border-radius: 0.4rem;
  box-shadow: none;
}

select,
.select-field {
  padding: 0.7rem 2rem 0.65rem 1rem;
}

textarea {
  resize: vertical;
  height: 160px !important;
}

input[type="text"]::-ms-clear {
  display: none;
}

label {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0;
}

.hide-input {
  margin: 0.25rem 0 0 !important;
}
.hide-input input {
  display: none;
}

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

.wpforms-field-checkbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpforms-field-checkbox input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.wpforms-label-hide,
.wpforms-hidden {
  display: none !important;
}

.wpforms-field-label {
  font-family: "swedensans", "pt_sans", "Arial", sans-serif;
  font-weight: bold;
}

.wpforms-field-label-inline {
  font-size: 0.9rem;
  line-height: 1.11111;
  font-weight: bold;
  position: relative;
  padding-left: 2.25rem;
  display: inline-block;
  margin-top: 0.5rem;
}
.wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.4rem;
  width: 1.4rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 0.4rem;
  border: 1px solid #707070;
  background: #FFF;
  color: #FFF;
}
input[type="checkbox"]:checked + .wpforms-field-label-inline::before {
  background: #F5C70E;
  content: '✓';
  border-color: #F5C70E;
}

.select {
  position: relative;
}
.select::before {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 2rem;
  color: #F5C70E;
  position: absolute;
  right: 1rem;
  top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hide-for-now {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .select-field + select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    overflow: hidden;
    width: 0;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .select.js-open .select-field + select {
    display: block;
    width: 100%;
    overflow: auto;
    clip: unset;
  }

  .select.js-open em {
    display: none;
  }
}
@media only screen and (min-width: 801px) {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
  }
  .wpforms-field-container > div:not(.wpforms-one-half) {
    width: 100%;
  }
  .wpforms-field-container .wpforms-one-half {
    padding-left: 0.75rem;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first {
    padding-right: 0.75rem;
    padding-left: 0;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first.wpforms-field-select::before {
    right: 1.4rem;
  }
}
#wpforms-267-field_4-container {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
#wpforms-267-field_4-container a {
  text-decoration: underline;
}

em.wpforms-error {
  font-style: normal;
  font-weight: bold;
  font-family: "swedensans", "pt_sans", "Arial", sans-serif;
}

.wpforms-field-container {
  padding-top: 1.5rem;
}

.wpforms-has-error .wpforms-field-description {
  display: none;
}

.select {
  position: relative;
}

.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 1.25rem;
}
.wpforms-container .wpforms-field.thema {
  margin-bottom: 0.25rem;
}
.wpforms-container .wpforms-field.padding-top--small {
  padding-top: 1rem;
}

#wpforms-267-field_3-container,
#wpforms-267-field_5-container {
  margin-bottom: 2.5rem;
}
#wpforms-267-field_3-container em,
#wpforms-267-field_5-container em {
  position: absolute;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333332;
  opacity: 0.8;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333332;
  opacity: 0.8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #333332;
  opacity: 0.8;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
}

.nav--mobile a {
  display: block;
  padding-left: 2.8rem;
  margin-bottom: 1.5rem;
  font-family: "swedensans", "pt_sans", "Arial", sans-serif;
  position: relative;
}
.nav--mobile a::before {
  content: '';
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
  top: 0.1em;
  left: 0;
  font-family: 'icomoon';
}
.nav--mobile a:hover {
  color: #000;
}
.nav--mobile a span {
  font-size: 1.85rem;
  line-height: 1;
  display: block;
}
.nav--mobile a small {
  font-size: 0.85rem;
}

.nav--fixed {
  position: fixed;
  top: 9rem;
  left: 2rem;
  transition: all 0.25s ease-out;
}
.js-nav-off .nav--fixed {
  opacity: 0;
  pointer-events: none;
}
.nav--fixed a {
  font-size: 0.85rem;
  display: block;
  padding-left: 2.5rem;
  padding-block: 0.2rem;
  margin-bottom: 0.75rem;
  font-family: "swedensans", "pt_sans", "Arial", sans-serif;
  position: relative;
}
.nav--fixed a::before {
  content: '';
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 0.25rem;
  left: 0;
  font-family: 'icomoon';
}
.nav--fixed a.active span {
  text-decoration: underline;
}
.nav--fixed a:hover {
  color: #000;
}

a.willkommen::before {
  content: "\e90f";
}

a.engagement::before {
  content: "\e90a";
}

a.informationen::before {
  content: "\e910";
}

a.mitgliedervorteile::before,
a.mitgliedsvorteile::before {
  content: "\e90c";
}

a.rechte::before {
  content: "\e90d";
}

a.schweden-aktuell::before {
  content: "\e90e";
}

a.jcc::before {
  content: "\e90b";
}

a.kontakt::before {
  content: "\e907";
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.nav-mobile__inner {
  background: #F5C70E;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 8rem;
}
.nav-mobile__inner .inner {
  margin-left: auto;
  max-width: 680px;
}
.nav-mobile__inner .inner a {
  font-size: 0.8rem;
  text-transform: none;
}
.nav-mobile__inner .inner a::before {
  color: currentColor;
}
.nav-mobile__inner .inner a.link {
  vertical-align: -1px;
}
.nav-mobile__inner .inner div + div {
  margin-left: auto;
}
.nav-mobile__inner .inner img {
  width: 100%;
  border-radius: 1.25rem;
}
.nav-mobile__inner .event-title {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "swedensans", "pt_sans", "Arial", sans-serif;
  text-transform: uppercase;
}
.nav-mobile__inner .event-title span {
  display: block;
  opacity: 0.5;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

/*

  Transitions

  Transitions and animations
  
*/
.js-fade-in,
.js-load {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.js-fade-in.js-in,
.js-load.js-in {
  opacity: 1;
}

.js-fade-up {
  transition: all 0.5s ease-out;
  transform: translateY(2rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background: #333332;
  opacity: 0.3;
  border: 0;
  cursor: pointer;
  margin: 0 0.6rem 0 0 !important;
  border-radius: 50rem;
}

.swiper-pagination {
  position: relative;
  padding-top: 2rem;
}

.swiper-pagination-bullet-active {
  opacity: 0.6;
  transform: scale(1.2);
  display: inline-block;
}

.swiper-button {
  cursor: pointer;
}
.swiper-button svg {
  width: 2rem;
}
.swiper-button:hover {
  opacity: 0.8;
}

.swiper-button-disabled {
  opacity: 0.25 !important;
  cursor: auto;
}

.swiper-prev {
  margin-right: 3rem;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  z-index: 9999;
  padding-block: 2rem;
  background: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease-out;
}
.nav-mobile-active .site-header {
  background: transparent;
  box-shadow: none;
}
.scrolled .site-header {
  padding-block: 1.25rem;
}

.site-branding {
  position: relative;
  width: 2.4rem;
  z-index: 9;
}

body:not(.home) {
  padding-top: 10rem;
}

.site-header__toggle {
  display: inline-block;
  position: fixed;
  top: 1.75rem;
  right: 2rem;
  z-index: 99999;
  transition: all 0.25s ease-out;
}
@media only screen and (min-width: 1201px) {
  .scrolled .site-header__toggle {
    top: 1.2rem;
  }
}

.wpml {
  position: fixed;
  z-index: 99999;
  top: 1.75rem;
  right: 6.5rem;
  display: flex;
  transition: all 0.25s ease-out;
}
@media only screen and (min-width: 1201px) {
  .scrolled .wpml {
    top: 1.2rem;
  }
}
.wpml a {
  display: inline-block;
  text-transform: uppercase;
  padding: 0.4rem;
  font-weight: bold;
  font-family: "swedensans", "pt_sans", "Arial", sans-serif;
}
.wpml a.active {
  color: #707070;
}
.wpml div:first-child::after {
  content: '/';
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

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

.margin-top {
  margin-top: 2rem;
}

.margin-bottom--small {
  margin-bottom: 1rem;
}

.margin-bottom--big {
  margin-bottom: 4rem;
}

.margin-bottom--huge {
  margin-bottom: 6rem;
}

.spacing {
  padding-block: 2rem;
}

.spacing--big {
  padding-block: 4rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2rem;
}

.padding-top {
  padding-top: 2rem;
}

.padding-top--small {
  padding-top: 1rem;
}

.padding-top--tiny {
  padding-bottom: 0.5rem;
}

.object-fit-con {
  position: relative;
  display: block;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.banner {
  background: #F5C70E;
  height: 57vw;
  position: relative;
  z-index: 99998;
  transition: all 0.25s ease-out;
}
.banner video {
  position: absolute;
  object-fit: cover;
}
.nav-mobile-active .banner {
  opacity: 0;
  pointer-events: none;
}
.banner .site-logo {
  position: absolute;
  z-index: 9;
  left: calc(4rem + 3vw);
  top: 0;
  width: 8.75rem;
  background: #FFF;
  height: 9rem;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.banner .site-logo img {
  width: 70%;
}

@media only screen and (min-width: 801px) {
  .cols-2 {
    column-count: 2;
    column-gap: 2.5rem;
  }
  .cols-2 p {
    break-inside: avoid;
  }
}
.flex__info {
  padding-top: 1.5rem;
}
.flex__info p {
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.52941;
}

.flex__image {
  flex: 0 0 10rem;
  width: 10rem;
  margin-right: 1.4rem;
  margin-bottom: 1.6rem;
}
.flex__image .border {
  padding-bottom: 88.5%;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
}
.flex__image img {
  position: absolute;
  object-fit: cover;
  object-position: top center;
}

.bg-pattern {
  background-image: url("../img/pattern-1x.png");
  background-image: image-set(url("../img/pattern-1x.png") 1x, url("../img/pattern.png") 2x);
  background-repeat: repeat;
  background-position: left top;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: overlay;
  padding-block: 5rem;
}

.block--people {
  padding-block: 6rem 1rem;
}
.block--people .flexgrid--wide {
  padding-left: 3rem;
}
.block--people a {
  text-decoration: none;
}
.block--people a i {
  font-size: 1.1rem;
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: -.2em;
}
.block--people h5 + p {
  line-height: 2;
}

.block--infos .border {
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
  margin-bottom: 1.5rem;
}
.block--infos .flex__item {
  margin-bottom: 2.5rem;
}
.block--infos .flex__item p {
  font-size: 0.9rem;
  line-height: 1.66667;
}

.text ul {
  list-style: none;
  margin: 0 0 1.5rem 1.25rem;
  padding: 0.25rem 0 0;
}
.text ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.7' height='12.5' viewBox='0 0 16.7 12.5'%3E%3Cpath d='M113.695,45.438c-.012,0-.022,0-.033,0s-.022,0-.033,0a1.261,1.261,0,0,0-1.243,1.277,1.282,1.282,0,0,0,.3.82,1.212,1.212,0,0,0-.759-.273,1.26,1.26,0,0,0-1.244,1.276,1.277,1.277,0,0,0,.43.957l-.007,0a1.244,1.244,0,0,0,.81.3,1.258,1.258,0,0,0,.244-.025,2.123,2.123,0,0,1-2.082,1.888c-.006,0-.011,0-.016,0l-.014,0a2.123,2.123,0,0,1-2.082-1.888,1.255,1.255,0,0,0,.244.025,1.239,1.239,0,0,0,.808-.3l-.006,0a1.281,1.281,0,0,0,.428-.957,1.26,1.26,0,0,0-1.243-1.276,1.214,1.214,0,0,0-.76.273,1.283,1.283,0,0,0,.3-.82,1.26,1.26,0,0,0-1.243-1.277c-.012,0-.022,0-.033,0h0c-.01,0-.021,0-.033,0a1.261,1.261,0,0,0-1.243,1.277,1.285,1.285,0,0,0,.3.82,1.212,1.212,0,0,0-.76-.273,1.26,1.26,0,0,0-1.243,1.276,1.281,1.281,0,0,0,.429.957l-.006,0a1.241,1.241,0,0,0,.809.3,1.258,1.258,0,0,0,.244-.025,2.123,2.123,0,0,1-2.082,1.888l-.014,0s-.009,0-.016,0a2.123,2.123,0,0,1-2.082-1.888A1.258,1.258,0,0,0,101,49.8a1.244,1.244,0,0,0,.81-.3l-.007,0a1.278,1.278,0,0,0,.43-.957,1.26,1.26,0,0,0-1.244-1.276,1.211,1.211,0,0,0-.759.273,1.284,1.284,0,0,0,.3-.82,1.261,1.261,0,0,0-1.243-1.277c-.01,0-.021,0-.033,0s-.021,0-.033,0a1.239,1.239,0,0,0-1.119.725l1.1,6.846h14.52l1.1-6.846a1.239,1.239,0,0,0-1.12-.725' transform='translate(-98.1 -45.438)' fill='%23f5c70e' fill-rule='evenodd'/%3E%3Cpath d='M108.043,64.52h-7.155l.68,4.242h12.95l.68-4.242h-7.155' transform='translate(-99.685 -56.29)' fill='%23f5c70e' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left 0.4rem;
  padding-left: 2.5rem;
  margin-bottom: 1.25rem;
  max-width: 52rem;
}

.list ul {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.list ul li {
  padding-left: 2.25rem;
  margin-bottom: 1.2rem;
  position: relative;
}
.list ul li::before {
  font-family: 'icomoon';
  content: "\e909";
  position: absolute;
  left: 0;
  top: 0;
  color: #F5C70E;
  font-size: 1.5rem;
  line-height: 1.1;
}

div.max {
  max-width: 60rem;
}

.tooltip {
  background: #FFF;
  margin-bottom: 0.5rem;
  border-radius: 0.6rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1rem 1.5rem 0.9rem 1rem;
  transition: all 0.25s ease-out;
  transition-delay: 0.1s;
  opacity: 0;
}
.tooltip svg {
  width: 1.6rem;
  height: auto;
  display: inline-block;
  margin-right: 0.5rem;
}
.tooltip-helper:hover + .tooltip, .tooltip:hover, .tooltip:has(+ .accordion-con:hover) {
  opacity: 1;
}

.tip svg {
  width: 1.6rem;
  height: auto;
  display: inline-block;
  margin-right: 0.5rem;
}

.block--teaser .object-fit-con {
  padding: 6rem 1rem 5rem;
  background: #F5C70E;
  border-radius: 0.4rem;
  overflow: hidden;
}
.block--teaser img {
  opacity: 0.2;
}
.block--teaser h2, .block--teaser h3 {
  font-size: 3.5rem;
  margin-bottom: 0;
}
.block--teaser .spaced > div {
  padding: 1rem;
}
.block--teaser .spaced .link {
  font-size: 0.8rem;
  text-transform: none;
  letter-spacing: 0;
}
.block--teaser .spaced .link i {
  color: currentColor;
}
.block--teaser .link::before {
  color: currentColor;
}

.accordion {
  position: relative;
  margin-left: -2rem;
  margin-right: -2rem;
  border-bottom: 1px solid #707070;
  padding-inline: 2rem;
  transition: all 0.25s ease-out;
}
.accordion:has(> .accordion__opener.js-open), .accordion:has(> .accordion__opener:hover) {
  background: #FFF;
}

.accordion__opener {
  font-size: 1.25rem;
  position: relative;
  padding: 2rem 5rem 1.9rem 0;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  font-weight: normal;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  text-align: left;
  display: block;
  width: 100%;
  background: transparent;
  color: #333332;
  transition: all 0.25s ease-out;
}
.block--acc .accordion__opener {
  font-size: 2.5rem;
  font-weight: bold;
}
.accordion__opener .plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  background: #333332;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.accordion__opener .plus::before, .accordion__opener .plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 2px;
  background: #F5C70E;
}
.accordion__opener .plus::before {
  width: 1.1rem;
  height: 4px;
}
.accordion__opener .plus::after {
  height: 1.1rem;
  width: 4px;
}
.accordion__opener.js-open .plus::after {
  display: none;
}

.accordion__content {
  padding: 1rem 0 3rem;
  background: #FFF;
}
.accordion__content p {
  max-width: 65rem;
}

.box {
  height: 100%;
  border-radius: 1.25rem;
  padding: 1.6rem 2rem 1.75rem 1.6rem;
}
.box p {
  font-size: 0.9rem;
  line-height: 1.44444;
}
.box .icon-linkedin-square {
  font-size: 8rem;
}

.box--bg {
  overflow: hidden;
}
.box--bg .bg {
  opacity: 0.11;
}

.left-auto {
  margin-left: auto;
}

.box--yellow {
  background: #FECB00;
}
.box--yellow .link::before {
  color: currentColor;
}

.box--dark {
  background: #333332;
}
.box--dark *, .box--dark .link::before {
  color: #FFF;
}
.box--dark p {
  opacity: 0.8;
}
.box--dark .icon-download {
  font-size: 7rem;
}

.block--sweden-now {
  overflow: hidden;
}
.block--sweden-now .offset {
  transform: translateX(3rem);
  width: calc(100% + 3rem);
}
.block--sweden-now .box--dark p {
  max-width: calc(100% - 8rem);
}
.block--sweden-now .first {
  display: inline-block;
  margin-right: 4rem;
}

svg.mag {
  width: 7rem;
  height: auto;
}

svg.contact {
  width: 6.75rem;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.block--jcc,
.block--members {
  overflow: hidden;
}
.block--jcc h4,
.block--members h4 {
  font-size: 2rem;
}
.block--jcc .outer,
.block--members .outer {
  overflow: hidden;
  width: 100vw;
}
.block--jcc .swiper,
.block--members .swiper {
  overflow: visible;
}
.block--jcc .swiper-slide,
.block--members .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
}
.block--jcc .swiper-slide .inner,
.block--members .swiper-slide .inner {
  transition: all 0.6s linear;
  transform-origin: center;
  transform: scale(0.8666);
}
.block--jcc .link::before,
.block--members .link::before {
  color: currentColor;
}
.block--jcc .swiper-slide-active + .swiper-slide + .swiper-slide .inner,
.block--members .swiper-slide-active + .swiper-slide + .swiper-slide .inner {
  transform-origin: left center;
}
.block--jcc .swiper-slide-active .inner,
.block--members .swiper-slide-active .inner {
  transform: scale(1);
}
.block--jcc .inner,
.block--members .inner {
  background: #F5C70E;
  padding: 3rem 2rem;
  border-radius: 1.25rem;
  width: 100%;
  min-height: 40rem;
}
.block--jcc .inner p,
.block--members .inner p {
  max-width: 25em;
}
.block--jcc .k1 .inner, .block--jcc .k4 .inner, .block--jcc .k7 .inner, .block--jcc .k10 .inner,
.block--members .k1 .inner,
.block--members .k4 .inner,
.block--members .k7 .inner,
.block--members .k10 .inner {
  background: #333332;
}
.block--jcc .k1 *, .block--jcc .k4 *, .block--jcc .k7 *, .block--jcc .k10 *,
.block--members .k1 *,
.block--members .k4 *,
.block--members .k7 *,
.block--members .k10 * {
  color: #FFF;
}
.block--jcc .k2 .inner, .block--jcc .k5 .inner, .block--jcc .k8 .inner,
.block--members .k2 .inner,
.block--members .k5 .inner,
.block--members .k8 .inner {
  background: #707070;
}
.block--jcc .k2 *, .block--jcc .k5 *, .block--jcc .k8 *,
.block--members .k2 *,
.block--members .k5 *,
.block--members .k8 * {
  color: #FFF;
}

.info-box {
  background: #FFF;
  border-radius: 1.25rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2rem 2.5rem;
  max-width: 60rem;
  margin-inline: auto;
}
.info-box p {
  font-size: 1.25rem;
}

.block--testimonials {
  overflow: hidden;
}
.block--testimonials h2 {
  font-size: 3.5rem;
  margin-bottom: 0.75rem;
}
.block--testimonials .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  padding-block: 2.5rem;
}
.block--testimonials .swiper-slide .inner {
  transition: all 0.6s linear;
  transform-origin: center;
  padding: 0.9rem 0.9rem 0.5rem;
  border-radius: 0.4rem;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
}
.block--testimonials .swiper-slide p {
  font-size: 0.75rem;
}
.block--testimonials .swiper-slide img, .block--testimonials .swiper-slide p {
  opacity: 0.2;
  transition: all 0.6s linear;
}
.block--testimonials .swiper-slide-active {
  z-index: 99;
}
.block--testimonials .swiper-slide-active .inner {
  transform: scale(1.1);
}
.block--testimonials .swiper-slide-active .inner img, .block--testimonials .swiper-slide-active .inner p {
  opacity: 1;
}
.block--testimonials .object-fit-con {
  padding-bottom: 119%;
  margin-bottom: 1.5rem;
}

.block--video video {
  border-radius: 1.25rem;
}

.contact-bg {
  background: rgba(232, 232, 232, 0.3);
  padding: 3rem;
}
.contact-bg p {
  max-width: 50rem;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  font-size: 0.9rem;
  line-height: 1.55556;
  position: relative;
  z-index: 99;
}
.site-footer .site-info {
  background: #F8F8F8;
  padding-block: 4rem;
}
.site-footer .container {
  max-width: 80rem;
}

.footer__logo {
  width: 9.5rem;
}
.footer__logo img {
  width: 100%;
}

.footer__tagline {
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: bold;
}

.legal-nav {
  float: right;
}
.legal-nav ul {
  display: flex;
  padding-bottom: 1.5rem;
}
.legal-nav a {
  font-size: 0.85rem;
  line-height: 1.17647;
  font-family: "swedensans", "pt_sans", "Arial", sans-serif;
  font-weight: normal;
  padding: 0.2rem;
  display: inline-block;
}
.legal-nav li:not(:last-child) a::after {
  content: '/';
  display: inline-block;
  padding-left: 0.25rem;
}

.footer__copyright {
  font-size: 0.8rem;
  line-height: 1.25;
  padding-block: 1rem 1.5rem;
}
.footer__copyright * {
  color: #5C5C5C;
}
.footer__copyright .right {
  margin-left: auto;
}
.footer__copyright ul {
  display: flex;
  flex-wrap: wrap;
}
.footer__copyright li {
  margin-left: 1.2rem;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-height: 980px) {
  .block--jcc .inner {
    min-height: 32rem;
  }
}
@media only screen and (min-width: 1701px) {
  .home .content-area {
    padding-left: 15rem;
    transition: all 0.25s ease-out;
  }

  .home.js-nav-off .content-area {
    padding-left: 0;
  }

  .nav--fixed {
    display: block !important;
  }

  .switch-fixed-nav {
    display: inline-block !important;
    margin-left: 2.5rem;
    opacity: 0.6;
  }
  .switch-fixed-nav:hover {
    opacity: 1;
  }
  .switch-fixed-nav svg {
    width: 1.6rem;
    height: auto;
  }
}
@media only screen and (min-width: 2101px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1600px) {
  .block--sweden-now .offset {
    transform: none;
  }

  h1, .alpha {
    font-size: 5rem;
  }

  h2, .beta {
    font-size: 4rem;
  }

  .block--acc .accordion__opener {
    font-size: 1.75rem;
    padding-block: 1.7rem 1.6rem;
  }

  .block--jcc .inner,
  .block--members .inner {
    padding: 2.25rem 1.5rem 1.5rem;
    min-height: 30rem;
  }
  .block--jcc .inner p,
  .block--members .inner p {
    line-height: 1.5;
  }

  .block--jcc h4, .block--members h4 {
    font-size: 1.75rem;
  }

  .block--members img {
    width: 80%;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 18px;
  }

  .block--people .flexgrid--wide {
    padding-left: 0;
  }

  .accordion {
    margin-inline: 0;
    padding-inline: 1.5rem;
  }

  .accordion__opener {
    padding-right: 4rem;
  }
  .accordion__opener .plus {
    right: 1rem;
  }

  .site-header {
    padding-block: 1.25rem;
  }

  .site-header__toggle {
    top: 0.9rem;
  }

  .wpml {
    top: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }

  .nav-mobile__inner .event-title {
    font-size: 1.25rem;
  }

  .nav-mobile__inner .inner .flex.flex--wrap {
    display: block;
  }
  .nav-mobile__inner .inner .flex.flex--wrap a.btn {
    margin-bottom: 1rem;
  }

  .wpml {
    top: 1.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .tooltip {
    opacity: 1 !important;
  }

  .multiple.select-field {
    display: none !important;
  }

  .select::before {
    display: none;
  }

  .banner {
    height: auto;
  }
  .banner video {
    position: static;
    height: auto;
    display: block;
  }

  .banner .site-logo {
    left: 2rem;
    height: 6rem;
  }
}
@media only screen and (max-width: 1020px) {
  h1, .alpha {
    font-size: 4.5rem;
  }

  h2, .beta {
    font-size: 3rem;
  }

  h3, .gamma {
    font-size: 2rem;
  }

  .block--teaser h2, .block--teaser h3,
  .block--testimonials h2 {
    font-size: 3rem;
  }

  p.text--bigger, span.text--bigger, .text--bigger p,
  h5, .epsilon {
    font-size: 1.4rem;
  }

  .nav--mobile a span {
    font-size: 1.75rem;
  }

  .block--acc .accordion__opener {
    font-size: 1.5rem;
  }

  .block--sweden-now .box .flex__item {
    width: 100%;
  }
  .block--sweden-now .box .flex__item:first-child {
    order: 9;
  }
  .block--sweden-now .box .flex {
    align-items: normal;
    flex-wrap: wrap;
  }
  .block--sweden-now svg.mag {
    width: 3rem;
    margin-bottom: 1.25rem;
  }
  .block--sweden-now svg.contact {
    width: 3rem;
    top: 0;
    left: 0;
    transform: none;
    right: auto;
  }
  .block--sweden-now .box--dark .relative {
    padding-top: 4.6rem;
  }
  .block--sweden-now .box--dark .relative p {
    max-width: 100%;
  }

  .box .icon-linkedin-square,
  .box--dark .icon-download {
    font-size: 3rem;
    margin-bottom: 1.25rem;
    display: inline-block;
  }

  .block--boxes-linkedin-download .box .flex__item {
    width: 100%;
  }
  .block--boxes-linkedin-download .box .flex__item:first-child {
    order: 9;
  }
  .block--boxes-linkedin-download .flex--bottom {
    align-items: normal;
    flex-wrap: wrap;
  }

  .flexgrid--wide {
    margin-left: -2rem;
  }

  .flexgrid--wide > .flex__item {
    padding-left: 2rem;
  }

  .flex__image {
    flex: 0 0 9rem;
    width: 9rem;
    margin-right: 1.25rem;
  }

  .flex__info {
    padding-top: 0.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .hidden--md {
    display: none;
  }

  .md-margin-bottom {
    margin-bottom: 2rem;
  }

  .md-margin-bottom-small {
    margin-bottom: 1rem;
  }

  .margin-bottom--huge {
    margin-bottom: 5rem;
  }

  .block--jcc .inner, .block--members .inner {
    padding: 2.5rem 1.5rem 2rem;
  }

  .swiper--testimonials {
    margin-inline: -30%;
  }

  .site-footer .right.md-one-whole {
    margin-left: 0;
    padding-top: 1rem;
  }

  .footer__copyright li {
    margin-inline: 0 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  h1, .alpha {
    font-size: 3rem;
  }

  h2, .beta {
    font-size: 2rem;
  }

  h3, .gamma {
    font-size: 1.75rem;
  }

  .site-footer .flex--between > div {
    width: 100%;
  }
  .site-footer .md-one-half:not(:first-child):not(:last-child) {
    margin-bottom: 2rem;
  }

  .site-header__toggle {
    right: 1.4rem;
  }

  .wpml {
    top: 1.1rem;
    right: 5.5rem;
  }

  .container {
    padding-inline: 1.5rem;
  }

  .block--jcc .outer, .block--members .outer {
    width: calc(100vw - 1.5rem);
  }

  .accordion {
    padding-inline: 1.25rem;
  }

  .block--teaser .object-fit-con {
    padding: 5rem 1rem 4rem;
  }

  .block--teaser h2, .block--teaser h3, .block--testimonials h2 {
    font-size: 2rem;
  }

  p.text--bigger, span.text--bigger, .text--bigger p, h5, .epsilon,
  .block--acc .accordion__opener {
    font-size: 1.25rem;
  }

  .accordion__opener {
    font-size: 1.1rem;
  }

  .accordion__opener .plus {
    right: 0;
  }

  .accordion__opener {
    padding-right: 2.5rem;
  }

  .text ul {
    margin-left: 0;
  }

  .contact-bg {
    padding: 2rem 1.5rem;
  }

  .info-box {
    padding: 1.75rem 1.5rem 2rem;
  }

  .block--jcc h4, .block--members h4 {
    font-size: 1.5rem;
  }

  .block--jcc .inner, .block--members .inner {
    padding: 2rem 1.25rem 1.5rem;
  }

  .banner .site-logo {
    display: none;
  }

  .swiper--testimonials {
    margin-inline: -40%;
  }
}
@media only screen and (max-width: 480px) {
  h1, .alpha {
    font-size: 2.4rem;
  }

  h3 br, .gamma br,
  h2 br {
    display: none;
  }

  .info-box p {
    font-size: 1.1rem;
  }

  .block--teaser .object-fit-con {
    padding: 3rem 1rem 1rem;
  }

  .link {
    white-space: nowrap;
  }

  .link--icon {
    margin-right: 2rem;
  }

  .swiper--testimonials {
    margin-inline: -70%;
  }

  .margin-bottom--huge {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 400px) {
  .flex__image {
    flex: 0 0 8rem;
    width: 8rem;
    margin-right: 1rem;
  }

  a[href*='mailto:'] {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}


#wpforms-1179-field_28-container,
#wpforms-267-field_28-container {
    padding-left:1.5rem;
}
