/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./web/themes/custom/altt/scss/main.scss ***!
  \******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 * ---------- Widths ----------
 */
/*
 * ---------- Z-Index ----------
 */
/*
  * ---------- Colors ----------
  */
/*
  * ---------- Misc ----------
  */
/*
 * ---------- Colors ----------
 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  text-size-adjust: auto;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

h1 {
  font-size: calc(1.8em + 1vw);
}
@media screen and (min-width: 2000px) {
  h1 {
    font-size: calc(1.8em + 0.5vw);
  }
}

h2 {
  font-size: calc(1.4em + 1vw);
  margin: 1.2rem 0;
}
@media screen and (min-width: 2000px) {
  h2 {
    font-size: calc(1.4em + 0.5vw);
  }
}

h3 {
  font-size: calc(1.2em + 1vw);
}
@media screen and (min-width: 2000px) {
  h3 {
    font-size: calc(1.2em + 0.5vw);
  }
}

body {
  font-weight: 400;
  line-height: 1.2;
}

p {
  line-height: 1.4;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**
 * ---------- Z-index ----------
 */
/**
 * ---------- Clearfix ----------
 */
/**
 * ---------- Widths ----------
 */
/**
 * ---------- Margin & Padding ----------
 */
/**
 * ---------- 'Boxes / cards / teasers' ----------
 */
/**
 * ---------- Placeholder ----------
 */
/**
 * ---------- 'Paragraphs' ----------
 */
/**
 *  ---------- Category menu, mobile ----------
 */
@keyframes mobile-fold-even--first-level--enter {
  0% {
    max-height: 0px;
    transform: perspective(100px) rotateX(20deg) translateY(0.5px);
    opacity: 0;
  }
  95% {
    max-height: 100px;
    opacity: 1;
  }
  100% {
    transform: perspective(0px) rotateX(0deg) translateY(0px);
    max-height: 1000px;
  }
}
@keyframes mobile-fold-odd--first-level--enter {
  0% {
    max-height: 0px;
    transform: perspective(100px) rotateX(-20deg) translateY(1px);
    opacity: 0;
  }
  95% {
    max-height: 100px;
    opacity: 1;
  }
  100% {
    transform: perspective(0px) rotateX(0deg) translateY(0px);
    max-height: 1000px;
  }
}
@keyframes mobile-fold-even--first-level--exit {
  0% {
    transform: perspective(0px) rotateX(0deg) translateY(0px);
    max-height: 1000px;
    opacity: 1;
  }
  25% {
    max-height: 100px;
  }
  100% {
    max-height: 0px;
    transform: perspective(100px) rotateX(20deg) translateY(0.5px);
    opacity: 0;
  }
}
@keyframes mobile-fold-odd--first-level--exit {
  0% {
    transform: perspective(0px) rotateX(0deg) translateY(0px);
    max-height: 1000px;
    opacity: 1;
  }
  25% {
    max-height: 100px;
  }
  100% {
    max-height: 0px;
    transform: perspective(100px) rotateX(-20deg) translateY(1px);
    opacity: 0;
  }
}
@keyframes mobile-fold-even--second-level--enter {
  0% {
    max-height: 0px;
    transform: perspective(100px) rotateX(20deg) translateY(0.5px);
    background: linear-gradient(to top, #14AAFD 0%, hsl(201.3733905579, 98.3122362869%, -6.4705882353%) 100%);
    opacity: 0;
    padding-left: 0;
  }
  95% {
    max-height: 100px;
    opacity: 1;
  }
  100% {
    transform: perspective(0px) rotateX(0deg) translateY(0px);
    background: linear-gradient(to top, #14AAFD 0%, #14aafd 100%);
    max-height: 1000px;
    padding-left: 3em;
  }
}
@keyframes mobile-fold-odd--second-level--enter {
  0% {
    max-height: 0px;
    transform: perspective(100px) rotateX(-20deg) translateY(1px);
    background: linear-gradient(to bottom, #14AAFD 0%, hsl(201.3733905579, 98.3122362869%, -6.4705882353%) 100%);
    opacity: 0;
    padding-left: 0;
  }
  95% {
    max-height: 100px;
    opacity: 1;
  }
  100% {
    transform: perspective(0px) rotateX(0deg) translateY(0px);
    background: linear-gradient(to bottom, #14AAFD 0%, #14aafd 100%);
    max-height: 1000px;
    padding-left: 3em;
  }
}
@keyframes mobile-fold-even--second-level--exit {
  0% {
    transform: perspective(0px) rotateX(0deg) translateY(0px);
    background: linear-gradient(to top, #14AAFD 0%, #14aafd 100%);
    max-height: 1000px;
    opacity: 1;
    padding-left: 3em;
  }
  25% {
    max-height: 100px;
  }
  100% {
    max-height: 0px;
    transform: perspective(100px) rotateX(20deg) translateY(0.5px);
    background: linear-gradient(to top, #14AAFD 0%, hsl(201.3733905579, 98.3122362869%, -6.4705882353%) 100%);
    opacity: 0;
    padding-left: 0;
  }
}
@keyframes mobile-fold-odd--second-level--exit {
  0% {
    transform: perspective(0px) rotateX(0deg) translateY(0px);
    background: linear-gradient(to bottom, #14AAFD 0%, #14aafd 100%);
    max-height: 1000px;
    opacity: 1;
    padding-left: 3em;
  }
  25% {
    max-height: 100px;
  }
  100% {
    max-height: 0px;
    transform: perspective(100px) rotateX(-20deg) translateY(1px);
    background: linear-gradient(to bottom, #14AAFD 0%, #14aafd 100%);
    opacity: 0;
    padding-left: 0;
  }
}
/**
 * ---------- Drupal Overrides ----------
 */
.instagram-feed a.instagram-image:hover {
  cursor: default;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #767676;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #767676;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #767676;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #767676;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #767676;
}

body {
  overflow-x: hidden;
}

.container {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
@media (min-width: calc(1em + 1000px)) {
  .container {
    padding: 0;
  }
}

.bp-layout-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.bp-main {
  flex: 1 0 auto;
}

.u-hidden {
  display: none;
}

.hr {
  height: 2px;
  background: #022549;
  margin-bottom: 1em;
}

.btn, li.pager__item .button, .button--primary {
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  margin: 15px auto;
  padding: 17px 28px 14px 28px;
}

.btn--white {
  background: #FFF;
  color: #052B52;
}

.btn--small {
  padding: 9px 20px;
  font-size: 14px;
}

.view-content {
  margin: 3em 0;
}

.view-header {
  margin-bottom: 1em;
}

.item-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  list-style: none;
  padding: 0;
}
.view-product .item-list .views-view-list--list-item, .view-constructors-overview .item-list .views-view-list--list-item {
  margin: 0 0 10px;
}
@media screen and (min-width: 600px) {
  .view-product .item-list .views-view-list--list-item, .view-constructors-overview .item-list .views-view-list--list-item {
    margin: 1em;
  }
}
@media screen and (min-width: 990px) {
  .view-product .item-list .views-view-list--list-item, .view-constructors-overview .item-list .views-view-list--list-item {
    flex: 1 1 auto;
    margin: 0;
    margin: 0 29px 29px 0;
    max-width: 310px;
    width: 300px;
  }
  .view-product .item-list .views-view-list--list-item:nth-child(3n), .view-constructors-overview .item-list .views-view-list--list-item:nth-child(3n) {
    margin-right: 0;
  }
}

.pager {
  padding: 0;
  text-align: center;
}

.TaxonomySubCatagories a {
  color: #022549;
  font-size: 0.9em;
  margin: 0 0.5em;
  text-decoration: underline;
}
.TaxonomySubCatagories a:first-of-type {
  margin-left: 0;
}

/*
 * ---------- Colors ----------
 */
/*
 * ---------- Widths & Heights----------
 */
@font-face {
  font-family: "helveticaneue";
  font-style: italic;
  font-weight: 400;
  src: url(.././assets/italic.eot);
  src: url(.././assets/italic.eot?#iefix) format("embedded-opentype"), url(.././assets/italic.woff) format("woff"), url(.././assets/italic.ttf) format("truetype"), url(.././assets/italic.svg#helvetica_neueitalic) format("svg");
}
@font-face {
  font-family: "helveticaneue";
  font-style: normal;
  font-weight: 100;
  src: url(.././assets/thin.eot);
  src: url(.././assets/thin.eot?#iefix) format("embedded-opentype"), url(.././assets/thin.woff) format("woff"), url(.././assets/thin.ttf) format("truetype"), url(.././assets/thin.svg#helvetica_neuethin) format("svg");
}
@font-face {
  font-family: "helveticaneue";
  font-style: normal;
  font-weight: 200;
  src: url(.././assets/light.eot);
  src: url(.././assets/light.eot?#iefix) format("embedded-opentype"), url(.././assets/light.woff) format("woff"), url(.././assets/light.ttf) format("truetype"), url(.././assets/light.svg#helvetica_neuelight) format("svg");
}
@font-face {
  font-family: "helveticaneue";
  font-style: normal;
  font-weight: 400;
  src: url(.././assets/regular.eot);
  src: url(.././assets/regular.eot?#iefix) format("embedded-opentype"), url(.././assets/regular.woff) format("woff"), url(.././assets/regular.ttf) format("truetype"), url(.././assets/regular.svg#helvetica_neueregular) format("svg");
}
@font-face {
  font-family: "helveticaneue";
  font-style: normal;
  font-weight: 600;
  src: url(.././assets/medium.eot);
  src: url(.././assets/medium.eot?#iefix) format("embedded-opentype"), url(.././assets/medium.woff) format("woff"), url(.././assets/medium.ttf) format("truetype"), url(.././assets/medium.svg#helvetica_neuemedium) format("svg");
}
@font-face {
  font-family: "helveticaneue";
  font-style: normal;
  font-weight: 800;
  src: url(.././assets/bold.eot);
  src: url(.././assets/bold.eot?#iefix) format("embedded-opentype"), url(.././assets/bold.woff) format("woff"), url(.././assets/bold.ttf) format("truetype"), url(.././assets/bold.svg#helvetica_neuebold) format("svg");
}
html {
  font-family: "helveticaneue";
  font-weight: 400;
}

/*.page-embedded--ios {
  font-family: "helveticaneue",Tahoma,Verdana,Arial,sans-serif;
  background: #ebebf1;
}*/
/**
 *  ---------- Category menu, mobile ----------
 */
@keyframes mobile-fold-even--first-level--enter {
  0% {
    max-height: 0px;
    opacity: 0;
  }
  50% {
    max-height: 50px;
    opacity: 0.5;
  }
  100% {
    max-height: 1000px;
    opacity: 1;
  }
}
@keyframes mobile-fold-odd--first-level--enter {
  0% {
    max-height: 0px;
    opacity: 0;
  }
  50% {
    max-height: 50px;
    opacity: 0.5;
  }
  100% {
    max-height: 1000px;
    opacity: 1;
  }
}
@keyframes mobile-fold-even--first-level--exit {
  0% {
    max-height: 1000px;
    opacity: 1;
  }
  50% {
    max-height: 50px;
    opacity: 0.5;
  }
  100% {
    max-height: 0px;
    opacity: 0;
  }
}
@keyframes mobile-fold-odd--first-level--exit {
  0% {
    max-height: 1000px;
    opacity: 1;
  }
  50% {
    max-height: 50px;
    opacity: 0.5;
  }
  100% {
    max-height: 0px;
    opacity: 0;
  }
}
@keyframes mobile-fold-even--second-level--enter {
  0% {
    max-height: 0px;
    opacity: 0;
    padding-left: 0;
  }
  50% {
    max-height: 50px;
    opacity: 0.5;
    padding-left: 1.5em;
  }
  100% {
    max-height: 1000px;
    opacity: 1;
    padding-left: 3em;
  }
}
@keyframes mobile-fold-odd--second-level--enter {
  0% {
    max-height: 0px;
    opacity: 0;
    padding-left: 0;
  }
  50% {
    max-height: 50px;
    opacity: 0.5;
    padding-left: 1.5em;
  }
  100% {
    max-height: 1000px;
    opacity: 1;
    padding-left: 3em;
  }
}
@keyframes mobile-fold-even--second-level--exit {
  0% {
    max-height: 1000px;
    opacity: 1;
    padding-left: 3em;
  }
  50% {
    max-height: 50px;
    opacity: 0.5;
    padding-left: 1.5em;
  }
  100% {
    max-height: 0px;
    opacity: 0;
    padding-left: 0;
  }
}
@keyframes mobile-fold-odd--second-level--exit {
  0% {
    max-height: 1000px;
    opacity: 1;
    padding-left: 3em;
  }
  50% {
    max-height: 50px;
    opacity: 0.5;
    padding-left: 1.5em;
  }
  100% {
    max-height: 0px;
    opacity: 0;
    padding-left: 0;
  }
}
body {
  color: #212121;
}
body.nav-search-bar {
  transition: padding 0.29s ease-out;
}
body.nav-search-bar.active {
  padding-top: calc(100px + 60px) !important;
}
body.nav-search-bar.leave {
  padding-top: 60px;
  transition: padding 0.29s ease-in;
}

a {
  color: #333;
}

h1,
h2 {
  color: #212121;
}

h1,
h2,
h3 {
  font-weight: 100;
}

h3.field__label {
  text-transform: uppercase;
}

.paragraph h3 {
  text-transform: none;
}

.region-content .paragraph--type--text a {
  text-decoration: underline;
}
.region-content h1 a,
.region-content h2 a,
.region-content h3 a,
.region-content h4 a {
  color: inherit;
  text-decoration: none;
}

blockquote p:before, blockquote p:after {
  content: '"';
  display: inline;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: inherit;
}

.skip-link {
  z-index: 10000;
}

.hr {
  background: #212121;
}

.layout-content.overlay-active {
  filter: grayscale(70%);
  transition: filter 0.3s ease-in-out;
}

.site-overlay {
  z-index: 1000;
  background: rgba(33, 33, 33, 0.4);
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
.site-overlay.active {
  visibility: visible;
  opacity: 1;
}

#toolbar-administration {
  font-family: sans-serif;
}

.teaser--brand--title {
  color: #212121;
}

.group {
  border-bottom: 2px solid #212121;
}
@media screen and (max-width: 320px) {
  .group {
    flex-direction: column;
    align-items: initial;
  }
}
.group h3 {
  font-size: 30px;
  font-weight: 100;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .group h3 {
    font-size: 36px;
  }
}
.group h3 span.number-of-products {
  font-size: 20px;
  font-weight: 100;
  padding: 0 5px;
}
.group h3 span.number-of-products:after {
  background: none;
  content: "";
  height: auto;
  width: auto;
}
@media screen and (max-width: 599px) {
  .group h3 span.number-of-products {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .group span.show-more {
    min-width: 142px;
  }
  .group span.show-more a {
    font-size: 18px;
  }
  .group span.show-more:after {
    width: 10px;
  }
}

.btn, .hero-description--landing-page .btn--hero, #sliding-popup .popup-content #popup-buttons button, li.pager__item .button, .button--primary,
.form-submit {
  border-radius: 33px;
  background: #212121;
  transition: background-color 200ms linear;
  cursor: pointer;
  border: unset;
  font-weight: 600;
}
.btn:hover, .hero-description--landing-page .btn--hero:hover, #sliding-popup .popup-content #popup-buttons button:hover, li.pager__item .button:hover, .button--primary:hover,
.form-submit:hover {
  background-color: #2A6471;
}
@media screen and (min-width: 600px) {
  .btn--hero {
    background: rgba(0, 0, 0, 0.85);
  }
}
.btn--black {
  background: rgba(0, 0, 0, 0.85);
}

.commerce-order-item-add-to-cart-form .button--primary,
.commerce-order-item-add-to-cart-form .form-submit {
  background-image: url(.././assets/altt-add-to-cart.svg);
  background-repeat: no-repeat;
  background-position: 90% 49%;
  background-size: 31px 27px;
  padding-left: 32px;
  padding-right: 62px;
}

.btn--black {
  background: #212121;
  color: #FFF;
}

#block-3dbadrum-top .btn--black {
  color: #FFF;
}

.block--bad-cart .bad-cart-send-cart-form svg {
  fill: #212121;
}
.block--bad-cart .bad-cart-send-cart-form .form-wrapper a:hover, .block--bad-cart .bad-cart-send-cart-form .form-wrapper a.active {
  background: #212121;
}
.block--bad-cart .bad-cart-send-cart-form .form-wrapper .button--primary {
  padding: 10px 28px;
}

.view-commerce-cart-form .view-header h2 {
  border-bottom: 3px solid #212121;
  padding-bottom: 20px;
}
.view-commerce-cart-form input {
  min-height: 42px;
}
.view-commerce-cart-form .views-field-remove-button input {
  background: url(.././assets/icon-delete--black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.view-commerce-cart-form .quantity-wrapper input[type=number] {
  border-radius: 0;
}
.view-commerce-cart-form .order-total-line {
  border-top: 3px solid #212121;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.view-commerce-cart-form .order-total-text {
  font-style: italic;
  font-weight: 100;
}
.view-commerce-cart-form .order-total-line-value {
  font-variant-numeric: tabular-nums;
  width: 100%;
}
.view-commerce-cart-form .order-total-wrap {
  font-size: 1.5em;
  font-size: calc(1.4em + 1vw);
  font-weight: 400;
  margin: 1.2rem 1.2rem 1.2rem 0;
  display: flex;
  padding-left: 30px;
}
@media screen and (min-width: 600px) {
  .view-commerce-cart-form .order-total-wrap {
    padding: 0;
  }
}
@media screen and (min-width: 2000px) {
  .view-commerce-cart-form .order-total-wrap {
    font-size: calc(1.4em + 0.5vw);
  }
}

@media screen and (min-width: 1000px) {
  .cart--cart-block {
    display: block;
  }
}
.cart--cart-block .cart-block--summary__count {
  background: #212121;
  padding: 2px 5px;
}
.cart--cart-block .cart--link-title {
  color: #333;
}

#block-mittbadrumunderneath {
  margin: 2em 0;
  max-width: 915px;
}
#block-mittbadrumunderneath .field--name-field-title {
  font-weight: 800;
}
#block-mittbadrumunderneath p {
  color: #9B9B9B;
  font-style: italic;
}

.block--catalogue {
  position: relative;
  max-width: 2000px;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
}
.block--catalogue h1 {
  font-size: 1.6em;
  color: #4A4A4A;
  font-weight: 400;
}
.block--catalogue p {
  font-size: 0.9em;
}
.block--catalogue h2 {
  text-align: center;
  font-size: 2.1em;
  margin: 0 0 0.5em 0;
}

/**
 * ---------- Constructor detail page ---------
 */
.constructor-contact .constructor-adress h4 {
  color: #212121;
}
.constructor-contact svg {
  fill: #212121;
}

form.bad-cart-constructor-send-cart-form {
  background: #E9E9E9;
  border: 1px solid rgb(207.5, 207.5, 207.5);
  margin-bottom: 2em;
}

.view-constructors .views-row {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  border: 1px solid #F9F9F9;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.4);
  transition: all 0.1s ease-in-out;
  background: #E9E9E9;
  border: 1px solid rgb(207.5, 207.5, 207.5);
}
.view-constructors .views-field {
  width: 100%;
}

.block-bad-constructor-register-constructor .button--primary {
  background: #219BBA;
  border: 2px solid #1A7C94 !important;
  color: #FFFFFF !important;
}

.node-constructor-register-form .help-text {
  color: #333;
  font-size: 1em;
}
.node-constructor-register-form a {
  font-weight: 800;
  text-decoration: underline;
}
.node-constructor-register-form label {
  font-weight: 800;
  display: inline-block;
  margin-bottom: 0.5em;
}
.node-constructor-register-form .installator-form-section {
  margin-top: 60px;
}
.node-constructor-register-form .description {
  color: #333;
  font-size: 1em;
  margin-top: 8px;
}

@media screen and (max-width: 599px) {
  .page-node-type-constructor .constructor {
    display: block;
  }
}
.page-node-type-constructor .paragraph--type--project {
  margin-bottom: 5em;
}
.page-node-type-constructor .paragraph--type--project .field {
  margin: 1em 0;
}
.page-node-type-constructor #constructor-title {
  color: #212121;
}
.page-node-type-constructor .constructor-project .field--name-field-projektnamn,
.page-node-type-constructor .constructor-project .field--name-field-name,
.page-node-type-constructor .constructor-showroom .field--name-field-projektnamn,
.page-node-type-constructor .constructor-showroom .field--name-field-name {
  font-size: 1.7em;
  color: #212121;
  text-align: left;
  margin-bottom: 33px;
  padding-bottom: 4px;
  text-transform: uppercase;
  box-shadow: 0 4px 5px -5px rgba(0, 0, 0, 0.2);
  font-weight: bolder;
  letter-spacing: 2px;
}
.page-node-type-constructor .field--name-field-images .field__label {
  display: none;
}
.page-node-type-constructor .constructor-wrapper p {
  font-weight: 400;
}
.page-node-type-constructor .constructor-adress {
  margin: 20px 20px 7px 0;
}
@media screen and (min-width: 960px) {
  .page-node-type-constructor .constructor-adress {
    margin: 12px 0 7px;
  }
}
.page-node-type-constructor .node--unpublished {
  background-color: #FFFFFF;
}
.page-node-type-constructor .field--name-field-description {
  margin: 2em 0;
  max-width: 600px;
}
.page-node-type-constructor .paragraph--type--exhibition .field--name-field-description {
  max-width: 100%;
}
.page-node-type-constructor .constructor-references--image-wrapper {
  margin-top: 2em;
}
.page-node-type-constructor .constructor-showroom {
  margin-bottom: 45px;
}
.page-node-type-constructor article {
  margin-bottom: 5em;
}
.page-node-type-constructor .field--type-image img {
  border: 1px solid #E9E9E9;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.4);
  height: auto;
  margin: 0.5em 0.5em 0 0;
  max-height: 100%;
  max-width: 100%;
  transition: all 0.1s ease-in-out;
}
.page-node-type-constructor .field--type-image img:hover {
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.4);
  transform: scale(1.03) translateY(-2px);
}
.page-node-type-constructor .field--type-image .field__items {
  display: flex;
  flex-wrap: wrap;
}
.page-node-type-constructor .field--type-image .field__items .field__item {
  height: auto;
  margin-right: 0.5em;
  width: 100%;
  max-width: 150px;
}
.page-node-type-constructor .constructor-name {
  max-width: 700px;
}
@media screen and (max-width: 599px) {
  .page-node-type-constructor .constructor-logo {
    text-align: center;
  }
}
.page-node-type-constructor .constructor-logo img {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .page-node-type-constructor .constructor-logo img {
    margin-bottom: 2em;
    max-width: 275px;
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .page-node-type-constructor .constructor-logo img {
    margin-right: 5em;
  }
}

#node-constructor-edit-form input[value="Ladda upp"], #node-constructor-edit-form input[value="Ladda upp"] {
  display: none !important;
}
#node-constructor-edit-form input[value="Ta bort"] {
  background: #212121;
  color: #FFFFFF;
}
#node-constructor-edit-form #edit-field-images {
  display: none;
}
#node-constructor-edit-form .paragraph-type-top {
  width: 100%;
  max-width: 110px;
  float: right;
  margin-top: -2em;
}
@media screen and (min-width: 900px) {
  #node-constructor-edit-form .paragraph-type-top {
    margin-top: 1em;
  }
}
#node-constructor-edit-form .field--name-field-name,
#node-constructor-edit-form .field--name-field-projektnamn {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  #node-constructor-edit-form .field--name-field-name,
  #node-constructor-edit-form .field--name-field-projektnamn {
    display: flex;
    margin-top: -1em;
    margin-bottom: -1em;
  }
}
#node-constructor-edit-form .field--name-field-description {
  max-width: 100%;
}
#node-constructor-edit-form .paragraph-type-title {
  display: none;
}
#node-constructor-edit-form .fieldset-legend {
  color: #212121;
  font-size: 20px;
  font-weight: 800;
}
#node-constructor-edit-form label {
  font-weight: 800;
  display: inline-block;
  margin-bottom: 0.5em;
}
#node-constructor-edit-form label.ck-voice-label {
  display: none;
}
#node-constructor-edit-form .form-wrapper {
  min-width: 100%;
}
#node-constructor-edit-form .description {
  color: #333;
  font-size: 16px;
  margin-top: 10px;
}
#node-constructor-edit-form .tabledrag-toggle-weight, #node-constructor-edit-form .tabledrag-handle, #node-constructor-edit-form thead {
  display: none;
}
#node-constructor-edit-form tr.draggable.paragraph-type--project {
  padding: 0.1em 0.6em;
}
#node-constructor-edit-form #edit-field-images .details-wrapper {
  margin-top: 20px;
}
#node-constructor-edit-form .image-widget-data .form-text {
  max-width: 350px;
  line-height: 0.8rem;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #node-constructor-edit-form .image-widget-data .form-text {
    max-width: 230px;
  }
}
#node-constructor-edit-form .image-widget-data .form-file {
  max-width: 350px;
  line-height: 1.2rem;
  width: 100%;
}
#node-constructor-edit-form .responsive-enabled .tabledrag-hide {
  display: none !important;
}
#node-constructor-edit-form .responsive-enabled th {
  text-align: left;
  padding: 11px 12px;
}
#node-constructor-edit-form .responsive-enabled .odd > td, #node-constructor-edit-form .responsive-enabled .even > td {
  display: inline-block;
  width: 100%;
}
#node-constructor-edit-form .responsive-enabled .image-preview {
  margin-left: 14px;
}
@media screen and (max-width: 599px) {
  #node-constructor-edit-form .responsive-enabled .image-preview {
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  #node-constructor-edit-form .responsive-enabled .file--image {
    word-wrap: break-word;
    width: 230px;
  }
}
#node-constructor-edit-form .responsive-enabled td:last-child {
  display: inline-block;
}
#node-constructor-edit-form .responsive-enabled .draggable {
  margin-top: 30px;
}
#node-constructor-edit-form .responsive-enabled .file--image {
  margin-bottom: 30px;
}

.constructor-certificates {
  margin: 3em 0;
}
.constructor-certificates .field--name-field-certificates {
  margin-bottom: 4em;
}
.constructor-certificates .field--name-field-certificates .field__items {
  display: flex;
}
.constructor-certificates .field--name-field-certificates .field__item img {
  max-width: 100px;
  width: 100%;
  margin-right: 12px;
  height: auto;
}

.constructor-form-page .form-type-checkbox input[type=checkbox], #node-constructor-edit-form .form-type-checkbox input[type=checkbox] {
  opacity: 0;
}
@media screen and (max-width: 599px) {
  .constructor-form-page .form-type-checkbox input[type=checkbox], #node-constructor-edit-form .form-type-checkbox input[type=checkbox] {
    margin: 15px 0;
  }
}
.constructor-form-page .form-type-checkbox label, #node-constructor-edit-form .form-type-checkbox label {
  position: absolute;
  display: inline-block;
  padding-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.constructor-form-page .form-type-checkbox label::before, #node-constructor-edit-form .form-type-checkbox label::before, .constructor-form-page .form-type-checkbox label::after, #node-constructor-edit-form .form-type-checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}
.constructor-form-page .form-type-checkbox label::before, #node-constructor-edit-form .form-type-checkbox label::before {
  height: 24px;
  width: 24px;
  border: 1px solid #E9E9E9;
  left: -17px;
  top: -2px;
}
.constructor-form-page .form-type-checkbox label::after, #node-constructor-edit-form .form-type-checkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: -9px;
  top: 7px;
}
.constructor-form-page .form-type-checkbox input[type=checkbox] + label::after, #node-constructor-edit-form .form-type-checkbox input[type=checkbox] + label::after {
  content: none;
}
.constructor-form-page .form-type-checkbox input[type=checkbox]:checked + label::after, #node-constructor-edit-form .form-type-checkbox input[type=checkbox]:checked + label::after {
  content: "";
}
.constructor-form-page .form-type-checkbox input[type=checkbox]:focus + label::before, #node-constructor-edit-form .form-type-checkbox input[type=checkbox]:focus + label::before {
  outline: #212121 auto 5px;
}
.constructor-form-page .form-type-radio input[type=radio], #node-constructor-edit-form .form-type-radio input[type=radio] {
  opacity: 0;
}
.constructor-form-page .form-type-radio label, #node-constructor-edit-form .form-type-radio label {
  position: absolute;
  display: inline-block;
  padding-left: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.constructor-form-page .form-type-radio label::before, #node-constructor-edit-form .form-type-radio label::before, .constructor-form-page .form-type-radio label::after, #node-constructor-edit-form .form-type-radio label::after {
  position: absolute;
  content: "";
  display: inline-block;
}
.constructor-form-page .form-type-radio label::before, #node-constructor-edit-form .form-type-radio label::before {
  height: 24px;
  width: 24px;
  border: 1px solid #CAC8BF;
  left: -23px;
  top: -2px;
  border-radius: 50%;
}
.constructor-form-page .form-type-radio label::after, #node-constructor-edit-form .form-type-radio label::after {
  height: 20px;
  width: 20px;
  background-color: #000000;
  transform: scale(0.5);
  border-radius: 50%;
  left: -21px;
}
.constructor-form-page .form-type-radio input[type=radio] + label::after, #node-constructor-edit-form .form-type-radio input[type=radio] + label::after {
  content: none;
}
.constructor-form-page .form-type-radio input[type=radio]:checked + label::after, #node-constructor-edit-form .form-type-radio input[type=radio]:checked + label::after {
  content: "";
}
.constructor-form-page .paragraph--type--text h2, #node-constructor-edit-form .paragraph--type--text h2 {
  font-size: 2em;
}
.constructor-form-page .paragraph--type--text p, #node-constructor-edit-form .paragraph--type--text p {
  max-width: 690px;
}
.constructor-form-page .paragraph--type--text a, #node-constructor-edit-form .paragraph--type--text a {
  font-weight: 800;
  text-decoration: underline;
}
.constructor-form-page #edit-field-membership, #node-constructor-edit-form #edit-field-membership {
  margin-top: 20px;
}

.field--name-field-project input,
.field--name-field-showroom input {
  width: 100%;
  display: unset;
}
.field--name-field-project .form-item,
.field--name-field-showroom .form-item {
  margin: 1em 0 !important;
}
.field--name-field-project .form-type-textfield label,
.field--name-field-showroom .form-type-textfield label {
  width: 100%;
}
.field--name-field-project .form-type-textfield input,
.field--name-field-showroom .form-type-textfield input {
  max-width: 682px;
}
.field--name-field-project table,
.field--name-field-showroom table {
  width: 100%;
}
.field--name-field-project .form-wrapper,
.field--name-field-showroom .form-wrapper {
  min-width: 80px !important;
}
.field--name-field-project .field--type-image td:last-child,
.field--name-field-showroom .field--type-image td:last-child {
  display: inline-block;
}
.field--name-field-project .field .field__label,
.field--name-field-showroom .field .field__label {
  max-width: 252px;
  width: 100%;
}
.field--name-field-project input[value="Ta bort"],
.field--name-field-showroom input[value="Ta bort"] {
  background: #212121;
  color: #E9E9E9;
  max-width: 110px;
}
.field--name-field-project input[value="Lägg till Utställning"],
.field--name-field-showroom input[value="Lägg till Utställning"] {
  background: #212121;
  color: #E9E9E9;
  width: 100%;
  max-width: 200px;
}
.field--name-field-project input[value="Lägg till Projekt"],
.field--name-field-showroom input[value="Lägg till Projekt"] {
  background: #212121;
  color: #E9E9E9;
  width: 100%;
  max-width: 200px;
}
.field--name-field-project .paragraph-type--project td:nth-child(2),
.field--name-field-showroom .paragraph-type--project td:nth-child(2) {
  width: 100%;
}
.field--name-field-project .paragraph-type--showroom td:nth-child(2),
.field--name-field-showroom .paragraph-type--showroom td:nth-child(2) {
  width: 100%;
}
.field--name-field-project .image-widget-data > .form-type-textfield,
.field--name-field-showroom .image-widget-data > .form-type-textfield {
  margin-top: 0 !important;
}

.block-bad-constructor-register-constructor .button--primary {
  background: #219BBA;
}

.user-logged-in .user-form .button--primary, .node-constructor-edit-form .button--primary {
  background: #212121;
}

.path-user #block-altt-huvudsakligtsidinnehall {
  margin: 3em 0 3em;
}
.path-user input[value="Logga in"], .path-user input[value=Skicka] {
  background: #212121;
  border: 0;
  color: #FFFFFF;
  margin-top: 1em;
  padding: 10px 20px;
}

#user-pass-reset a {
  text-decoration: underline;
  font-weight: 800;
}

.webform-submission-catalogue-request-constructor-form .form-item-send {
  display: flex;
}
.webform-submission-catalogue-request-constructor-form .form-item-send div.description {
  display: inline-block;
}

.view-constructors-overview .view-content .item-list {
  font-weight: 400;
}
.view-constructors-overview .view-content .item-list h3 {
  color: #212121;
  font-weight: 100;
  text-transform: uppercase;
}

#sliding-popup.sliding-popup-top {
  background: #333 !important;
  padding: 1em;
}

#sliding-popup .popup-content #popup-buttons button {
  font-weight: 400;
}

.view-file-archive label {
  font-size: 2em;
  font-size: calc(1.8em + 1vw);
  font-weight: 100;
  margin-bottom: 1.2rem;
}
.view-file-archive .article-number-wrapper {
  display: flex;
  justify-content: center;
  margin: 0;
  width: auto;
  margin-top: 2rem;
}
.view-file-archive .article-number--label {
  font-size: calc(1.1em + 1vw);
  font-weight: 100;
  margin-bottom: 1.2rem;
  margin-top: 2.5rem;
}
.view-file-archive #article-number {
  appearance: none;
  border: 1px solid #cac8bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.4);
  color: inherit;
  display: block;
  font-size: 14px;
  height: auto !important;
  line-height: 22px !important;
  width: 100%;
  padding: 10px 20px;
}
.view-file-archive .article-number--submit {
  border: 1px solid #cac8bf;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.4);
  background: url(.././assets/icon-search.svg);
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 4px;
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
  color: transparent;
  width: 3rem;
}
.view-file-archive .search-message {
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 20px 20px;
  min-height: 240px;
  align-items: center;
  font-size: 22px;
  font-weight: 100;
}
.view-file-archive .views-infinite-scroll-content-wrapper {
  margin-top: 30px;
}
.view-file-archive .form--inline {
  display: flex;
  flex-wrap: wrap;
}
.view-file-archive .form--inline .form-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 300px;
  min-height: 160px;
  margin-right: 20px;
  min-width: 300px;
}
@media (min-width: 650px) {
  .view-file-archive .form--inline .form-item {
    min-height: 220px;
  }
}
.view-file-archive .form--inline .form-item:last-of-type {
  margin-right: 0;
}
.view-file-archive .form--inline .form-item select {
  margin-top: auto;
}
@supports (display: grid) {
  .view-file-archive .form--inline {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
  }
  .view-file-archive .form--inline .form-item {
    margin: auto 0;
  }
}
.view-file-archive .load-more-button {
  background: #219bba;
  border: 1px solid #cac8bf;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
  margin: 15px auto;
  padding: 15px 28px;
  transition: all 0.1s ease-in-out;
  display: flex;
}
.view-file-archive .attachment-before {
  font-size: 22px;
}
.view-file-archive .attachment-before,
.view-file-archive .view-content {
  margin-top: 30px;
}
.view-file-archive .views-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 25px;
}
.view-file-archive .views-row:nth-child(even) {
  background: #E9E9E9;
}
.view-file-archive .views-row div:first-of-type {
  margin: 0 15px 15px 0;
  padding-left: 55px;
  position: relative;
}
@media (min-width: 650px) {
  .view-file-archive .views-row div:first-of-type {
    margin-bottom: 0;
    padding-left: 85px;
  }
}
.view-file-archive .views-row div:first-of-type:after {
  background: url(.././assets/icon-pdf-file.svg) center no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}
@media (min-width: 650px) {
  .view-file-archive .views-row div:first-of-type:after {
    height: 72px;
    width: 63px;
  }
}
.view-file-archive .views-row div:last-of-type {
  margin-left: auto;
  position: relative;
}
.view-file-archive .views-row div:last-of-type .field-content {
  display: block;
  height: 60px;
}
.view-file-archive .views-row div:last-of-type .field-content a {
  display: block;
  height: 100%;
  line-height: 8;
  width: 100%;
}
.view-file-archive .views-row div:last-of-type .field-content a:after {
  background: url(.././assets/icon-download-black.svg) center no-repeat;
  background-size: 38px 31px;
  content: "";
  height: 31px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  width: 38px;
}
.view-file-archive .views-row .field-content {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}
.view-file-archive .views-row .field-content .file-archive-sku {
  font-size: 16px;
  font-weight: 600;
}
.view-file-archive .views-row .field-content span {
  font-size: 22px;
  font-weight: 100;
  margin: 6px 0;
}

#files-archive-app {
  margin-top: 3em;
}

.bp-footer {
  background: #333;
}
.bp-footer .region-footer-lower {
  background: #212121;
}

.region-header {
  z-index: 6;
  background: #E9E9E9;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 900px) {
  .region-header {
    padding-top: 0.5em;
  }
}
.region-header .logo {
  transform: none;
}
@media screen and (min-width: 1000px) {
  .region-header {
    z-index: 4;
  }
}

.header--content-wrapper {
  max-width: 990px;
  padding: 0 1em;
}
@media screen and (min-width: calc(1em + 1000px)) {
  .header--content-wrapper {
    padding: 0;
  }
}
.header--content-wrapper {
  margin: auto;
}

.content--taxonomy--category {
  left: 50%;
  margin: 0;
  max-height: calc(240px - 2em);
  min-width: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 120px;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
@media (min-width: break-get(tablet-portrait-up)) {
  .content--taxonomy--category {
    max-height: calc(400px - 2em);
    top: 200px;
  }
}
@media (min-width: break-get(desktop-up)) {
  .content--taxonomy--category {
    max-height: calc(480px - 2em);
    top: 240px;
  }
}
.content--taxonomy--category__inner {
  background: #E9E9E9;
  color: #212121;
  display: inline-block;
  padding: 1.5em 2em 1em 2em;
}
.content--taxonomy--category a,
.content--taxonomy--category h2,
.content--taxonomy--category .field--name-name {
  color: #212121;
  font-size: 24px;
  hyphens: auto;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  word-break: break-word;
}
@media (min-width: break-get(tablet-portrait-up)) {
  .content--taxonomy--category a,
  .content--taxonomy--category h2,
  .content--taxonomy--category .field--name-name {
    font-size: 38px;
  }
}
@media (min-width: break-get(desktop-up)) {
  .content--taxonomy--category a,
  .content--taxonomy--category h2,
  .content--taxonomy--category .field--name-name {
    font-size: 48px;
  }
}
.content--taxonomy--category .field--name-name {
  letter-spacing: 6px;
  margin: 0 -6px 0 0; /*removing letter spacing from last character*/
}
@media (min-width: break-get(tablet-portrait-up)) {
  .content--taxonomy--category .field--name-name {
    letter-spacing: 12px;
    margin: 0 -12px 0 0; /*removing letter spacing from last character*/
  }
}
@media (min-width: break-get(desktop-up)) {
  .content--taxonomy--category .field--name-name {
    letter-spacing: 18px;
    margin: 0 -18px 0 0; /*removing letter spacing from last character*/
  }
}

.hero-description--landing-page {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: break-get(phone-only)) {
  .hero-description--landing-page {
    text-align: center;
  }
  .hero-description--landing-page h2 {
    font-size: 37px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .hero-description--landing-page a {
    color: #FFFFFF;
  }
}
.hero-description--landing-page .btn--hero a {
  color: #FFFFFF;
}

.view-image-archive label {
  font-size: 2em;
  font-size: calc(1.8em + 1vw);
  font-weight: 100;
  margin-bottom: 1.2rem;
}
.view-image-archive .form--inline {
  display: flex;
  flex-wrap: wrap;
}
.view-image-archive .form--inline .form-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 300px;
  min-height: 160px;
  margin-right: 20px;
  min-width: 300px;
}
@media (min-width: 650px) {
  .view-image-archive .form--inline .form-item {
    min-height: 220px;
  }
}
.view-image-archive .form--inline .form-item:last-of-type {
  margin-right: 0;
}
.view-image-archive .form--inline .form-item select {
  margin-top: auto;
}
@supports (display: grid) {
  .view-image-archive .form--inline {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
  }
  .view-image-archive .form--inline .form-item {
    margin: auto 0;
  }
}
.view-image-archive .view-content {
  margin: 2em 0;
}
.view-image-archive .view-content,
.view-image-archive .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: break-get(tablet-portrait-up)) {
  .view-image-archive .view-content,
  .view-image-archive .views-infinite-scroll-content-wrapper {
    justify-content: initial;
  }
}
.view-image-archive .views-row {
  margin: 0 20px 20px 0;
  max-width: 300px;
  width: 300px;
}
.view-image-archive .view-header {
  text-align: center;
  border: 1px solid #212121;
}
.view-image-archive .view-header a {
  color: #212121;
  font-weight: 800;
}

.block--block-altt-inspiration-widget,
div[class*=block--block-inspiration] {
  text-align: center;
  margin: 0 0 5em 0;
}
@media screen and (min-width: 900px) {
  .block--block-altt-inspiration-widget,
  div[class*=block--block-inspiration] {
    margin: 0 0 7em 0;
  }
}
.block--block-altt-inspiration-widget h2,
div[class*=block--block-inspiration] h2 {
  font-size: 2.1em;
  margin-bottom: 1em;
  font-weight: 100;
}
.block--block-altt-inspiration-widget .text,
div[class*=block--block-inspiration] .text {
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
  transition: background 0.4s ease-in-out;
}
.block--block-altt-inspiration-widget .text:hover,
div[class*=block--block-inspiration] .text:hover {
  background: rgba(0, 0, 0, 0.45);
}
.block--block-altt-inspiration-widget > .field__items,
div[class*=block--block-inspiration] > .field__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (min-width: 600px) {
  .block--block-altt-inspiration-widget > .field__items,
  div[class*=block--block-inspiration] > .field__items {
    margin-right: -1.5em;
  }
}
.block--block-altt-inspiration-widget > .field__items > .field__item,
div[class*=block--block-inspiration] > .field__items > .field__item {
  margin: 0 1.5em 1.5em 0;
  width: calc(50% - 1.5em);
  flex: 1 1 auto;
  min-width: 300px;
  min-width: calc(100vw - 30px);
}
@media screen and (min-width: 600px) {
  .block--block-altt-inspiration-widget > .field__items > .field__item,
  div[class*=block--block-inspiration] > .field__items > .field__item {
    min-width: 300px;
  }
}

.mynewsdesk.bp-main {
  background: #FAFAFA;
}
.mynewsdesk__title-wrapper {
  width: 100%;
  background: #FFFFFF;
  display: inline-block;
}
.mynewsdesk__title {
  max-width: 960px;
  margin: 0 auto;
  padding: 2.5rem 0.5rem;
  font-size: 43px;
  line-height: 45px;
}

.view-mynewsdesk-nyheter {
  max-width: 960px;
  margin: 0 auto;
}
.view-mynewsdesk-nyheter .view-content {
  margin-top: 0;
}
.view-mynewsdesk-nyheter .item-list .views-view-list--list-item {
  border: 1px solid #BFBFBF;
  background: #FFFFFF;
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (min-width: 600px) {
  .view-mynewsdesk-nyheter .item-list .views-view-list--list-item {
    width: 46%;
    margin-right: 35px;
  }
}
.view-mynewsdesk-nyheter .item-list .views-view-list--list-item a:hover h2 {
  text-decoration: underline;
}
.view-mynewsdesk-nyheter .view-header .item-list .views-view-list--list-item {
  margin: 0;
  background: none;
  border: none;
  width: 100%;
}
.view-mynewsdesk-nyheter .item-list:first-child .views-view-list--list-item:nth-child(even) {
  margin-right: 0;
}

.news--teaser h2,
.news--teaser .field--type-datetime {
  padding: 20px 20px 40px;
}
.news--teaser h2 {
  margin: 0;
  font-size: 28px;
  line-height: 31px;
  padding-bottom: 0;
}

.news--teaser .field--type-image img,
.news--promoted-block .field--type-image img {
  width: 100%;
  height: auto;
}
.news--teaser .field--type-datetime,
.news--promoted-block .field--type-datetime {
  text-transform: uppercase;
  font-weight: bold;
  color: #BFBFBF;
}

.news--promoted-block {
  margin-bottom: 3rem;
}
.news--promoted-block .field--type-image {
  margin: 0 0 36px;
}

.page-node-type-news .layout-content {
  background-color: #FAFAFA;
}

.news--full {
  padding-top: 20px;
}
@media screen and (min-width: 600px) {
  .news--full {
    padding-top: 40px;
  }
}
.news--full h1 {
  font-size: 42px;
  margin: 1rem 0;
}
.news--full .field--name-field-news-body img {
  max-width: 100%;
}
.news--full .field--name-field-news-body a {
  text-decoration: underline;
}
.news--full .node__content > .field--name-field-news-image img {
  max-width: 100%;
}
.news--full .node__content > .field--type-datetime {
  margin-top: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #BFBFBF;
}
.news--full .field--name-field-news-related-news .field__items {
  display: flex;
  flex-wrap: wrap;
}
.news--full .field--name-field-news-related-news .field__items > .field__item {
  margin: 0 0 40px;
  border: 1px solid #BFBFBF;
  background: #FFFFFF;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .news--full .field--name-field-news-related-news .field__items > .field__item {
    width: 46%;
    margin-right: 35px;
  }
}
.news--full .field--name-field-news-related-news .field__items > .field__item a:hover h2 {
  text-decoration: underline;
}
.news--full .field--name-field-news-related-news .field__items > .field__item:nth-child(even) {
  margin-right: 0;
}
.news--full .field--name-field-news-contact-people,
.news--full .field--name-field-news-related-news {
  background: #FFFFFF;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .news--full .field--name-field-news-contact-people,
  .news--full .field--name-field-news-related-news {
    padding: 73px 20px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.news--full .field--name-field-news-contact-people > .field__label, .news--full .field--name-field-news-contact-people > .field__items,
.news--full .field--name-field-news-related-news > .field__label,
.news--full .field--name-field-news-related-news > .field__items {
  max-width: 960px;
  margin: 0 auto;
}
.news--full .field--name-field-news-contact-people > .field__label,
.news--full .field--name-field-news-related-news > .field__label {
  font-family: "helveticaneue";
  font-weight: 100;
  font-size: 43px;
  line-height: 45px;
  margin-bottom: 40px;
}
.news--full .field--name-field-news-contact-people > .field__item,
.news--full .field--name-field-news-related-news > .field__item {
  margin-bottom: 36px;
}
.news--full .contact-people {
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .news--full .contact-people {
    display: flex;
  }
}
.news--full .contact-people__img {
  width: 174px;
  margin-right: 26px;
}
.news--full .contact-people__img img {
  max-width: 100%;
  height: auto;
}
.news--full .contact-people__content .field {
  margin-bottom: 0.5rem;
}
.news--full .contact-people .field--name-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0.5rem 0 2rem;
}

nav.breadcrumb li:before {
  color: #C5C5C5;
}
nav.breadcrumb li:last-child {
  color: #C5C5C5;
}
nav.breadcrumb {
  font-size: 18px;
  margin: 2em 0 1.5em;
  padding: 0;
}
nav.breadcrumb a {
  text-decoration: underline;
  color: inherit;
}

@media screen and (min-width: 1000px) {
  .region-menu-main {
    position: relative;
    z-index: 3;
  }
}

@media screen and (min-width: 1000px) {
  .menu--main {
    box-shadow: none;
    display: block;
  }
}
.menu--main .Icon {
  fill: #212121;
}

.Nav-menu-toggle {
  order: 1;
}
@media screen and (min-width: 1000px) {
  .Nav-menu-toggle {
    display: none;
  }
}
.Nav-menu-toggle:focus {
  outline: none;
}

.Nav-burger {
  background: #212121;
}
.Nav-burger:before {
  background: #212121;
}
.Nav-burger:after {
  background: #212121;
}

.Nav-menu-toggle {
  float: right;
  margin-right: 10px;
}

nav.menu--category {
  background: #E9E9E9;
  float: right;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  nav.menu--category {
    max-width: 440px;
  }
}
nav.menu--category:before, nav.menu--category:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  nav.menu--category {
    height: 100%;
    float: none;
    line-height: 1.2em;
    max-height: 2000px;
    opacity: 1;
    overflow: visible;
    padding-bottom: 5px;
    padding-top: 1em;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  nav.menu--category a {
    padding: 0;
  }
}
nav.menu--category li.menu-level--0,
nav.menu--category li.menu-level--1 {
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  nav.menu--category li.menu-level--0,
  nav.menu--category li.menu-level--1 {
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  nav.menu--category li.menu-level--0 span.menu-item--see-all,
  nav.menu--category li.menu-level--1 span.menu-item--see-all {
    display: none;
  }
}
nav.menu--category svg.menu-item--has-children--arrow-down,
nav.menu--category .menu-item--see-all .Icon {
  fill: #FFFFFF;
}
nav.menu--category ul.menu-level--top {
  padding-left: 0;
}
nav.menu--category li.menu-level--0 {
  background: #212121;
  transition: background 0.1s ease-in-out, padding 0.2s ease-in-out;
}
nav.menu--category li.menu-level--0 a {
  color: #FFFFFF;
}
nav.menu--category li.menu-level--0.menu-item--open {
  box-shadow: inset 0px 15px 10px -10px #333;
}
nav.menu--category li.menu-level--0.menu-item--open svg.menu-item--has-children--arrow-down,
nav.menu--category li.menu-level--0.menu-item--open svg.Icon {
  fill: #FFFFFF;
}
nav.menu--category li.menu-level--0.menu-item--open svg.menu-item--has-children--arrow-down {
  transform: rotate(180deg);
}
nav.menu--category li.menu-level--0.menu-item--open a {
  color: #FFFFFF;
}
nav.menu--category li.menu-level--0.menu-item--open ul.menu-level--1 {
  background: #333;
}
nav.menu--category li.menu-level--0.menu-item--open li.menu-level--1 {
  background: #E9E9E9;
  display: block;
  backface-visibility: hidden;
  max-height: 0px;
  padding-left: 2em;
}
nav.menu--category li.menu-level--0.menu-item--open li.menu-level--1 a {
  color: #212121;
}
nav.menu--category li.menu-level--0.menu-item--open li.menu-level--1 svg.Icon {
  fill: #212121;
  transform: rotate(0deg);
}
nav.menu--category li.menu-level--0.menu-item--open li.menu-level--1.menu-item--open a {
  color: #FFFFFF;
}
nav.menu--category li.menu-level--0.menu-item--open li.menu-level--1.menu-item--open a svg.Icon {
  fill: #FFFFFF;
}
nav.menu--category li.menu-level--0.icon-bim {
  display: none;
}
nav.menu--category li.menu-level--1 a {
  color: #212121;
}
nav.menu--category li.menu-level--1.menu-item--open {
  background: #212121 !important;
  padding-left: 0 !important;
}
nav.menu--category li.menu-level--1.menu-item--open a {
  color: #FFFFFF;
  padding-left: 36px;
}
nav.menu--category li.menu-level--1.menu-item--open ul a {
  padding-left: 0px;
}
@media screen and (min-width: 1000px) {
  nav.menu--category li.menu-item--has-children {
    position: static;
  }
}
@media screen and (min-width: 1000px) {
  nav.menu--category li.menu-item--has-children .Icon.menu-item--has-children--arrow-down {
    height: 12px;
    margin-left: 0px;
    margin-top: 5px;
    width: 12px;
  }
}
nav.menu--category li.menu-item--has-children.menu-level--1 .Icon.menu-item--has-children--arrow-down {
  fill: #CAC8BF;
}
@media screen and (min-width: 1000px) {
  nav.menu--category li.menu-item--has-children.menu-level--1 .Icon.menu-item--has-children--arrow-down {
    display: none;
  }
}
nav.menu--category li.menu-item--has-children.menu-level--1.menu-item--open li.menu-level--2 {
  background: #333 !important;
}
nav.menu--category li.menu-item--has-children.menu-level--1.menu-item--open .Icon.menu-item--has-children--arrow-down {
  fill: #FFFFFF;
  transform: rotate(180deg);
}
@media screen and (min-width: 1000px) {
  nav.menu--category {
    background: #212121;
    padding-bottom: 2px;
    padding-top: 2px;
  }
  nav.menu--category ul.menu-level--top {
    background: #212121;
    height: 55px;
    width: 1020px;
  }
  nav.menu--category svg.menu-item--has-children--arrow-down {
    fill: #FFFFFF;
  }
  nav.menu--category li.menu-level--0 {
    background: transparent;
    padding: 16px 10px;
  }
  nav.menu--category li.menu-level--0 a {
    color: #FFFFFF;
  }
  nav.menu--category li.menu-item--has-children.menu-level--0:hover, nav.menu--category li.menu-item--has-children.menu-level--0.menu-item--active {
    color: #212121;
  }
  nav.menu--category li.menu-item--has-children.menu-level--0:hover a, nav.menu--category li.menu-item--has-children.menu-level--0.menu-item--active a {
    color: #212121;
  }
  nav.menu--category li.menu-item--has-children.menu-level--0:hover svg.menu-item--has-children--arrow-down, nav.menu--category li.menu-item--has-children.menu-level--0.menu-item--active svg.menu-item--has-children--arrow-down {
    fill: #212121;
  }
  nav.menu--category li.menu-item--has-children.menu-level--1 .Icon.menu-item--has-children--arrow-down {
    fill: #FFFFFF;
  }
  nav.menu--category li.menu-item--has-children.menu-level--1.menu-item--open .Icon.menu-item--has-children--arrow-down {
    fill: #212121;
  }
  nav.menu--category ul.menu-level--2 {
    padding-left: 0;
  }
  nav.menu--category ul.menu-level--2 a:hover {
    color: #FFFFFF;
  }
  nav.menu--category ul.menu-level--2 .menu-level--2:hover {
    color: #FFFFFF;
  }
  nav.menu--category ul.menu-level--2 .menu-level--2:hover a {
    color: #FFFFFF;
  }
  nav.menu--category li.menu-level--2:hover {
    background: #333;
  }
  nav.menu--category li.menu-level--2:hover:after {
    background: url(.././assets/arrow-left--white.svg) no-repeat;
  }
}

nav.menu--quick-links ul.menu-level--top {
  background: transparent;
}
nav.menu--quick-links ul.menu-level--top svg.Icon {
  fill: #212121;
}
nav.menu--quick-links ul.menu-level--top li.menu-level--0:hover {
  background: #212121;
}
nav.menu--quick-links ul.menu-level--top li.menu-level--0:hover svg.Icon {
  fill: #FFFFFF;
}
nav.menu--quick-links ul.menu-level--top li.menu-level--0:hover a {
  color: #FFFFFF;
}

@media screen and (min-width: 1000px) {
  .menu--quick-links--mobile {
    display: none;
  }
}
nav.menu--category .menu--quick-links--mobile li.menu-level--0 {
  background: #E9E9E9;
  flex: 1 1 50%;
  width: 50%;
}
nav.menu--category .menu--quick-links--mobile li.menu-level--0 a {
  color: #212121;
}
@media screen and (min-width: 1000px) {
  nav.menu--category .menu--quick-links--mobile li.menu-level--0 {
    flex: 1 1 30%;
    width: 34%;
  }
}

@media screen and (min-width: 1000px) {
  .menu--category ul.menu-level--2 {
    display: block;
  }
  .menu--category ul.menu-level--2 a {
    transition: all 0.14s ease-out;
    font-size: 1em;
  }
  .menu--category ul.menu-level--top {
    z-index: 3;
    width: 960px;
    padding: 0 1em;
    margin: auto;
    position: relative;
    display: inline-block;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) and (min-width: 960px) {
  .menu--category ul.menu-level--top {
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .menu--category ul.menu-level--2 {
    padding-left: 36px;
  }
  .menu--category ul.menu-level--1 {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: height 0.1s ease-in-out, width 0.1s ease-in-out, opacity 0.1s ease-in-out, box-shadow 0.15s ease-in-out, padding 0.09s ease-in-out;
  }
  .menu--category li.menu-level--0 {
    float: left;
    display: flex;
    vertical-align: top;
    padding: 10px;
    border: none;
  }
  .menu--category li.menu-level--0.menu-item--has-children:hover {
    box-shadow: 0px 0px 5px -5px rgba(0, 0, 0, 0.15), 5px 1px 6px -6px rgba(0, 0, 0, 0.15), -5px 1px 6px -6px rgba(0, 0, 0, 0.15);
    background: #E9E9E9;
  }
  .menu--category li.menu-level--0.menu-item--has-children:hover ul.menu-level--1 {
    opacity: 1;
    max-height: 2000px;
    padding: 1rem;
  }
  .menu--category li.menu-level--0.menu-item--has-children:focus-within ul.menu-level--1 {
    opacity: 1;
    max-height: 2000px;
    padding: 1rem;
  }
  .menu--category li.menu-level--0.menu-item--has-children.menu-item--active {
    box-shadow: 0px 0px 5px -5px rgba(0, 0, 0, 0.15), 5px 1px 6px -6px rgba(0, 0, 0, 0.15), -5px 1px 6px -6px rgba(0, 0, 0, 0.15);
    background: #E9E9E9;
  }
  .menu--category li.menu-level--0.menu-item--has-children.menu-item--active ul.menu-level--1 {
    opacity: 1;
    max-height: 2000px;
    padding: 1rem;
  }
  .menu--category li.menu-level--0:last-of-type {
    border: none;
  }
  .menu--category li.menu-level--0 a {
    font-size: 1em;
    padding: 0px 5px;
  }
  .menu--category li.menu-level--0 .menu--submenu-wrapper a {
    padding: 0px 1rem 0px 10px;
  }
  .menu--category li.menu-level--0 li.menu-level--2 a {
    font-size: 14px;
    line-height: 1.5;
  }
  .menu--category li.menu-level--2 {
    display: block;
    position: relative;
    transition: background 0.15s;
    line-height: 1.1;
    font-size: 16px;
  }
  .menu--category li.menu-level--2:hover:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 15px;
    height: 10px;
  }
  .menu--category li.menu-level--2 a {
    display: block;
    width: 100%;
  }
  .menu--category li.menu-level--1 {
    padding-right: 1rem;
    margin-bottom: 0.5rem;
    border: none;
  }
  .menu--category li.menu-level--1:last-of-type {
    border: none;
  }
}
/**
 * ----- Alterna desktop menu columns layout -----
 */
@media screen and (min-width: 1000px) {
  nav.menu--category .menu--submenu-wrapper {
    z-index: -1;
    background: #E9E9E9;
    box-shadow: 0px 0px 25px -1px rgba(0, 0, 0, 0.15);
    left: 0px;
    position: absolute;
    width: 796px;
    top: 95%;
  }
  nav.menu--category .menu--submenu-wrapper ul.menu-level--1 {
    columns: 3 auto;
    column-fill: balance;
    column-gap: 1rem;
    display: block;
    margin: auto;
    max-width: 685px;
    min-width: 87%;
    position: relative;
  }
  nav.menu--category .menu--submenu-wrapper ul.menu-level--1.item-count--1 {
    columns: 400px auto;
    min-width: 30%;
  }
  nav.menu--category .menu--submenu-wrapper ul.menu-level--1.item-count--2 {
    columns: 210px auto;
    min-width: 60%;
  }
  nav.menu--category .menu--submenu-wrapper ul.menu-level--1.column-adjustment {
    columns: 148px auto;
  }
  nav.menu--category .menu--submenu-wrapper .menu-level--2,
  nav.menu--category .menu--submenu-wrapper li.menu-level--1 {
    font-weight: 400;
  }
  nav.menu--category .menu--submenu-wrapper li.menu-level--1 {
    break-inside: avoid;
    display: block;
    font-size: 1.1rem;
    page-break-inside: avoid;
  }
  @-moz-document url-prefix() {
    nav.menu--category .menu--submenu-wrapper li.menu-level--1 {
      display: inline-block;
    }
  }
  nav.menu--category .menu--submenu-wrapper li.menu-level--1 a {
    margin-bottom: 5px;
  }
  nav.menu--category .menu--submenu-wrapper li.menu-level--1 li a {
    margin-bottom: 1px;
  }
}

.menu--main ul.menu--main-nav {
  display: none;
}
@media screen and (min-width: 1000px) {
  .menu--main ul.menu--main-nav {
    display: flex;
    min-width: 104px;
  }
}

.region-menu-main .block--bad-cart,
.region-menu-main .menu--main,
.region-menu-main .logo,
.region-menu-main .cart-block--summary__count,
.region-menu-main .cart--link-title,
.region-menu-main .search-toggle {
  display: none;
}
@media screen and (min-width: 1000px) {
  .region-menu-main .nav-content-wrapper {
    height: 60px;
  }
}
.region-menu-main.fixed {
  z-index: 5;
  background: #212121;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
}
.region-menu-main.fixed .nav-content-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 1185px;
  padding: 0 10px;
  position: relative;
}
.region-menu-main.fixed .menu--category {
  box-shadow: none;
  margin: auto;
  min-width: 730px;
}
.region-menu-main.fixed .menu-level--0 {
  padding: 16px 8px;
}
.region-menu-main.fixed ul {
  margin: 0;
  min-width: 0px;
}
.region-menu-main.fixed ul.menu-level--top {
  margin-left: -5px;
}
.region-menu-main.fixed .logo svg,
.region-menu-main.fixed .menu--main svg,
.region-menu-main.fixed .block--bad-cart svg,
.region-menu-main.fixed .search-toggle svg {
  opacity: 0;
}
.region-menu-main.fixed svg {
  fill: #FFFFFF;
  height: 21px;
  transition: opacity 0.35s ease-in;
  width: 21px;
}
.region-menu-main.fixed.active svg {
  opacity: 1;
}
.region-menu-main.fixed .menu--main,
.region-menu-main.fixed .block--bad-cart,
.region-menu-main.fixed .search-toggle {
  height: 21px;
}
.region-menu-main.fixed .block--bad-cart,
.region-menu-main.fixed .menu--main,
.region-menu-main.fixed .logo,
.region-menu-main.fixed .search-toggle {
  display: block;
  opacity: 1;
}
.region-menu-main.fixed .logo {
  height: 24px;
  margin: auto 2vw auto 0;
  width: 83px;
}
.region-menu-main.fixed .logo svg {
  height: 100%;
  width: auto;
}
.region-menu-main.fixed .menu--main {
  margin: auto;
}
.region-menu-main.fixed .menu--main li.menu-item {
  flex: 0 0 25px;
  max-width: 25px;
  padding: 0;
}
.region-menu-main.fixed .menu--main li.menu-item:last-of-type {
  margin-right: 1rem;
}
.region-menu-main.fixed .menu--main svg {
  margin-bottom: 0;
  z-index: 1;
}
.region-menu-main.fixed .block--bad-cart {
  margin-left: auto;
}
.region-menu-main.fixed .icon-aterforsaljare,
.region-menu-main.fixed .icon-arkitekter {
  max-height: 30px;
  overflow: hidden;
}
.region-menu-main.fixed .icon-aterforsaljare a,
.region-menu-main.fixed .icon-arkitekter a {
  bottom: -15px;
  color: transparent;
}
.region-menu-main.fixed .search-toggle {
  border: none;
  background: transparent;
  margin: auto 0;
  padding: 0;
}
.region-menu-main.fixed .search-toggle svg {
  fill: #FFFFFF;
}
.region-menu-main.fixed .search-toggle.active svg {
  fill: #9B9B9B;
}

.login-top-main {
  background-color: #212121;
  display: flex;
  justify-content: center;
  line-height: 1.5;
}
.login-top-main span {
  position: relative;
}
.login-top-main a {
  color: #FFFFFF;
  font-size: 13px;
  margin-right: 10px;
}
.login-top-main .login-top-links-first {
  margin-right: 20px;
}
.login-top-main .login-top-links-second-in:after {
  float: right;
  content: "";
  width: 12px;
  height: 23px;
  display: inline-block;
  position: relative;
  top: 2px;
  background: url(.././assets/icon-login-locked.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
}
.login-top-main .login-top-links-second-out:after {
  background: url(.././assets/icon-login-open.svg) no-repeat center 11px;
  content: "";
  display: inline-block;
  float: right;
  height: 26px;
  position: relative;
  top: -5px;
  width: 12px;
}
.login-top-main .login-top-wrap {
  max-width: 1042px;
  width: 100%;
}
.login-top-main .login-top-links {
  float: right;
  margin-right: 27px;
}

.paragraph--full-width-banner .full-width-banner--content-wrapper {
  background: rgba(33, 33, 33, 0.7);
  color: #FFFFFF;
  font-weight: 300;
}

.paragraph--type--image-linked:before,
.paragraph--type--image-linked--image:before,
.paragraph--type--image-linked--video:before {
  background-image: linear-gradient(to bottom, rgba(33, 33, 33, 0.2) 0%, rgba(33, 33, 33, 0.9) 100%);
  z-index: 1;
}
.paragraph--type--image-linked:after,
.paragraph--type--image-linked--image:after,
.paragraph--type--image-linked--video:after {
  background-image: linear-gradient(to bottom, rgba(33, 33, 33, 0) 65%, rgba(33, 33, 33, 0.8) 100%);
}

.paragraph--type--image-short-text .field--type-string {
  font-weight: 600;
}

.paragraph--type--image-text .btn {
  text-decoration: none;
}
.paragraph--type--image-text a {
  text-decoration: underline;
}
.paragraph--type--image-text .field--name-field-title {
  font-weight: 100;
  text-align: center;
}
.paragraph--type--image-text .paragraph--type--image-text-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: break-get(tablet-landscape-up)) {
  .paragraph--type--image-text .paragraph--type--image-text-wrapper--image--left,
  .paragraph--type--image-text .paragraph--type--image-text-wrapper--image--right {
    margin-right: 1em;
    width: calc(45% - 1em);
  }
}
.paragraph--type--image-text .paragraph--type--image-text-wrapper--image--left picture, .paragraph--type--image-text .paragraph--type--image-text-wrapper--image--left img,
.paragraph--type--image-text .paragraph--type--image-text-wrapper--image--right picture,
.paragraph--type--image-text .paragraph--type--image-text-wrapper--image--right img {
  height: auto;
  max-width: 100%;
}
.paragraph--type--image-text .paragraph--type--image-text-wrapper--image--right {
  order: 2;
  margin-left: 1em;
  margin-right: 0;
}
@media (min-width: break-get(tablet-landscape-up)) {
  .paragraph--type--image-text .paragraph--type--image-text-wrapper--text {
    width: 55%;
  }
  .paragraph--type--image-text .paragraph--type--image-text-wrapper--text h1, .paragraph--type--image-text .paragraph--type--image-text-wrapper--text .field--name-field-title, .paragraph--type--image-text .paragraph--type--image-text-wrapper--text h2, .paragraph--type--image-text .paragraph--type--image-text-wrapper--text h3, .paragraph--type--image-text .paragraph--type--image-text-wrapper--text h4 p {
    margin: 0 0 1rem;
  }
}
@media (min-width: break-get(phone-only)) {
  .paragraph--type--image-text .field--name-field-text img {
    width: 100%;
    height: auto;
    margin: 1em 0;
  }
}
.paragraph--type--image-text .centered {
  margin: 2em auto;
  max-width: 760px;
}
@media (min-width: break-get(tablet-landscape-up)) {
  .paragraph--type--image-text .centered {
    margin: 4em auto;
  }
}
.paragraph--type--image-text .centered .field--name-field-title {
  text-align: left;
}
@media (min-width: break-get(tablet-landscape-up)) {
  .paragraph--type--image-text .centered .paragraph--type--image-text-wrapper--text {
    width: 48%;
  }
}
@media (min-width: break-get(tablet-landscape-up)) {
  .paragraph--type--image-text .centered .paragraph--type--image-text-wrapper--image--left,
  .paragraph--type--image-text .centered .paragraph--type--image-text-wrapper--image--right {
    width: calc(48% - 1em);
  }
}
.paragraph--type--image-text .centered .paragraph--type--image-text-wrapper--image--left picture, .paragraph--type--image-text .centered .paragraph--type--image-text-wrapper--image--left img,
.paragraph--type--image-text .centered .paragraph--type--image-text-wrapper--image--right picture,
.paragraph--type--image-text .centered .paragraph--type--image-text-wrapper--image--right img {
  height: auto;
  max-width: 100%;
}

.paragraph--promoted-categories {
  text-align: center;
  margin-bottom: 3em;
}
.paragraph--promoted-categories h2,
.paragraph--promoted-categories .field--name-field-title {
  font-weight: 100;
  font-size: 2em;
  font-size: calc(1.8em + 1vw);
  margin-bottom: 1em;
}
.paragraph--promoted-categories > .field__items {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.paragraph--promoted-categories > .field__items > .field__item {
  display: inline-block;
}
@supports (display: grid) {
  .paragraph--promoted-categories > .field__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
}

.paragraph--type--inspirations {
  margin: 0 0 5em 0;
}
@media screen and (min-width: 900px) {
  .paragraph--type--inspirations {
    margin: 0 0 7em 0;
  }
}
.paragraph--type--inspirations .field--name-field-title {
  margin-bottom: 1em;
  font-weight: 100;
  text-align: center;
  font-size: calc(1.8em + 1vw);
  font-size: 2.1em;
}
.paragraph--type--inspirations .field__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 599px) {
  .paragraph--type--inspirations .field__items {
    grid-template-columns: 1fr;
  }
}
.paragraph--type--inspirations .field__items .field__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  max-height: 260px;
}
.paragraph--type--inspirations .field__items .field__item img {
  max-width: 100%;
  height: auto;
}
.paragraph--type--inspirations span.title-container {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 25px 25px 25px;
  padding: 15px;
  background-color: #fff;
  border-radius: 16px;
  opacity: 90%;
}
.paragraph--type--inspirations span.title-container h3 {
  margin: 0;
  font-size: 27px;
}
@media screen and (max-width: 599px) {
  .paragraph--type--inspirations span.title-container {
    margin: 0 10px 20px 10px;
  }
}
.paragraph--type--inspirations span.title-container span.read-more {
  display: inline-block;
  text-decoration: underline;
  padding: 5px 0;
  font-size: 16px;
}

#block-views-block-person-block-person {
  margin: 20px 0;
}
#block-views-block-person-block-person h2 {
  color: #4A4A4A;
  font-size: 38px;
  font-weight: 100;
}
#block-views-block-person-block-person .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
}
#block-views-block-person-block-person .views-row {
  margin: 20px 0;
  word-wrap: break-word;
  width: 50%;
}
#block-views-block-person-block-person .views-row img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  #block-views-block-person-block-person .views-row img {
    max-width: 470px;
  }
}
@media screen and (min-width: 600px) {
  #block-views-block-person-block-person .views-row:nth-of-type(odd) {
    padding-right: 10px;
  }
  #block-views-block-person-block-person .views-row:nth-of-type(even) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  #block-views-block-person-block-person .views-row {
    width: 100%;
  }
}
#block-views-block-person-block-person .views-field-field-region {
  color: #4A4A4A;
  font-size: 38px;
  font-weight: 100;
}
#block-views-block-person-block-person .views-field {
  margin: 8px 0;
}
#block-views-block-person-block-person .views-field-field-region {
  margin: 15px 0;
}
#block-views-block-person-block-person .views-field-field-email-person a {
  text-decoration: underline;
}

.product-wrapper ul.horizontal-tabs-list {
  background: #FFFFFF;
  color: #212121;
}
.product-wrapper ul.horizontal-tabs-list a {
  color: #212121;
}
.product-wrapper li.horizontal-tab-button {
  text-transform: uppercase;
}
.product-wrapper li.horizontal-tab-button.selected {
  background: #333;
}
.product-wrapper li.horizontal-tab-button.selected a {
  color: #FFFFFF;
}
@media (min-width: 900px) {
  .product-wrapper li.horizontal-tab-button.selected {
    background: inherit;
  }
  .product-wrapper li.horizontal-tab-button.selected a {
    color: inherit;
  }
}
.product-wrapper .field--name-field-tip {
  background: rgba(88, 160, 9, 0.1);
}

.product-wrapper .field--name-field-accessories {
  margin-bottom: 3em;
}
.product-wrapper .field--name-field-accessories h3.field__label {
  font-size: 30px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  text-transform: initial;
}
@media screen and (min-width: 600px) {
  .product-wrapper .field--name-field-accessories h3.field__label {
    font-size: 36px;
  }
}
.product-wrapper .field--name-field-accessories .field__item,
.product-wrapper .field--name-field-related .field__item {
  margin-right: 29px;
}
@media screen and (min-width: 900px) {
  .product-wrapper .field--name-field-accessories .field__item:nth-child(4n),
  .product-wrapper .field--name-field-related .field__item:nth-child(4n) {
    margin-right: 29px;
  }
  .product-wrapper .field--name-field-accessories .field__item:nth-child(3n),
  .product-wrapper .field--name-field-related .field__item:nth-child(3n) {
    margin-right: 0;
  }
}
.product-wrapper h3.field--name-field-heading-related {
  font-size: 30px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  text-transform: initial;
}
@media screen and (min-width: 600px) {
  .product-wrapper h3.field--name-field-heading-related {
    font-size: 36px;
  }
}
.product-wrapper .product-variation--info h2 {
  font-weight: 100;
}
.product-wrapper .product-variation--title-sku {
  padding-left: 10px;
}
.product-wrapper .add-to-cart-wrapper .field--type-commerce-price {
  margin-right: 1rem;
}
.product-wrapper .add-to-cart-wrapper .field--type-commerce-price .field__label {
  font-size: 0.8rem;
  font-weight: 400;
}
.product-wrapper .add-to-cart-wrapper .field--type-commerce-price .field__item {
  font-size: 2.2rem;
  font-weight: 400;
}
.product-wrapper .product-variation--price .field__label {
  font-weight: 400;
}
.product-wrapper .product-variation--price .field__item {
  font-size: 1.8em;
}
.product-wrapper .commerce-order-item-add-to-cart-form .form-type-select {
  max-width: 350px;
  width: 100%;
}
.product-wrapper .commerce-order-item-add-to-cart-form select {
  width: 100%;
}
.product-wrapper .product-select .vue-picker__dropdown,
.product-wrapper .product-select .vue-picker__opener,
.product-wrapper .product-box-selector__item {
  border: 1px solid #219BBA;
}

.teaser--product--title {
  color: #000000;
  font-weight: 100;
}

.product-variation-picker__title {
  font-weight: 100;
  font-size: 2em;
}
.product-variation-picker hr {
  background: rgb(207.5, 207.5, 207.5);
  height: 1px;
  border: none;
}

#block-searchformblock,
#block-altt-searchformblock,
.bad-search-form {
  display: block;
  margin: auto;
}
#block-searchformblock .form--inline,
#block-altt-searchformblock .form--inline,
.bad-search-form .form--inline {
  display: flex;
  justify-content: center;
  width: 100%;
}
#block-searchformblock #bad-search-form,
#block-altt-searchformblock #bad-search-form,
.bad-search-form #bad-search-form {
  margin: 0;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#block-searchformblock input,
#block-altt-searchformblock input,
.bad-search-form input {
  border: 1px solid rgb(207.5, 207.5, 207.5);
  line-height: 1.5;
  padding: 4px;
}
#block-searchformblock .form-item,
#block-searchformblock .form-actions,
#block-altt-searchformblock .form-item,
#block-altt-searchformblock .form-actions,
.bad-search-form .form-item,
.bad-search-form .form-actions {
  display: inline-block;
}
#block-searchformblock input[type=search],
#block-altt-searchformblock input[type=search],
.bad-search-form input[type=search] {
  border-bottom-left-radius: 4px;
  border-right: 0;
  border-top-left-radius: 4px;
  height: 27px;
  transition: all 0.1s ease-out;
  width: calc(100% - 7px);
  font-size: 85%;
}
#block-searchformblock input[type=search]:focus,
#block-altt-searchformblock input[type=search]:focus,
.bad-search-form input[type=search]:focus {
  border: 1px solid rgba(33, 155, 186, 0.2);
  box-shadow: -2px 0px 10px -2px #219BBA;
  outline: none;
}
#block-searchformblock .form-search,
#block-searchformblock .button,
#block-altt-searchformblock .form-search,
#block-altt-searchformblock .button,
.bad-search-form .form-search,
.bad-search-form .button {
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
#block-searchformblock .button,
#block-altt-searchformblock .button,
.bad-search-form .button {
  background: url(.././assets/icon-search.svg);
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: transparent;
  width: 3rem;
}
@media screen and (min-width: 900px) {
  #block-searchformblock,
  #block-altt-searchformblock,
  .bad-search-form {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: 1.5rem;
    vertical-align: middle;
  }
  #block-searchformblock input[type=search],
  #block-altt-searchformblock input[type=search],
  .bad-search-form input[type=search] {
    width: 250px;
  }
  #block-searchformblock .form-submit,
  #block-altt-searchformblock .form-submit,
  .bad-search-form .form-submit {
    margin-right: -5px;
  }
}
.region-menu-main.fixed #block-searchformblock,
.region-menu-main.fixed #block-altt-searchformblock,
.region-menu-main.fixed .bad-search-form {
  align-items: center;
  display: flex;
  height: 0;
  justify-content: space-around;
  position: absolute;
  transition: height 0.3s ease-out;
  width: 100%;
  width: 100vw;
  margin: 0;
}
.region-menu-main.fixed #block-searchformblock.active,
.region-menu-main.fixed #block-altt-searchformblock.active,
.region-menu-main.fixed .bad-search-form.active {
  align-items: center;
  background: #E9E9E9;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  justify-content: center;
  height: 100px;
  top: 60px;
}
.region-menu-main.fixed #block-searchformblock:not(.active) #bad-search-form,
.region-menu-main.fixed #block-altt-searchformblock:not(.active) #bad-search-form,
.region-menu-main.fixed .bad-search-form:not(.active) #bad-search-form {
  display: none;
}
.region-menu-main.fixed #block-searchformblock.leave,
.region-menu-main.fixed #block-altt-searchformblock.leave,
.region-menu-main.fixed .bad-search-form.leave {
  height: 0;
  transition: height 0.3s ease-in;
}
.region-menu-main.fixed #block-searchformblock form,
.region-menu-main.fixed #block-altt-searchformblock form,
.region-menu-main.fixed .bad-search-form form {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-around;
}
.region-menu-main.fixed #block-searchformblock input[type=search],
.region-menu-main.fixed #block-altt-searchformblock input[type=search],
.region-menu-main.fixed .bad-search-form input[type=search] {
  max-width: 500px;
  width: 100%;
}
.region-menu-main.fixed #block-searchformblock .form-submit,
.region-menu-main.fixed #block-altt-searchformblock .form-submit,
.region-menu-main.fixed .bad-search-form .form-submit {
  margin-right: 0;
}
#block-searchformblock .autocomplete-list,
#block-altt-searchformblock .autocomplete-list,
.bad-search-form .autocomplete-list {
  position: absolute;
  background-color: white;
  border: 1px solid #E9E9E9;
  width: 100%;
  max-width: 700px;
  overflow-y: auto;
  list-style: none;
  padding: 10px;
  margin: 0;
  z-index: 1;
}
#block-searchformblock .autocomplete-item,
#block-altt-searchformblock .autocomplete-item,
.bad-search-form .autocomplete-item {
  padding: 10px;
  cursor: pointer;
  font-size: 0.7em;
}
#block-searchformblock .autocomplete-item--id,
#block-altt-searchformblock .autocomplete-item--id,
.bad-search-form .autocomplete-item--id {
  font-weight: bold;
}
#block-searchformblock .autocomplete-item:hover,
#block-searchformblock .autocomplete-item.active,
#block-altt-searchformblock .autocomplete-item:hover,
#block-altt-searchformblock .autocomplete-item.active,
.bad-search-form .autocomplete-item:hover,
.bad-search-form .autocomplete-item.active {
  background-color: #E9E9E9;
}

#block-views-block-showroom-block-showroom {
  margin: 20px 0;
}
#block-views-block-showroom-block-showroom .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
  margin: 0 -10px;
}
#block-views-block-showroom-block-showroom .views-row {
  margin: 20px 0;
  word-wrap: break-word;
  width: 33.333333%;
  padding: 0 10px;
}
@media screen and (max-width: 599px) {
  #block-views-block-showroom-block-showroom .views-row {
    width: 100%;
  }
}
#block-views-block-showroom-block-showroom .views-field {
  margin: 10px 0;
  color: #4A4A4A;
}
#block-views-block-showroom-block-showroom .views-field-title {
  color: #4A4A4A;
  font-size: 38px;
  font-weight: 100;
  margin-bottom: 18px;
}

.social-media-sharing {
  margin: 2rem 0;
}
.social-media-sharing .share {
  display: inline-block;
  width: 33px;
  height: 33px;
  text-indent: -9999px;
}
.social-media-sharing .share:hover {
  opacity: 0.7;
}
.social-media-sharing .facebook-share {
  background-image: url("data:image/svg+xml,%3Csvg width=%2733%27 height=%2733%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.437 33h.014-.014zm.117 0h-.006.014-.008zm-.167 0h.015-.016.001zm.22 0h-.01.016-.006zm-.27 0h.012-.011zm.323 0h-.009.011-.002zm.053-.001h-.004.014-.01zm-.437 0h.014-.014zm.49 0h-.009.018-.008zm-.541 0h.018-.018zm.594-.002h-.011.017-.006zm-.643 0h.016-.017zm-.061-.001h.014-.014zm.756 0h.014-.014zm-.808-.002h.019-.02zm.862 0h-.007.02H16.924zm.055 0h-.014.02-.008.002zm-.967 0h.02-.02zm-.045-.002h.014-.026.012zm1.064 0h-.014.026-.013.001zm.052-.002h-.006.021-.015zm-1.184 0h.022-.022zm-.048-.002h.024-.024zm1.286 0h-.014.024-.01zm-1.334-.003l.024.001h-.024v-.001zm1.386 0l-.018.001h.024-.006v-.001zm-1.452-.003l.025.002h-.025v-.002zm1.505.002h-.006.025-.02zm-1.551-.003h.024-.026.002zm1.604 0h-.012.024-.013.001zm-1.653-.003l.026.001h-.026v-.001zm1.705 0l-.017.001h.026-.009v-.001zm.053-.003l-.022.002h.019l.025-.003-.021.001h-.001zm-1.799 0l.02.002h-.024l-.02-.003.024.003v-.002zm1.852-.003h-.01.027-.017zm-1.925 0h.028H15.529zm-.045-.004l.026.003-.017-.001h-.01v-.002zm2.022.002h-.016.027-.01zm-2.066-.004l.023.002-.022-.001-.022-.001h.02zm2.119 0l-.022.002.023-.002h.02-.021zm.052-.003h-.007.025-.018zm-2.24 0h.025-.025zm-.047-.004l.025.001h-.014l-.01-.001zm2.34 0l-.013.001.025-.001h-.011zm-2.385-.003h.022-.022zm2.438 0h-.018.022-.004zm-2.501-.006l.02.002h-.019l-.001-.002zm2.553.002h-.005.02-.015zm.052-.004h-.01.02-.01zm-2.653 0h.02-.02zm-.047-.004h.018H15.12zm2.753 0h-.013.017-.004zm-2.804-.005h.005-.005zm2.856 0h.004-.004zm.052-.005h-.005.012-.007zm-2.963 0h.012-.012zm-.048-.004h.008-.008zm3.063 0h-.005.008-.003zm-4.108-.13C6.038 31.56 0 24.73 0 16.5 0 7.393 7.393 0 16.5 0S33 7.393 33 16.5c0 8.23-6.038 15.06-13.922 16.3V21.27h3.845l.731-4.771h-4.576v-3.095c0-1.305.64-2.577 2.69-2.577h2.08v-4.06s-1.89-.322-3.693-.322c-3.77 0-6.233 2.283-6.233 6.418V16.5h-4.19v4.77h4.19V32.8z%27 fill=%27%23000%27/%3E%3C/svg%3E%0A");
}
.social-media-sharing .twitter.share {
  background-image: url("data:image/svg+xml,%3Csvg width=%2733%27 height=%2733%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.5 0C25.607 0 33 7.393 33 16.5S25.607 33 16.5 33 0 25.607 0 16.5 7.393 0 16.5 0zm-2.907 25.275c7.302 0 11.294-6.05 11.294-11.293 0-.173 0-.346-.008-.51a8.13 8.13 0 001.984-2.06c-.725.32-1.494.531-2.28.626a3.967 3.967 0 001.745-2.197c-.779.46-1.63.786-2.518.962a3.97 3.97 0 00-6.759 3.622 11.26 11.26 0 01-8.18-4.148 3.976 3.976 0 00-.537 1.992c0 1.375.7 2.592 1.77 3.3a3.9 3.9 0 01-1.795-.494v.05a3.976 3.976 0 003.186 3.894 3.96 3.96 0 01-1.794.065 3.963 3.963 0 003.704 2.758 7.98 7.98 0 01-5.878 1.638 11.06 11.06 0 006.066 1.794v.001z%27 fill=%27%23000%27/%3E%3C/svg%3E%0A");
}
.social-media-sharing .linkedin.share {
  background-image: url("data:image/svg+xml,%3Csvg width=%2733%27 height=%2733%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.5 0C25.607 0 33 7.393 33 16.5S25.607 33 16.5 33 0 25.607 0 16.5 7.393 0 16.5 0zm-5.159 25.773V12.888H7.058v12.885h4.283zm15.444 0v-7.39c0-3.958-2.112-5.799-4.93-5.799-2.272 0-3.291 1.251-3.86 2.129v-1.825H13.71c.057 1.209 0 12.885 0 12.885h4.284v-7.197c0-.385.027-.77.141-1.045.308-.77 1.014-1.566 2.198-1.566 1.548 0 2.17 1.183 2.17 2.914v6.894h4.281zM9.229 6.674c-1.466 0-2.424.963-2.424 2.228 0 1.235.928 2.225 2.366 2.225H9.2c1.494 0 2.424-.99 2.424-2.227-.028-1.262-.93-2.227-2.394-2.227v.001z%27 fill=%27%23000%27/%3E%3C/svg%3E%0A");
}

.hero-bottom .hero-subtitle-description {
  display: flex;
  flex-direction: column;
}
@media (min-width: tablet-portrait-up) {
  .hero-bottom .hero-subtitle-description {
    flex-direction: row;
  }
}
.hero-bottom .hero-subtitle-description .field--name-field-subtitle,
.hero-bottom .hero-subtitle-description .field--name-description {
  color: #212121;
  flex-basis: 0;
  flex-grow: 1;
  line-height: 1em;
}
.hero-bottom .hero-subtitle-description .field--name-field-subtitle a,
.hero-bottom .hero-subtitle-description .field--name-field-subtitle p,
.hero-bottom .hero-subtitle-description .field--name-description a,
.hero-bottom .hero-subtitle-description .field--name-description p {
  color: inherit;
}
.hero-bottom .hero-subtitle-description .field--name-field-subtitle {
  font-size: 30px;
  line-height: 45px;
  font-weight: 100;
}
@media (min-width: tablet-portrait-up) {
  .hero-bottom .hero-subtitle-description .field--name-field-subtitle {
    font-size: 36px;
    margin: 18px 18px 0 0;
  }
}
/* Upptäck våra andra badrumsserier */
.block-views-blockseries-sibling-block-1 {
  margin-top: 5em;
}
.block-views-blockseries-sibling-block-1 > h2 {
  text-align: center;
}

.taxonomy-term--category--promoted-categories {
  display: inline-flex;
  flex-direction: column;
  width: 120px;
  height: 130px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  margin-bottom: 20px;
  margin-left: 7px;
  margin-right: 7px;
}
.taxonomy-term--category--promoted-categories:first-of-type {
  margin-left: 0;
}
.taxonomy-term--category--promoted-categories .field--name-field-icon {
  flex: 30 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.taxonomy-term--category--promoted-categories .field--name-name {
  flex: 1 0 auto;
  background: #FFF;
  padding: 6px;
  display: inline-block;
  width: 100%;
  font-size: 0.75em;
  color: #4A4A4A;
  font-weight: 600;
  transition: all 0.2s ease;
}
.taxonomy-term--category--promoted-categories:hover .field--name-name {
  color: #FFF;
  background: #212121;
}

.taxonomy-term--category--series-teaser {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .taxonomy-term--category--series-teaser {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .taxonomy-term--category--series-teaser {
    margin-bottom: 120px;
  }
}

.series-hero {
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .series-hero {
    height: 400px;
    left: calc(-50vw + 50%);
    min-width: 100vw;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .series-hero {
    height: 480px;
    left: calc(-50vw + 50%);
    min-width: 100vw;
    position: relative;
  }
}
@media screen and (min-width: 2000px) {
  .series-hero {
    left: calc(-1000px + 50%);
    max-width: 2000px;
    min-width: 2000px;
  }
}
.series-hero .series-hero-image {
  max-width: 2000px;
  min-width: 100%;
}
.series-hero .series-hero-image .field,
.series-hero .series-hero-image picture,
.series-hero .series-hero-image img {
  min-width: 100%;
  width: auto;
}
@media screen and (min-width: 600px) {
  .series-hero .series-hero-image .field,
  .series-hero .series-hero-image picture,
  .series-hero .series-hero-image img {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .series-hero .series-hero-image .field,
  .series-hero .series-hero-image picture,
  .series-hero .series-hero-image img {
    height: 480px;
  }
}
.series-hero .series-hero-image picture {
  display: grid;
}
@media screen and (min-width: 600px) {
  .series-hero .series-hero-image picture {
    display: inherit;
  }
}
@supports (object-fit: cover) {
  .series-hero .series-hero-image {
    width: 100%;
  }
  .series-hero .series-hero-image img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
  @media screen and (min-width: 600px) {
    .series-hero .series-hero-image img {
      height: 400px;
    }
  }
  @media screen and (min-width: 1200px) {
    .series-hero .series-hero-image img {
      height: 480px;
    }
  }
}

.field--name-field-series-images {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2px -2px;
  overflow: hidden;
}
@media screen and (-ms-high-contrast: none) and (min-width: 600px), screen and (-ms-high-contrast: active) and (min-width: 600px) {
  .field--name-field-series-images {
    flex-wrap: nowrap;
  }
}
.field--name-field-series-images .field__item {
  flex-grow: 1;
  padding: 2px;
}
.field--name-field-series-images .field__item picture img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
@supports (object-fit: cover) {
  .field--name-field-series-images .field__item picture img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
}
.field--name-field-series-images .field__item:nth-child(1) {
  flex-basis: 50%;
}
@media screen and (min-width: 600px) {
  .field--name-field-series-images .field__item:nth-child(1) {
    flex-basis: 25%;
  }
}
.field--name-field-series-images .field__item:nth-child(2) {
  flex-basis: 50%;
}
@media screen and (min-width: 600px) {
  .field--name-field-series-images .field__item:nth-child(2) {
    flex-basis: 25%;
  }
}
.field--name-field-series-images .field__item:nth-child(3) {
  flex-basis: 100%;
}
@media screen and (min-width: 600px) {
  .field--name-field-series-images .field__item:nth-child(3) {
    flex-basis: 50%;
  }
}
.field--name-field-series-images {
  /* IE 10+ Support */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .field--name-field-series-images .field__item:nth-child(1) {
    width: 50%;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 600px), screen and (-ms-high-contrast: active) and (min-width: 600px) {
  .field--name-field-series-images .field__item:nth-child(1) {
    width: 25%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .field--name-field-series-images .field__item:nth-child(2) {
    width: 50%;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 600px), screen and (-ms-high-contrast: active) and (min-width: 600px) {
  .field--name-field-series-images .field__item:nth-child(2) {
    width: 25%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .field--name-field-series-images .field__item:nth-child(3) {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 600px), screen and (-ms-high-contrast: active) and (min-width: 600px) {
  .field--name-field-series-images .field__item:nth-child(3) {
    width: 50%;
  }
}
.field--name-field-series-images {
  /* Dear frontenders, if you are seeing this code, just so you know, I had to do this unwillingly to solve the height issue on mobile */
}
@media screen and (max-width: 300px) {
  .field--name-field-series-images .field__item:nth-child(1),
  .field--name-field-series-images .field__item:nth-child(2) {
    height: 260px;
  }
}
@media screen and (min-width: 300px) and (max-width: 400px) {
  .field--name-field-series-images .field__item:nth-child(1),
  .field--name-field-series-images .field__item:nth-child(2) {
    height: 360px;
  }
}
@media screen and (min-width: 400px) and (max-width: 500px) {
  .field--name-field-series-images .field__item:nth-child(1),
  .field--name-field-series-images .field__item:nth-child(2) {
    height: 460px;
  }
}
@media screen and (min-width: 500px) and (max-width: 600px) {
  .field--name-field-series-images .field__item:nth-child(1),
  .field--name-field-series-images .field__item:nth-child(2) {
    height: 560px;
  }
}
@media screen and (min-width: 600px) {
  .field--name-field-series-images .field__item:nth-child(1),
  .field--name-field-series-images .field__item:nth-child(2) {
    height: auto;
  }
}

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