/*!*******************************************************************************************************************************************************************************************************!*\
  !*** 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/dahlt/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! 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;
}

/*
 * ---------- Widths ----------
 */
/*
 * ---------- Z-Index ----------
 */
/*
  * ---------- Colors ----------
  */
/*
  * ---------- Misc ----------
  */
/*
 * ---------- Colors ----------
 */
/**
 * ---------- Z-index ----------
 */
/**
 * ---------- Clearfix ----------
 */
/**
 * ---------- Widths ----------
 */
/**
 * ---------- Margin & Padding ----------
 */
/**
 * ---------- 'Boxes / cards / teasers' ----------
 */
/**
 * ---------- Placeholder ----------
 */
/**
 * ---------- 'Paragraphs' ----------
 */
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, .paragraph--type--image-text .field--name-field-title,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

h1, .paragraph--type--image-text .field--name-field-title {
  font-size: calc(1.8em + 1vw);
}
@media screen and (min-width: 2000px) {
  h1, .paragraph--type--image-text .field--name-field-title {
    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;
}

/**
 *  ---------- 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, .product-wrapper hr {
  height: 2px;
  background: #022549;
  margin-bottom: 1em;
}

.btn, .button--primary, .user-login-form input[type=submit],
.tfa-entry-form input[type=submit], #sliding-popup .popup-content #popup-buttons button, .block--bad-cart form input[type=submit], .view-commerce-cart-form input[type=submit], .cart--cart-block .cart-block--contents__links a, 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-product .item-list .node--type-inspiration .field__items .field__item, .node--type-inspiration .field__items .view-product .item-list .field__item, .view-product .item-list .product-wrapper .field__item, .product-wrapper .view-product .item-list .field__item, .view-constructors-overview .item-list .views-view-list--list-item, .view-constructors-overview .item-list .node--type-inspiration .field__items .field__item, .node--type-inspiration .field__items .view-constructors-overview .item-list .field__item, .view-constructors-overview .item-list .product-wrapper .field__item, .product-wrapper .view-constructors-overview .item-list .field__item {
  margin: 0 0 10px;
}
@media screen and (min-width: 600px) {
  .view-product .item-list .views-view-list--list-item, .view-product .item-list .node--type-inspiration .field__items .field__item, .node--type-inspiration .field__items .view-product .item-list .field__item, .view-product .item-list .product-wrapper .field__item, .product-wrapper .view-product .item-list .field__item, .view-constructors-overview .item-list .views-view-list--list-item, .view-constructors-overview .item-list .node--type-inspiration .field__items .field__item, .node--type-inspiration .field__items .view-constructors-overview .item-list .field__item, .view-constructors-overview .item-list .product-wrapper .field__item, .product-wrapper .view-constructors-overview .item-list .field__item {
    margin: 1em;
  }
}
@media screen and (min-width: 990px) {
  .view-product .item-list .views-view-list--list-item, .view-product .item-list .node--type-inspiration .field__items .field__item, .node--type-inspiration .field__items .view-product .item-list .field__item, .view-product .item-list .product-wrapper .field__item, .product-wrapper .view-product .item-list .field__item, .view-constructors-overview .item-list .views-view-list--list-item, .view-constructors-overview .item-list .node--type-inspiration .field__items .field__item, .node--type-inspiration .field__items .view-constructors-overview .item-list .field__item, .view-constructors-overview .item-list .product-wrapper .field__item, .product-wrapper .view-constructors-overview .item-list .field__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-product .item-list .node--type-inspiration .field__items .field__item:nth-child(3n), .node--type-inspiration .field__items .view-product .item-list .field__item:nth-child(3n), .view-product .item-list .product-wrapper .field__item:nth-child(3n), .product-wrapper .view-product .item-list .field__item:nth-child(3n), .view-constructors-overview .item-list .views-view-list--list-item:nth-child(3n), .view-constructors-overview .item-list .node--type-inspiration .field__items .field__item:nth-child(3n), .node--type-inspiration .field__items .view-constructors-overview .item-list .field__item:nth-child(3n), .view-constructors-overview .item-list .product-wrapper .field__item:nth-child(3n), .product-wrapper .view-constructors-overview .item-list .field__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;
}

.article--full {
  background: #FFFFFF;
}
.article--full__title {
  margin: 0 0 2rem;
}
.article--full .field--name-field-article-category {
  margin-top: 4rem;
}
.article--full__hero {
  margin: 0 calc(50% - 50vw);
}
.article--full .field--name-field-image {
  max-width: break-get(heroMaxWidth);
  margin: 0 auto;
}
.article--full .field--name-field-image picture,
.article--full .field--name-field-image img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.article--full .article-list__title {
  font-size: 28px;
  font-weight: 200;
}
.article--full .articles-list-page .view-content {
  background: #FFFFFF;
}

.articles-list-page .view-content {
  margin: 0 calc(50% - 50vw);
  background-color: #fbfbfb;
}
.articles-list-page__title {
  font-size: calc(1.4em + 1vw);
}
.articles-list-page .views-exposed-form {
  max-width: 990px;
  margin: 0 auto 20px;
}
.articles-list-page .views-exposed-form label {
  visibility: hidden;
}
.articles-list-page .views-exposed-form .form-item-field-article-category-target-id {
  margin: 0;
}
.articles-list-page .views-exposed-form .bef-links > ul > li {
  display: inline-block;
  line-height: 2.5rem;
}
.articles-list-page .views-exposed-form .bef-links > ul > li a {
  margin-right: 1rem;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  box-sizing: border-box;
  border-radius: 13px;
  border: 1px solid transparent;
}
.articles-list-page .views-exposed-form .bef-links > ul > li a:hover {
  border: 1px solid #CAC8BF;
}
.articles-list-page .views-exposed-form .bef-links > ul > li a.bef-link--selected {
  border: 1px solid #767676;
}
.articles-list-page .item-list {
  padding: 2rem 0;
  max-width: 1800px;
  margin: 0 auto;
}
.articles-list-page .item-list ul {
  margin: 0;
  padding: 0;
}
.articles-list-page .item-list ul .views-view-list--list-item {
  margin: 0 0 1rem;
}
@media screen and (min-width: 900px) {
  .articles-list-page .item-list ul .views-view-list--list-item {
    width: calc(50% - 0.5rem);
  }
  .articles-list-page .item-list ul .views-view-list--list-item:nth-child(odd) {
    margin-right: 1rem;
  }
}

.article-related-products__title {
  font-family: "helveticaneue";
  font-weight: 200;
  font-size: 1.5rem;
}
.article-related-products__items {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.article-related-products__item {
  display: inline-block;
  margin-bottom: 22px;
}
@media screen and (min-width: 900px) {
  .article-related-products__item {
    width: calc(50% - 25px);
    margin-right: 42px;
  }
  .article-related-products__item:nth-child(even) {
    margin-right: 0;
  }
}

.product-related {
  min-height: 340px;
  position: relative;
}
.product-related__title {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 800;
}
.product-related .image-style-article-related-products {
  max-width: 100%;
  object-fit: cover;
}
.product-related__info {
  position: absolute;
  padding: 20px;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  font-size: 1rem;
}
.product-related .field--name-price {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 400;
}
.product-related .field--name-price .field__item,
.product-related .field--name-price .field__label {
  font-weight: 400;
  display: inline;
}
.product-related__link {
  text-decoration: underline;
}

.article--teaser {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  max-width: 100vw;
}
.article--teaser__title {
  margin: 0;
  font-size: 26px;
  padding: 0.5rem 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article--teaser__image-container {
  position: relative;
}
.article--teaser .field--name-field-image img {
  max-width: 100%;
  object-fit: cover;
}
.article--teaser .field--name-field-article-category {
  padding: 0.5rem 1.5rem;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  color: #898989;
  font-size: 11px;
  font-weight: 600;
}

.product-wrapper {
  /**
   * ---------- Product variation ----------
   */
}
.product-wrapper .product-variation {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .product-wrapper .product-variation {
    display: flex;
  }
}
@media screen and (min-width: 900px) {
  .product-wrapper .product-header {
    display: flex;
  }
}
@media screen and (min-width: 900px) {
  .product-wrapper .product-header .product-variation--image {
    width: 460px;
    min-height: 670px;
  }
}
.product-wrapper .product-header .product-variation--image .product_detail__image {
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-content: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .product-wrapper .product-header .product-variation--general-info {
    width: calc(100% - 460px);
    padding-left: 80px;
    align-self: center;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .product-wrapper .product-header .product-variation--general-info {
    padding-left: 115px;
  }
}
@media screen and (min-width: 600px) {
  .product-wrapper .product-variation__buttons {
    display: flex;
    align-items: normal;
    justify-content: flex-end;
  }
}
.product-wrapper .product-variation__buttons .field__item {
  margin-right: 0;
  margin-bottom: 0;
}
.product-wrapper .product-variation--imagebox {
  border: 1px solid rgb(223.5, 223.5, 223.5);
  max-height: 100%;
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .product-wrapper .product-variation--imagebox {
    height: 535px;
    overflow: hidden;
  }
}
.product-wrapper .product-variation--image .field__items {
  display: block;
}
.product-wrapper .product-variation--image img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.product-wrapper .product-variation--image #imagezoom-thumb-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}
.product-wrapper .product-variation--image #imagezoom-thumb-wrapper img {
  margin-top: 5px;
  margin-right: 20px;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
.product-wrapper .product-variation--image #imagezoom-thumb-wrapper img:hover {
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.4);
  transform: scale(1.03) translateY(-2px);
}
.product-wrapper .product-variation--info .form-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product-wrapper .product-variation--info .form-type-select {
  display: block;
  margin-right: 1em;
}
.product-wrapper .product-variation--info .button {
  margin: 0;
}
.product-wrapper .product-variation--info .add-to-cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .product-wrapper .product-variation--info {
    margin-right: 56px;
    width: 60%;
  }
  .product-wrapper .product-variation--info h2 {
    font-size: 2em;
    margin-top: 0;
  }
  .product-wrapper .product-variation--info .field__item {
    width: 100%;
  }
  .product-wrapper .product-variation--info .field__item > div {
    width: 100%;
  }
  .product-wrapper .product-variation--info label {
    display: block;
  }
  .product-wrapper .product-variation--info .ajax-progress.ajax-progress-throbber {
    max-width: 100%;
  }
}
.product-wrapper .field--name-body > p:first-child {
  margin-top: 0px;
}
.product-wrapper .field--name-field-accessories {
  clear: both;
}
.product-wrapper .text--short--explanatory {
  color: #CAC8BF;
}
.product-wrapper .product-variation--details .product-variation--tips {
  background: #F9F9F9;
  padding: 1em;
}
@media screen and (min-width: 900px) {
  .product-wrapper .product-variation--details .product-variation--tips {
    display: inline-block;
    vertical-align: top;
    width: calc(45% - 1em);
    margin-right: 1em;
  }
}
.product-wrapper .product-variation--details .product-variation--body-text {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 900px) {
  .product-wrapper .product-variation--details .product-variation--body-text {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 54.5%;
  }
}
.product-wrapper {
  /**
   * ---------- Product accessories, more in the same series ----------
   */
}
.product-wrapper .field__items {
  padding: 0;
  list-style: none;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .product-wrapper .field__items {
    justify-content: flex-start;
  }
}
.product-wrapper .field__item {
  margin-right: 29px;
  margin-bottom: 29px;
}
.product-wrapper .teaser--product--price span {
  margin-top: 5px;
}
.product-wrapper .field--type-commerce-price {
  padding: 0.5em 0;
}
.product-wrapper .field--type-commerce-price .field__item {
  margin: 0;
}
.product-wrapper .teaser--product--read-more, .product-wrapper .teaser--brand--read-more {
  padding: 0.5em 0;
}

.view-product h3:not(.article--teaser__title),
.view-content h3:not(.article--teaser__title),
.field--name-field-accessories h3:not(.article--teaser__title) {
  font-size: 1.17em;
  margin: 0.5rem 0;
}

h3.field--name-field-heading-related {
  font-size: 1.17em;
  margin: 0.5rem 0;
}

.product-variation-body {
  margin: 0;
}

.product-variation-attributes {
  padding: 0;
}
.product-variation-attributes,
.product-variation-attributes li {
  margin: 0.5rem 0;
  list-style: none;
}

/* Tabs */
.horizontal-tabs {
  margin: 0 0 1em 0; /* LTR */
  padding: 0;
  border: 1px solid #ccc;
  position: relative; /* IE6/7 */
}

[dir=rtl] .horizontal-tabs {
  margin: 0 0 1em 0;
}

.horizontal-tabs .horizontal-tabs-list {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0px;
  list-style: none;
  background-color: #dedede;
  border-right: 1px solid #dedede; /* LTR */
  width: 100%;
  height: auto;
  clear: both;
}

[dir=rtl] .horizontal-tabs .horizontal-tabs-list {
  border-right: 0;
  border-left: 1px solid #dedede;
}

.horizontal-tabs-pane {
  padding: 0 1em;
  border: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

.horizontal-tabs-pane > summary {
  display: none;
}

.field--name-field-document .file--application-pdf,
.field--name-field-external-links .file--application-pdf {
  background: none;
  padding: 0;
}
.field--name-field-document .field__item,
.field--name-field-external-links .field__item {
  padding: 10px 0;
}
.field--name-field-document .field__item a,
.field--name-field-external-links .field__item a {
  padding: 10px 5px 5px 25px;
  background: url(.././assets/icon-document.svg) no-repeat left center;
}
.field--name-field-document .field__item a:hover,
.field--name-field-external-links .field__item a:hover {
  text-decoration: underline;
}

.teaser--product--image, .view--inspiration .views-row img {
  align-items: center;
  display: flex;
  height: 420px;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  width: 100%;
}
.teaser--product--image img, .view--inspiration .views-row img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.teaser a {
  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;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
  min-height: 700px;
  padding: 5px;
  width: calc(100vw - 2em);
}
@media screen and (min-width: 600px) {
  .teaser a {
    width: 300px;
  }
}
.teaser a:hover, .teaser a:focus {
  box-shadow: 0 20px 50px -8px rgba(0, 0, 0, 0.2);
  transform: scale(1.01) translateY(-1px);
}

.teaser--product a {
  color: inherit;
}

.teaser--product--title {
  flex: 1 1 auto;
  font-size: 1.5rem;
  margin-top: 10px;
  min-height: 120px;
  overflow: hidden;
  padding: 5px;
}

.teaser--product--read-more, .teaser--brand--read-more,
.teaser--product--price {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.teaser--product--price {
  align-items: flex-start;
  flex-direction: column;
  padding: 5px;
}
.teaser--product--price span {
  font-size: 0.8rem;
  margin-right: 40%;
}
.teaser--product--price .field__label {
  display: none;
}
.teaser--product--price .field__item {
  font-size: 2.2rem;
  font-weight: 100;
}

.teaser--product--read-more, .teaser--brand--read-more {
  align-items: center;
  display: flex;
  font-size: 1.1rem;
  justify-content: flex-start;
  padding: 5px;
}
.teaser--product--read-more span, .teaser--brand--read-more span {
  margin-right: 10px;
}
.teaser--product--read-more svg, .teaser--brand--read-more svg {
  width: 7px;
  height: 10px;
}

.taxonomy-term--brand-teaser {
  justify-content: center;
  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;
}
.taxonomy-term--brand-teaser:hover {
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.4);
  transform: scale(1.03) translateY(-5px);
}
.taxonomy-term--brand-teaser a {
  color: inherit;
}

.teaser--brand--image {
  align-items: center;
  border-bottom: 1px solid #F9F9F9;
  display: flex;
  min-height: 150px;
  padding: 1em;
}
.teaser--brand--image img {
  height: auto;
  width: 100%;
}

.teaser--brand--title {
  font-size: 1.2em;
  padding: 0.5em;
  font-weight: 600;
}

.teaser--brand--description {
  border-bottom: 1px solid #F9F9F9;
  font-size: 13px;
  padding: 0 0.5em;
}

.teaser--brand--read-more {
  padding: 1em;
}

.brand--description {
  align-items: flex-start;
}

.brand--title a > div {
  display: inline-block;
}

.group {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0;
  margin-bottom: 10px;
}
.group h3 {
  display: inline-block;
  margin: 0;
}
.group span {
  display: inline-block;
  position: relative;
  font-weight: 600;
}
.group span:after {
  background: url(.././assets/arrow-left--blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  width: 1em;
}

.subcategories li {
  background: #FFFFFF;
  border: 1px solid #CAC8BF;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.4);
  color: inherit;
  display: inline-block;
  font-size: 16px;
  margin-left: 0;
  margin-right: 1em;
  padding: 6px 8px;
  transition: all 0.1s ease-in-out;
}
.subcategories li:hover {
  box-shadow: 0 6px 12px -5px rgba(0, 0, 0, 0.4);
  transform: scale(1.02) translateY(-2px);
}
.subcategories li:after {
  background: url(.././assets/arrow-left--blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  width: 1em;
}

.block--bad-cart .bad-cart-send-cart-form {
  align-items: center;
  background: #F9F9F9;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em;
}
@media screen and (min-width: 900px) {
  .block--bad-cart .bad-cart-send-cart-form {
    padding-right: 0em;
  }
}
.block--bad-cart .bad-cart-send-cart-form h3,
.block--bad-cart .bad-cart-send-cart-form label {
  display: none;
}
.block--bad-cart .bad-cart-send-cart-form .form-item-email {
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .block--bad-cart .bad-cart-send-cart-form .form-item-email {
    margin-right: 1em;
    max-width: 40%;
  }
  .block--bad-cart .bad-cart-send-cart-form .form-item-email input {
    max-width: 375px;
  }
}
.block--bad-cart .bad-cart-send-cart-form svg {
  margin-bottom: 3px;
  max-height: 35px;
  max-width: 35px;
}
@media screen and (min-width: 900px) {
  .block--bad-cart .bad-cart-send-cart-form svg {
    display: block;
    margin: 15px auto 5px;
  }
}
.block--bad-cart .bad-cart-send-cart-form .form-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .block--bad-cart .bad-cart-send-cart-form .form-wrapper {
    flex-wrap: nowrap;
    height: 95px;
  }
}
.block--bad-cart .bad-cart-send-cart-form .form-wrapper a {
  align-items: center;
  border-left: 1px solid #CAC8BF;
  border-top: 1px solid #CAC8BF;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1 1 30%;
  font-size: 12px;
  height: 95px;
  justify-content: center;
  text-align: center;
  width: 95px;
}
.block--bad-cart .bad-cart-send-cart-form .form-wrapper a:first-of-type {
  border-left: 0;
  margin-left: -1.5em;
}
.block--bad-cart .bad-cart-send-cart-form .form-wrapper a:last-of-type {
  margin-right: -1.5em;
}
@media screen and (min-width: 900px) {
  .block--bad-cart .bad-cart-send-cart-form .form-wrapper a {
    display: block;
    border-top: 0;
    flex: 0 0 95px;
    width: 95px;
  }
  .block--bad-cart .bad-cart-send-cart-form .form-wrapper a:first-of-type {
    border-left: 1px solid #CAC8BF;
    margin-left: auto;
  }
  .block--bad-cart .bad-cart-send-cart-form .form-wrapper a:last-of-type {
    margin-right: 0;
  }
}
.block--bad-cart .bad-cart-send-cart-form .form-wrapper a:hover, .block--bad-cart .bad-cart-send-cart-form .form-wrapper a.active {
  color: #FFFFFF;
}
.block--bad-cart .bad-cart-send-cart-form .form-wrapper a:hover svg, .block--bad-cart .bad-cart-send-cart-form .form-wrapper a.active svg {
  fill: #FFFFFF;
}
.block--bad-cart .bad-cart-send-cart-form input[type=submit] {
  flex: 1 1 100%;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 900px) {
  .block--bad-cart .bad-cart-send-cart-form input[type=submit] {
    flex: 0 0 auto;
    margin: 1.5em 0;
  }
}
.block--bad-cart input:not(.button),
.block--bad-cart textarea {
  border-radius: 4px;
  border: 1px solid rgb(223.5, 223.5, 223.5);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  line-height: 1.8rem;
  max-width: 100%;
  min-height: 42px;
  padding: 4px;
}
.block--bad-cart form {
  background: #F9F9F9;
  border: 1px solid rgb(223.5, 223.5, 223.5);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.4);
}
.view-commerce-cart-form {
  font-size: 14px;
}
.view-commerce-cart-form h2 {
  font-size: 1.5em;
}
.view-commerce-cart-form input,
.view-commerce-cart-form textarea {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid rgb(223.5, 223.5, 223.5);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  line-height: 1.8rem;
  max-width: 100%;
  padding: 4px;
}
.view-commerce-cart-form ul {
  display: flex;
  flex-direction: column;
}
.view-commerce-cart-form input {
  min-height: 42px;
}
.view-commerce-cart-form input[type=submit] {
  padding: 4px 35px;
}
.view-commerce-cart-form .views-view-list--list-item {
  align-items: flex-start;
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 1em;
  max-width: 100%;
  min-height: 135px;
  padding: 1rem;
  position: relative;
  width: 100%;
}
.view-commerce-cart-form .views-view-list--list-item:nth-child(even) {
  background: #F9F9F9;
}
@media screen and (min-width: 600px) {
  .view-commerce-cart-form .views-view-list--list-item {
    align-items: center;
  }
}
@media screen and (min-width: 900px) {
  .view-commerce-cart-form .views-view-list--list-item {
    flex-wrap: nowrap;
  }
}
.view-commerce-cart-form .views-view-list--list-item .views-label {
  display: none;
}
.view-commerce-cart-form .views-field {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .view-commerce-cart-form .views-field {
    min-height: 100px;
  }
}
.view-commerce-cart-form .views-field .field-content {
  flex: 1 1 100%;
  height: 100%;
}
.view-commerce-cart-form .views-field-field-image {
  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;
  height: 100px;
  margin-right: 1rem;
  min-width: 80px;
  overflow: hidden;
  width: 80px;
}
.view-commerce-cart-form .views-field-field-image .field-content {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
}
.view-commerce-cart-form .views-field-field-image img {
  height: auto;
  width: 100%;
}
.view-commerce-cart-form .views-field-nothing {
  min-height: 100px;
  width: calc(100% - 110px);
  margin: 0 10px 1rem 0;
}
.view-commerce-cart-form .views-field-nothing .field-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.view-commerce-cart-form .views-field-nothing h2 {
  margin: 0 0 10px;
}
@media screen and (min-width: 600px) {
  .view-commerce-cart-form .views-field-nothing h2 {
    margin: 3px 0 10px;
  }
}
.view-commerce-cart-form .views-field-nothing .product-sku {
  margin-bottom: auto;
}
.view-commerce-cart-form .views-field-nothing .product-sku span {
  font-weight: 600;
}
.view-commerce-cart-form .views-field-nothing .product-variation {
  margin: 0.5rem 0 0.6rem 0;
}
@media screen and (min-width: 600px) {
  .view-commerce-cart-form .views-field-nothing {
    max-width: 350px;
    min-width: calc(100% - 120px);
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 900px) {
  .view-commerce-cart-form .views-field-nothing {
    max-width: 350px;
    min-width: 300px;
    margin: 0 auto 0 0;
  }
}
.view-commerce-cart-form .views-field-purchased-entity {
  margin-right: 15px;
}
@media screen and (min-width: 900px) {
  .view-commerce-cart-form .views-field-purchased-entity {
    width: 55%;
  }
}
.view-commerce-cart-form .views-field-bad-cart-edit-quantity-inline {
  min-height: auto;
  margin: 0 0 0.8rem 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .view-commerce-cart-form .views-field-bad-cart-edit-quantity-inline {
    margin: 0 0.8rem 0 0;
    min-height: 100px;
    width: auto;
  }
}
.view-commerce-cart-form .views-field-bad-cart-edit-quantity-inline .label {
  display: block;
}
.view-commerce-cart-form .views-field-bad-cart-edit-quantity-inline .field-content {
  display: flex;
}
.view-commerce-cart-form .views-field-bad-cart-edit-quantity-inline input[type=submit] {
  border-radius: 4px;
  border: 1px solid #CAC8BF;
  box-shadow: 0 2px 0 0 rgba(211, 211, 211, 0.5);
  cursor: pointer;
  height: 40px;
  margin: 0 0 0 auto;
  padding: 5px 10px;
  top: 40px;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 900px) {
  .view-commerce-cart-form .views-field-bad-cart-edit-quantity-inline input[type=submit] {
    background-size: 20px 20px;
    background: #FFFFFF url(.././assets/icon-update-arrows.svg) no-repeat center;
    margin: auto 10px;
    padding: 5px;
    text-indent: -9999em;
    width: 40px;
  }
}
.view-commerce-cart-form .views-field-bad-cart-edit-quantity-inline input[type=submit]:hover {
  box-shadow: 0 6px 12px -5px rgba(0, 0, 0, 0.4);
  transform: scale(1.02) translateY(0);
}
.view-commerce-cart-form .quantity-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-top: auto;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .view-commerce-cart-form .quantity-wrapper {
    width: auto;
  }
}
.view-commerce-cart-form .quantity-wrapper .form-type-number,
.view-commerce-cart-form .quantity-wrapper input[type=number] {
  margin: auto 0.5rem 0 auto;
}
@media screen and (min-width: 600px) {
  .view-commerce-cart-form .quantity-wrapper .form-type-number,
  .view-commerce-cart-form .quantity-wrapper input[type=number] {
    margin: auto auto 0 auto;
  }
}
.view-commerce-cart-form .quantity-wrapper input[type=submit] {
  margin: auto 0;
}
@media screen and (min-width: 600px) {
  .view-commerce-cart-form .quantity-wrapper input[type=submit] {
    margin: auto auto 0 1rem;
  }
}
.view-commerce-cart-form .quantity-wrapper input[type=number] {
  text-align: center;
}
.view-commerce-cart-form .quantity-wrapper input[type=number]::-webkit-inner-spin-button,
.view-commerce-cart-form .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.view-commerce-cart-form .views-field-nothing-1 {
  margin-right: 1.5rem;
  min-width: 80px;
}
@media screen and (min-width: 900px) {
  .view-commerce-cart-form .views-field-nothing-1 {
    width: 125px;
  }
}
.view-commerce-cart-form .views-field-nothing-1 .field-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.view-commerce-cart-form .views-field-nothing-1 .product-list-price {
  margin-bottom: 0.6rem;
}
.view-commerce-cart-form .views-field-edit-quantity {
  margin-right: 15px;
  width: 60px;
}
.view-commerce-cart-form .product-brand {
  display: none;
}
@media screen and (min-width: 600px) {
  .view-commerce-cart-form .product-brand {
    display: block;
    width: 85px;
  }
  .view-commerce-cart-form .product-brand img {
    height: auto;
    max-height: 100%;
    width: 100%;
    max-width: 110px;
  }
}
.view-commerce-cart-form .order-total-line-label,
.view-commerce-cart-form .order-total-line-label {
  margin-right: 10px;
}
.view-commerce-cart-form .views-field-total-price__number {
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 0.9rem;
}
@media screen and (min-width: 600px) {
  .view-commerce-cart-form .views-field-total-price__number {
    margin-right: 1.1rem;
    padding-bottom: 0.6rem;
    width: 120px;
  }
}
.view-commerce-cart-form .views-field-total-price__number .views-label {
  display: inline-block;
  margin-right: 5px;
}
.view-commerce-cart-form .views-field-total-price__number .field-content {
  font-weight: 600;
}
.view-commerce-cart-form .views-field-remove-button {
  height: 30px;
  position: absolute;
  top: -5px;
  right: 5px;
  width: 25px;
}
@media screen and (min-width: 900px) {
  .view-commerce-cart-form .views-field-remove-button {
    position: relative;
    height: 90px;
  }
}
.view-commerce-cart-form .views-field-remove-button input {
  background: url(.././assets/icon-delete.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 0;
  box-shadow: 0 0 0 0;
  color: transparent;
  padding: 5px;
}
@media screen and (min-width: 900px) {
  .view-commerce-cart-form .views-field-remove-button input {
    padding: 1rem 5px;
  }
}
.view-commerce-cart-form .views-field-remove-button input:hover {
  box-shadow: 0 0 0 0;
  transform: scale(1) translateY(0px);
}

.cart-form-1 {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out, max-height 0.4s ease-in-out;
}
.cart-form-1.visible {
  opacity: 1;
  max-height: 2000px;
  overflow: visible;
}
.cart-form-1 form {
  border-top: 0;
  padding: 1em;
}
.cart-form-1 input {
  max-width: calc(100% - 40px);
}
.cart-form-1 label.form-required {
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 25px;
}
.cart-form-1 .form-type-textarea label {
  display: none;
}
.cart-form-1 svg {
  max-height: 22px;
  max-width: 22px;
}

.cart--cart-block {
  display: none;
}
.cart--cart-block .cart-block--link__expand {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  position: relative;
}
.cart--cart-block .cart-block--summary__count {
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 15px;
  height: 20px;
  left: 7px;
  padding-left: 6px;
  padding-top: 1px;
  padding: 1px 6px;
  position: absolute;
  top: -4px;
  min-width: 20px;
  font-weight: 600;
}
.cart--cart-block svg {
  height: 30px;
  width: 30px;
}
.cart--cart-block .cart-block--contents {
  background: linear-gradient(to bottom, #FFFFFF, hsl(0, 0%, 102.6470588235%));
  border-radius: 4px;
  border-top: 0;
  border: 1px solid #F9F9F9;
  box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  margin-top: 2px;
  min-width: 280px;
  transform: translateX(-40%);
}
.cart--cart-block .cart-block--contents td {
  padding: 5px;
}
.cart--cart-block .cart-block--contents tr:nth-child(even) {
  background: #F9F9F9;
}
.cart--cart-block .cart-block--contents__links a {
  background-color: #212121;
  border-radius: 33px;
  display: block;
  margin: 5px 0;
  text-align: center;
}

.cart--link-title,
.icon-installatorer a {
  color: #022549;
}

.block-bad-cart-send-cart {
  margin-bottom: 3em;
}
.block-bad-cart-send-cart form {
  padding: 1em;
}

#block-huvudsakligtsidinnehall .cart-empty-page {
  margin-bottom: 45px;
}

/**
 * ---------- Constructor detail page ---------
 */
.constructor-wrapper {
  flex: 2 1 auto;
}
.constructor-wrapper p {
  font-weight: 600;
}

.constructor {
  display: flex;
  justify-content: space-between;
}
.constructor .constructor-logo img {
  max-height: 85px;
  width: auto;
}

.constructor-contact {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.constructor-contact .constructor-phone, .constructor-contact .node--type-constructor--teaser .constructor-contact--teaser .field--name-field-telephone, .node--type-constructor--teaser .constructor-contact--teaser .constructor-contact .field--name-field-telephone,
.constructor-contact .constructor-email,
.constructor-contact .node--type-constructor--teaser .constructor-contact--teaser .field--name-field-email,
.node--type-constructor--teaser .constructor-contact--teaser .constructor-contact .field--name-field-email,
.constructor-contact .constructor-contact-person,
.constructor-contact .node--type-constructor--teaser .constructor-contact--teaser .field--name-field-contact-person,
.node--type-constructor--teaser .constructor-contact--teaser .constructor-contact .field--name-field-contact-person,
.constructor-contact .constructor-website,
.constructor-contact .constructor-adress {
  margin-top: 1em;
  margin-right: 5%;
}
.constructor-contact .field {
  background-position: top left;
  margin-right: 1em;
}
.constructor-contact .constructor-adress h4 {
  display: inline-block;
  font-size: 1.1em;
  margin-bottom: 8px;
  margin-top: 0;
}
.constructor-contact svg {
  height: 21px;
  width: 20px;
  margin-right: 5px;
}

.constructor-phone, .node--type-constructor--teaser .constructor-contact--teaser .field--name-field-telephone {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMTQgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ3ICg0NTM5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+SWNvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wLUluc3RhbGF0w7ZyZXItMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5MS4wMDAwMDAsIC0xMDMwLjAwMDAwMCkiIGZpbGw9IiM1RjVGNUYiPgogICAgICAgICAgICA8ZyBpZD0iVGVsZWZvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYwLjAwMDAwMCwgOTQ5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTQzLDgxLjAxIEwzMyw4MSBDMzEuOSw4MSAzMSw4MS45IDMxLDgzIEwzMSwxMDEgQzMxLDEwMi4xIDMxLjksMTAzIDMzLDEwMyBMNDMsMTAzIEM0NC4xLDEwMyA0NSwxMDIuMSA0NSwxMDEgTDQ1LDgzIEM0NSw4MS45IDQ0LjEsODEuMDEgNDMsODEuMDEgTDQzLDgxLjAxIFogTTQzLDk5IEwzMyw5OSBMMzMsODUgTDQzLDg1IEw0Myw5OSBMNDMsOTkgWiIgaWQ9Ikljb24iPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: 14px 20px;
  padding-left: 22px;
}

.constructor-email, .node--type-constructor--teaser .constructor-contact--teaser .field--name-field-email {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjAgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ3ICg0NTM5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+SWNvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wLUluc3RhbGF0w7ZyZXItMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM0Mi4wMDAwMDAsIC0xMDMzLjAwMDAwMCkiIGZpbGw9IiM1RjVGNUYiPgogICAgICAgICAgICA8ZyBpZD0iVGVsZWZvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYwLjAwMDAwMCwgOTQ5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIwMCw4NCBMMTg0LDg0IEMxODIuOSw4NCAxODIuMDEsODQuOSAxODIuMDEsODYgTDE4Miw5OCBDMTgyLDk5LjEgMTgyLjksMTAwIDE4NCwxMDAgTDIwMCwxMDAgQzIwMS4xLDEwMCAyMDIsOTkuMSAyMDIsOTggTDIwMiw4NiBDMjAyLDg0LjkgMjAxLjEsODQgMjAwLDg0IEwyMDAsODQgWiBNMjAwLDk4IEwxODQsOTggTDE4NCw4OCBMMTkyLDkzIEwyMDAsODggTDIwMCw5OCBMMjAwLDk4IFogTTE5Miw5MSBMMTg0LDg2IEwyMDAsODYgTDE5Miw5MSBMMTkyLDkxIFoiIGlkPSJJY29uIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
}

.constructor-website {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAyMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5JY29uIENvcHk8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iRGVza3RvcC1JbnN0YWxhdMO2cmVyLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTguMDAwMDAwLCAtNjU3LjAwMDAwMCkiIGZpbGw9IiM1RjVGNUYiPiAgICAgICAgICAgIDxnIGlkPSJHcm91cC02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNTguMDAwMDAwLCA2MTguMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOCwzOSBMMiwzOSBDMC45LDM5IDAuMDEsMzkuOSAwLjAxLDQxIEwwLDUzIEMwLDU0LjEgMC45LDU1IDIsNTUgTDE4LDU1IEMxOS4xLDU1IDIwLDU0LjEgMjAsNTMgTDIwLDQxIEMyMCwzOS45IDE5LjEsMzkgMTgsMzkgTDE4LDM5IFogTTIsNTMgTDIsNDUgTDEwLDQ1IEwxOCw0NSBMMTgsNTMgTDIsNTMgWiBNMiw0My4wMTA5ODYzIEwyLDQxIEwxOCw0MSBMMTgsNDMuMDEwOTg2MyBMMiw0My4wMTA5ODYzIFoiIGlkPSJJY29uLUNvcHkiPjwvcGF0aD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
}

.constructor-contact-person, .node--type-constructor--teaser .constructor-contact--teaser .field--name-field-contact-person {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ3ICg0NTM5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+SWNvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wLUluc3RhbGF0w7ZyZXItMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUwMC4wMDAwMDAsIC0xMDMzLjAwMDAwMCkiIGZpbGw9IiM1RjVGNUYiPgogICAgICAgICAgICA8ZyBpZD0iVGVsZWZvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYwLjAwMDAwMCwgOTQ5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTM0OCw5MiBDMzUwLjIxLDkyIDM1Miw5MC4yMSAzNTIsODggQzM1Miw4NS43OSAzNTAuMjEsODQgMzQ4LDg0IEMzNDUuNzksODQgMzQ0LDg1Ljc5IDM0NCw4OCBDMzQ0LDkwLjIxIDM0NS43OSw5MiAzNDgsOTIgTDM0OCw5MiBaIE0zNDgsOTQgQzM0NS4zMyw5NCAzNDAsOTUuMzQgMzQwLDk4IEwzNDAsMTAwIEwzNTYsMTAwIEwzNTYsOTggQzM1Niw5NS4zNCAzNTAuNjcsOTQgMzQ4LDk0IEwzNDgsOTQgWiIgaWQ9Ikljb24iPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: 16px 20px;
  padding-left: 22px;
}

.constructor-references span {
  color: #58A009;
}
.constructor-references svg {
  fill: #58A009;
  height: 18px;
  width: 25px;
}
.constructor-references .constructor-references--image-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .constructor-references .constructor-references--image-wrapper {
    flex-wrap: nowrap;
  }
}
.constructor-references .constructor-references--image-wrapper .field__label {
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .constructor-references .constructor-references--image-wrapper .constructor-references--company-image-more {
    margin: 1em;
    margin-right: 0;
  }
}
.constructor-references img {
  border: 1px solid #F9F9F9;
  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;
}
.constructor-references img:hover {
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.4);
  transform: scale(1.03) translateY(-2px);
}
.constructor-references .field__items {
  display: flex;
  flex-wrap: wrap;
}
.constructor-references .field__items .field__item {
  flex: 0 0 100px;
  height: auto;
  margin-right: 0.5em;
  width: 100px;
}

.bad-cart-constructor-send-cart-form input:not(.button), .user-login-form input:not(.button),
.tfa-entry-form input:not(.button), .block--block-costumers-catalog-webform input:not(.button),
.block--catalogue-request-form input:not(.button),
.block--block-catalogue-request-form-for-consumers input:not(.button),
.block--block-altt-catalogue-request-form input:not(.button), .user-logged-in .user-form input:not(.button), .node-constructor-edit-form input:not(.button), .block-bad-constructor-register-constructor input:not(.button), .block-bad-constructor-register-constructor-with-user input:not(.button), .bad-cart-constructor-send-cart-form textarea, .user-login-form textarea,
.tfa-entry-form textarea, .block--block-costumers-catalog-webform textarea,
.block--catalogue-request-form textarea,
.block--block-catalogue-request-form-for-consumers textarea,
.block--block-altt-catalogue-request-form textarea, .user-logged-in .user-form textarea, .node-constructor-edit-form textarea, .block-bad-constructor-register-constructor textarea, .block-bad-constructor-register-constructor-with-user textarea {
  border-radius: 4px;
  border: 1px solid rgb(223.5, 223.5, 223.5);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  line-height: 1.8rem;
  padding: 4px;
}
.bad-cart-constructor-send-cart-form input, .user-login-form input,
.tfa-entry-form input, .block--block-costumers-catalog-webform input,
.block--catalogue-request-form input,
.block--block-catalogue-request-form-for-consumers input,
.block--block-altt-catalogue-request-form input, .user-logged-in .user-form input, .node-constructor-edit-form input, .block-bad-constructor-register-constructor input, .block-bad-constructor-register-constructor-with-user input {
  display: block;
  max-width: 100%;
}
.bad-cart-constructor-send-cart-form textarea, .user-login-form textarea,
.tfa-entry-form textarea, .block--block-costumers-catalog-webform textarea,
.block--catalogue-request-form textarea,
.block--block-catalogue-request-form-for-consumers textarea,
.block--block-altt-catalogue-request-form textarea, .user-logged-in .user-form textarea, .node-constructor-edit-form textarea, .block-bad-constructor-register-constructor textarea, .block-bad-constructor-register-constructor-with-user textarea {
  margin-top: 8px;
}

/**
* ---------- Constructor view and teaser ---------
*/
.view-constructors .views-row {
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  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;
}
.view-constructors .views-field {
  width: 100%;
}

.node--type-constructor--teaser {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .node--type-constructor--teaser {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.node--type-constructor--teaser .constructor--teaser {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .node--type-constructor--teaser .constructor--teaser {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.node--type-constructor--teaser .constructor--teaser > div {
  margin-right: 1em;
}
.node--type-constructor--teaser .constructor--teaser h2 {
  margin: 0;
}
.node--type-constructor--teaser .constructor--teaser img {
  max-height: 45px;
  width: auto;
}
.node--type-constructor--teaser .constructor-contact--teaser {
  align-items: center;
  display: flex;
}
.node--type-constructor--teaser .constructor-contact--teaser .field {
  background-position: top left;
  margin-right: 1em;
}
@media screen and (max-width: 599px) {
  .node--type-constructor--teaser .constructor-contact--teaser {
    display: grid;
    grid-template-columns: 1fr;
  }
  .node--type-constructor--teaser .constructor-contact--teaser .field--name-field-email,
  .node--type-constructor--teaser .constructor-contact--teaser .field--name-field-contact-person,
  .node--type-constructor--teaser .constructor-contact--teaser .constructor-contact--telephone {
    margin: 0.5em auto;
  }
}
.node--type-constructor--teaser .constructor-contact--telephone a {
  transition: opacity 0.1s ease-in-out;
}
.node--type-constructor--teaser .constructor-contact--telephone a.hide-number {
  display: none;
  opacity: 0;
}
.node--type-constructor--teaser .constructor-contact--telephone a.show-number {
  opacity: 1;
}
.node--type-constructor--teaser .hidden--telephone.btn, .node--type-constructor--teaser .hidden--telephone.button--primary, .node--type-constructor--teaser .user-login-form input.hidden--telephone[type=submit], .user-login-form .node--type-constructor--teaser input.hidden--telephone[type=submit],
.node--type-constructor--teaser .tfa-entry-form input.hidden--telephone[type=submit],
.tfa-entry-form .node--type-constructor--teaser input.hidden--telephone[type=submit], .node--type-constructor--teaser .bad-cart-constructor-send-cart-form input.hidden--telephone[type=submit], .node--type-constructor--teaser .block--block-costumers-catalog-webform input.hidden--telephone[type=submit],
.node--type-constructor--teaser .block--catalogue-request-form input.hidden--telephone[type=submit],
.node--type-constructor--teaser .block--block-catalogue-request-form-for-consumers input.hidden--telephone[type=submit],
.node--type-constructor--teaser .block--block-altt-catalogue-request-form input.hidden--telephone[type=submit], .node--type-constructor--teaser .user-logged-in .user-form input.hidden--telephone[type=submit], .user-logged-in .node--type-constructor--teaser .user-form input.hidden--telephone[type=submit], .node--type-constructor--teaser .node-constructor-edit-form input.hidden--telephone[type=submit], .node--type-constructor--teaser .block-bad-constructor-register-constructor input.hidden--telephone[type=submit], .node--type-constructor--teaser .block-bad-constructor-register-constructor-with-user input.hidden--telephone[type=submit], .bad-cart-constructor-send-cart-form .node--type-constructor--teaser input.hidden--telephone[type=submit], .block--block-costumers-catalog-webform .node--type-constructor--teaser input.hidden--telephone[type=submit],
.block--catalogue-request-form .node--type-constructor--teaser input.hidden--telephone[type=submit],
.block--block-catalogue-request-form-for-consumers .node--type-constructor--teaser input.hidden--telephone[type=submit],
.block--block-altt-catalogue-request-form .node--type-constructor--teaser input.hidden--telephone[type=submit], .user-logged-in .user-form .node--type-constructor--teaser input.hidden--telephone[type=submit], .node-constructor-edit-form .node--type-constructor--teaser input.hidden--telephone[type=submit], .block-bad-constructor-register-constructor .node--type-constructor--teaser input.hidden--telephone[type=submit], .block-bad-constructor-register-constructor-with-user .node--type-constructor--teaser input.hidden--telephone[type=submit] {
  line-height: 1;
  margin-right: 1em;
  margin-top: 0;
}
.node--type-constructor--teaser .hidden--telephone.btn:hover, .node--type-constructor--teaser .hidden--telephone.button--primary:hover, .node--type-constructor--teaser .user-login-form input.hidden--telephone[type=submit]:hover, .user-login-form .node--type-constructor--teaser input.hidden--telephone[type=submit]:hover,
.node--type-constructor--teaser .tfa-entry-form input.hidden--telephone[type=submit]:hover,
.tfa-entry-form .node--type-constructor--teaser input.hidden--telephone[type=submit]:hover, .node--type-constructor--teaser .bad-cart-constructor-send-cart-form input.hidden--telephone[type=submit]:hover, .node--type-constructor--teaser .block--block-costumers-catalog-webform input.hidden--telephone[type=submit]:hover,
.node--type-constructor--teaser .block--catalogue-request-form input.hidden--telephone[type=submit]:hover,
.node--type-constructor--teaser .block--block-catalogue-request-form-for-consumers input.hidden--telephone[type=submit]:hover,
.node--type-constructor--teaser .block--block-altt-catalogue-request-form input.hidden--telephone[type=submit]:hover, .node--type-constructor--teaser .user-logged-in .user-form input.hidden--telephone[type=submit]:hover, .user-logged-in .node--type-constructor--teaser .user-form input.hidden--telephone[type=submit]:hover, .node--type-constructor--teaser .node-constructor-edit-form input.hidden--telephone[type=submit]:hover, .node--type-constructor--teaser .block-bad-constructor-register-constructor input.hidden--telephone[type=submit]:hover, .node--type-constructor--teaser .block-bad-constructor-register-constructor-with-user input.hidden--telephone[type=submit]:hover, .bad-cart-constructor-send-cart-form .node--type-constructor--teaser input.hidden--telephone[type=submit]:hover, .block--block-costumers-catalog-webform .node--type-constructor--teaser input.hidden--telephone[type=submit]:hover,
.block--catalogue-request-form .node--type-constructor--teaser input.hidden--telephone[type=submit]:hover,
.block--block-catalogue-request-form-for-consumers .node--type-constructor--teaser input.hidden--telephone[type=submit]:hover,
.block--block-altt-catalogue-request-form .node--type-constructor--teaser input.hidden--telephone[type=submit]:hover, .user-logged-in .user-form .node--type-constructor--teaser input.hidden--telephone[type=submit]:hover, .node-constructor-edit-form .node--type-constructor--teaser input.hidden--telephone[type=submit]:hover, .block-bad-constructor-register-constructor .node--type-constructor--teaser input.hidden--telephone[type=submit]:hover, .block-bad-constructor-register-constructor-with-user .node--type-constructor--teaser input.hidden--telephone[type=submit]:hover {
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.4);
  transform: scale(1) translateY(0px);
}
.node--type-constructor--teaser .hidden--telephone.btn.hidden--telephone--hide, .node--type-constructor--teaser .hidden--telephone.hidden--telephone--hide.button--primary, .node--type-constructor--teaser .user-login-form input.hidden--telephone.hidden--telephone--hide[type=submit], .user-login-form .node--type-constructor--teaser input.hidden--telephone.hidden--telephone--hide[type=submit],
.node--type-constructor--teaser .tfa-entry-form input.hidden--telephone.hidden--telephone--hide[type=submit],
.tfa-entry-form .node--type-constructor--teaser input.hidden--telephone.hidden--telephone--hide[type=submit], .node--type-constructor--teaser .bad-cart-constructor-send-cart-form input.hidden--telephone.hidden--telephone--hide[type=submit], .node--type-constructor--teaser .block--block-costumers-catalog-webform input.hidden--telephone.hidden--telephone--hide[type=submit],
.node--type-constructor--teaser .block--catalogue-request-form input.hidden--telephone.hidden--telephone--hide[type=submit],
.node--type-constructor--teaser .block--block-catalogue-request-form-for-consumers input.hidden--telephone.hidden--telephone--hide[type=submit],
.node--type-constructor--teaser .block--block-altt-catalogue-request-form input.hidden--telephone.hidden--telephone--hide[type=submit], .node--type-constructor--teaser .user-logged-in .user-form input.hidden--telephone.hidden--telephone--hide[type=submit], .user-logged-in .node--type-constructor--teaser .user-form input.hidden--telephone.hidden--telephone--hide[type=submit], .node--type-constructor--teaser .node-constructor-edit-form input.hidden--telephone.hidden--telephone--hide[type=submit], .node--type-constructor--teaser .block-bad-constructor-register-constructor input.hidden--telephone.hidden--telephone--hide[type=submit], .node--type-constructor--teaser .block-bad-constructor-register-constructor-with-user input.hidden--telephone.hidden--telephone--hide[type=submit], .bad-cart-constructor-send-cart-form .node--type-constructor--teaser input.hidden--telephone.hidden--telephone--hide[type=submit], .block--block-costumers-catalog-webform .node--type-constructor--teaser input.hidden--telephone.hidden--telephone--hide[type=submit],
.block--catalogue-request-form .node--type-constructor--teaser input.hidden--telephone.hidden--telephone--hide[type=submit],
.block--block-catalogue-request-form-for-consumers .node--type-constructor--teaser input.hidden--telephone.hidden--telephone--hide[type=submit],
.block--block-altt-catalogue-request-form .node--type-constructor--teaser input.hidden--telephone.hidden--telephone--hide[type=submit], .user-logged-in .user-form .node--type-constructor--teaser input.hidden--telephone.hidden--telephone--hide[type=submit], .node-constructor-edit-form .node--type-constructor--teaser input.hidden--telephone.hidden--telephone--hide[type=submit], .block-bad-constructor-register-constructor .node--type-constructor--teaser input.hidden--telephone.hidden--telephone--hide[type=submit], .block-bad-constructor-register-constructor-with-user .node--type-constructor--teaser input.hidden--telephone.hidden--telephone--hide[type=submit] {
  display: none;
}
.node--type-constructor--teaser .btn, .node--type-constructor--teaser .button--primary, .node--type-constructor--teaser .user-login-form input[type=submit], .user-login-form .node--type-constructor--teaser input[type=submit],
.node--type-constructor--teaser .tfa-entry-form input[type=submit],
.tfa-entry-form .node--type-constructor--teaser input[type=submit], .node--type-constructor--teaser .bad-cart-constructor-send-cart-form input[type=submit], .node--type-constructor--teaser .block--block-costumers-catalog-webform input[type=submit],
.node--type-constructor--teaser .block--catalogue-request-form input[type=submit],
.node--type-constructor--teaser .block--block-catalogue-request-form-for-consumers input[type=submit],
.node--type-constructor--teaser .block--block-altt-catalogue-request-form input[type=submit], .node--type-constructor--teaser .user-logged-in .user-form input[type=submit], .user-logged-in .node--type-constructor--teaser .user-form input[type=submit], .node--type-constructor--teaser .node-constructor-edit-form input[type=submit], .node--type-constructor--teaser .block-bad-constructor-register-constructor input[type=submit], .node--type-constructor--teaser .block-bad-constructor-register-constructor-with-user input[type=submit], .bad-cart-constructor-send-cart-form .node--type-constructor--teaser input[type=submit], .block--block-costumers-catalog-webform .node--type-constructor--teaser input[type=submit],
.block--catalogue-request-form .node--type-constructor--teaser input[type=submit],
.block--block-catalogue-request-form-for-consumers .node--type-constructor--teaser input[type=submit],
.block--block-altt-catalogue-request-form .node--type-constructor--teaser input[type=submit], .user-logged-in .user-form .node--type-constructor--teaser input[type=submit], .node-constructor-edit-form .node--type-constructor--teaser input[type=submit], .block-bad-constructor-register-constructor .node--type-constructor--teaser input[type=submit], .block-bad-constructor-register-constructor-with-user .node--type-constructor--teaser input[type=submit] {
  margin: auto;
  margin-top: 1em;
}
@media screen and (min-width: 900px) {
  .node--type-constructor--teaser .btn, .node--type-constructor--teaser .button--primary, .node--type-constructor--teaser .user-login-form input[type=submit], .user-login-form .node--type-constructor--teaser input[type=submit],
  .node--type-constructor--teaser .tfa-entry-form input[type=submit],
  .tfa-entry-form .node--type-constructor--teaser input[type=submit], .node--type-constructor--teaser .bad-cart-constructor-send-cart-form input[type=submit], .node--type-constructor--teaser .block--block-costumers-catalog-webform input[type=submit],
  .node--type-constructor--teaser .block--catalogue-request-form input[type=submit],
  .node--type-constructor--teaser .block--block-catalogue-request-form-for-consumers input[type=submit],
  .node--type-constructor--teaser .block--block-altt-catalogue-request-form input[type=submit], .node--type-constructor--teaser .user-logged-in .user-form input[type=submit], .user-logged-in .node--type-constructor--teaser .user-form input[type=submit], .node--type-constructor--teaser .node-constructor-edit-form input[type=submit], .node--type-constructor--teaser .block-bad-constructor-register-constructor input[type=submit], .node--type-constructor--teaser .block-bad-constructor-register-constructor-with-user input[type=submit], .bad-cart-constructor-send-cart-form .node--type-constructor--teaser input[type=submit], .block--block-costumers-catalog-webform .node--type-constructor--teaser input[type=submit],
  .block--catalogue-request-form .node--type-constructor--teaser input[type=submit],
  .block--block-catalogue-request-form-for-consumers .node--type-constructor--teaser input[type=submit],
  .block--block-altt-catalogue-request-form .node--type-constructor--teaser input[type=submit], .user-logged-in .user-form .node--type-constructor--teaser input[type=submit], .node-constructor-edit-form .node--type-constructor--teaser input[type=submit], .block-bad-constructor-register-constructor .node--type-constructor--teaser input[type=submit], .block-bad-constructor-register-constructor-with-user .node--type-constructor--teaser input[type=submit] {
    margin-right: 0;
  }
}

.block-bad-constructor-register-constructor input[type=radio],
.block-bad-constructor-register-constructor input[type=checkbox], .block-bad-constructor-register-constructor-with-user input[type=radio],
.block-bad-constructor-register-constructor-with-user input[type=checkbox] {
  display: inline-block;
  margin-right: 5px;
}
.block-bad-constructor-register-constructor .button--primary, .block-bad-constructor-register-constructor-with-user .button--primary {
  background: #58A009;
  color: #FFFFFF !important;
}

.user-logged-in .user-form, .node-constructor-edit-form {
  margin: 40px 0;
}
.user-logged-in .user-form input[type=radio],
.user-logged-in .user-form input[type=checkbox], .node-constructor-edit-form input[type=radio],
.node-constructor-edit-form input[type=checkbox] {
  display: inline-block;
  margin-right: 5px;
}
.user-logged-in .user-form input[type=submit], .node-constructor-edit-form input[type=submit] {
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  margin: 15px auto;
  padding: 17px 28px 14px 28px;
}
.user-logged-in .user-form .button--primary, .node-constructor-edit-form .button--primary {
  background: #58A009;
  color: #FFFFFF !important;
}

@-webkit-keyframes pulse_box_shadow {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse_box_shadow {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.form--slow-submitter .form-submit.js-loading {
  background-color: #b8b8b8;
  box-shadow: none;
  -webkit-animation: pulse_box_shadow 1s infinite;
  animation: pulse_box_shadow 1s infinite;
  pointer-events: none;
}
.form--slow-submitter .form-submit.js-loading:hover, .form--slow-submitter .form-submit.js-loading:focus {
  background-color: #b8b8b8;
  cursor: default;
  pointer-events: none;
  outline: 0;
}

.page-node-type-constructor .ui-autocomplete,
.constructor-form-page .ui-autocomplete {
  background-color: #FFFFFF;
  padding: 10px 5px;
  border: 1px solid #212121;
}
.page-node-type-constructor .ui-autocomplete .ui-menu-item,
.constructor-form-page .ui-autocomplete .ui-menu-item {
  padding: 5px 0;
}

.block--catalogue {
  margin: 0 0 5em 0;
}
@media screen and (min-width: 900px) {
  .block--catalogue {
    margin: 0 0 7em 0;
  }
}
.block--catalogue {
  overflow: hidden;
  position: relative;
}
.block--catalogue h1 {
  color: #4A4A4A;
  font-size: 1.6em;
  font-weight: 100 !important;
}
.block--catalogue .block--catalouge--content-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 50%;
  background: #F9F9F9;
}
@media screen and (max-width: 599px) {
  .block--catalogue .block--catalouge--content-wrapper {
    grid-template-columns: 1fr;
  }
}
.block--catalogue .col {
  padding: 40px;
}
@media (max-width: 599px) {
  .block--catalogue .col.separator {
    display: none;
  }
}
@media (max-width: 599px) {
  .block--catalogue .col.image {
    padding-bottom: 20px;
  }
}
.block--catalogue .col.information {
  background: #FFFFFF;
  display: flex;
  align-items: center;
}
.block--catalogue .col.information .elements {
  max-width: 500px;
}
@media (max-width: 599px) {
  .block--catalogue .col.information {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 599px) {
  .block--catalogue .col.information .buttons {
    display: inline-block;
  }
  .block--catalogue .col.information .buttons .btn {
    margin: 0.5em 0;
  }
}
.block--catalogue img {
  float: right;
}
@media (max-width: 599px) {
  .block--catalogue img {
    width: 100%;
    float: unset;
  }
}
.block--catalogue .btn {
  margin: 0 0 1em 0;
}
@media screen and (max-width: 599px) {
  .block--catalogue .btn {
    margin-right: 1em;
  }
  .block--catalogue .btn:last-of-type {
    margin-right: 0;
  }
}

.block--catalogue--blue {
  background: #022549;
}
.block--catalogue--blue h1,
.block--catalogue--blue p,
.block--catalogue--blue .btn {
  color: #FFF;
}
.block--catalogue--blue .btn {
  background: #14AAFD;
  border: none;
}

/**
 * ---------- Order our catalogue form ----------
 */
.block--block-costumers-catalog-webform,
.block--catalogue-request-form,
.block--block-catalogue-request-form-for-consumers,
.block--block-altt-catalogue-request-form {
  margin-bottom: 2em;
}
@media (min-width: 900px) {
  .block--block-costumers-catalog-webform,
  .block--catalogue-request-form,
  .block--block-catalogue-request-form-for-consumers,
  .block--block-altt-catalogue-request-form {
    margin-bottom: 5em;
  }
}
.block--block-costumers-catalog-webform input[type=submit],
.block--catalogue-request-form input[type=submit],
.block--block-catalogue-request-form-for-consumers input[type=submit],
.block--block-altt-catalogue-request-form input[type=submit] {
  display: inline-block !important;
}

.view-constructors-overview .view-content {
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  border-top: 3px solid #082E54;
  column-gap: 1.5em;
  font-size: 0.8em;
  margin: 1em 0;
  padding: 0;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .view-constructors-overview .view-content {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 600px) {
  .view-constructors-overview .view-content {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media screen and (min-width: 900px) {
  .view-constructors-overview .view-content {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
.view-constructors-overview .view-content .item-list {
  display: inline-block;
  width: 100%;
}
.view-constructors-overview .view-content .item-list h3 {
  font-size: 1.4em;
  hyphens: auto;
  margin-bottom: 10px;
  word-wrap: auto;
}
.view-constructors-overview .view-content .item-list ul {
  margin-bottom: 0;
}
.view-constructors-overview .view-content .item-list li {
  margin: 2px 10px 2px 0;
}
.view-constructors-overview .view-content .item-list li span.field-content::after {
  content: "|";
  display: inline-block;
}
.view-constructors-overview .view-content .item-list li:last-of-type span.field-content::after {
  content: "";
}
@media screen and (min-width: 990px) {
  .view-constructors-overview .view-content .item-list li {
    margin: 2px 0;
  }
  .view-constructors-overview .view-content .item-list li span.field-content::after {
    content: "";
  }
}

#sliding-popup .popup-content #popup-buttons button {
  line-height: 1;
  margin: 10px;
}

.eu-cookie-compliance-default-button {
  text-shadow: unset;
  box-shadow: unset;
}

.path-rita-ditt-badrum main {
  min-height: calc(100vh - 60px);
}
@media screen and (min-width: 1000px) and (min-height: 630px) {
  .path-rita-ditt-badrum .region-header {
    display: none;
  }
}

.sparkvision-container {
  position: relative;
}

#blueprint-frame {
  height: 0;
  left: 50%;
  margin: -1px 0px -6px 0;
  position: relative;
  transform: translateX(-50%);
  transition: height 0.18s ease-in-out;
  width: 0;
  /**
   * These MQs are fallbakcs if JavaScript fails.
   * The height and widths are calculated in Header.js to produce the maximum Spar Vision tool area.
   * Using vh units on the height crashes the tool, yes it's that good..
   */
}
@media screen and (min-width: 1000px) and (min-height: 768px) {
  #blueprint-frame {
    height: 600px;
    width: 90%;
    width: 90vw;
  }
}
@media screen and (min-width: 1440px) and (min-height: 900px) {
  #blueprint-frame {
    height: 725px;
    width: 84vw;
  }
}
@media screen and (min-width: 1920px) and (min-height: 1080px) {
  #blueprint-frame {
    height: 990px;
  }
}
@media screen and (min-width: 1920px) and (min-height: 1200px) {
  #blueprint-frame {
    height: 1090px;
  }
}
@media screen and (min-width: 1920px) and (min-height: 1400px) {
  #blueprint-frame {
    height: 1300px;
  }
}
@media screen and (min-width: 2560px) and (min-height: 1600px) {
  #blueprint-frame {
    height: 1530px;
  }
}
@media screen and (min-width: 2880px) and (min-height: 1800px) {
  #blueprint-frame {
    height: 1730px;
  }
}

.Rita-ditt-badrum-mobile {
  margin: 3em 5em;
  text-align: center;
}
@media screen and (min-width: 700px) and (min-height: 630px) {
  .Rita-ditt-badrum-mobile {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .Rita-ditt-badrum-mobile {
    margin: 3em 1em;
  }
}
.Rita-ditt-badrum-mobile p {
  font-weight: 300;
}
.Rita-ditt-badrum-mobile .btn-rita-dit-badrum a {
  padding: 11px 60px;
  margin-bottom: 2em;
}

.bp-footer {
  color: #FFFFFF;
  margin-top: auto;
  padding-top: 1em;
}
.bp-footer a {
  color: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .bp-footer .region-footer-upper .block,
  .bp-footer .region-footer-upper .field,
  .bp-footer .region-footer-lower .block,
  .bp-footer .region-footer-lower .field {
    display: inline-block;
  }
}
@media screen and (min-width: 900px) {
  .bp-footer .region-footer-upper .block,
  .bp-footer .region-footer-lower .block {
    max-width: 30%;
    vertical-align: top;
  }
}
.bp-footer .region-footer-upper--content-wrapper {
  max-width: 990px;
  padding: 0 1em;
}
@media screen and (min-width: calc(1em + 1000px)) {
  .bp-footer .region-footer-upper--content-wrapper {
    padding: 0;
  }
}
.bp-footer .region-footer-upper--content-wrapper {
  margin: auto;
  padding-bottom: 1em;
  padding-top: 2em;
}
.bp-footer .region-footer-upper {
  padding-bottom: 2rem;
}
.bp-footer .region-footer-upper .menu--footer {
  max-width: 100%;
  padding-left: 0;
  margin-left: 0;
}
.bp-footer .region-footer-upper .logo {
  display: block;
  margin-bottom: 1em;
  width: 133px;
}
.bp-footer .region-footer-upper .menu--category,
.bp-footer .region-footer-upper .menu--footer,
.bp-footer .region-footer-upper .menu--folj-oss {
  background: inherit;
  box-shadow: none;
  font-size: 0.9rem;
  max-height: 2000px;
  opacity: 1;
}
.bp-footer .region-footer-upper .menu--category li,
.bp-footer .region-footer-upper .menu--category ul,
.bp-footer .region-footer-upper .menu--footer li,
.bp-footer .region-footer-upper .menu--footer ul,
.bp-footer .region-footer-upper .menu--folj-oss li,
.bp-footer .region-footer-upper .menu--folj-oss ul {
  background: inherit;
  border: none;
  max-width: 100%;
  padding-left: 0;
}
.bp-footer .region-footer-upper .menu--category li a,
.bp-footer .region-footer-upper .menu--category ul a,
.bp-footer .region-footer-upper .menu--footer li a,
.bp-footer .region-footer-upper .menu--footer ul a,
.bp-footer .region-footer-upper .menu--folj-oss li a,
.bp-footer .region-footer-upper .menu--folj-oss ul a {
  color: #FFFFFF;
  padding-left: 0;
}
.bp-footer .region-footer-upper .menu--category li.icon-bim,
.bp-footer .region-footer-upper .menu--footer li.icon-bim,
.bp-footer .region-footer-upper .menu--folj-oss li.icon-bim {
  display: block;
}
.bp-footer .region-footer-upper .menu--category .menu--quick-links--mobile,
.bp-footer .region-footer-upper .menu--footer .menu--quick-links--mobile,
.bp-footer .region-footer-upper .menu--folj-oss .menu--quick-links--mobile {
  display: none;
}
@media screen and (min-width: 900px) {
  .bp-footer .region-footer-upper .menu--category:not(.menu--folj-oss, .menu--footer),
  .bp-footer .region-footer-upper .menu--footer:not(.menu--folj-oss, .menu--footer),
  .bp-footer .region-footer-upper .menu--folj-oss:not(.menu--folj-oss, .menu--footer) {
    max-width: 49%;
    padding-left: 0;
  }
  .bp-footer .region-footer-upper .menu--category,
  .bp-footer .region-footer-upper .menu--footer,
  .bp-footer .region-footer-upper .menu--folj-oss {
    display: inline-block;
    padding-top: 0;
  }
  .bp-footer .region-footer-upper .menu--category li,
  .bp-footer .region-footer-upper .menu--footer li,
  .bp-footer .region-footer-upper .menu--folj-oss li {
    display: block;
    float: none;
    padding-top: 0;
  }
}
.bp-footer .region-footer-upper .menu--footer {
  margin-top: 1.4rem;
  padding-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .bp-footer .region-footer-upper .menu--footer {
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
  }
}
.bp-footer .region-footer-upper .menu--footer span:first-of-type {
  font-weight: 600;
}
.bp-footer .region-footer-upper .menu--footer span:first-of-type:after {
  content: ":";
  display: inline-block;
  margin-left: 2px;
}
.bp-footer .region-footer-upper .menu--footer ul.menu-level--top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bp-footer .region-footer-upper .menu--footer li.menu-level--0 {
  font-weight: 600;
  list-style: none;
}
@media screen and (min-width: 900px) {
  .bp-footer .region-footer-upper .menu--footer li.menu-level--0:not(:first-of-type) {
    margin-left: 1.5rem;
  }
}
.bp-footer .region-footer-upper .menu--footer li.menu-level--0 a {
  display: inline-block;
  vertical-align: middle;
}
.bp-footer .region-footer-upper .menu--folj-oss {
  margin-top: 1.4rem;
}
@media screen and (min-width: 900px) {
  .bp-footer .region-footer-upper .menu--folj-oss {
    margin-top: 0;
    margin-left: 0rem;
    max-width: 60%;
  }
}
.bp-footer .region-footer-upper .menu--folj-oss span:first-of-type {
  font-weight: 600;
}
.bp-footer .region-footer-upper .menu--folj-oss span:first-of-type:after {
  content: ":";
  display: inline-block;
  margin-left: 2px;
}
.bp-footer .region-footer-upper .menu--folj-oss ul.menu-level--top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bp-footer .region-footer-upper .menu--folj-oss li.menu-level--0 {
  font-weight: 600;
  list-style: none;
  padding: 0 10px 10px 0;
}
@media screen and (min-width: 900px) {
  .bp-footer .region-footer-upper .menu--folj-oss li.menu-level--0:not(:first-of-type) {
    margin-left: 1.5rem;
  }
}
.bp-footer .region-footer-upper .menu--folj-oss li.menu-level--0 a {
  display: inline-block;
  vertical-align: middle;
}
.bp-footer .region-footer-upper .menu--folj-oss li.menu-level--0 [href*=instagram]:before {
  content: "";
  display: inline-block;
  background: url(.././assets/instagram.svg) no-repeat;
  background-size: 39px;
  height: 39px;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 39px;
}
.bp-footer .region-footer-upper .menu--folj-oss li.menu-level--0 [href*=pinterest]:before {
  content: "";
  display: inline-block;
  background: url(.././assets/pinterest.svg) no-repeat;
  background-size: 39px;
  height: 39px;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 39px;
}
.bp-footer .region-footer-upper .menu--folj-oss li.menu-level--0 [href*=youtube]:before {
  content: "";
  display: inline-block;
  background: url(.././assets/youtube.svg) no-repeat;
  background-size: 39px;
  height: 39px;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 39px;
}
.bp-footer .region-footer-lower {
  padding: 1.5rem 0;
}
.bp-footer .region-footer-lower {
  font-size: 0.9em;
}
.bp-footer .region-footer-lower p {
  margin: 0;
}
.bp-footer .region-footer-lower--content-wrapper {
  max-width: 990px;
  padding: 0 1em;
}
@media screen and (min-width: calc(1em + 1000px)) {
  .bp-footer .region-footer-lower--content-wrapper {
    padding: 0;
  }
}
.bp-footer .region-footer-lower--content-wrapper {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding-bottom: 5em;
}
@media screen and (min-width: 900px) {
  .bp-footer .region-footer-lower--content-wrapper {
    flex-direction: row;
  }
}
.bp-footer .contact-info,
.bp-footer .help-and-support {
  flex: 1;
}
@media screen and (min-width: 900px) {
  .bp-footer .contact-info > div,
  .bp-footer .help-and-support > div {
    display: inline-block;
    max-width: 49%;
    vertical-align: top;
  }
  .bp-footer .contact-info > div:first-of-type,
  .bp-footer .help-and-support > div:first-of-type {
    margin-right: 1em;
  }
}
.bp-footer .help-and-support {
  text-align: center;
  margin-top: 1.5em;
}
@media screen and (min-width: 900px) {
  .bp-footer .help-and-support {
    margin-top: 0;
  }
}
.bp-footer .help-and-support .phonenumber--help {
  font-size: 2em;
}
.bp-footer .contact-info {
  margin-top: 1em;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .bp-footer .contact-info {
    margin-top: 0em;
    text-align: left;
  }
}

label.form-required {
  display: inline-block;
  margin-bottom: 0.5em;
}

.form-type-select {
  margin-right: 1em;
}
.form-type-select select.form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; /* this is must */
  border-radius: 4px;
  background: inherit;
  background-color: #FFFFFF !important; /* This is to override the default browser bg-colors */
  border: 1px solid #CAC8BF;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.4);
  color: inherit;
  display: block;
  font-size: 14px;
  line-height: 22px !important;
  height: auto !important;
  max-width: 100%;
  padding: 10px 20px;
}
.form-type-select select.form-select.has-children, .block-bad-constructor .form-type-select select.form-select {
  background: url(.././assets/arrow-down.svg) calc(100% - 10px) center no-repeat;
  padding: 10px 35px 10px 13px !important;
}
.form-type-select select.form-select option {
  padding: 0 4px;
}
.form-type-select select::-ms-expand {
  display: none;
}
.form-type-select select:disabled::-ms-expand {
  background: #f60;
}

.bef-exposed-form .form--inline .form-item-sort-by,
.bef-exposed-form .form--inline .form-item-sort-order {
  margin-right: 2em;
}
.bef-exposed-form .form--inline .form-item-sort-by a,
.bef-exposed-form .form--inline .form-item-sort-order a {
  color: #14AAFD;
}
.bef-exposed-form .form--inline .form-item-sort-by div,
.bef-exposed-form .form--inline .form-item-sort-order div {
  display: inline-block;
}

.user-login-form input[type=submit],
.tfa-entry-form input[type=submit] {
  background: #FFFFFF;
  color: #022549;
}

.tfa-entry-form input[type=submit] {
  background: #58A009;
  color: #FFFFFF;
}

.user-logout-confirm {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  font-size: 1.5REM;
}
.user-logout-confirm p {
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}
.user-logout-confirm #edit-actions {
  display: flex;
  justify-content: space-evenly;
  margin: 40px 0 20px;
}
.user-logout-confirm #edit-actions #edit-submit {
  background-color: #000000;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 700;
}
.user-logout-confirm #edit-actions #edit-cancel {
  color: #000;
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: 700;
  margin-top: 25px;
}

.bp-header--with-hero {
  background: rgba(249, 249, 249, 0.35);
  min-height: 530px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .bp-header--with-hero {
    height: 530px;
  }
}
.bp-header--with-hero .bp-header__hero {
  position: absolute;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 2000px;
  left: 50%;
  transform: translateX(-50%);
}
.bp-header--with-hero .bp-header__hero img {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .bp-header--with-hero .bp-header__hero img {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    width: auto;
  }
}
.bp-header--with-hero .bp-header__hero video {
  object-fit: cover;
  height: 530px;
  width: 100vw;
  position: absolute;
  top: 0;
  display: block;
}

.hero-text {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  word-wrap: break-word;
}
@media (min-width: 975px) {
  .hero-text {
    padding: 0;
    word-wrap: normal;
  }
}
.hero-text.hero-text--center {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #FFF;
}
.hero-text.hero-text--center h2 {
  color: #FFF;
  margin-top: 0;
  font-weight: 600;
  font-size: 2.3em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.hero-text.hero-text--center .hero-text__description {
  font-size: 1.2em;
  max-width: 660px;
  display: inline-block;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.hero-text.hero-text--center .hero-text__action {
  margin-top: 22px;
}
.hero-text.hero-text--left {
  max-width: 960px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.hero-text.hero-text--left h2 {
  color: #022549;
  margin-top: 0;
  /* Vägen till ditt nya: */
  font-weight: 600;
  font-size: 2.3em;
  max-width: 600px;
}
.hero-text.hero-text--left .hero-text__description {
  font-size: 1.2em;
  display: inline-block;
  color: #022549;
  max-width: 600px;
}
.hero-text .hero-text--background {
  background: rgba(255, 255, 255, 0.65);
  max-width: 670px;
  padding: 35px;
}

.region-header {
  padding-top: 14px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .region-header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.region-header .header--content-wrapper {
  max-width: 990px;
  padding: 0 1em;
}
@media screen and (min-width: calc(1em + 1000px)) {
  .region-header .header--content-wrapper {
    padding: 0;
  }
}
.region-header .header--content-wrapper {
  margin: auto;
}
@media screen and (min-width: 900px) {
  .region-header .header--content-wrapper {
    align-items: center;
    display: flex;
  }
}
.region-header .logo {
  transform: translateX(-90px);
}
@media screen and (min-width: 900px) {
  .region-header .logo {
    margin-right: auto;
    width: 200px;
    vertical-align: middle;
    transform: none;
  }
}
.region-header .logo svg {
  width: 120px;
}
@media screen and (min-width: 900px) {
  .region-header .logo svg {
    width: 200px;
  }
}
.region-header .btn--mitt-badrum,
.region-header .btn--installatorer {
  vertical-align: middle;
  display: none;
}
@media screen and (min-width: 900px) {
  .region-header .btn--mitt-badrum,
  .region-header .btn--installatorer {
    display: inline-block;
  }
}
.region-header .btn--mitt-badrum > button,
.region-header .btn--installatorer > button {
  align-items: center;
  background: none;
  border: none;
  color: #767676;
  display: flex;
  flex-direction: column;
  font-size: 0.6em;
  justify-content: space-between;
  overflow: hidden;
  width: 65px;
}
.region-header .btn--mitt-badrum > button svg,
.region-header .btn--installatorer > button svg {
  fill: #14AAFD;
  height: 18px;
  margin-bottom: 4px;
}

.hero {
  margin: 0 0 5em 0;
}
@media screen and (min-width: 900px) {
  .hero {
    margin: 0 0 7em 0;
  }
}
.hero {
  left: calc(-50vw + 50%);
  min-height: 300px;
  min-width: 100vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
  .hero {
    height: 697px;
  }
}
@media screen and (min-width: 2000px) {
  .hero {
    left: calc(-1000px + 50%);
    max-width: 2000px;
    min-width: 2000px;
  }
}
.hero .hero-image {
  height: 300px;
  min-width: 100%;
  max-width: 2000px;
}
.hero .hero-image .field,
.hero .hero-image picture,
.hero .hero-image img {
  height: 697px;
  min-width: 100%;
  width: auto;
}
@media screen and (min-width: 600px) {
  .hero .hero-image .field,
  .hero .hero-image picture,
  .hero .hero-image img {
    height: 697px;
  }
}
@supports (object-fit: cover) {
  .hero .hero-image {
    height: 697px;
    width: 100%;
  }
  .hero .hero-image img {
    height: 697px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
  @media screen and (min-width: 600px) {
    .hero .hero-image img {
      height: 697px;
    }
  }
}
.hero h2 {
  margin: 5px 0 8px;
}
@media screen and (min-width: 1200px) {
  .hero h2 {
    font-size: 2em;
  }
}
.hero p {
  margin-top: 4px;
}

.content--taxonomy--category h2,
.hero-description--landing-page h2 {
  margin: 5px 0 5px;
}
@media screen and (min-width: 1200px) {
  .content--taxonomy--category h2,
  .hero-description--landing-page h2 {
    font-size: 2em;
  }
}
.content--taxonomy--category p,
.hero-description--landing-page p {
  margin-top: 4px;
}

.content--taxonomy--category {
  margin-top: 1em;
}
.content--taxonomy--category a {
  color: inherit;
}
@media screen and (min-width: 900px) {
  .content--taxonomy--category {
    left: 50%;
    margin-top: 0;
    max-height: calc(300px - 2em);
    min-width: 50%;
    padding: 1em 1.4em;
    position: absolute;
    top: 185px;
    transform: translateX(-100%) translateY(-50%);
    font-weight: 600;
  }
  .content--taxonomy--category h2 {
    margin-top: 0;
  }
}

.vocabulary-category {
  position: relative;
}

/*
 * ---------- Landing page hero ----------
 */
.hero-description--landing-page {
  width: 90%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  text-align: center;
  margin-top: 0;
  max-width: calc(100% - 2em);
  padding: 1.5em;
  top: 348.5px;
}
@media screen and (min-width: 600px) {
  .hero-description--landing-page {
    width: 690px;
  }
}
.hero-description--landing-page .btn--hero {
  text-align: center;
}

.menu.menu--category .Icon {
  height: 25px;
  margin: 5px 5px 0px 10px;
  max-width: 25px;
}
@media screen and (min-width: 900px) {
  .menu.menu--category .Icon {
    margin: 2px 6px 0px 0px;
  }
}
.menu.menu--category .menu--quick-links .Icon {
  margin: 0;
}

.node--type-inspiration {
  margin-bottom: 2em;
}
@media screen and (min-width: 900px) {
  .node--type-inspiration {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 599px) {
  .node--type-inspiration .field--name-body img {
    width: 100%;
    height: auto;
    margin: 1em 0;
  }
}
.node--type-inspiration .content {
  margin-bottom: 2em;
}
.node--type-inspiration .field__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .node--type-inspiration .field__items {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.node--type-inspiration .field__items .field__item {
  margin-right: 29px;
  margin-bottom: 29px;
}
@media screen and (min-width: 900px) {
  .node--type-inspiration .field__items .field__item {
    justify-content: flex-start;
  }
  .node--type-inspiration .field__items .field__item:nth-child(2n) {
    margin-right: 29px;
  }
  .node--type-inspiration .field__items .field__item:nth-child(4n) {
    margin-right: 0;
  }
}
.node--type-inspiration .teaser--product--price span {
  margin-top: 5px;
}
.node--type-inspiration .field--type-commerce-price {
  padding: 0.5em 0;
}
.node--type-inspiration .field--type-commerce-price .field__item {
  margin: 0;
}
.node--type-inspiration .teaser--product--read-more {
  padding: 0.5em 0;
}

.node--view-mode-teaser {
  margin-bottom: 0;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.gallery-container .gallery-3d {
  flex: 1 1 auto;
  padding-bottom: 1em;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .gallery-container .gallery-3d {
    margin-bottom: 4em;
    padding-bottom: 0em;
    padding-right: 1em;
    width: 50%;
  }
}
.gallery-container .gallery-thumbnails {
  flex: 1 1 auto;
}
.gallery-container .gallery-thumbnails .field__items {
  justify-content: flex-start;
}
.gallery-container .gallery-thumbnails .field__label {
  margin: 1em 0 0.5em;
  font-weight: 400;
}
.gallery-container .gallery-thumbnails .image-style-bad-thumbnail {
  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;
  min-height: 65px;
  height: 65px;
  width: 65px;
}

/**
 * ---------- Inspiration view ----------¨
 */
.view--inspiration a {
  color: inherit;
}
.view--inspiration .view-header {
  margin-bottom: 2em;
}
.view--inspiration .view-content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .view--inspiration .view-content {
    justify-content: flex-start;
  }
}
.view--inspiration .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;
}
.view--inspiration .views-row:hover {
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.4);
  transform: scale(1.03) translateY(-5px);
}
.view--inspiration .views-row {
  margin-bottom: 29px;
  margin-right: 29px;
  min-height: 350px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .view--inspiration .views-row {
    flex: 1 1 calc(30% - 1em);
    max-width: calc(30% - 1em);
    width: calc(30% - 1em);
    width: calc(30% - 1em);
  }
  .view--inspiration .views-row:nth-child(3n) {
    margin-right: 0;
  }
}
.view--inspiration .views-row article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.view--inspiration .views-row img {
  max-width: 100%;
  min-height: 200px;
  height: auto;
}
.view--inspiration .views-row div {
  flex: 1 1 auto;
}
.view--inspiration .views-row h4 {
  border-bottom: 1px solid #F9F9F9;
  padding: 1em;
  margin: 0;
  text-align: left;
  color: #14AAFD;
}
.view--inspiration .views-row .inspiration-teaser--link {
  text-align: center;
  display: block;
  line-height: 3em;
}
.view--inspiration .views-row .inspiration-teaser--link svg {
  max-width: 10px;
  max-height: 10px;
  fill: #022549;
  margin-left: 0.5em;
}

#block-3dbadrum-top {
  margin-top: 10px;
}

.ig-cbox iframe.instagram-media {
  border: none;
}
.ig-cbox {
  /* Create borderless window */
}
.ig-cbox div[id^=cboxTop],
.ig-cbox div[id^=cboxMiddle],
.ig-cbox div[id^=cboxBottom],
.ig-cbox #cboxCurrent {
  display: none !important;
}
.ig-cbox #cboxWrapper {
  overflow: visible !important;
}
.ig-cbox #cboxContent, .ig-cbox #cboxWrapper {
  border-radius: 0;
  overflow: unset;
}
.ig-cbox #cboxPrevious, .ig-cbox #cboxNext, .ig-cbox #cboxClose {
  position: fixed;
  bottom: 50%;
  width: 0;
  height: 0;
  opacity: 0.7;
  -moz-opacity: 0.7;
  background: unset;
}
.ig-cbox #cboxPrevious {
  left: 5%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
  /* transform: translate(10%, 0px); */
}
@media screen and (max-width: 599px) {
  .ig-cbox #cboxPrevious {
    left: 1%;
  }
}
.ig-cbox #cboxPrevious:hover {
  border-right: 15px solid #a6a6a6;
}
.ig-cbox #cboxNext {
  left: 95%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
}
@media screen and (max-width: 599px) {
  .ig-cbox #cboxNext {
    right: 1%;
  }
}
.ig-cbox #cboxNext:hover {
  border-left: 15px solid #a6a6a6;
}

.ig-cbox#cboxOverlay {
  overflow: unset !important;
}

.instagram-block {
  margin-bottom: 3em;
}
.instagram-block__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}
.instagram-block__item {
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
  max-height: 165px;
}
.instagram-block__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .instagram-block__item {
    width: calc(16.6666666667% - 0.5rem);
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .instagram-block__item:nth-child(2n) {
    margin-right: 0.5rem;
  }
  .instagram-block__item:nth-child(6n) {
    margin-right: 0;
  }
}
.instagram-block__item a {
  position: relative;
  display: inline-block;
}
.instagram-block__item a, .instagram-block__item a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram-block__item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 0;
  transition: opacity 2s ease;
}
.instagram-block__item a:hover::before {
  opacity: 1;
}
.instagram-block__item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram-block .play-button {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2751%27 height=%2761%27 viewBox=%270 0 51 61%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg filter=%27url%28%23filter0_d_2686_2203%29%27%3e%3cpath d=%27M10.4765 55.9104C9.0609 56.8306 7.62828 56.8844 6.17866 56.0718C4.72905 55.2592 4.00283 54.0021 4 52.3005V8.34497C4 6.6462 4.72622 5.38911 6.17866 4.57371C7.63111 3.7583 9.06374 3.81209 10.4765 4.73509L45.0889 26.7129C46.363 27.5622 47 28.7655 47 30.3227C47 31.8799 46.363 33.0832 45.0889 33.9326L10.4765 55.9104Z%27 fill=%27white%27/%3e%3c/g%3e%3cdefs%3e%3cfilter id=%27filter0_d_2686_2203%27 x=%270%27 y=%270%27 width=%2751%27 height=%2760.6436%27 filterUnits=%27userSpaceOnUse%27 color-interpolation-filters=%27sRGB%27%3e%3cfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3e%3cfeColorMatrix in=%27SourceAlpha%27 type=%27matrix%27 values=%270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0%27 result=%27hardAlpha%27/%3e%3cfeOffset/%3e%3cfeGaussianBlur stdDeviation=%272%27/%3e%3cfeComposite in2=%27hardAlpha%27 operator=%27out%27/%3e%3cfeColorMatrix type=%27matrix%27 values=%270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0%27/%3e%3cfeBlend mode=%27normal%27 in2=%27BackgroundImageFix%27 result=%27effect1_dropShadow_2686_2203%27/%3e%3cfeBlend mode=%27normal%27 in=%27SourceGraphic%27 in2=%27effect1_dropShadow_2686_2203%27 result=%27shape%27/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 60% 0;
  transition: transform 0.3s ease;
  position: absolute;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  top: 60%;
  left: 50%;
  display: inline-block;
}
.instagram-block .play-button:hover {
  transform: translate(-50%, -65%);
}
.instagram-block .play-button:hover + .play-text {
  display: inline-block;
}
.instagram-block .play-text {
  position: absolute;
  left: 0;
  top: 70%;
  color: #fff;
  width: 100%;
  text-align: center;
  display: none;
  font-size: 0.9rem;
}

.landing-page--promoted-block {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
}
.landing-page--promoted-block img {
  width: 100%;
  float: left;
  height: auto;
}
.landing-page--promoted-block .text {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-size: 1.3em;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 1.17;
  opacity: 0;
  padding: 1em;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
}
.landing-page--promoted-block:hover {
  cursor: pointer;
}
.landing-page--promoted-block:hover .text {
  opacity: 1;
}
.landing-page--promoted-block svg {
  width: 11px;
  height: auto;
}

nav.breadcrumb li:before {
  content: " | ";
}

nav.breadcrumb li:first-child:before {
  content: none;
}

nav.breadcrumb {
  font-size: 14px;
  margin-top: 3em;
}
nav.breadcrumb a {
  text-decoration: underline;
  color: inherit;
}

/**
 * ---------- General menu styling ----------
 **/
.region-menu-main {
  z-index: 5;
  position: absolute;
  width: 100%;
}

.menu ul, .menu li {
  margin: 0;
}
.menu ul {
  padding: 0;
}
.menu li {
  list-style: none;
}

/**
* ---------- Mobile burger button styling ----------
**/
.Nav-menu-toggle {
  display: inline-block;
  padding: 0.25rem;
  border: 0;
  background: none;
  height: 2.3rem;
  width: 2.3rem;
  transition: background 0.4s ease-in-out;
}

.Nav-burger {
  width: 2rem;
  height: 3px;
  display: block;
  position: relative;
  transition: background 0.1s ease-in-out;
}
.Nav-burger:before {
  content: "";
  width: 2rem;
  height: 3px;
  position: absolute;
  left: 0;
  margin-top: -8px;
  transition: all 0.15s ease-in-out;
}
.Nav-burger:after {
  content: "";
  width: 2rem;
  height: 3px;
  position: absolute;
  left: 0;
  margin-top: 8px;
  transition: all 0.225s ease-in-out;
}

.Nav-menu-open {
  border-radius: 50%;
}
.Nav-menu-open .Nav-burger {
  background: transparent;
}
.Nav-menu-open .Nav-burger:before {
  transform: rotate(135deg);
  margin-top: 0;
  left: 0px;
  width: 33px;
}
.Nav-menu-open .Nav-burger:after {
  transform: rotate(-135deg);
  margin-top: 0;
  left: 0px;
  width: 33px;
}

/**
* ---------- The Category menu ----------
**/
.menu--category {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  line-height: 2em;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  transition: max-height 0.1s ease-out, opacity 0.3s ease-in-out, margin 0.1s ease-in-out;
}
.menu--category a {
  display: inline-block;
  padding: 5px 0px 5px 10px;
  vertical-align: top;
}
.menu--category .menu-level--2 {
  font-weight: 400;
}
.menu--category li.menu-level--0,
.menu--category li.menu-level--1 {
  font-weight: 600;
}
.menu--category li.menu-level--0 span.menu-item--see-all,
.menu--category li.menu-level--1 span.menu-item--see-all {
  font-style: italic;
  font-weight: 400;
  position: absolute;
  right: -12px;
}
.menu--category li.menu-level--0 span.menu-item--see-all a,
.menu--category li.menu-level--1 span.menu-item--see-all a {
  align-items: center;
  display: flex;
  font-size: 13px;
  justify-content: center;
  margin: 0;
  padding: 7px 15px 0;
}
.menu--category li.menu-level--0 span.menu-item--see-all svg.Icon,
.menu--category li.menu-level--1 span.menu-item--see-all svg.Icon {
  height: 9px;
  margin: 0 5px;
  width: 9px;
}
.menu--category li.menu-item--has-children {
  position: relative;
  cursor: pointer;
}
.menu--category li.menu-item--has-children .Icon.menu-item--has-children--arrow-down {
  height: 12px;
  margin-right: 12px;
  margin-left: 5px;
  margin-top: 15px;
  transition: transform 0.2s ease-in;
  width: 12px;
}
.menu--category li.menu-item--has-children.menu-level--1 .Icon.menu-item--has-children--arrow-down {
  margin: 0;
  margin-left: 5px;
  margin-top: 15px;
}
.menu--category ul.menu-level--1 {
  margin-top: -2px;
  display: none;
}
.menu--category ul.menu-level--top {
  z-index: 3;
  max-width: 100%;
  padding: 0;
  position: relative;
}
.menu--category li.menu-level--2 {
  display: none;
}
.menu--category li.menu-level--0 {
  border-top: 1px solid #CAC8BF;
  border-bottom: none;
  transition: background 0.1s ease-in-out, box-shadow 0.15s ease-in-out;
}
.menu--category li.menu-level--0:last-of-type {
  border-bottom: none;
}
.menu--category li.menu-level--0 a {
  font-size: 17px;
  padding-left: 1em;
}
.menu--category li.menu-level--0.menu-item--open {
  overflow: visible;
}
.menu--category li.menu-level--0.menu-item--open ul.menu-level--1 {
  display: block;
}
.menu--category li.menu-level--0.menu-item--open li.menu-level--1:nth-child(even) {
  animation: mobile-fold-even--first-level--enter 0.2s ease-in-out forwards;
}
.menu--category li.menu-level--0.menu-item--open li.menu-level--1:nth-child(odd) {
  animation: mobile-fold-odd--first-level--enter 0.2s ease-in-out forwards;
}
.menu--category li.menu-level--0.menu-item--open li.menu-level--1 {
  display: block;
  backface-visibility: hidden;
  max-height: 0px;
  padding-left: 14px;
}
.menu--category li.menu-level--0.menu-item--open li.menu-level--2:not(:first-of-type) {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.menu--category li.menu-level--0.menu-item--open-leave ul.menu-level--1 {
  display: block;
}
.menu--category li.menu-level--0.menu-item--open-leave li.menu-level--1:nth-child(even) {
  animation: mobile-fold-even--first-level--exit 0.2s ease-in-out forwards;
}
.menu--category li.menu-level--0.menu-item--open-leave li.menu-level--1:nth-child(odd) {
  animation: mobile-fold-odd--first-level--exit 0.2s ease-in-out forwards;
}
.menu--category li.menu-level--0.menu-item--open-leave li.menu-level--1 {
  display: block;
  backface-visibility: hidden;
  max-height: 0px;
}
.menu--category li.menu-level--1 {
  border-top: 1px solid #CAC8BF;
}
.menu--category li.menu-level--1:last-of-type {
  border-bottom: 1px solid #CAC8BF;
}
.menu--category li.menu-level--1 a {
  padding: 0.15rem;
}
.menu--category li.menu-level--1.menu-item--open li:nth-child(even) {
  animation: mobile-fold-even--second-level--enter 0.2s ease-in-out forwards;
}
.menu--category li.menu-level--1.menu-item--open li:nth-child(odd) {
  animation: mobile-fold-odd--second-level--enter 0.2s ease-in-out forwards;
}
.menu--category li.menu-level--1.menu-item--open li.menu-level--2 {
  display: block;
  backface-visibility: hidden;
  max-height: 0px;
}
.menu--category li.menu-level--1.menu-item--open-leave li:nth-child(even) {
  animation: mobile-fold-even--second-level--exit 0.2s ease-in-out forwards;
}
.menu--category li.menu-level--1.menu-item--open-leave li:nth-child(odd) {
  animation: mobile-fold-odd--second-level--exit 0.2s ease-in-out forwards;
}
.menu--category li.menu-level--1.menu-item--open-leave li.menu-level--2 {
  display: block;
  backface-visibility: hidden;
  max-height: 0px;
}
.menu--category.menu--category--open {
  opacity: 1;
  height: 100%;
  max-height: 2000px;
}
@media screen and (min-width: 900px) {
  .menu--category .menu--submenu-wrapper {
    max-height: calc(80vh - 60px);
    overflow: auto;
  }
}
@media screen and (min-width: 900px) {
  .user-logged-in .menu--category .menu--submenu-wrapper {
    max-height: calc(80vh - 120px);
  }
}

/**
 * ---------- The Quick links menu ----------
 **/
.menu--quick-links, .menu--quick-links--mobile {
  display: none;
}
.menu--quick-links li, .menu--quick-links--mobile li {
  list-style: none;
}
.menu--quick-links ul.menu-level--top, .menu--quick-links--mobile ul.menu-level--top {
  -webkit-flex-wrap: wrap;
  align-items: center;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .menu--quick-links ul.menu-level--top, .menu--quick-links--mobile ul.menu-level--top {
    justify-content: flex-start;
  }
}
.menu--quick-links li.menu-level--0, .menu--quick-links--mobile li.menu-level--0 {
  align-items: center;
  background: transparent;
  border: 1px solid #CAC8BF;
  display: flex;
  flex-basis: calc(250px / 2);
  flex-direction: column;
  flex: 0 0 calc(250px / 2);
  font-size: 0.8em;
  justify-content: center;
  list-style: none;
  margin: -1px;
  padding: 0;
  position: relative;
  text-align: center;
  width: calc(250px / 2);
  font-weight: 600;
}
.menu--quick-links li.menu-level--0:last-of-type, .menu--quick-links--mobile li.menu-level--0:last-of-type {
  border: 1px solid #CAC8BF;
}
.menu--quick-links li.menu-level--0 .Icon, .menu--quick-links--mobile li.menu-level--0 .Icon {
  height: 30px;
  left: 50%;
  max-width: 30px;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
}
.menu--quick-links li.menu-level--0 a, .menu--quick-links--mobile li.menu-level--0 a {
  height: 100%;
  line-height: normal;
  padding: 50px 10px 10px;
  width: 100%;
  z-index: 999;
}
.menu--quick-links a, .menu--quick-links--mobile a {
  line-height: calc(250px / 2);
  margin: 0;
  transition: color 0.1s ease-in;
  white-space: nowrap;
  width: 100%;
}

.menu--quick-links--mobile {
  display: block;
  order: -1;
}
.menu--quick-links--mobile ul.menu-level--top {
  display: flex;
  width: 100%;
}
.menu--quick-links--mobile li.menu-level--0 {
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .menu--quick-links--mobile li.menu-level--0 {
    width: 51%;
    flex: 1 1 50%;
  }
}

.menu--main ul.menu--main-nav {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  min-width: 90px;
  padding-left: 0;
}
.menu--main li.menu-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  margin: auto 0 auto 1rem;
  min-height: 53px;
  justify-content: flex-start;
  padding-top: 1px;
  position: relative;
}
.menu--main li.menu-item svg {
  display: block;
}
.menu--main li.menu-item a {
  display: block;
}
.menu--main svg {
  height: 30px;
  width: 30px;
  margin-bottom: 5px;
}

.paragraph--type--aligned-title-text .inner {
  position: relative;
  max-width: 100%;
  padding-left: 12%;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 540px) {
  .paragraph--type--aligned-title-text .inner {
    width: 76%;
  }
}
.paragraph--type--aligned-title-text .inner--left-margin {
  width: 72%;
  padding-left: 0;
  margin: 0;
}
.paragraph--type--aligned-title-text h2 {
  color: #022549;
  font-size: 2.3em;
  font-size: calc(1.7em + 1vw);
  line-height: 1.14;
  margin: 0.5em 0;
}
@media screen and (min-width: 2000px) {
  .paragraph--type--aligned-title-text h2 {
    font-size: 2.6em;
  }
}

.paragraph--full-width-banner {
  left: calc(-50vw + 50%);
  min-height: 320px;
  min-width: 100vw;
  max-width: 2000px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 2000px) {
  .paragraph--full-width-banner {
    left: calc(-1000px + 50%);
    max-width: 2000px;
    min-width: 2000px;
  }
}
.paragraph--full-width-banner .field--type-image {
  height: 320px;
  width: 100%;
}
.paragraph--full-width-banner img {
  height: 320px;
  min-width: 100%;
  width: auto;
}
@supports (object-fit: cover) {
  .paragraph--full-width-banner img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
  }
}
.paragraph--full-width-banner .full-width-banner--content-wrapper {
  font-size: 2em;
  font-size: calc(1.3em + 1vw);
  font-weight: 600;
  left: 50%;
  margin-top: 0;
  max-height: calc(320px - 1rem);
  width: calc(100% - 1rem);
  padding: 0.5rem;
  position: absolute;
  text-align: center;
  top: 160px;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 600px) {
  .paragraph--full-width-banner .full-width-banner--content-wrapper {
    font-size: 2em;
    font-size: calc(1.4em + 0.85vw);
    max-width: 960px;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 2000px) {
  .paragraph--full-width-banner .full-width-banner--content-wrapper {
    font-size: calc(1.4em + 0.7vw);
  }
}
.paragraph--full-width-banner .field--name-field-text-plain {
  margin: auto;
}
@media screen and (min-width: 600px) {
  .paragraph--full-width-banner .field--name-field-text-plain {
    width: 75%;
  }
}
@media screen and (min-width: 900px) {
  .paragraph--full-width-banner .field--name-field-text-plain {
    width: 70%;
  }
}
.paragraph--full-width-banner .btn {
  padding: 10px 28px;
}

.paragraph--type--iframe {
  margin-bottom: 2em;
}
@media (min-width: 0) and (max-width: 960px) {
  .paragraph--type--iframe iframe {
    width: 100%;
  }
}

.paragraph--type--image {
  margin-bottom: 2em;
}
@media screen and (min-width: 900px) {
  .paragraph--type--image {
    margin-bottom: 5em;
  }
}
.paragraph--type--image picture, .paragraph--type--image img {
  max-width: 100%;
  height: auto;
}

.paragraph--type--image-linked {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
}
.paragraph--type--image-linked:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
  will-change: opacity;
}
.paragraph--type--image-linked:after {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.paragraph--type--image-linked:hover:before {
  opacity: 1;
}
.paragraph--type--image-linked img {
  float: left;
  width: 100%;
  height: auto;
}
.paragraph--type--image-linked.paragraph--type--image-linked--video {
  cursor: pointer;
}
.paragraph--type--image-linked.paragraph--type--image-linked--video .field--type-image img {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.paragraph--type--image-linked h3 {
  font-size: calc(0.8em + 1vw);
  font-weight: 400;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  padding: 20px 15% 20px 20px;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .paragraph--type--image-linked h3 {
    font-size: calc(0.8em + 0.8vw);
    padding: 30px 13% 30px 30px;
  }
}
@media screen and (min-width: 2000px) {
  .paragraph--type--image-linked h3 {
    padding: 30px 10% 30px 30px;
  }
}
.paragraph--type--image-linked h3 p {
  line-height: 1.4em;
  margin: 0;
}
.paragraph--type--image-linked a {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.paragraph--type--image-linked .field--name-field-video:before {
  background: url(.././assets/icon-videoplay.svg) no-repeat center 40%;
  background-size: 20%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.paragraph--type--image-short-text, .paragraph--usp-item a {
  padding: 25px 10%;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.paragraph--type--image-short-text .field--type-image, .paragraph--usp-item a .field--type-image {
  display: inline-block;
  margin-right: 25px;
}
.paragraph--type--image-short-text img, .paragraph--usp-item a img {
  height: 50px;
  width: auto;
}
.paragraph--type--image-short-text .field--type-string, .paragraph--usp-item a .field--type-string {
  text-align: left;
  display: inline-block;
}
.paragraph--type--image-short-text .field--type-string span, .paragraph--usp-item a .field--type-string span {
  float: left;
}

.paragraph--type--image-text {
  margin: 2em auto;
}
@media screen and (min-width: 900px) {
  .paragraph--type--image-text {
    margin: 4em auto;
  }
}
.paragraph--type--image-text .field--name-field-title {
  margin: 0.67em 0;
  text-align: center;
}
.paragraph--type--image-text .paragraph--type--image-text-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .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 screen and (min-width: 900px) {
  .paragraph--type--image-text .paragraph--type--image-text-wrapper--text {
    width: 55%;
  }
  .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,
  .paragraph--type--image-text .paragraph--type--image-text-wrapper--text p {
    -webkit-margin-before: 0;
    margin-top: 0;
  }
}
.paragraph--type--image-text .centered {
  margin: 2em auto;
  max-width: 760px;
}
@media screen and (min-width: 900px) {
  .paragraph--type--image-text .centered {
    margin: 4em auto;
  }
}
.paragraph--type--image-text .centered .field--name-field-title {
  text-align: left;
}
@media screen and (min-width: 900px) {
  .paragraph--type--image-text .centered .paragraph--type--image-text-wrapper--text {
    width: 48%;
  }
}
@media screen and (min-width: 900px) {
  .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--newsletter-container {
  background: #F9F9F9;
  text-align: center;
  margin: 2em 0;
  padding: 0.8rem;
}
#paragraph--newsletter-container .paragraph--newsletter-title {
  display: flex;
  justify-content: center;
}
#paragraph--newsletter-container .paragraph--newsletter-title h2 {
  max-width: 520px;
  margin: 0.6rem 0;
  color: #4A4A4A;
}
@media (min-width: 767px) and (min-height: 768px) {
  #paragraph--newsletter-container .paragraph--newsletter-title h2 {
    font-size: 38px;
  }
}
#paragraph--newsletter-container p {
  margin: 0.5em;
}
#paragraph--newsletter-container svg {
  margin-top: 0.6em;
}
#paragraph--newsletter-container .btn {
  padding: 12px 48px;
  cursor: pointer;
}

.paragraph--newsletter-popup-container {
  display: flex;
  justify-content: center;
}
.paragraph--newsletter-popup-container #paragraph--newsletter-popup {
  background: #F9F9F9;
  max-width: 100%;
  padding: 1rem;
  position: relative;
  text-align: center;
}
@media (min-width: 767px) and (min-height: 768px) {
  .paragraph--newsletter-popup-container #paragraph--newsletter-popup {
    margin: auto;
    max-width: 720px;
    overflow: hidden;
    padding: 1.5em 3em 4em 3em;
  }
}
.paragraph--newsletter-popup-container #paragraph--newsletter-popup .paragraph--newsletter-popup-title {
  display: flex;
  justify-content: center;
}
.paragraph--newsletter-popup-container #paragraph--newsletter-popup .paragraph--newsletter-popup-title h2 {
  max-width: 520px;
  margin: 0.5rem 0;
  font-family: "helveticaneue", serif;
  color: #4A4A4A;
}
@media (min-width: 767px) and (min-height: 768px) {
  .paragraph--newsletter-popup-container #paragraph--newsletter-popup .paragraph--newsletter-popup-title h2 {
    font-size: 38px;
    margin: 0.6rem 0;
  }
}
.paragraph--newsletter-popup-container #paragraph--newsletter-popup .paragraph--newsletter-popup-title + p {
  font-size: 0.85rem;
  margin: 0.2rem auto;
}
.paragraph--newsletter-popup-container .paragraph-newsletter-popup-close {
  display: flex;
  justify-content: flex-end;
  height: 9px;
}
.paragraph--newsletter-popup-container .paragraph-newsletter-popup-close p {
  line-height: 0.7;
  margin-right: 14px;
  color: #9B9B9B;
  font-size: 14px;
}
.paragraph--newsletter-popup-container .paragraph-newsletter-popup-close #close-newsletter-popup {
  margin-top: 7px;
  cursor: pointer;
}
.paragraph--newsletter-popup-container .paragraph--newsletter-popup-form {
  text-align: left;
  margin-bottom: 1.5rem;
}
.paragraph--newsletter-popup-container .paragraph--newsletter-popup-form .paragraph--newsletter-popup-form-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.paragraph--newsletter-popup-container .paragraph--newsletter-popup-form .paragraph--newsletter-popup-form-wrap .form-item {
  max-width: 100%;
}
.paragraph--newsletter-popup-container .paragraph--newsletter-popup-form .paragraph--newsletter-popup-form-wrap .form-item input {
  width: 100%;
}
@media (min-width: 767px) and (min-height: 768px) {
  .paragraph--newsletter-popup-container .paragraph--newsletter-popup-form .paragraph--newsletter-popup-form-wrap {
    justify-content: space-between;
  }
  .paragraph--newsletter-popup-container .paragraph--newsletter-popup-form .paragraph--newsletter-popup-form-wrap .form-item {
    width: 48.5%;
  }
  .paragraph--newsletter-popup-container .paragraph--newsletter-popup-form .paragraph--newsletter-popup-form-wrap .form-item input {
    width: 100%;
  }
}
.paragraph--newsletter-popup-container .paragraph--newsletter-popup-form .form-email {
  width: 100%;
}
.paragraph--newsletter-popup-container .paragraph--newsletter-popup-form input {
  border: 1px solid #e1ded1;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  line-height: 1.8rem;
  padding: 4px;
}
.paragraph--newsletter-popup-container .paragraph--newsletter-popup-form .paragraph--newsletter-popup-form-submit-wrap {
  display: flex;
  justify-content: center;
}
.paragraph--newsletter-popup-container .paragraph--newsletter-popup-form .paragraph--newsletter-popup-form-submit-wrap .form-submit {
  color: #FFFFFF;
  background: #212121 url(.././assets/icon-newspaper-white.svg) no-repeat 87% 49%;
  background-size: 35px;
  cursor: pointer;
  vertical-align: middle;
  margin: 1.5em 0;
  padding: 6px 100px 6px 40px;
  font-weight: 700;
}
.paragraph--newsletter-popup-container span {
  text-align: left;
  color: #9B9B9B;
  display: block;
  font-style: italic;
  line-height: 27px;
  font-size: 0.85rem;
}

.ui-dialog {
  background: transparent;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  z-index: 10000;
}
@media (min-width: 767px) and (min-height: 768px) and (max-height: 960px) {
  .ui-dialog {
    bottom: auto;
    left: 50%;
    max-height: calc(100% - 100px);
    max-height: 95vh;
    min-height: auto;
    min-width: auto;
    overflow: scroll;
    position: fixed;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 961px) {
  .ui-dialog {
    bottom: auto;
    left: 50%;
    max-height: calc(100% - 100px);
    max-height: 95vh;
    min-height: auto;
    min-width: auto;
    position: fixed;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

#newsletter-popup {
  max-width: 100vw;
  min-width: 100vw;
  padding: 0;
}
@media (min-width: 767px) and (min-height: 768px) {
  #newsletter-popup {
    min-width: auto;
  }
}

.paragraph--type--offset-tiles {
  width: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  padding: 40px 0;
}
@media (min-width: 540px) {
  .paragraph--type--offset-tiles {
    padding: 80px 0 40px;
  }
}
@media (min-width: 960px) {
  .paragraph--type--offset-tiles {
    padding: 80px 0;
  }
}
.paragraph--type--offset-tiles > .field__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  max-width: 2000px;
  margin: 0 auto;
}
.paragraph--type--offset-tiles > .field__items > .field__item {
  flex: 0 1 auto;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 540px) {
  .paragraph--type--offset-tiles > .field__items > .field__item {
    width: calc(50% - 10px);
  }
  .paragraph--type--offset-tiles > .field__items > .field__item:nth-child(2n) {
    transform: translateY(-40px);
  }
}
@media (min-width: 960px) {
  .paragraph--type--offset-tiles > .field__items > .field__item {
    margin-bottom: 40px;
    width: calc(33.33% - 26.6666666667px);
  }
  .paragraph--type--offset-tiles > .field__items > .field__item:nth-child(n) {
    transform: translateY(0);
  }
  .paragraph--type--offset-tiles > .field__items > .field__item:nth-child(3n+2) {
    transform: translateY(40px);
  }
  .paragraph--type--offset-tiles > .field__items > .field__item:nth-child(3n+3) {
    transform: translateY(-40px);
  }
}

.paragraph--type--text {
  margin-top: 2em;
  margin-bottom: 2em;
}
.paragraph--type--text h2 {
  font-size: 2em;
  font-size: calc(1.8em + 1vw);
}
@media screen and (min-width: 2000px) {
  .paragraph--type--text h2 {
    font-size: calc(1.8em + 0.5vw);
  }
}
.paragraph--type--text h3 {
  font-size: 1.5em;
  font-size: calc(1.4em + 1vw);
}
@media screen and (min-width: 2000px) {
  .paragraph--type--text h3 {
    font-size: calc(1.4em + 0.5vw);
  }
}
.paragraph--type--text img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .paragraph--type--text img {
    width: 100%;
    height: auto;
    margin: 1em 0;
  }
}
.paragraph--type--text img.align-left {
  margin: 1rem 2.5rem 1.5rem 0;
}
.paragraph--type--text img.align-right {
  margin: 1rem 0 1.5rem 2.5rem;
}
@media screen and (min-width: 900px) {
  .paragraph--type--text {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.paragraph--type--text .text-style--center {
  margin: 2em auto;
  max-width: 760px;
}
@media screen and (min-width: 900px) {
  .paragraph--type--text .text-style--center {
    margin: 4em auto;
  }
}
.paragraph--type--text .text-style--narrow {
  max-width: 760px;
}

.paragraph--type--title-text-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 100%;
}
.paragraph--type--title-text-link img {
  float: left;
  width: 100%;
  display: none;
}
@media (min-width: 540px) {
  .paragraph--type--title-text-link img {
    display: block;
  }
}
.paragraph--type--title-text-link .inner {
  padding: 15px;
}
@media (min-width: 540px) {
  .paragraph--type--title-text-link .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .paragraph--type--title-text-link .inner {
    padding: 20px 30px;
  }
}
.paragraph--type--title-text-link h3 {
  font-size: 2.6em;
  font-size: calc(20px + 22 * (100vw - 320px) / 1680);
  line-height: 1.14;
  margin: 0;
  color: #022549;
}
.paragraph--type--title-text-link p {
  font-size: 1.4em;
  font-size: calc(16px + 6 * (100vw - 320px) / 1680);
  line-height: 1.27;
  margin: 0;
}
.paragraph--type--title-text-link:hover h3 {
  text-decoration: underline;
}

.paragraph--type--two-offset-tiles {
  margin: 0 0 5em 0;
}
@media screen and (min-width: 900px) {
  .paragraph--type--two-offset-tiles {
    margin: 0 0 7em 0;
  }
}
.paragraph--type--two-offset-tiles {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.paragraph--type--two-offset-tiles > .field__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  max-width: 2000px;
  margin: 0 auto;
}
.paragraph--type--two-offset-tiles > .field__items > .field__item {
  flex: 0 1 auto;
  width: 100%;
  margin-bottom: 20px;
}
.paragraph--type--two-offset-tiles > .field__items > .field__item a {
  width: 100%;
}
.paragraph--type--two-offset-tiles > .field__items > .field__item h3 {
  color: #000;
  padding: 20px;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 30px;
  text-shadow: unset;
  background-color: #fff;
  opacity: 90%;
}
@media screen and (min-width: 1200px) {
  .paragraph--type--two-offset-tiles > .field__items > .field__item h3 {
    font-size: 27px;
    width: 97%;
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--two-offset-tiles > .field__items > .field__item h3 p {
    width: 55%;
  }
}
@media (min-width: 700px) {
  .paragraph--type--two-offset-tiles > .field__items > .field__item {
    width: calc(50% - 17px);
  }
  .paragraph--type--two-offset-tiles > .field__items > .field__item:nth-child(2n) {
    transform: translateY(40px);
  }
}
.paragraph--type--two-offset-tiles > .field__items > .field__item:nth-child(2n+1) {
  text-align: right;
}
.paragraph--type--two-offset-tiles > .field__items > .field__item:nth-child(odd) h3 {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  margin-left: -20px;
}
@media screen and (max-width: 599px) {
  .paragraph--type--two-offset-tiles > .field__items > .field__item:nth-child(odd) h3 {
    margin-left: -20px;
  }
}
.paragraph--type--two-offset-tiles > .field__items > .field__item:nth-child(odd) h3 p {
  float: right;
}
.paragraph--type--two-offset-tiles > .field__items > .field__item:nth-child(even) h3 {
  margin-right: -20px;
  right: 0;
  left: unset;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
@media screen and (max-width: 599px) {
  .paragraph--type--two-offset-tiles > .field__items > .field__item:nth-child(even) h3 {
    margin-right: -20px;
  }
}
.paragraph--type--two-offset-tiles > .field__items > .field__item:last-child {
  margin-bottom: 0;
}
.paragraph--type--two-offset-tiles > .field__items > .field__item .field__item {
  max-width: 100%;
}

.paragraph--type--two-regular-tiles {
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.paragraph--type--two-regular-tiles > .field__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.paragraph--type--two-regular-tiles > .field__items > .field__item {
  flex: 0 1 auto;
  width: 100%;
  margin-bottom: 37px;
}
@media (min-width: 640px) {
  .paragraph--type--two-regular-tiles > .field__items > .field__item {
    width: calc(50% - 37px);
    margin-bottom: 0;
  }
}

.paragraph--type--usp-banner {
  width: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: #E9E9E9;
  padding: 0 15px;
}
@media screen and (max-width: 599px) {
  .paragraph--type--usp-banner {
    padding: 0;
  }
}
.paragraph--type--usp-banner > .field__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 990px;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 600px) {
  .paragraph--type--usp-banner > .field__items {
    flex-wrap: nowrap;
    border-right: 1px solid #9B9B9B;
    border-left: 1px solid #9B9B9B;
  }
}
.paragraph--type--usp-banner > .field__items > .field__item {
  flex: 1 1 auto;
  min-width: 210px;
  width: 33%;
}
@media screen and (max-width: 599px) {
  .paragraph--type--usp-banner > .field__items > .field__item {
    width: 100%;
    border-top: 1px solid #9B9B9B;
  }
  .paragraph--type--usp-banner > .field__items > .field__item:first-child {
    border: 0;
  }
  .paragraph--type--usp-banner > .field__items > .field__item:last-child {
    border-top: 1px solid #9B9B9B;
  }
  .paragraph--type--usp-banner > .field__items > .field__item .field--name-field-short-text {
    width: 100%;
    max-width: 165px;
  }
}
@media (min-width: 600px) {
  .paragraph--type--usp-banner > .field__items > .field__item {
    border-right: 1px solid #9B9B9B;
  }
}
.paragraph--type--usp-banner > .field__items > .field__item:last-child {
  border-right: 0;
}

.paragraph--usp-item a {
  align-items: center;
  display: flex;
  font-weight: 600;
  height: 100%;
  justify-content: space-around;
}

.paragraph--type--video-embed {
  margin: 0 0 5em 0;
}
@media screen and (min-width: 900px) {
  .paragraph--type--video-embed {
    margin: 0 0 7em 0;
  }
}
.paragraph--type--video-embed {
  position: relative;
  width: 100%;
  max-width: 990px;
  padding-top: 40%;
  background-color: #000;
  overflow: hidden;
}
.paragraph--type--video-embed .field--name-field-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.paragraph--type--video-embed .field--name-field-image img, .paragraph--type--video-embed .field--name-field-image picture {
  height: 100%;
  width: 100%;
}
.paragraph--type--video-embed .field--name-field-video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 0;
}
.paragraph--type--video-embed .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  border: none;
  cursor: pointer;
  z-index: 2;
  background: none;
}

.paragraph--categories {
  margin: 0 0 5em 0;
}
@media screen and (min-width: 900px) {
  .paragraph--categories {
    margin: 0 0 7em 0;
  }
}
.paragraph--categories .field--name-field-categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .paragraph--categories .field--name-field-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}
.paragraph--categories .field--name-field-categories .field__item {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .paragraph--categories .field--name-field-categories .field__item {
    max-width: 167px;
  }
}
.paragraph--categories .field--name-field-categories .field__item img {
  border-radius: 16px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 599px) {
  .paragraph--categories .field--name-field-categories .field__item img {
    width: 100%;
    max-height: 135px;
  }
}
.paragraph--categories .field--name-field-categories .field__item .field--name-field-title {
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0;
  text-transform: uppercase;
  word-break: break-word;
}
@media screen and (max-width: 599px) {
  .paragraph--categories .field--name-field-categories .field__item .field--name-field-title {
    font-size: 15px;
  }
}
.paragraph--categories > .field--name-field-title {
  margin-bottom: 1em;
  font-weight: 100;
  text-align: center;
  font-size: 2.1em;
}

.paragraph--type--promoted-brands {
  margin-top: 40px;
  margin-bottom: 40px;
}
.paragraph--type--promoted-brands .field__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.paragraph--type--promoted-brands .field__items .field__item {
  margin-right: 0.25em;
  margin-left: 0.25em;
}
.paragraph--type--promoted-brands .field__items img {
  max-height: 40px;
  max-width: 80px;
  height: auto;
  width: auto;
}
.paragraph--type--promoted-brands span {
  font-size: 1.2em;
}

.paragraph--type--product-news {
  margin: 0 0 5em 0;
}
@media screen and (min-width: 900px) {
  .paragraph--type--product-news {
    margin: 0 0 7em 0;
  }
}
.paragraph--type--product-news img {
  width: 100%;
  object-fit: cover;
}
.paragraph--type--product-news .btn a {
  color: #FFFFFF;
}
.paragraph--type--product-news > .field--name-field-title {
  margin-bottom: 1em;
  font-weight: 100;
  text-align: center;
  font-size: 2.1em;
}
.paragraph--type--product-news .field__item .field--name-field-title {
  font-size: 27px;
  font-weight: 100;
  margin-bottom: 10px;
  word-break: break-word;
}
.paragraph--type--product-news .field__item .paragraph--type--product-news-item {
  height: 100%;
  width: 100%;
}
.paragraph--type--product-news .field--name-field-product-news.items-1 {
  display: grid;
  grid-template-columns: 1fr;
}
.paragraph--type--product-news .field--name-field-product-news.items-1 .box-description-container {
  position: relative;
}
.paragraph--type--product-news .field--name-field-product-news.items-1 .box-description-container .box-description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  padding: 30px 30px 20px 30px;
  text-align: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 599px) {
  .paragraph--type--product-news .field--name-field-product-news.items-1 .box-description-container .box-description {
    width: 90%;
    padding: 30px 20px;
  }
}
.paragraph--type--product-news .field--name-field-product-news.items-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .paragraph--type--product-news .field--name-field-product-news.items-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.paragraph--type--product-news .field--name-field-product-news.items-2 > .field__item {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
  min-height: 485px;
}
.paragraph--type--product-news .field--name-field-product-news.items-2 > .field__item .box-description {
  margin: 25px;
  font-size: 16px;
}
.paragraph--type--product-news .field--name-field-product-news.items-2 > .field__item .poster {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  display: flex;
}
.paragraph--type--product-news .field--name-field-product-news.items-2 > .field__item .poster .box-description {
  margin: auto 25px 25px 25px;
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}
.paragraph--type--product-news .field--name-field-product-news.items-2 > .field__item .poster .box-description a {
  text-decoration: underline;
}
.paragraph--type--product-news .field--name-field-product-news.items-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 30px;
}
@media screen and (min-width: 600px) {
  .paragraph--type--product-news .field--name-field-product-news.items-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .paragraph--type--product-news .field--name-field-product-news.items-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .paragraph--type--product-news .field--name-field-product-news.items-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.paragraph--type--product-news .field--name-field-product-news.items-3 > .field__item {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 900px) {
  .paragraph--type--product-news .field--name-field-product-news.items-3 > .field__item {
    max-width: 300px;
  }
}
.paragraph--type--product-news .field--name-field-product-news.items-3 > .field__item .box-description {
  margin: 20px 25px;
  font-size: 16px;
}
.paragraph--type--product-news .field--name-field-product-news.items-3 > .field__item .box-description-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.paragraph--type--product-news .field--name-field-product-news.items-3 > .field__item .box-description-container > .box-description {
  flex-grow: 1;
}
.paragraph--type--product-news .field--name-field-product-news.items-3 > .field__item .box-description-container .btn {
  margin: 0 0 40px 25px;
  width: fit-content;
}
.paragraph--type--product-news .field--name-field-product-news.items-3 > .field__item .poster {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.paragraph--type--product-news .field--name-field-product-news.items-3 > .field__item .poster .box-description {
  margin: auto 25px 25px 25px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}
.paragraph--type--product-news .field--name-field-product-news.items-3 > .field__item .poster .box-description a {
  text-decoration: underline;
}
.paragraph--type--product-news .field--name-field-product-news.items-3 > .field__item .poster .box-description {
  flex-grow: unset;
}

.product-wrapper {
  /**
   * - Product Tabs -
   */
}
.product-wrapper .product-tabs {
  margin-top: 40px;
}
@media (min-width: tablet-landscape-up) {
  .product-wrapper .product-tabs {
    margin-top: 0;
    width: 40%;
  }
}
.product-wrapper .product-tabs .ui-tabs-panel {
  padding: 0;
}
.product-wrapper .product-tabs .ui-tabs-anchor {
  padding: 0;
}
.product-wrapper .product-tabs .ui-tabs-nav {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #9B9B9B;
}
.product-wrapper .product-tabs .ui-tabs-nav li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}
.product-wrapper .product-tabs .ui-tabs-nav li a {
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  color: #212121;
}
.product-wrapper .product-tabs .ui-tabs-nav li.ui-state-active {
  border-bottom: 7px solid #1E90B1;
}
.product-wrapper {
  /**
   * - Product Information -
   */
}
.product-wrapper .details-wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-wrapper .details-wrapper .field__item {
  height: 100%;
  margin: 0;
  width: 100%;
}
.product-wrapper .field--name-body {
  flex: 1 1 auto;
  margin: 1em;
}
@media (min-width: tablet-landscape-up) {
  .product-wrapper .field--name-body {
    width: 60%;
  }
}
.product-wrapper .field--name-field-tip {
  flex: 1 1 auto;
  margin: 1em;
  padding: 2em;
}
@media (min-width: tablet-landscape-up) {
  .product-wrapper .field--name-field-tip {
    margin: 0;
    margin-left: 1em;
    width: 30%;
  }
}
.product-wrapper {
  /**
    * - Video & BIM -
    */
}
.product-wrapper .field--type-video-embed-field {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.product-wrapper .field--type-video-embed-field .field__item {
  height: 100%;
  width: 100%;
}
.product-wrapper .video-embed-field-responsive-video,
.product-wrapper .field--name-field-bimobject {
  height: 0;
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
}
@media (min-width: tablet-landscape-up) {
  .product-wrapper .video-embed-field-responsive-video,
  .product-wrapper .field--name-field-bimobject {
    padding-bottom: 56.25%;
  }
}
.product-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-wrapper {
  /**
   * - Documents -
   */
}
.product-wrapper .field--name-field-document {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-wrapper .field--name-field-document .field__item {
  flex: 1 1 auto;
  padding: 1em;
  width: 100%;
}
.product-wrapper .field--name-field-document .field__item:nth-child(even) {
  background: #F9F9F9;
}
.product-wrapper .field--name-field-document .field__item span {
  padding-left: 2em;
}

.product-variation-picker {
  position: relative;
  margin: 2rem 0;
}
.product-variation-picker__table-wrapper {
  overflow-x: auto;
}
.product-variation-picker__title {
  font-size: 1.17em;
  margin: 0.5rem 0 0;
}
.product-variation-picker__table {
  margin-bottom: 0.5rem;
  display: table;
}
.product-variation-picker__table-row {
  display: table-row;
}
.product-variation-picker__table-cell, .product-variation-picker__table-header {
  display: table-cell;
  padding: 0.5rem;
  border-bottom: 1px solid rgb(223.5, 223.5, 223.5);
}
.product-variation-picker__table-cell--active, .product-variation-picker__table-header--active {
  font-weight: bold;
  background-color: #F9F9F9;
}
.product-variation-picker__table-cell:first-child, .product-variation-picker__table-header:first-child {
  border-left: 6px solid transparent;
}
.product-variation-picker__table-cell--active:nth-child(1), .product-variation-picker__table-header--active:nth-child(1) {
  border-left: 6px solid #14AAFD;
}
.product-variation-picker__table-header {
  font-size: 0.9rem;
  font-weight: bold;
  background-color: #FFFFFF;
  padding: 0.5rem;
}
.product-variation-picker__table-row:hover .product-variation-picker__table-cell:not(.product-variation-picker__table-cell--active) {
  background-color: #F9F9F9;
  text-decoration: underline;
}
.product-variation-picker.active-scroll::after {
  top: 0;
  right: 0;
  position: absolute;
  width: 30px;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.paragraph--type--select-constructors {
  margin: 0 0 5em 0;
}
@media screen and (min-width: 900px) {
  .paragraph--type--select-constructors {
    margin: 0 0 10em 0;
  }
}
.paragraph--type--select-constructors {
  position: relative;
  background: #F9F9F9;
  max-width: 2000px;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .paragraph--type--select-constructors {
    max-height: 480px;
  }
}
@media screen and (max-width: 599px) {
  .paragraph--type--select-constructors {
    overflow: unset;
    max-height: 770px;
  }
}
.paragraph--type--select-constructors #select-constructor {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .paragraph--type--select-constructors #select-constructor {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.paragraph--type--select-constructors #select-constructor .col.form {
  order: 1;
}
.paragraph--type--select-constructors #select-constructor .col.form .form--inner {
  width: 100%;
  padding: 20px 20px 0 20px;
}
.paragraph--type--select-constructors #select-constructor .col.form .form--inner .form-type-select {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .paragraph--type--select-constructors #select-constructor .col.form .form--inner {
    padding: 25px;
  }
}
@media screen and (min-width: 900px) {
  .paragraph--type--select-constructors #select-constructor .col.form .form--inner {
    float: right;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--select-constructors #select-constructor .col.form .form--inner {
    width: 495px;
    padding: 20px 90px 0 0;
  }
}
.paragraph--type--select-constructors #select-constructor .col.image {
  order: 0;
}
@media screen and (min-width: 900px) {
  .paragraph--type--select-constructors #select-constructor {
    grid-template-columns: 50% 50%;
  }
  .paragraph--type--select-constructors #select-constructor .col.form {
    order: 0;
  }
  .paragraph--type--select-constructors #select-constructor .col.image {
    order: 1;
  }
}
.paragraph--type--select-constructors #select-constructor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.paragraph--type--select-constructors .inner {
  max-width: 990px;
  padding: 0 1em;
}
@media screen and (min-width: calc(1em + 1000px)) {
  .paragraph--type--select-constructors .inner {
    padding: 0;
  }
}
.paragraph--type--select-constructors .inner {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.paragraph--type--select-constructors .inner__content {
  width: 73%;
  padding: 2em 0 3em;
}
@media screen and (min-width: 900px) {
  .paragraph--type--select-constructors .inner__content {
    padding: 5em 0 7em;
  }
}
.paragraph--type--select-constructors h3 {
  font-size: 40px;
}
.paragraph--type--select-constructors form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.paragraph--type--select-constructors form .form-type-select, .paragraph--type--select-constructors form .hierarchical-select-wrapper {
  flex: 1;
  margin-right: 0;
}
.paragraph--type--select-constructors form .form-type-select select, .paragraph--type--select-constructors form .hierarchical-select-wrapper select {
  width: 100%;
}

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