/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FONT FACE */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/* FONT SMOOTHING */
/* TRIANGLES */
/* STANDARD PAPER SHADOW */
/** 
  BASELINE GRID OVERLAY
  press B in browser to show/hide 
**/
#grid-overlay {
  height: 20000px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: url(../assets/img/baseline22.png); }

.hidden {
  display: none; }

.clear:after, dl:after, .form-group:after, .form-group.horizontal label:after, .str-l-login > .form-group label:after, .radio:after, .checkbox:after, .str-l-container aside:after, .str-l-account__mobile-items aside:after, .str-m-account-selection:after, .str-m-address:after, .m-breadcrumbs:after, .str-m-cart-item:after, .str-m-cart-item header:after, .str-m-cart-item--script-empty:after, .str-m-file-table__header:after, .str-m-file-table__asset:after, .str-m-mega-menu:after, .str-m-mega-menu__sub-menu > div:after, .str-m-mega-menu__footer > .m-box:after, .str-m-nav-bar:after, .str-m-password-meter:after, .str-m-price-tag--detailed dl:after, .str-m-product-configuration:after, .str-m-product-list:after, .str-m-product-summary > div:after, .str-m-product-summary .str-m-product-summary__custom-notice:after, .str-m-product-table td:first-child:after, .m-search-panel:after, .m-search-panel__item:after, .str-m-search-results__item:after, .str-m-sidebar-menu:after, .str-m-simple-pagination:after, .str-m-specialist:after, .str-m-tel-contact:after, .str-m-thumbnail-navigation:after, .str-m-tree-menu__header:after, .str-m-variant-select:after, .str-l-account__table .str-l-account__table-teaser > td:after, .str-l-contact footer:after, .str-l-content section > header:after, .l-contextual-navigation:after, .str-l-dealer-search:after, .str-l-container.str-l-container--detail aside:after, .str-l-container--detail.str-l-account__mobile-items aside:after, .str-l-container.str-l-container--summary > div:after, .str-l-container--summary.str-l-account__mobile-items > div:after, .str-l-footer__navigation:after, .str-l-header .str-l-header__body:after, .str-l-header__contact-bar > div:after, .str-l-header__main-nav > div:after, .str-l-offcanvas-panel__header:after, .str-l-offcanvas-panel__body:after, .str-l-products:after, .str-l-products__tools > div:after, .str-l-registration footer:after, .str-l-search-results:after, .str-l-shopping-cart:after, .str-l-shopping-cart__summary:after, .str-l-shopping-cart__tools .str-m-box:after, .str-l-sidebar:after, .ngdialog.ngdialog-theme-plain .ngdialog-content form:after, .ngdialog.ngdialog-theme-wide .ngdialog-content form:after {
  content: "";
  display: table;
  clear: both; }

.delayed {
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.centered {
  text-align: center; }

.full-width {
  display: block;
  width: 100%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.center {
  text-align: center !important; }

/** Products **/
.animate-move {
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.animate-move.ng-enter {
  opacity: 0; }

.animate-move.ng-enter-active {
  opacity: 1; }

.animate-move.ng-enter-stagger {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s; }

.animate-move.ng-leave {
  opacity: 1;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.animate-move.ng-leave-active {
  opacity: 0; }

/** Patina **/
.animate-patina.ng-enter {
  opacity: 0;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.animate-patina.ng-enter-active {
  opacity: 1; }

.animate-patina.ng-enter-stagger {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s; }

@font-face {
  font-family: 'Frutiger';
  font-weight: 300;
  font-style: normal;
  src: url('../assets/fonts/FrutigerLTPro-Light.woff') format('woff'); }

@font-face {
  font-family: 'Frutiger';
  font-weight: 300;
  font-style: italic;
  src: url('../assets/fonts/FrutigerLTPro-Light.woff') format('woff'); }

@font-face {
  font-family: 'Frutiger';
  font-weight: 400;
  font-style: normal;
  src: url('../assets/fonts/FrutigerLTPro-Roman.woff') format('woff'), url('../assets/fonts/FrutigerLTPro-Roman.ttf') format('truetype'); }

@font-face {
  font-family: 'Frutiger';
  font-weight: 400;
  font-style: italic;
  src: url('../assets/fonts/FrutigerLTPro-Roman.woff') format('woff'), url('../assets/fonts/FrutigerLTPro-Roman.ttf') format('truetype'); }

@font-face {
  font-family: 'Frutiger';
  font-weight: 600;
  font-style: normal;
  src: url('../assets/fonts/FrutigerLTPro-Bold.woff') format('woff'); }

@font-face {
  font-family: 'Frutiger';
  font-weight: 600;
  font-style: italic;
  src: url('../assets/fonts/FrutigerLTPro-Bold.woff') format('woff'); }

/** COLORS **/
/** FONTS **/
/** GRID */
/** TRANSITION DURATIONS */
/** MISC **/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%;
  min-height: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  min-height: 100%;
  padding-top: 7rem;
  color: #646464;
  background-color: #fff;
  font-family: 'Frutiger', 'Arial', sans-serif, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.8rem;
  -webkit-text-size-adjust: 100%; }
  @media only screen and (min-width: 1024px) {
    body {
      padding-top: 0;
      font-size: 1.8rem; } }

p {
  margin-bottom: 2.8rem; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin-bottom: 2.8rem;
  padding-bottom: 2.1rem;
  color: #646464;
  font-family: 'Frutiger', 'Arial', sans-serif, serif;
  font-size: 2.4rem;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-rendering: optimizeLegibility; }
  h1.lowercase, h2.lowercase, h3.lowercase, h4.lowercase, h5.lowercase, h6.lowercase {
    text-transform: none; }
  h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6rem;
    height: 0.2rem;
    background: #eaeaea;
    content: '';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }

h1 {
  margin-bottom: 0;
  font-size: 2.6rem;
  line-height: 3.5rem; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 3.2rem; } }

h2 {
  font-size: 2rem; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 2.4rem; } }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.6rem; }

h5 {
  font-size: 1.4rem; }

strong {
  font-weight: 400; }

em {
  font-style: italic; }

small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5; }

a {
  color: #68c0ba;
  text-decoration: none;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  a:hover {
    color: #18a09e; }
  a:focus {
    outline: 0; }

hr {
  height: 0.2rem;
  margin: 2.8rem 0 2.7rem;
  border: none;
  background: #e7e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  hr.dark {
    background: #eaeaea; }

button {
  border: none;
  background: transparent;
  cursor: pointer; }
  button:focus {
    outline: 0; }
  button::-moz-focus-inner {
    border: 0; }

.translate-cloak {
  opacity: 0; }

dt, dd {
  float: left;
  min-height: 2.8rem;
  margin-bottom: 1.4rem;
  line-height: 2.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

dt {
  width: 19%;
  padding-right: 1.4rem;
  text-align: right; }

dd {
  width: 79%;
  padding-left: 1.4rem; }

input, textarea, select {
  width: 100%;
  height: 4.7rem;
  margin-right: 1%;
  padding: 1rem;
  border: 0.1rem solid #e7e5e5;
  border-radius: 0;
  background: transparent;
  font-family: 'Frutiger', 'Arial', sans-serif;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  input:focus, textarea:focus, select:focus {
    border: 0.1rem solid #68c0ba;
    outline: none; }
  input.str-l-col, input.str-m-mega-menu__column, input.str-m-mega-menu__column--wide, input.str-m-mega-menu__column--wider, input.str-m-mega-menu__column--even-wider, input.str-m-teaser, input.str-l-account__nav, input.str-l-account__content, .str-l-account__mobile-items input.str-m-box, textarea.str-l-col, textarea.str-m-mega-menu__column, textarea.str-m-mega-menu__column--wide, textarea.str-m-mega-menu__column--wider, textarea.str-m-mega-menu__column--even-wider, textarea.str-m-teaser, textarea.str-l-account__nav, textarea.str-l-account__content, .str-l-account__mobile-items textarea.str-m-box, select.str-l-col, select.str-m-mega-menu__column, select.str-m-mega-menu__column--wide, select.str-m-mega-menu__column--wider, select.str-m-mega-menu__column--even-wider, select.str-m-teaser, select.str-l-account__nav, select.str-l-account__content, .str-l-account__mobile-items select.str-m-box {
    margin: 0 2% 0 0; }
  input.with-flyout:focus, textarea.with-flyout:focus, select.with-flyout:focus {
    border-bottom: none; }
  input.dark, textarea.dark, select.dark {
    color: #fff;
    background: #646464; }
  input.ng-dirty.ng-invalid, textarea.ng-dirty.ng-invalid, select.ng-dirty.ng-invalid {
    border-color: #a00; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: url(img/select-arrow.svg); }

textarea {
  max-width: 100%;
  height: 8.4rem; }

input[type=checkbox] {
  display: inline-block;
  width: inherit;
  min-width: 1em;
  height: inherit;
  margin: 0;
  margin-right: 1%;
  border: none; }

input[type=search] {
  -webkit-border-radius: 0;
  -webkit-appearance: textfield;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

legend {
  width: 100%;
  font-family: 'Frutiger', 'Arial', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

fieldset.str-m-box {
  margin-top: 2.8rem; }
  fieldset.str-m-box legend {
    margin-bottom: 2.8rem;
    text-align: left;
    font-size: 1.6rem; }
    fieldset.str-m-box legend.str-upload-field {
      margin-bottom: 0.3rem; }
  fieldset.str-m-box p {
    font-size: 1.5rem;
    line-height: 2.1rem; }

label > a.info {
  float: right;
  padding: 0;
  color: #68c0ba;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem; }
label > span {
  display: block;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form-group {
  position: relative;
  margin-bottom: 1.4rem !important; }
  .form-group.str-l-col, .form-group.str-m-mega-menu__column, .form-group.str-m-mega-menu__column--wide, .form-group.str-m-mega-menu__column--wider, .form-group.str-m-mega-menu__column--even-wider, .str-m-mega-menu__footer > .m-box > div.form-group:nth-child(1), .str-m-mega-menu__footer > .m-box > div.form-group:nth-child(2), .str-m-mega-menu__footer > .m-box > div.form-group:nth-child(3), .form-group.str-m-teaser, .form-group.str-l-account__nav, .form-group.str-l-account__content, .str-l-account__mobile-items .form-group.str-m-box, .form-group .str-l-col, .form-group .str-m-mega-menu__column, .form-group .str-m-mega-menu__column--wide, .form-group .str-m-mega-menu__column--wider, .form-group .str-m-mega-menu__column--even-wider, .form-group .str-m-mega-menu__footer > .m-box > div:nth-child(1), .form-group .str-m-mega-menu__footer > .m-box > div:nth-child(2), .form-group .str-m-mega-menu__footer > .m-box > div:nth-child(3), .form-group .str-m-teaser, .form-group .str-l-account__nav, .form-group .str-l-account__content, .form-group .str-l-account__mobile-items .str-m-box, .str-l-account__mobile-items .form-group .str-m-box {
    margin: 0;
    margin-right: 2%; }
    .form-group.str-l-col:last-child, .form-group.str-m-mega-menu__column:last-child, .form-group.str-m-mega-menu__column--wide:last-child, .form-group.str-m-mega-menu__column--wider:last-child, .form-group.str-m-mega-menu__column--even-wider:last-child, .str-m-mega-menu__footer > .m-box > div.form-group:last-child:nth-child(1), .str-m-mega-menu__footer > .m-box > div.form-group:last-child:nth-child(2), .str-m-mega-menu__footer > .m-box > div.form-group:last-child:nth-child(3), .form-group.str-m-teaser:last-child, .form-group.str-l-account__nav:last-child, .form-group.str-l-account__content:last-child, .str-l-account__mobile-items .form-group.str-m-box:last-child, .form-group .str-l-col:last-child, .form-group .str-m-mega-menu__column:last-child, .form-group .str-m-mega-menu__column--wide:last-child, .form-group .str-m-mega-menu__column--wider:last-child, .form-group .str-m-mega-menu__column--even-wider:last-child, .form-group .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(1), .form-group .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(2), .form-group .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(3), .form-group .str-m-teaser:last-child, .form-group .str-l-account__nav:last-child, .form-group .str-l-account__content:last-child, .form-group .str-l-account__mobile-items .str-m-box:last-child, .str-l-account__mobile-items .form-group .str-m-box:last-child {
      margin-right: 0; }
  .form-group.str-l-col, .form-group.str-m-mega-menu__column, .form-group.str-m-mega-menu__column--wide, .form-group.str-m-mega-menu__column--wider, .form-group.str-m-mega-menu__column--even-wider, .str-m-mega-menu__footer > .m-box > div.form-group:nth-child(1), .str-m-mega-menu__footer > .m-box > div.form-group:nth-child(2), .str-m-mega-menu__footer > .m-box > div.form-group:nth-child(3), .form-group.str-m-teaser, .form-group.str-l-account__nav, .form-group.str-l-account__content, .str-l-account__mobile-items .form-group.str-m-box {
    min-height: 8.4rem !important; }
  .form-group .validation-error {
    position: absolute;
    top: 4.4rem;
    right: 1rem;
    display: inline-block; }
    .form-group .validation-error i {
      color: #a00;
      font-size: 1.8rem; }
  .form-group .validation-error-message {
    float: none;
    color: #a00;
    font-size: 1.2rem; }

label[for="internalFile"] .validation-error {
  position: absolute;
  top: 40%;
  left: 75%; }
  label[for="internalFile"] .validation-error i {
    color: #a00;
    font-size: 1.8rem; }

form.ng-invalid.ng-submitted footer input[type="checkbox"].ng-invalid {
  outline: 2px solid darkred;
  outline-offset: -2px; }
form.ng-invalid.ng-submitted footer input[type="checkbox"].ng-invalid + label {
  color: darkred; }
form.ng-invalid.ng-submitted .validation-error-message {
  float: none;
  color: darkred;
  font-size: 1.2rem; }

form.ng-invalid .validation-error-force {
  color: darkred;
  font-size: 1.2rem; }

.form-group.horizontal, .str-l-login > .form-group {
  position: relative; }
  .form-group.horizontal label, .str-l-login > .form-group label {
    display: block;
    min-height: 4.2rem;
    font-size: 1.5rem;
    line-height: 4.2rem; }
    .form-group.horizontal label span, .str-l-login > .form-group label span, .form-group.horizontal label input, .str-l-login > .form-group label input, .form-group.horizontal label textarea, .str-l-login > .form-group label textarea, .form-group.horizontal label select, .str-l-login > .form-group label select, .form-group.horizontal label div, .str-l-login > .form-group label div {
      float: left;
      margin: 0; }
      .form-group.horizontal label span .str-l-col, .str-l-login > .form-group label span .str-l-col, .form-group.horizontal label span .str-m-mega-menu__column, .str-l-login > .form-group label span .str-m-mega-menu__column, .form-group.horizontal label span .str-m-mega-menu__column--wide, .str-l-login > .form-group label span .str-m-mega-menu__column--wide, .form-group.horizontal label span .str-m-mega-menu__column--wider, .str-l-login > .form-group label span .str-m-mega-menu__column--wider, .form-group.horizontal label span .str-m-mega-menu__column--even-wider, .str-l-login > .form-group label span .str-m-mega-menu__column--even-wider, .form-group.horizontal label span .str-m-mega-menu__footer > .m-box > div:nth-child(1), .str-l-login > .form-group label span .str-m-mega-menu__footer > .m-box > div:nth-child(1), .form-group.horizontal label span .str-m-mega-menu__footer > .m-box > div:nth-child(2), .str-l-login > .form-group label span .str-m-mega-menu__footer > .m-box > div:nth-child(2), .form-group.horizontal label span .str-m-mega-menu__footer > .m-box > div:nth-child(3), .str-l-login > .form-group label span .str-m-mega-menu__footer > .m-box > div:nth-child(3), .form-group.horizontal label span .str-m-teaser, .str-l-login > .form-group label span .str-m-teaser, .form-group.horizontal label span .str-l-account__nav, .str-l-login > .form-group label span .str-l-account__nav, .form-group.horizontal label span .str-l-account__content, .str-l-login > .form-group label span .str-l-account__content, .form-group.horizontal label span .str-l-account__mobile-items .str-m-box, .str-l-account__mobile-items .form-group.horizontal label span .str-m-box, .str-l-login > .form-group label span .str-l-account__mobile-items .str-m-box, .str-l-account__mobile-items .str-l-login > .form-group label span .str-m-box, .form-group.horizontal label input .str-l-col, .str-l-login > .form-group label input .str-l-col, .form-group.horizontal label input .str-m-mega-menu__column, .str-l-login > .form-group label input .str-m-mega-menu__column, .form-group.horizontal label input .str-m-mega-menu__column--wide, .str-l-login > .form-group label input .str-m-mega-menu__column--wide, .form-group.horizontal label input .str-m-mega-menu__column--wider, .str-l-login > .form-group label input .str-m-mega-menu__column--wider, .form-group.horizontal label input .str-m-mega-menu__column--even-wider, .str-l-login > .form-group label input .str-m-mega-menu__column--even-wider, .form-group.horizontal label input .str-m-mega-menu__footer > .m-box > div:nth-child(1), .str-l-login > .form-group label input .str-m-mega-menu__footer > .m-box > div:nth-child(1), .form-group.horizontal label input .str-m-mega-menu__footer > .m-box > div:nth-child(2), .str-l-login > .form-group label input .str-m-mega-menu__footer > .m-box > div:nth-child(2), .form-group.horizontal label input .str-m-mega-menu__footer > .m-box > div:nth-child(3), .str-l-login > .form-group label input .str-m-mega-menu__footer > .m-box > div:nth-child(3), .form-group.horizontal label input .str-m-teaser, .str-l-login > .form-group label input .str-m-teaser, .form-group.horizontal label input .str-l-account__nav, .str-l-login > .form-group label input .str-l-account__nav, .form-group.horizontal label input .str-l-account__content, .str-l-login > .form-group label input .str-l-account__content, .form-group.horizontal label input .str-l-account__mobile-items .str-m-box, .str-l-account__mobile-items .form-group.horizontal label input .str-m-box, .str-l-login > .form-group label input .str-l-account__mobile-items .str-m-box, .str-l-account__mobile-items .str-l-login > .form-group label input .str-m-box, .form-group.horizontal label textarea .str-l-col, .str-l-login > .form-group label textarea .str-l-col, .form-group.horizontal label textarea .str-m-mega-menu__column, .str-l-login > .form-group label textarea .str-m-mega-menu__column, .form-group.horizontal label textarea .str-m-mega-menu__column--wide, .str-l-login > .form-group label textarea .str-m-mega-menu__column--wide, .form-group.horizontal label textarea .str-m-mega-menu__column--wider, .str-l-login > .form-group label textarea .str-m-mega-menu__column--wider, .form-group.horizontal label textarea .str-m-mega-menu__column--even-wider, .str-l-login > .form-group label textarea .str-m-mega-menu__column--even-wider, .form-group.horizontal label textarea .str-m-mega-menu__footer > .m-box > div:nth-child(1), .str-l-login > .form-group label textarea .str-m-mega-menu__footer > .m-box > div:nth-child(1), .form-group.horizontal label textarea .str-m-mega-menu__footer > .m-box > div:nth-child(2), .str-l-login > .form-group label textarea .str-m-mega-menu__footer > .m-box > div:nth-child(2), .form-group.horizontal label textarea .str-m-mega-menu__footer > .m-box > div:nth-child(3), .str-l-login > .form-group label textarea .str-m-mega-menu__footer > .m-box > div:nth-child(3), .form-group.horizontal label textarea .str-m-teaser, .str-l-login > .form-group label textarea .str-m-teaser, .form-group.horizontal label textarea .str-l-account__nav, .str-l-login > .form-group label textarea .str-l-account__nav, .form-group.horizontal label textarea .str-l-account__content, .str-l-login > .form-group label textarea .str-l-account__content, .form-group.horizontal label textarea .str-l-account__mobile-items .str-m-box, .str-l-account__mobile-items .form-group.horizontal label textarea .str-m-box, .str-l-login > .form-group label textarea .str-l-account__mobile-items .str-m-box, .str-l-account__mobile-items .str-l-login > .form-group label textarea .str-m-box, .form-group.horizontal label select .str-l-col, .str-l-login > .form-group label select .str-l-col, .form-group.horizontal label select .str-m-mega-menu__column, .str-l-login > .form-group label select .str-m-mega-menu__column, .form-group.horizontal label select .str-m-mega-menu__column--wide, .str-l-login > .form-group label select .str-m-mega-menu__column--wide, .form-group.horizontal label select .str-m-mega-menu__column--wider, .str-l-login > .form-group label select .str-m-mega-menu__column--wider, .form-group.horizontal label select .str-m-mega-menu__column--even-wider, .str-l-login > .form-group label select .str-m-mega-menu__column--even-wider, .form-group.horizontal label select .str-m-mega-menu__footer > .m-box > div:nth-child(1), .str-l-login > .form-group label select .str-m-mega-menu__footer > .m-box > div:nth-child(1), .form-group.horizontal label select .str-m-mega-menu__footer > .m-box > div:nth-child(2), .str-l-login > .form-group label select .str-m-mega-menu__footer > .m-box > div:nth-child(2), .form-group.horizontal label select .str-m-mega-menu__footer > .m-box > div:nth-child(3), .str-l-login > .form-group label select .str-m-mega-menu__footer > .m-box > div:nth-child(3), .form-group.horizontal label select .str-m-teaser, .str-l-login > .form-group label select .str-m-teaser, .form-group.horizontal label select .str-l-account__nav, .str-l-login > .form-group label select .str-l-account__nav, .form-group.horizontal label select .str-l-account__content, .str-l-login > .form-group label select .str-l-account__content, .form-group.horizontal label select .str-l-account__mobile-items .str-m-box, .str-l-account__mobile-items .form-group.horizontal label select .str-m-box, .str-l-login > .form-group label select .str-l-account__mobile-items .str-m-box, .str-l-account__mobile-items .str-l-login > .form-group label select .str-m-box, .form-group.horizontal label div .str-l-col, .str-l-login > .form-group label div .str-l-col, .form-group.horizontal label div .str-m-mega-menu__column, .str-l-login > .form-group label div .str-m-mega-menu__column, .form-group.horizontal label div .str-m-mega-menu__column--wide, .str-l-login > .form-group label div .str-m-mega-menu__column--wide, .form-group.horizontal label div .str-m-mega-menu__column--wider, .str-l-login > .form-group label div .str-m-mega-menu__column--wider, .form-group.horizontal label div .str-m-mega-menu__column--even-wider, .str-l-login > .form-group label div .str-m-mega-menu__column--even-wider, .form-group.horizontal label div .str-m-mega-menu__footer > .m-box > div:nth-child(1), .str-l-login > .form-group label div .str-m-mega-menu__footer > .m-box > div:nth-child(1), .form-group.horizontal label div .str-m-mega-menu__footer > .m-box > div:nth-child(2), .str-l-login > .form-group label div .str-m-mega-menu__footer > .m-box > div:nth-child(2), .form-group.horizontal label div .str-m-mega-menu__footer > .m-box > div:nth-child(3), .str-l-login > .form-group label div .str-m-mega-menu__footer > .m-box > div:nth-child(3), .form-group.horizontal label div .str-m-teaser, .str-l-login > .form-group label div .str-m-teaser, .form-group.horizontal label div .str-l-account__nav, .str-l-login > .form-group label div .str-l-account__nav, .form-group.horizontal label div .str-l-account__content, .str-l-login > .form-group label div .str-l-account__content, .form-group.horizontal label div .str-l-account__mobile-items .str-m-box, .str-l-account__mobile-items .form-group.horizontal label div .str-m-box, .str-l-login > .form-group label div .str-l-account__mobile-items .str-m-box, .str-l-account__mobile-items .str-l-login > .form-group label div .str-m-box {
        margin-right: 2%; }
        .form-group.horizontal label span .str-l-col:last-child, .str-l-login > .form-group label span .str-l-col:last-child, .form-group.horizontal label span .str-m-mega-menu__column:last-child, .str-l-login > .form-group label span .str-m-mega-menu__column:last-child, .form-group.horizontal label span .str-m-mega-menu__column--wide:last-child, .str-l-login > .form-group label span .str-m-mega-menu__column--wide:last-child, .form-group.horizontal label span .str-m-mega-menu__column--wider:last-child, .str-l-login > .form-group label span .str-m-mega-menu__column--wider:last-child, .form-group.horizontal label span .str-m-mega-menu__column--even-wider:last-child, .str-l-login > .form-group label span .str-m-mega-menu__column--even-wider:last-child, .form-group.horizontal label span .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(1), .str-l-login > .form-group label span .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(1), .form-group.horizontal label span .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(2), .str-l-login > .form-group label span .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(2), .form-group.horizontal label span .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(3), .str-l-login > .form-group label span .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(3), .form-group.horizontal label span .str-m-teaser:last-child, .str-l-login > .form-group label span .str-m-teaser:last-child, .form-group.horizontal label span .str-l-account__nav:last-child, .str-l-login > .form-group label span .str-l-account__nav:last-child, .form-group.horizontal label span .str-l-account__content:last-child, .str-l-login > .form-group label span .str-l-account__content:last-child, .form-group.horizontal label span .str-l-account__mobile-items .str-m-box:last-child, .str-l-account__mobile-items .form-group.horizontal label span .str-m-box:last-child, .str-l-login > .form-group label span .str-l-account__mobile-items .str-m-box:last-child, .str-l-account__mobile-items .str-l-login > .form-group label span .str-m-box:last-child, .form-group.horizontal label input .str-l-col:last-child, .str-l-login > .form-group label input .str-l-col:last-child, .form-group.horizontal label input .str-m-mega-menu__column:last-child, .str-l-login > .form-group label input .str-m-mega-menu__column:last-child, .form-group.horizontal label input .str-m-mega-menu__column--wide:last-child, .str-l-login > .form-group label input .str-m-mega-menu__column--wide:last-child, .form-group.horizontal label input .str-m-mega-menu__column--wider:last-child, .str-l-login > .form-group label input .str-m-mega-menu__column--wider:last-child, .form-group.horizontal label input .str-m-mega-menu__column--even-wider:last-child, .str-l-login > .form-group label input .str-m-mega-menu__column--even-wider:last-child, .form-group.horizontal label input .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(1), .str-l-login > .form-group label input .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(1), .form-group.horizontal label input .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(2), .str-l-login > .form-group label input .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(2), .form-group.horizontal label input .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(3), .str-l-login > .form-group label input .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(3), .form-group.horizontal label input .str-m-teaser:last-child, .str-l-login > .form-group label input .str-m-teaser:last-child, .form-group.horizontal label input .str-l-account__nav:last-child, .str-l-login > .form-group label input .str-l-account__nav:last-child, .form-group.horizontal label input .str-l-account__content:last-child, .str-l-login > .form-group label input .str-l-account__content:last-child, .form-group.horizontal label input .str-l-account__mobile-items .str-m-box:last-child, .str-l-account__mobile-items .form-group.horizontal label input .str-m-box:last-child, .str-l-login > .form-group label input .str-l-account__mobile-items .str-m-box:last-child, .str-l-account__mobile-items .str-l-login > .form-group label input .str-m-box:last-child, .form-group.horizontal label textarea .str-l-col:last-child, .str-l-login > .form-group label textarea .str-l-col:last-child, .form-group.horizontal label textarea .str-m-mega-menu__column:last-child, .str-l-login > .form-group label textarea .str-m-mega-menu__column:last-child, .form-group.horizontal label textarea .str-m-mega-menu__column--wide:last-child, .str-l-login > .form-group label textarea .str-m-mega-menu__column--wide:last-child, .form-group.horizontal label textarea .str-m-mega-menu__column--wider:last-child, .str-l-login > .form-group label textarea .str-m-mega-menu__column--wider:last-child, .form-group.horizontal label textarea .str-m-mega-menu__column--even-wider:last-child, .str-l-login > .form-group label textarea .str-m-mega-menu__column--even-wider:last-child, .form-group.horizontal label textarea .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(1), .str-l-login > .form-group label textarea .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(1), .form-group.horizontal label textarea .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(2), .str-l-login > .form-group label textarea .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(2), .form-group.horizontal label textarea .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(3), .str-l-login > .form-group label textarea .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(3), .form-group.horizontal label textarea .str-m-teaser:last-child, .str-l-login > .form-group label textarea .str-m-teaser:last-child, .form-group.horizontal label textarea .str-l-account__nav:last-child, .str-l-login > .form-group label textarea .str-l-account__nav:last-child, .form-group.horizontal label textarea .str-l-account__content:last-child, .str-l-login > .form-group label textarea .str-l-account__content:last-child, .form-group.horizontal label textarea .str-l-account__mobile-items .str-m-box:last-child, .str-l-account__mobile-items .form-group.horizontal label textarea .str-m-box:last-child, .str-l-login > .form-group label textarea .str-l-account__mobile-items .str-m-box:last-child, .str-l-account__mobile-items .str-l-login > .form-group label textarea .str-m-box:last-child, .form-group.horizontal label select .str-l-col:last-child, .str-l-login > .form-group label select .str-l-col:last-child, .form-group.horizontal label select .str-m-mega-menu__column:last-child, .str-l-login > .form-group label select .str-m-mega-menu__column:last-child, .form-group.horizontal label select .str-m-mega-menu__column--wide:last-child, .str-l-login > .form-group label select .str-m-mega-menu__column--wide:last-child, .form-group.horizontal label select .str-m-mega-menu__column--wider:last-child, .str-l-login > .form-group label select .str-m-mega-menu__column--wider:last-child, .form-group.horizontal label select .str-m-mega-menu__column--even-wider:last-child, .str-l-login > .form-group label select .str-m-mega-menu__column--even-wider:last-child, .form-group.horizontal label select .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(1), .str-l-login > .form-group label select .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(1), .form-group.horizontal label select .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(2), .str-l-login > .form-group label select .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(2), .form-group.horizontal label select .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(3), .str-l-login > .form-group label select .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(3), .form-group.horizontal label select .str-m-teaser:last-child, .str-l-login > .form-group label select .str-m-teaser:last-child, .form-group.horizontal label select .str-l-account__nav:last-child, .str-l-login > .form-group label select .str-l-account__nav:last-child, .form-group.horizontal label select .str-l-account__content:last-child, .str-l-login > .form-group label select .str-l-account__content:last-child, .form-group.horizontal label select .str-l-account__mobile-items .str-m-box:last-child, .str-l-account__mobile-items .form-group.horizontal label select .str-m-box:last-child, .str-l-login > .form-group label select .str-l-account__mobile-items .str-m-box:last-child, .str-l-account__mobile-items .str-l-login > .form-group label select .str-m-box:last-child, .form-group.horizontal label div .str-l-col:last-child, .str-l-login > .form-group label div .str-l-col:last-child, .form-group.horizontal label div .str-m-mega-menu__column:last-child, .str-l-login > .form-group label div .str-m-mega-menu__column:last-child, .form-group.horizontal label div .str-m-mega-menu__column--wide:last-child, .str-l-login > .form-group label div .str-m-mega-menu__column--wide:last-child, .form-group.horizontal label div .str-m-mega-menu__column--wider:last-child, .str-l-login > .form-group label div .str-m-mega-menu__column--wider:last-child, .form-group.horizontal label div .str-m-mega-menu__column--even-wider:last-child, .str-l-login > .form-group label div .str-m-mega-menu__column--even-wider:last-child, .form-group.horizontal label div .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(1), .str-l-login > .form-group label div .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(1), .form-group.horizontal label div .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(2), .str-l-login > .form-group label div .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(2), .form-group.horizontal label div .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(3), .str-l-login > .form-group label div .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(3), .form-group.horizontal label div .str-m-teaser:last-child, .str-l-login > .form-group label div .str-m-teaser:last-child, .form-group.horizontal label div .str-l-account__nav:last-child, .str-l-login > .form-group label div .str-l-account__nav:last-child, .form-group.horizontal label div .str-l-account__content:last-child, .str-l-login > .form-group label div .str-l-account__content:last-child, .form-group.horizontal label div .str-l-account__mobile-items .str-m-box:last-child, .str-l-account__mobile-items .form-group.horizontal label div .str-m-box:last-child, .str-l-login > .form-group label div .str-l-account__mobile-items .str-m-box:last-child, .str-l-account__mobile-items .str-l-login > .form-group label div .str-m-box:last-child {
          margin-right: 0; }
    @media only screen and (min-width: 768px) {
      .form-group.horizontal label input:not(.str-l-col), .str-l-login > .form-group label input:not(.str-l-col), .form-group.horizontal label textarea:not(.str-l-col), .str-l-login > .form-group label textarea:not(.str-l-col), .form-group.horizontal label select:not(.str-l-col), .str-l-login > .form-group label select:not(.str-l-col), .form-group.horizontal label div:not(.str-l-col), .str-l-login > .form-group label div:not(.str-l-col) {
        width: 70%; } }
    .form-group.horizontal label span, .str-l-login > .form-group label span {
      width: 100%;
      margin: 0;
      line-height: 2.1rem;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .form-group.horizontal label span, .str-l-login > .form-group label span {
          position: relative;
          top: 2.1rem;
          width: 30%;
          text-align: right;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%); } }
    .form-group.horizontal label > .notice, .str-l-login > .form-group label > .notice {
      clear: both;
      padding-top: 0.7rem; }
      @media only screen and (min-width: 768px) {
        .form-group.horizontal label > .notice, .str-l-login > .form-group label > .notice {
          width: 70%;
          margin-left: 30%; } }
      .form-group.horizontal label > .notice i, .str-l-login > .form-group label > .notice i {
        position: relative;
        top: 0.4rem;
        left: 0.2rem;
        color: #68c0ba;
        font-size: 1.6rem; }
  .form-group.horizontal .validation-error, .str-l-login > .form-group .validation-error {
    top: 3.5rem; }
    @media only screen and (min-width: 768px) {
      .form-group.horizontal .validation-error, .str-l-login > .form-group .validation-error {
        top: 1.4rem; } }
  .form-group.horizontal .validation-error-message, .str-l-login > .form-group .validation-error-message {
    line-height: 2.1rem; }
    @media only screen and (min-width: 768px) {
      .form-group.horizontal .validation-error-message, .str-l-login > .form-group .validation-error-message {
        width: 70%;
        margin-left: 30%; } }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none; }

input[type=number] {
  -moz-appearance: textfield; }

.radio input[type=radio], .checkbox input[type=checkbox] {
  display: none; }
  .radio input[type=radio]:checked + label:before, .checkbox input[type=checkbox]:checked + label:before {
    border: 0.6rem solid #e7e5e5;
    background: #68c0ba;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.radio, .checkbox {
  float: left;
  display: block;
  height: 5.6rem;
  padding-right: 4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .radio span, .checkbox span {
    display: inline-block;
    width: auto !important;
    padding-left: 1rem;
    line-height: 5.6rem !important;
    vertical-align: text-top; }
  .radio label:before, .checkbox label:before {
    position: relative;
    top: 1.4rem;
    float: left;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background: #e7e5e5;
    content: '';
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    @media only screen and (min-width: 768px) {
      .radio label:before, .checkbox label:before {
        top: 0.7rem; } }

::-webkit-input-placeholder {
  font-family: 'Frutiger', 'Arial', sans-serif;
  font-size: 1.6rem; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Frutiger', 'Arial', sans-serif;
  font-size: 1.6rem; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Frutiger', 'Arial', sans-serif;
  font-size: 1.6rem; }

:-ms-input-placeholder {
  font-family: 'Frutiger', 'Arial', sans-serif;
  font-size: 1.6rem; }

.str-icon-available {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
  background: #00dd00; }

.str-icon-soon-available {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
  background: #f2de30; }

.str-icon-unavailable {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
  background: #dd0000; }

.str-icon-catalog {
  width: 29px;
  height: 32px;
  vertical-align: bottom;
  display: block;
  margin: 0 auto; }

table {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2.1rem; }
  table th, table td {
    padding: 0.7rem 1rem;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    table th .icon-merkzettel:before, table td .icon-merkzettel:before {
      position: relative;
      top: 0.1rem;
      font-size: 1.3rem; }
    table th .icon-archive:before, table td .icon-archive:before {
      font-size: 1.8rem;
      position: relative;
      top: 0.2rem; }
    table th strong, table td strong {
      display: block; }
  table th {
    color: #fff;
    background: #646464;
    padding: 1.4rem 1rem;
    font-size: 1.5rem;
    font-weight: 400; }
    table th span {
      display: block;
      font-weight: 300; }
  table tr {
    color: #3a3a3a;
    background: #fff; }
    table tr:nth-child(even) {
      background: #f1f1f1; }
  table.fixed {
    table-layout: fixed; }
  table.separated-rows {
    margin-bottom: 2.8rem; }
    table.separated-rows tr {
      background: #e7e5e5; }
    table.separated-rows tr:nth-child(even) {
      background: #e7e5e5; }
    table.separated-rows tr:nth-child(n+2) {
      border-top: 0.1rem solid #eaeaea; }
    table.separated-rows:last-child {
      margin-bottom: 0; }

.str-l-container, .str-l-account__mobile-items {
  position: relative;
  width: 100%;
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1200px) {
    .str-l-container, .str-l-account__mobile-items {
      padding: 0 2%; } }
  .str-l-container > header p, .str-l-account__mobile-items > header p {
    display: block;
    max-width: 96rem;
    margin-top: 1.4rem;
    margin-right: auto;
    margin-bottom: 1.4rem;
    margin-left: auto;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      .str-l-container > header p, .str-l-account__mobile-items > header p {
        margin-bottom: 4.2rem; } }
  .str-l-container header .str-m-custom-select, .str-l-account__mobile-items header .str-m-custom-select {
    position: relative;
    top: -1.4rem; }

/*  SECTIONS  */
.str-l-section {
  clear: both;
  padding: 0; }

/*  COLUMN SETUP  */
.str-l-col, .str-m-mega-menu__column, .str-m-mega-menu__column--wide, .str-m-mega-menu__column--wider, .str-m-mega-menu__column--even-wider, .str-m-mega-menu__footer > .m-box > div:nth-child(1), .str-m-mega-menu__footer > .m-box > div:nth-child(2), .str-m-mega-menu__footer > .m-box > div:nth-child(3), .str-m-teaser, .str-l-account__nav, .str-l-account__content, .str-l-account__mobile-items .str-m-box {
  float: left;
  display: block;
  margin: 0 2% 2.8rem 0; }
  @media only screen and (min-width: 768px) {
    .str-l-col, .str-m-mega-menu__column, .str-m-mega-menu__column--wide, .str-m-mega-menu__column--wider, .str-m-mega-menu__column--even-wider, .str-m-mega-menu__footer > .m-box > div:nth-child(1), .str-m-mega-menu__footer > .m-box > div:nth-child(2), .str-m-mega-menu__footer > .m-box > div:nth-child(3), .str-m-teaser, .str-l-account__nav, .str-l-account__content, .str-l-account__mobile-items .str-m-box {
      margin: 2.8rem 2% 2.8rem 0; } }
  @media only screen and (max-width: 567px) and (min-width: 320px) {
    .str-l-col, .str-m-mega-menu__column, .str-m-mega-menu__column--wide, .str-m-mega-menu__column--wider, .str-m-mega-menu__column--even-wider, .str-m-mega-menu__footer > .m-box > div:nth-child(1), .str-m-mega-menu__footer > .m-box > div:nth-child(2), .str-m-mega-menu__footer > .m-box > div:nth-child(3), .str-m-teaser, .str-l-account__nav, .str-l-account__content, .str-l-account__mobile-items .str-m-box {
      width: 100% !important; } }

.str-l-col--no-spacing, .str-m-teaser {
  margin-top: 0; }

.str-l-col:last-child, .str-m-mega-menu__column:last-child, .str-m-mega-menu__column--wide:last-child, .str-m-mega-menu__column--wider:last-child, .str-m-mega-menu__column--even-wider:last-child, .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(1), .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(2), .str-m-mega-menu__footer > .m-box > div:last-child:nth-child(3), .str-m-teaser:last-child, .str-l-account__nav:last-child, .str-l-account__content:last-child, .str-l-account__mobile-items .str-m-box:last-child {
  margin-right: 0; }

/*  GROUPING  */
.str-l-group:before, .str-l-account__mobile-items:before, .str-l-group:after, .str-l-account__mobile-items:after {
  display: table;
  content: ''; }

.str-l-group:after, .str-l-account__mobile-items:after {
  clear: both; }

.str-l-group, .str-l-account__mobile-items {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.str-l-col--span_1_of_12 {
  width: 6.5%; }

.str-l-col--span_2_of_12 {
  width: 15%; }

.str-l-col--span_3_of_12, .str-m-mega-menu__column, .str-m-mega-menu__footer > .m-box > div:nth-child(1), .str-m-mega-menu__footer > .m-box > div:nth-child(2), .str-l-account__nav {
  width: 23.5%; }

.str-l-col--span_4_of_12, .str-m-mega-menu__column--wide, .str-m-teaser {
  width: 32%; }

.str-l-col--span_5_of_12 {
  width: 40.5%; }

.str-l-col--span_6_of_12, .str-m-mega-menu__column--wider, .str-m-mega-menu__footer > .m-box > div:nth-child(3) {
  width: 49%; }

.str-l-col--span_7_of_12 {
  width: 57.5%; }

.str-l-col--span_8_of_12 {
  width: 66%; }

.str-l-col--span_9_of_12, .str-m-mega-menu__column--even-wider, .str-l-account__content {
  width: 74.5%; }

.str-l-col--span_10_of_12 {
  width: 83%; }

.str-l-col--span_11_of_12 {
  width: 91.5%; }

.str-l-col--span_12_of_12 {
  width: 100%; }

.str-l-container--products {
  margin-bottom: 12.6rem; }
  .str-l-container--products .str-l-sidebar {
    float: left;
    width: 25%; }
  @media only screen and (min-width: 1024px) {
    .str-l-container--products .str-l-content {
      float: left;
      width: 73%;
      margin-left: 2%; } }

.str-l-container--static {
  margin-bottom: 4.2rem; }
  .str-l-container--static .str-l-sidebar {
    float: left;
    width: 25%; }
    @media only screen and (min-width: 1024px) {
      .str-l-container--static .str-l-sidebar {
        margin-left: 2%; } }
  @media only screen and (min-width: 1024px) {
    .str-l-container--static .str-l-content {
      float: left;
      width: 73%; } }

.str-m-accordion-item__header {
  position: relative;
  margin-bottom: 1.4rem;
  padding: 1.8rem 4.8rem 1.8rem 6rem;
  color: #68c0ba;
  background: #eaeaea;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .str-m-accordion-item__header > i {
    position: absolute;
    top: 50%;
    left: 2.4rem;
    margin-top: 0.2rem;
    transform: translateY(-50%); }

.str-m-accordion-item__body {
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.55, 0, 0.1, 1), margin-bottom 0.3s cubic-bezier(0.55, 0, 0.1, 1); }

.str-m-account-selection {
  margin-right: -1%;
  margin-left: -1%; }
  .str-m-account-selection li {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.4rem;
    background: #68c0ba;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    transition: background 0.2s linear; }
    @media only screen and (min-width: 768px) {
      .str-m-account-selection li {
        width: 48%;
        margin: 0 1% 2%; } }
    .str-m-account-selection li:hover {
      background: #18a09e; }
    .str-m-account-selection li > div {
      width: 100%;
      padding: 0.7rem;
      color: #fff;
      font-size: 1.5rem;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .str-m-account-selection li > div > strong {
        display: block; }
      .str-m-account-selection li > div > span {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .str-m-account-selection li:hover {
      border-color: #18a09e; }

.str-m-active-filters__headline {
  position: relative;
  margin-bottom: 0;
  -webkit-animation: grow-in 0.5s ease-out;
  -moz-animation: grow-in 0.5s ease-out;
  -ms-animation: grow-in 0.5s ease-out;
  -o-animation: grow-in 0.5s ease-out;
  animation: grow-in 0.5s ease-out; }

.str-m-active-filters__list {
  margin-bottom: 2.8rem; }
  .str-m-active-filters__list li {
    position: relative;
    padding: 0.7rem 2.8rem 0.6rem 0;
    border-bottom: 0.1rem solid #eaeaea;
    color: #646464;
    font-weight: 400;
    cursor: pointer;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-animation: grow-in 0.5s ease-out;
    -moz-animation: grow-in 0.5s ease-out;
    -ms-animation: grow-in 0.5s ease-out;
    -o-animation: grow-in 0.5s ease-out;
    animation: grow-in 0.5s ease-out; }
    .str-m-active-filters__list li:hover {
      color: #414445; }
    .str-m-active-filters__list li:nth-child(2) {
      margin-left: 1.4rem; }
    .str-m-active-filters__list li:nth-child(3) {
      margin-left: 2.8rem; }
    .str-m-active-filters__list li i {
      position: absolute;
      right: 0;
      font-size: 1rem;
      cursor: pointer; }

@-webkit-keyframes grow-in {
  from {
    max-height: 0;
    border-color: transparent; }

  to {
    max-height: 5.6rem;
    border-color: #eaeaea; } }

@-moz-keyframes grow-in {
  from {
    max-height: 0;
    border-color: transparent; }

  to {
    max-height: 5.6rem;
    border-color: #eaeaea; } }

@-ms-keyframes grow-in {
  from {
    max-height: 0;
    border-color: transparent; }

  to {
    max-height: 5.6rem;
    border-color: #eaeaea; } }

@-o-keyframes grow-in {
  from {
    max-height: 0;
    border-color: transparent; }

  to {
    max-height: 5.6rem;
    border-color: #eaeaea; } }

@keyframes grow-in {
  from {
    max-height: 0;
    border-color: transparent; }

  to {
    max-height: 5.6rem;
    border-color: #eaeaea; } }

.str-m-address {
  position: relative;
  margin-bottom: 1.4rem;
  padding: 2.8rem;
  color: #68c0ba;
  background: #fff;
  font-size: 1.5rem;
  line-height: 2.1rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .str-m-address:nth-child(2) {
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      .str-m-address:nth-child(2) {
        text-align: left; } }
  .str-m-address.selected {
    color: #646464; }
    .str-m-address.selected .str-m-address__selection-indicator {
      border-color: #646464;
      color: #fff;
      background: #646464; }
    .str-m-address.selected .str-m-address__selection-indicator:before {
      position: absolute;
      top: 50%;
      left: 62%;
      width: 2.8rem;
      height: 2.8rem;
      margin-top: 0.4rem;
      font-family: 'Strassacker-Shop';
      content: 'q';
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    .str-m-address.selected .str-m-address__default-badge {
      border-color: #eaeaea;
      color: #eaeaea; }
  .str-m-address > div {
    float: left; }
    .str-m-address > div > p {
      padding-top: 0.35rem; }

.str-m-address__default-badge {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  padding: 1.4rem;
  border: 0.1rem solid #68c0ba;
  color: #68c0ba;
  font-weight: 400;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media only screen and (min-width: 768px) {
    .str-m-address__default-badge {
      top: 1.4rem;
      bottom: auto; } }

.str-m-address__selection-indicator {
  position: relative;
  width: 4.2rem;
  height: 4.2rem;
  margin-right: 2.8rem;
  border: 0.2rem solid #68c0ba;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.str-m-address__body {
  width: 100%; }

.str-m-address--custom {
  overflow: hidden;
  width: 100%;
  max-height: 86.8rem;
  margin-right: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media only screen and (min-width: 768px) {
    .str-m-address--custom {
      max-height: 75.6rem; } }
  .str-m-address--custom > h3 {
    position: relative;
    top: 0.4rem;
    left: -1rem;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 7.4rem;
    font-family: 'Frutiger', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.1rem;
    text-align: left;
    text-transform: none;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media only screen and (min-width: 768px) {
      .str-m-address--custom > h3 {
        top: 0;
        padding-left: 0;
        line-height: 4.9rem; } }
    .str-m-address--custom > h3:after {
      display: none; }
    .str-m-address--custom > h3 > span {
      font-weight: 300; }
  .str-m-address--custom > .str-m-address__body {
    padding-top: 2.8rem; }
  .str-m-address--custom.collapsed {
    min-height: 7.7rem;
    max-height: 7.7rem; }
    @media only screen and (min-width: 1024px) {
      .str-m-address--custom.collapsed {
        min-height: 10.5rem;
        max-height: 10.5rem; } }
    .str-m-address--custom.collapsed > h3 {
      color: #68c0ba; }

.str-m-address--static {
  color: #646464;
  cursor: inherit; }
  .str-m-address--static .str-m-address__default-badge {
    border-color: #eaeaea;
    color: #eaeaea; }
  .str-m-address--static > strong {
    display: block;
    margin-bottom: 1.4rem; }

.str-m-address__form {
  display: none; }
  @media only screen and (min-width: 768px) {
    .str-m-address__form {
      display: block; } }

@media only screen and (min-width: 768px) {
  .str-m-address__form--mobile {
    display: none; } }

.str-m-arrow-control {
  z-index: 999;
  width: 100%;
  -moz-border-radius: 2.8rem;
  -webkit-border-radius: 2.8rem;
  border-radius: 2.8rem; }
  .str-m-arrow-control > button i {
    position: relative;
    top: -0.2rem; }
  .str-m-arrow-control > button:first-child {
    float: left; }
  .str-m-arrow-control > button:last-child {
    float: right; }
  .str-m-arrow-control > button:focus {
    outline: none; }
  .str-m-arrow-control > button:hover {
    background: #18a09e;
    color: #fff;
    border-color: #18a09e; }

.str-m-badge {
  display: inline-block;
  height: 2.8rem;
  margin-bottom: 1.4rem;
  padding: 0 0.5rem;
  background: #68c0ba;
  font-weight: 400;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.str-m-badge--light {
  color: #3a3a3a;
  background: #fff; }

.str-m-badge--alt {
  margin-bottom: 1rem;
  padding: 0.2rem 0.7rem;
  color: #646464;
  font-style: italic;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.str-m-badge--round {
  width: 2.8rem;
  padding-top: 0.1rem;
  color: #fff;
  background: #68c0ba;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.str-m-badge {
  min-width: 1.8rem;
  height: 1.8rem;
  padding-right: 0;
  padding-left: 0;
  color: #fff;
  background: #67c1c0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-align: center;
  text-indent: 0.1rem;
  -moz-border-radius: 1.8rem;
  -webkit-border-radius: 1.8rem;
  border-radius: 1.8rem; }

.str-m-box {
  padding: 1.4rem;
  border: 0.2rem solid #eaeaea;
  background: transparent; }
  @media only screen and (min-width: 1024px) {
    .str-m-box {
      padding: 2.8rem; } }
  .str-m-box .str-l-col, .str-m-box .str-m-mega-menu__column, .str-m-box .str-m-mega-menu__column--wide, .str-m-box .str-m-mega-menu__column--wider, .str-m-box .str-m-mega-menu__column--even-wider, .str-m-box .str-m-mega-menu__footer > .m-box > div:nth-child(1), .str-m-box .str-m-mega-menu__footer > .m-box > div:nth-child(2), .str-m-box .str-m-mega-menu__footer > .m-box > div:nth-child(3), .str-m-box .str-m-teaser, .str-m-box .str-l-account__nav, .str-m-box .str-l-account__content, .str-m-box .str-l-account__mobile-items .str-m-box, .str-l-account__mobile-items .str-m-box .str-m-box {
    margin-top: 0;
    margin-bottom: 0; }

.str-m-box--pri {
  border-color: #68c0ba;
  background: #68c0ba; }
  .str-m-box--pri h1, .str-m-box--pri h2 {
    color: #fff; }

.str-m-box--dark {
  border-color: #646464;
  background: #646464; }
  .str-m-box--dark h1, .str-m-box--dark h2 {
    color: #fff; }

.str-m-box--darker {
  border-color: #353a3c;
  background: #353a3c; }
  .str-m-box--darker h1, .str-m-box--darker h2 {
    color: #fff; }

.str-m-box--medium {
  background: #eaeaea; }

.str-m-box--transparent {
  background: transparent; }

.str-m-box--dimmed {
  position: relative;
  min-height: 33.6rem;
  border: none;
  background-position: center;
  background-size: cover;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .str-m-box--dimmed:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(58, 58, 58, 0.7);
    content: ''; }
  .str-m-box--dimmed > div {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
    color: #fff;
    line-height: 2.24rem;
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 1024px) {
      .str-m-box--dimmed > div {
        line-height: 2.8rem; } }
    .str-m-box--dimmed > div .h--underlined {
      color: #fff; }
      .str-m-box--dimmed > div .h--underlined:after {
        background: #fff; }

.m-breadcrumbs {
  display: none; }
  @media only screen and (min-width: 768px) {
    .m-breadcrumbs {
      display: block; } }
  .m-breadcrumbs > li {
    position: relative;
    float: left;
    margin-right: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1.4rem;
    line-height: 2.1rem; }
    .m-breadcrumbs > li:before {
      position: absolute;
      top: 50%;
      right: 0;
      font-family: 'Strassacker-Shop';
      font-size: 0.8rem;
      transform: translateX(50%) translateY(-50%); }
    .m-breadcrumbs > li:last-child:before {
      display: none; }
    .m-breadcrumbs > li > a {
      color: #414445; }
      .m-breadcrumbs > li > a:hover {
        color: #68c0ba; }

.str-m-btn {
  overflow: hidden;
  max-width: 100%;
  min-height: 4.7rem;
  padding: 1rem 1rem 1.1rem 1rem;
  border: 0.2rem solid #68c0ba;
  color: #68c0ba;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, opacity 0.2s; }
  .str-m-btn:hover {
    color: #fff;
    background: #68c0ba; }
  .str-m-btn.disabled {
    border-color: #fff;
    color: #fff;
    background: #646464;
    cursor: default; }
    .str-m-btn.disabled:hover {
      color: #fff; }
  .str-m-btn i {
    margin: 0 0.2rem; }
  .str-m-btn a {
    color: #68c0ba; }
    .str-m-btn a:hover {
      color: #68c0ba; }
  .str-m-btn > .icon-mail {
    position: relative;
    top: 0.4rem; }
  .str-m-btn .icon-arrow-right:before, .str-m-btn .m-breadcrumbs > li:before {
    position: relative;
    top: 0.2rem;
    font-size: 1.5rem; }
  .str-m-btn .icon-arrow-left:before {
    position: relative;
    top: 0.2rem;
    font-size: 1.5rem; }
  .str-m-btn .icon-arrow-up:before {
    font-size: 1.5rem; }
  .str-m-btn .icon-arrow-down:before {
    font-size: 1.5rem; }
  .str-m-btn .icon-print:before {
    position: relative;
    top: 0.2rem;
    font-size: 1.5rem; }
  .str-m-btn .icon-reload:before {
    position: relative;
    top: 0.2rem; }
  .str-m-btn.str-l-col, .str-m-btn.str-m-mega-menu__column, .str-m-btn.str-m-mega-menu__column--wide, .str-m-btn.str-m-mega-menu__column--wider, .str-m-btn.str-m-mega-menu__column--even-wider, .str-m-mega-menu__footer > .m-box > div.str-m-btn:nth-child(1), .str-m-mega-menu__footer > .m-box > div.str-m-btn:nth-child(2), .str-m-mega-menu__footer > .m-box > div.str-m-btn:nth-child(3), .str-m-btn.str-m-teaser, .str-m-btn.str-l-account__nav, .str-m-btn.str-l-account__content, .str-l-account__mobile-items .str-m-btn.str-m-box {
    margin-top: 0;
    margin-bottom: 0; }

.str-m-btn--alt {
  border-color: #fff;
  color: #fff; }
  .str-m-btn--alt:hover {
    color: #68c0ba;
    background: #fff; }
  .str-m-btn--alt a {
    color: #fff; }
    .str-m-btn--alt a:hover {
      color: #fff; }

.str-m-btn--light {
  border-color: #fff;
  color: #fff;
  background: transparent; }
  .str-m-btn--light:hover {
    color: #68c0ba;
    background: #fff; }

.str-m-btn--gray {
  border-color: #eaeaea;
  color: #68c0ba;
  background: #eaeaea; }
  .str-m-btn--gray:hover {
    border-color: #68c0ba;
    color: #fff;
    background: #68c0ba; }
  .str-m-btn--gray:disabled {
    color: #7e7e7e;
    cursor: default; }
    .str-m-btn--gray:disabled:hover {
      border-color: #eaeaea;
      color: #7e7e7e;
      background: #eaeaea; }

.str-m-btn--filled {
  border-color: #68c0ba;
  color: #fff;
  background: #68c0ba; }
  .str-m-btn--filled:hover {
    color: #68c0ba;
    background: transparent; }
  .str-m-btn--filled:disabled {
    border-color: #eaeaea;
    color: #646464;
    background: #eaeaea; }
    .str-m-btn--filled:disabled:hover {
      border-color: #eaeaea;
      color: #646464;
      background: #eaeaea; }
  .str-m-btn--filled.str-m-btn--light {
    border-color: #fff;
    color: #68c0ba;
    background: #fff; }
    .str-m-btn--filled.str-m-btn--light:hover {
      border-color: #68c0ba;
      color: #fff;
      background: #68c0ba; }

.str-m-btn--dimmed {
  border: 0.1rem solid #68c0ba;
  color: #68c0ba;
  background: #fff; }
  .str-m-btn--dimmed:hover {
    border-color: #68c0ba;
    color: #18a09e !important;
    background: #fff !important; }

.str-m-btn--single-icon {
  width: 5.6rem;
  font-size: 2.2rem;
  line-height: 3.4rem; }

.str-m-btn--round-with-icon {
  width: 4.2rem;
  height: 4.2rem;
  padding: 0;
  line-height: 4.76rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.str-m-btn--full-width {
  width: 100%; }

.str-m-btn--transparent {
  height: 2.8rem;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent; }
  .str-m-btn--transparent:hover {
    color: #fff !important;
    background: transparent !important; }

.str-m-btn--link {
  height: 2.8rem;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0; }
  .str-m-btn--link i:before {
    font-size: 1.8rem; }
  .str-m-btn--link i.icon-arrow-right:before, .str-m-btn--link i.icon-arrow-left:before {
    position: relative;
    top: 0.2rem; }
  .str-m-btn--link:hover {
    color: #18a09e;
    background: transparent; }

.str-m-btn--dark-background.str-m-btn--link:hover {
  color: #fff; }

.str-m-btn--single-line {
  white-space: nowrap; }

.str-m-btn--new-customer {
  width: 100%; }
  @media only screen and (min-width: 835px) {
    .str-m-btn--new-customer {
      max-width: 47%; } }
  @media only screen and (min-width: 1260px) {
    .str-m-btn--new-customer {
      max-width: 520px; } }

.str-m-cart-item {
  position: relative;
  margin-top: 1.4rem;
  padding-bottom: 4.2rem;
  font-size: 1.5rem; }
  @media only screen and (min-width: 1024px) {
    .str-m-cart-item {
      margin-top: 2.8rem; } }
  .str-m-cart-item:first-child {
    margin-top: 0; }
  .str-m-cart-item.not-found {
    display: none; }
  .str-m-cart-item header {
    margin-bottom: 2.8rem; }
    .str-m-cart-item header > div:nth-child(1) {
      position: relative;
      width: 100%;
      margin-right: 2%;
      padding: 0.4rem;
      border: 0.1rem solid #eaeaea;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        .str-m-cart-item header > div:nth-child(1) {
          float: left;
          width: 30%; } }
      @media only screen and (min-width: 1024px) {
        .str-m-cart-item header > div:nth-child(1) {
          width: 23.8rem; } }
      .str-m-cart-item header > div:nth-child(1):before {
        content: '';
        display: block;
        padding-top: 100%; }
      .str-m-cart-item header > div:nth-child(1) > img {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 100%;
        height: 100%; }
    @media only screen and (min-width: 768px) {
      .str-m-cart-item header > div:nth-child(2) {
        float: left;
        width: 68%; } }
    @media only screen and (min-width: 1024px) {
      .str-m-cart-item header > div:nth-child(2) {
        width: 50%; } }
    .str-m-cart-item header h2 {
      margin-bottom: 0;
      padding-bottom: 0;
      font-family: 'Frutiger', 'Arial', sans-serif;
      font-size: 1.6rem;
      font-weight: 400;
      text-align: left;
      cursor: pointer; }
      .str-m-cart-item header h2:after {
        display: none; }
      .str-m-cart-item header h2 span {
        color: #68c0ba;
        font-family: 'Frutiger', 'Arial', sans-serif;
        font-size: 1.8rem; }
      .str-m-cart-item header h2 .icon-letter:before {
        position: relative;
        top: 0.3rem; }
  .str-m-cart-item .icon-edit:before {
    position: relative;
    top: 0.1rem;
    font-size: 1.3rem; }

.str-m-cart-item--read-only {
  padding-bottom: 0; }

.str-m-cart-item--quick-form {
  margin-bottom: 0;
  padding: 1.4rem;
  padding-bottom: 2.8rem; }
  .str-m-cart-item--quick-form .str-m-cart-item__price-tag {
    top: 1.4rem; }

.str-m-cart-item--script .script-tool-button {
  position: absolute;
  right: 1.4rem;
  bottom: 0; }
  .str-m-cart-item--script .script-tool-button > i:before {
    position: relative;
    top: 0.1rem;
    font-size: 1.2rem; }
.str-m-cart-item--script .icon-eye:before {
  position: relative;
  top: 0.1rem;
  font-size: 1.5rem; }
.str-m-cart-item--script .str-m-cart-item__price-tag {
  top: 1.4rem; }
  @media only screen and (min-width: 1024px) {
    .str-m-cart-item--script .str-m-cart-item__price-tag {
      top: 2.8rem; } }
.str-m-cart-item--script .script-delete-button {
  margin-top: 0 !important; }
.str-m-cart-item--script .script-tool-button {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .str-m-cart-item--script .script-tool-button {
      display: inline; } }

.str-m-cart-item--ornament {
  margin-bottom: 1.4rem; }
  .str-m-cart-item--ornament .str-m-cart-item__tools .script-tool-button {
    position: absolute;
    right: 1.4rem;
    bottom: 0;
    color: #fff; }

.str-m-cart-item--small {
  margin-left: 1.4rem; }
  .str-m-cart-item--small:first-child {
    margin-top: 1.4rem; }
  .str-m-cart-item--small header {
    min-height: 33.6rem; }
    .str-m-cart-item--small header > div {
      width: 40%; }

.str-m-cart-item--script-empty {
  position: relative;
  margin-bottom: 2.8rem;
  padding: 2.8rem 1.4rem;
  border: 0.2rem dashed #eaeaea; }
  .str-m-cart-item--script-empty > h3 {
    float: left;
    margin-bottom: 0;
    padding-left: 4rem;
    font-family: 'Frutiger', 'Arial', sans-serif;
    font-size: 1.8rem;
    font-style: italic; }
    .str-m-cart-item--script-empty > h3 i {
      position: relative;
      top: 0.2rem;
      margin-left: 0.4rem;
      cursor: pointer; }
    .str-m-cart-item--script-empty > h3 i.icon-letter {
      position: absolute;
      top: 50%;
      left: 0.6rem;
      margin-top: -0.1rem;
      font-size: 3.4rem;
      opacity: 0.5;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
    .str-m-cart-item--script-empty > h3 i.icon-info {
      color: #68c0ba; }
  .str-m-cart-item--script-empty > button {
    float: right; }

.str-m-cart-item__product-id {
  display: block;
  margin-bottom: 1.4rem; }

.str-m-cart-item__property-list > li {
  padding: 0.7rem;
  padding-left: 0;
  border-bottom: 0.1rem solid #e7e5e5; }
.str-m-cart-item__property-list > li:last-child {
  margin-top: 2.8rem;
  border-bottom: none; }

@media only screen and (min-width: 1024px) {
  .str-m-cart-item__price-tag {
    position: absolute;
    top: 2.8rem;
    right: 1.4rem;
    width: 50%; } }
.str-m-cart-item__price-tag .icon-trash:before {
  position: relative;
  top: 0.2rem;
  font-size: 1.5rem; }
.str-m-cart-item__price-tag .cart-button, .str-m-cart-item__price-tag .trash-button {
  text-align: left; }
  @media only screen and (min-width: 1024px) {
    .str-m-cart-item__price-tag .cart-button, .str-m-cart-item__price-tag .trash-button {
      width: 100%;
      margin-right: 0;
      text-align: right; } }
  .str-m-cart-item__price-tag .cart-button .icon-plus:before, .str-m-cart-item__price-tag .trash-button .icon-plus:before {
    font-size: 1.3rem; }
.str-m-cart-item__price-tag > .str-m-price-tag {
  position: relative;
  padding-bottom: 2.8rem;
  text-align: left; }
  @media only screen and (min-width: 1024px) {
    .str-m-cart-item__price-tag > .str-m-price-tag {
      height: auto;
      text-align: right;
      padding-top: 2.8rem; } }
  .str-m-cart-item__price-tag > .str-m-price-tag > span {
    display: block;
    width: 100%;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.4;
    text-align: left; }
    @media only screen and (min-width: 1024px) {
      .str-m-cart-item__price-tag > .str-m-price-tag > span {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        max-width: 220px;
        margin-top: -4px;
        text-align: right; } }
    .str-m-cart-item__price-tag > .str-m-price-tag > span i {
      position: relative;
      top: 0.1rem; }
  .str-m-cart-item__price-tag > .str-m-price-tag label {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .str-m-cart-item__price-tag > .str-m-price-tag label {
        display: block;
        margin-top: 2.8rem; } }
  .str-m-cart-item__price-tag > .str-m-price-tag button {
    height: auto;
    min-height: 0;
    margin-right: 1.2rem;
    margin-left: 0;
    line-height: 2.1rem; }
    @media only screen and (min-width: 1024px) {
      .str-m-cart-item__price-tag > .str-m-price-tag button {
        margin-right: 0.7rem; } }
    .str-m-cart-item__price-tag > .str-m-price-tag button > i {
      margin-left: 0; }
    @media only screen and (min-width: 1024px) {
      .str-m-cart-item__price-tag > .str-m-price-tag button:first-of-type {
        margin-top: 2.8rem; } }

.str-m-cart-item__tools {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.2rem;
  background: #eaeaea; }
  @media only screen and (min-width: 1024px) {
    .str-m-cart-item__tools {
      margin-top: 2.8rem; } }
  @media only screen and (min-width: 1024px) {
    .str-m-cart-item__tools button {
      margin-left: 2rem; } }
  .str-m-cart-item__tools .script-accessories-button {
    position: absolute;
    right: 1.4rem;
    bottom: 5.6rem; }
  .str-m-cart-item__tools .edit-button {
    position: absolute;
    bottom: -0.1rem;
    left: 1.2rem;
    height: 4.2rem;
    color: #68c0ba; }
    @media only screen and (min-width: 768px) {
      .str-m-cart-item__tools .edit-button {
        left: 50%;
        width: 30rem;
        padding: 0.7rem;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%); } }
    .str-m-cart-item__tools .edit-button .icon-cog:before, .str-m-cart-item__tools .edit-button .icon-close:before {
      position: relative;
      top: 0.1rem;
      font-size: 1.2rem; }
    .str-m-cart-item__tools .edit-button .icon-trash:before {
      margin-right: 0.2rem; }
    .str-m-cart-item__tools .edit-button .icon-eye:before {
      position: relative;
      top: 0.2rem; }

.str-m-catalog-select {
  position: absolute;
  z-index: 9;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 100%; }

.str-m-catalog-select__button {
  float: right;
  height: 4.2rem;
  margin-top: 0.7rem;
  padding: 0.75rem 1.5rem 1.2rem;
  color: #fff;
  background: rgba(58, 58, 58, 0.2);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.38rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .str-m-catalog-select__button:hover {
    background: rgba(58, 58, 58, 0.3); }
  .str-m-catalog-select__button.expanded i {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  .str-m-catalog-select__button i {
    margin-left: 1rem;
    line-height: 1.3rem;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .str-m-catalog-select__button i:before {
      position: relative;
      top: 0.3rem;
      font-size: 1.6rem;
      line-height: 0; }

.str-m-catalog-select__menu {
  position: relative;
  top: -1.4rem;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  margin-top: -0.1rem;
  border-top-color: rgba(231, 229, 229, 0);
  border-bottom: 1.4rem solid #68c0ba;
  background: #fff;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .str-m-catalog-select__menu.show {
    max-height: 80rem; }
  .str-m-catalog-select__menu > .str-l-container, .str-m-catalog-select__menu > .str-l-account__mobile-items {
    padding: 2.8rem 0 1.4rem;
    border-top: 0.1rem solid #e7e5e5; }

.str-m-catalog-select__items {
  width: 100%; }
  .str-m-catalog-select__items > li {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 11.2rem;
    margin-bottom: 2.8rem;
    padding-bottom: 2.8rem;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .str-m-catalog-select__items > li strong {
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .str-m-catalog-select__items > li:after {
      position: absolute;
      right: 2%;
      bottom: 0;
      left: 0;
      height: 0.2rem;
      background: #eaeaea;
      content: ''; }
    .str-m-catalog-select__items > li:hover strong {
      color: #18a09e; }
    .str-m-catalog-select__items > li > div {
      display: table; }
      .str-m-catalog-select__items > li > div > img, .str-m-catalog-select__items > li > div > span {
        display: table-cell;
        color: #3a3a3a;
        text-align: left;
        vertical-align: top; }
      .str-m-catalog-select__items > li > div > img {
        width: 11.2rem;
        margin-right: 1rem; }
      .str-m-catalog-select__items > li > div > span {
        color: #646464;
        font-weight: 400; }
      .str-m-catalog-select__items > li > div strong {
        display: block;
        color: #68c0ba;
        font-size: 1.6rem;
        line-height: 2.38rem; }

.str-m-category-header {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .str-m-category-header div:first-of-type {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .str-m-category-header div:first-of-type {
        color: #fff; } }
    .str-m-category-header div:first-of-type > div {
      width: 100%;
      height: 100%;
      padding: 1.4rem 2% 1.4rem;
      background-color: #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        .str-m-category-header div:first-of-type > div {
          padding: 4.2rem 2% 1.4rem;
          background-color: rgba(58, 58, 58, 0.7); } }
      .str-m-category-header div:first-of-type > div h1 {
        margin-bottom: 2.1rem; }
        @media only screen and (min-width: 768px) {
          .str-m-category-header div:first-of-type > div h1 {
            color: #fff; } }
      .str-m-category-header div:first-of-type > div p {
        max-width: 64rem;
        margin-right: auto;
        margin-left: auto;
        text-align: center; }
        .str-m-category-header div:first-of-type > div p.wide-96 {
          max-width: 96rem; }

.str-m-category-header--no-image div:first-of-type {
  color: #646464; }
  .str-m-category-header--no-image div:first-of-type > div {
    background-color: #fff; }
    .str-m-category-header--no-image div:first-of-type > div h1 {
      color: #646464; }

.str-m-category-list {
  margin-bottom: 2.8rem;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    .str-m-category-list {
      float: left;
      width: 32%;
      margin-bottom: 0; } }
  .str-m-category-list > li:first-child {
    display: table; }
    .str-m-category-list > li:first-child > img {
      display: table-cell;
      width: 11.2rem;
      margin-right: 1rem;
      vertical-align: top;
      cursor: pointer; }
    .str-m-category-list > li:first-child > span {
      display: table-cell;
      color: #eaeaea;
      font-family: 'Frutiger', 'Arial', sans-serif;
      font-weight: 400;
      line-height: 2.38rem;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      vertical-align: top;
      cursor: pointer; }
  .str-m-category-list li ol li span {
    display: inline-block;
    width: 90%;
    vertical-align: text-top; }
  .str-m-category-list a {
    color: #b0b0b0; }
    .str-m-category-list a:hover {
      color: #68c0ba; }

.str-m-combi-select {
  position: relative; }

.str-m-combi-select__primary {
  margin: 0; }

.str-m-combi-select__secundary {
  position: relative;
  z-index: 999;
  margin: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.str-m-contact-box {
  margin-bottom: 2.8rem;
  color: #3a3a3a;
  background: #fff;
  font-size: 1.5rem;
  line-height: 2.1rem; }
  .str-m-contact-box img {
    width: 100%;
    margin-bottom: 1.4rem; }
  .str-m-contact-box .str-m-tel-contact i {
    margin-right: 0.4rem; }
  .str-m-contact-box .str-m-tel-contact i:before {
    position: relative;
    top: -0.2rem;
    font-size: 2.4rem; }
  .str-m-contact-box > h3 {
    margin-bottom: 1.4rem;
    padding-bottom: 0;
    color: #646464;
    font-size: 1.8rem;
    text-align: left; }
    .str-m-contact-box > h3:after {
      display: none; }
  .str-m-contact-box > div {
    margin-bottom: 1.4rem;
    font-size: 1.8rem; }
    .str-m-contact-box > div span:first-child {
      color: #646464;
      font-size: 1.4rem;
      font-style: italic; }
  .str-m-contact-box > button i {
    position: relative;
    top: 0.2rem; }
    .str-m-contact-box > button i:before {
      margin-right: 0.3rem;
      font-size: 1.5rem; }

.str-m-content-slider {
  overflow: hidden;
  margin-top: 2.1rem;
  background: #fff;
  white-space: nowrap; }
  @media only screen and (min-width: 768px) {
    .str-m-content-slider {
      height: 56rem; } }
  @media only screen and (min-width: 1024px) {
    .str-m-content-slider {
      margin-top: 1.4rem; } }
  .str-m-content-slider > div {
    position: relative;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.str-m-content-slider__slide {
  position: relative;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .str-m-content-slider__slide {
      height: 100%; } }
  .str-m-content-slider__slide > aside {
    width: 100%;
    height: 30rem;
    background-position: center center;
    background-size: cover; }
    @media only screen and (min-width: 768px) {
      .str-m-content-slider__slide > aside {
        position: absolute;
        top: 0;
        right: 0;
        left: 33.3333333333%;
        width: auto;
        height: 100%; } }
  .str-m-content-slider__slide > div {
    position: relative;
    height: 30rem;
    background: #646464;
    white-space: normal; }
    @media only screen and (min-width: 768px) {
      .str-m-content-slider__slide > div {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 33.3333333333%;
        height: auto; } }
    .str-m-content-slider__slide > div > div {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      padding: 1.4rem;
      color: #fff;
      text-align: center;
      transform: translateX(-50%) translateY(-50%);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        .str-m-content-slider__slide > div > div {
          padding: 2.8rem; } }
      .str-m-content-slider__slide > div > div > h3 {
        margin-bottom: 2.1rem;
        color: #fff;
        font-size: 2.4rem;
        line-height: 3.36rem; }
      .str-m-content-slider__slide > div > div > p {
        line-height: 2.52rem; }
        @media only screen and (min-width: 768px) {
          .str-m-content-slider__slide > div > div > p {
            line-height: 2.8rem; } }
      .str-m-content-slider__slide > div > div > button i {
        position: relative;
        top: 0.2rem; }

.str-m-content-slider__slide--object {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto; }
  .str-m-content-slider__slide--object > div {
    padding: 0;
    padding-top: 1rem; }
    .str-m-content-slider__slide--object > div > div {
      color: #3a3a3a;
      background: transparent; }
      .str-m-content-slider__slide--object > div > div > h3 {
        color: #3a3a3a; }

.str-m-content-slider__slide--invert > div > div {
  color: #3a3a3a; }
  .str-m-content-slider__slide--invert > div > div > h3 {
    color: #3a3a3a; }

.str-m-content-slider__dot-navigation {
  position: relative;
  margin-top: 1.4rem; }
  .str-m-content-slider__dot-navigation button {
    position: absolute;
    top: 50%;
    left: 0;
    color: #68c0ba;
    font-size: 1.8rem;
    line-height: 2.8rem;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
    .str-m-content-slider__dot-navigation button:last-of-type {
      right: 0;
      left: auto; }
  .str-m-content-slider__dot-navigation ul {
    text-align: center; }
    .str-m-content-slider__dot-navigation ul li {
      display: inline-block;
      width: 1rem;
      height: 1rem;
      margin-right: 0.2rem;
      margin-left: 0.2rem;
      background: #eaeaea;
      cursor: pointer;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .str-m-content-slider__dot-navigation ul li.current {
        background: #68c0ba; }

.str-m-custom-select {
  position: relative;
  top: 0.7rem;
  display: inline-block;
  min-width: 31.8333333333%;
  height: 4.2rem;
  color: #68c0ba;
  background: #eaeaea;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .str-m-custom-select > div {
    overflow: hidden;
    padding: 0.6rem 2rem;
    padding-right: 4rem;
    line-height: 3.08rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer; }
  .str-m-custom-select:not(.str-l-col) {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .str-m-custom-select:not(.str-l-col) {
        width: 31.8333333333%; } }
  .str-m-custom-select.str-l-col, .str-m-custom-select.str-m-mega-menu__column, .str-m-custom-select.str-m-mega-menu__column--wide, .str-m-custom-select.str-m-mega-menu__column--wider, .str-m-custom-select.str-m-mega-menu__column--even-wider, .str-m-mega-menu__footer > .m-box > div.str-m-custom-select:nth-child(1), .str-m-mega-menu__footer > .m-box > div.str-m-custom-select:nth-child(2), .str-m-mega-menu__footer > .m-box > div.str-m-custom-select:nth-child(3), .str-m-custom-select.str-m-teaser, .str-m-custom-select.str-l-account__nav, .str-m-custom-select.str-l-account__content, .str-l-account__mobile-items .str-m-custom-select.str-m-box {
    margin: 0 2% 0 0; }

.str-m-custom-select--light {
  background: #fff; }

.str-m-custom-select--large {
  height: 4.9rem; }
  .str-m-custom-select--large > div {
    padding: 1.4rem 2rem;
    padding-right: 5rem; }
  .str-m-custom-select--large .str-m-custom-select__toggle-button {
    width: 5.6rem;
    height: 5.6rem;
    line-height: 5.6rem; }
  .str-m-custom-select--large .str-m-custom-select__items li {
    padding: 1.4rem 2rem; }

.str-m-custom-select__toggle-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8rem;
  height: 4.2rem;
  color: #68c0ba;
  font-size: 1.5rem;
  line-height: 4.2rem;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .str-m-custom-select__toggle-button i {
    position: absolute;
    top: 0.2rem;
    right: 1rem;
    font-size: 1.8rem; }

.str-m-custom-select__items {
  position: absolute;
  z-index: 999;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  background: #e7e5e5;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .str-m-custom-select__items > li {
    overflow: hidden;
    padding: 0.6rem 2rem;
    border-bottom: 0.1rem solid #e7e5e5;
    background: #eaeaea;
    line-height: 2.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer; }
    .str-m-custom-select__items > li.disabled {
      color: #646464; }
  .str-m-custom-select__items > li:hover {
    background: #e7e5e5; }

.str-m-custom-select--open-top .str-m-custom-select__items {
  bottom: 100%;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  -webkit-box-shadow: 0 -0.2rem 0.4rem rgba(58, 58, 58, 0.1);
  -moz-box-shadow: 0 -0.2rem 0.4rem rgba(58, 58, 58, 0.1);
  box-shadow: 0 -0.2rem 0.4rem rgba(58, 58, 58, 0.1); }

.str-m-custom-select.onhold .str-m-custom-select__toggle-button > i {
  color: whitesmoke; }

.m-description-list dt, .m-description-list dd {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0.1rem solid #646464; }
  @media only screen and (min-width: 1024px) {
    .m-description-list dt, .m-description-list dd {
      float: left;
      width: 50%;
      padding-top: 1.4rem;
      padding-bottom: 1.4rem; } }
  .m-description-list dt:first-of-type, .m-description-list dd:first-of-type {
    padding-top: 0; }
  .m-description-list dt:last-of-type:after, .m-description-list dd:last-of-type:after {
    position: absolute;
    bottom: -0.7rem;
    left: 0;
    display: none;
    width: 100%;
    border-bottom: 0.1rem solid #646464;
    content: ''; }
    @media only screen and (min-width: 1024px) {
      .m-description-list dt:last-of-type:after, .m-description-list dd:last-of-type:after {
        display: block; } }
  .m-description-list dt > strong, .m-description-list dt > span, .m-description-list dd > strong, .m-description-list dd > span {
    font-size: 2.4rem; }
.m-description-list dt {
  padding-top: 1.4rem;
  border-bottom: none;
  font-weight: 300;
  margin-bottom: 0;
  text-align: left; }
  @media only screen and (min-width: 1024px) {
    .m-description-list dt {
      padding-top: 1.4rem;
      border-bottom: 0.1rem solid #646464;
      font-weight: 300; } }
  .m-description-list dt:last-of-type {
    margin-bottom: 1.4rem; }
    @media only screen and (min-width: 1024px) {
      .m-description-list dt:last-of-type {
        margin-bottom: 0; } }
.m-description-list dd {
  padding-bottom: 1.4rem;
  padding-left: 0; }
  @media only screen and (min-width: 1024px) {
    .m-description-list dd {
      text-align: right; } }

.str-m-faq > li {
  margin-bottom: 0.7rem;
  cursor: pointer;
  color: #eaeaea;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }
.str-m-faq li:hover {
  color: #68c0ba; }

.str-m-file-dropper {
  position: relative;
  display: block;
  height: 16.8rem;
  margin-bottom: 0.56rem;
  border: 0.2rem dashed #eaeaea;
  text-align: center;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem; }
  .str-m-file-dropper span {
    position: absolute;
    z-index: 99;
    top: 50%;
    display: block;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
  .str-m-file-dropper input {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0; }
  .str-m-file-dropper .icon-folder {
    margin-right: 0; }
    .str-m-file-dropper .icon-folder:before {
      position: relative;
      top: 0.2rem;
      font-size: 1.5rem; }

.str-m-file-dropper__file-display {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #e7e5e5;
  pointer-events: none; }
  .str-m-file-dropper__file-display > span {
    position: absolute;
    left: 0;
    display: inline-block; }
    .str-m-file-dropper__file-display > span i.icon-check {
      position: relative;
      top: 0.1rem;
      margin-right: 0.2rem; }
    .str-m-file-dropper__file-display > span button {
      margin-top: 1.4rem; }

.str-m-file-table__header {
  color: #fff;
  background: #414445; }
  .str-m-file-table__header > div {
    float: left;
    width: 25%;
    padding: 1.4rem 1.2rem;
    font-weight: 400;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .str-m-file-table__header > div:first-child {
      width: 40%; }
    .str-m-file-table__header > div:last-child {
      width: 10%; }
    .str-m-file-table__header > div > i {
      position: relative;
      top: 0.2rem; }

.str-m-file-table__body .icon-archive:before {
  font-size: 1.8rem;
  position: relative;
  top: 0.2rem; }

.str-m-file-table__folder > div:first-child {
  width: 100%;
  padding: 1.4rem 1.2rem;
  color: #68c0ba;
  font-weight: 400;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .str-m-file-table__folder > div:first-child > i {
    position: relative;
    top: 0.1rem;
    margin-right: 0.4rem; }
    .str-m-file-table__folder > div:first-child > i.icon-arrow-down, .str-m-file-table__folder > div:first-child > i.icon-arrow-right {
      top: 0.2rem; }

.str-m-file-table__asset > div {
  float: left;
  width: 25%;
  padding: 1.4rem 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .str-m-file-table__asset > div:first-child {
    width: 40%; }
  .str-m-file-table__asset > div:last-child {
    width: 10%; }

.str-m-file-table__children {
  display: none; }
  .str-m-file-table__children.active {
    display: block; }
  .str-m-file-table__children .str-m-file-table__asset:nth-child(even) {
    background: #fff; }
  .str-m-file-table__children .str-m-file-table__asset:nth-child(odd) {
    background: #e7e5e5; }
  .str-m-file-table__children .str-m-file-table__asset > div:first-child {
    padding-left: 3.4rem; }
  .str-m-file-table__children .str-m-file-table__asset > div:last-child {
    width: calc(10% - 3.4rem); }

.str-m-form > label {
  display: block;
  width: 100%;
  margin-bottom: 1.4rem; }
  .str-m-form > label span {
    display: block; }
  .str-m-form > label input, .str-m-form > label textarea {
    width: 100%; }

.str-m-form-flyout {
  position: absolute;
  z-index: 999;
  overflow: hidden;
  width: 100%; }

.str-m-form-flyout--quick-form {
  position: absolute;
  top: 6.2rem;
  right: 1.4rem;
  left: 1.4rem;
  display: block;
  width: auto;
  padding: 1.4rem;
  border-top: none;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23); }
  @media only screen and (min-width: 1024px) {
    .str-m-form-flyout--quick-form {
      top: 6.1rem; } }
  .str-m-form-flyout--quick-form ol li {
    position: relative;
    padding: 1.4rem 0 0;
    color: #68c0ba;
    font-size: 1.5rem;
    line-height: 2.1rem;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem; }
    @media only screen and (min-width: 1024px) {
      .str-m-form-flyout--quick-form ol li {
        padding: 1.4rem 0; } }
    .str-m-form-flyout--quick-form ol li:hover, .str-m-form-flyout--quick-form ol li.selected {
      padding: 1.4rem;
      color: #fff;
      background: #68c0ba; }
      .str-m-form-flyout--quick-form ol li:hover button, .str-m-form-flyout--quick-form ol li.selected button {
        right: 1.4rem;
        display: inline-block; }
    .str-m-form-flyout--quick-form ol li i.icon-letter:before {
      position: relative;
      top: 0.4rem;
      font-size: 1.8rem;
      line-height: 0; }
    .str-m-form-flyout--quick-form ol li button {
      position: absolute;
      top: 50%;
      right: 0;
      display: none;
      width: 2.8rem;
      height: 2.8rem;
      min-height: 0;
      padding: 0;
      border: none;
      color: #fff;
      background: transparent;
      line-height: 2.8rem;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
      .str-m-form-flyout--quick-form ol li button i:before {
        position: relative;
        top: 0.2rem;
        display: none; }
        @media only screen and (min-width: 1024px) {
          .str-m-form-flyout--quick-form ol li button i:before {
            display: inline; } }

.str-m-fullscreen-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  -webkit-animation: fadeIn 0.2s linear;
  -moz-animation: fadeIn 0.2s linear;
  -ms-animation: fadeIn 0.2s linear;
  -o-animation: fadeIn 0.2s linear;
  animation: fadeIn 0.2s linear; }
  .str-m-fullscreen-loader:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    color: #68c0ba;
    font-family: 'Strassacker-Shop';
    font-size: 3rem;
    content: "A";
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -ms-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg); }

  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg); }

  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg); } }

@-ms-keyframes rotate {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg); }

  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg); }

  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg); }

  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.str-m-icon-bar {
  list-style: none; }
  .str-m-icon-bar > li {
    display: inline-block;
    margin-right: 0.8rem;
    font-size: 3rem; }
    .str-m-icon-bar > li:last-child {
      margin-right: 0; }
    .str-m-icon-bar > li img {
      width: 50px; }

.str-m-icon-teaser {
  width: 100%;
  margin-bottom: 0 !important;
  text-align: center;
  cursor: pointer; }
  @media only screen and (min-width: 568px) {
    .str-m-icon-teaser {
      float: left;
      display: block;
      width: 48%;
      margin: 0 0 2.8rem 0; }
      @media only screen and (min-width: 768px) {
        .str-m-icon-teaser {
          margin: 2.8rem 2% 2.8rem 0; } }
      @media only screen and (max-width: 567px) and (min-width: 320px) {
        .str-m-icon-teaser {
          width: 100% !important; } }
      .str-m-icon-teaser:last-child {
        margin-right: 0; } }
  @media only screen and (min-width: 1024px) {
    .str-m-icon-teaser {
      float: left;
      display: block;
      width: 23%;
      margin: 0 0 2.8rem 0; }
      @media only screen and (min-width: 768px) {
        .str-m-icon-teaser {
          margin: 2.8rem 2% 2.8rem 0; } }
      @media only screen and (max-width: 567px) and (min-width: 320px) {
        .str-m-icon-teaser {
          width: 100% !important; } }
      .str-m-icon-teaser:last-child {
        margin-right: 0; } }
  .str-m-icon-teaser > h3 {
    margin-bottom: 0.7rem;
    padding-bottom: 0;
    color: #68c0ba;
    font-size: 1.5rem;
    font-weight: 400; }
    @media only screen and (min-width: 768px) {
      .str-m-icon-teaser > h3 {
        font-size: 1.8rem; } }
    .str-m-icon-teaser > h3 > i {
      position: relative;
      top: 0.1rem;
      font-size: 1.4rem; }

.str-m-icon-teaser__icon {
  max-width: 100%;
  min-height: 7.6rem;
  margin-bottom: 0.7rem; }
  @media only screen and (min-width: 768px) {
    .str-m-icon-teaser__icon {
      margin-bottom: 1.4rem; } }

.str-m-icon-teaser--script-tool {
  display: none; }
  @media only screen and (min-width: 960px) {
    .str-m-icon-teaser--script-tool {
      display: block; } }

.str-m-image-zoom {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 2rem;
  padding: 0;
  border: 0.1rem solid #eaeaea;
  font-size: 0;
  line-height: 0;
  cursor: zoom-in; }
  .str-m-image-zoom:after {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: ''; }

.str-m-image-zoom__original {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.str-m-zoom-active {
  cursor: zoom-out; }

.str-m-image-zoom__zoom {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 100%;
  width: 45.5rem;
  margin-left: 4%;
  border: 0.1rem solid #e7e5e5;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200%;
  font-size: 0;
  line-height: 0; }
  @media only screen and (min-device-width: 320px) and (max-width: 1024px) {
    .str-m-image-zoom__zoom:after {
      position: absolute;
      top: 1.7rem;
      right: 0.7rem;
      display: block;
      color: #68c0ba;
      font-family: 'Strassacker-Shop';
      font-size: 2rem;
      content: 'h'; } }

.str-m-image-zoom__indicator {
  position: absolute;
  z-index: 99999;
  display: none;
  width: 227.5px;
  height: 227.5px;
  font-size: 0;
  line-height: 0;
  background: rgba(104, 192, 186, 0.2);
  pointer-events: none; }

.str-m-item-list {
  display: block;
  width: 100%; }
  .str-m-item-list > li {
    position: relative;
    margin-bottom: 0.7rem;
    padding: 0.7rem;
    color: #fff;
    background: #68c0ba;
    -moz-transition: background 0.2s 0.2s linear;
    -o-transition: background 0.2s 0.2s linear;
    -webkit-transition: background 0.2s 0.2s linear;
    -ms-transition: background 0.2s 0.2s linear;
    transition: background 0.2s 0.2s linear; }
    .str-m-item-list > li:last-child {
      margin-bottom: 0; }
    .str-m-item-list > li:hover {
      background: #18a09e; }
    .str-m-item-list > li > a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      color: #fff; }
      .str-m-item-list > li > a > i {
        position: absolute;
        top: 50%;
        right: 0.8rem;
        line-height: 1.4rem;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); }
        .str-m-item-list > li > a > i:before {
          font-size: 2.4rem; }
    .str-m-item-list > li strong {
      display: inline-block;
      overflow: hidden;
      width: 85%;
      padding-right: 2%;
      white-space: nowrap;
      text-overflow: ellipsis;
      vertical-align: middle; }
      .str-m-item-list > li strong > i {
        top: 0; }

.str-m-item-list__cta {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  margin-top: 0.1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

.str-m-link {
  display: inline-block;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  color: #414445;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-rendering: optimizeLegibility; }
  @media only screen and (min-width: 1024px) {
    .str-m-link {
      padding-right: 0;
      padding-left: 0;
      text-align: left; } }
  .str-m-link:hover {
    color: #68c0ba; }
    .str-m-link:hover > i {
      color: #68c0ba; }
  .str-m-link > i {
    display: block;
    margin-right: 0.2rem;
    color: #646464;
    font-size: 2.2rem;
    vertical-align: middle;
    transition: color 0.2s; }

.str-m-link--sec {
  color: #68c0ba; }
  .str-m-link--sec:hover {
    color: #48ada6; }
  .str-m-link--sec > i {
    color: #68c0ba; }
    .str-m-link--sec > i:hover {
      color: #48ada6; }

.str-m-link--light {
  color: #fff; }
  .str-m-link--light:hover {
    color: #68c0ba; }
    .str-m-link--light:hover > i {
      color: #68c0ba; }
  .str-m-link--light > i {
    color: #fff; }

.str-m-link--small {
  font-size: 1.2rem; }
  .str-m-link--small > i {
    margin-right: 0;
    font-size: 1.4rem; }

.str-m-list--checked {
  list-style: square;
  list-style-position: inside; }

.str-m-list--ordered {
  list-style: decimal;
  list-style-position: inside; }

.str-m-logo {
  max-width: 14rem; }

.str-m-mega-menu {
  width: 100%; }

.str-m-mega-menu__item {
  float: left;
  height: 7rem;
  margin-right: 2.1rem;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.1s; }
  @media only screen and (min-width: 1200px) {
    .str-m-mega-menu__item {
      margin-right: 3.2rem; } }
  .str-m-mega-menu__item:focus {
    border: none;
    outline: none; }
  .str-m-mega-menu__item.str-m-mega-menu__item--expanding > .str-m-mega-menu__sub-menu {
    max-height: 84rem;
    transition: max-height 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0.1s; }
    .str-m-mega-menu__item.str-m-mega-menu__item--expanding > .str-m-mega-menu__sub-menu > div {
      opacity: 1; }
  .str-m-mega-menu__item.str-m-mega-menu__item--expanding > a {
    color: #414445; }
    .str-m-mega-menu__item.str-m-mega-menu__item--expanding > a:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      content: '';
      transition: opacity 0.2s;
      transition-delay: 0.1s;
      transform: translateX(-50%);
      border-left: 1.2rem solid transparent;
      border-right: 1.2rem solid transparent;
      border-bottom: 1.2rem solid #fff; }
  .str-m-mega-menu__item > a {
    position: relative;
    display: inline-block;
    height: 100%;
    padding-top: 2.2rem;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 1200px) {
      .str-m-mega-menu__item > a {
        font-size: 1.6rem; } }
    .str-m-mega-menu__item > a:hover {
      color: #414445; }
    .str-m-mega-menu__item > a.active {
      color: #414445; }
    .str-m-mega-menu__item > a > i {
      position: relative;
      top: 0.2rem; }

.str-m-mega-menu--active-search .str-m-mega-menu__item {
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0; }
.str-m-mega-menu--active-search .str-m-mega-menu__search-input {
  padding-right: 2%;
  padding-left: 2%;
  -webkit-transform: translateX(50%) scaleX(1);
  -moz-transform: translateX(50%) scaleX(1);
  transform: translateX(50%) scaleX(1); }

.str-m-mega-menu__search {
  float: right;
  color: #68c0ba;
  padding-top: 2.2rem;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s;
  font-size: 1.5rem; }
  @media only screen and (min-width: 1200px) {
    .str-m-mega-menu__search {
      font-size: 1.6rem; } }
  .str-m-mega-menu__search:hover {
    color: #414445; }
  .str-m-mega-menu__search:focus {
    border: none;
    outline: none; }
  .str-m-mega-menu__search > i {
    position: relative;
    top: 2px;
    vertical-align: middle;
    margin-left: 4px; }

.str-m-mega-menu__search-input {
  position: absolute;
  top: 1.1rem;
  right: 50%;
  bottom: 0;
  width: 100%;
  max-width: 1256px;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: translateX(50%) scaleX(0);
  -moz-transform: translateX(50%) scaleX(0);
  transform: translateX(50%) scaleX(0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .str-m-mega-menu__search-input:focus {
    outline: none; }

.str-m-mega-menu__sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  overflow: hidden;
  max-height: 0;
  margin-top: 0.2rem;
  background: #fff;
  font-size: 1.6rem;
  transition: max-height 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
  .str-m-mega-menu__sub-menu:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.8rem;
    background: #67c1c0;
    content: ''; }
  .str-m-mega-menu__sub-menu > div {
    max-width: 1256px;
    margin-right: auto;
    margin-left: auto;
    padding: 2.8rem 0;
    padding-right: 2%;
    padding-left: 2%;
    transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .str-m-mega-menu__sub-menu > div a {
      white-space: normal; }
    .str-m-mega-menu__sub-menu > div .str-m-btn {
      display: block;
      width: 100%;
      margin-top: 1.4rem;
      margin-right: auto;
      margin-left: auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

.str-m-mega-menu__column > .m-box {
  margin-bottom: 1.4rem; }
  .str-m-mega-menu__column > .m-box.m-box--stretched {
    padding-top: 2.24rem;
    padding-bottom: 1.4rem; }
    @media only screen and (min-width: 1200px) {
      .str-m-mega-menu__column > .m-box.m-box--stretched {
        padding-top: 2.8rem;
        padding-bottom: 2.296rem; } }

.str-m-mega-menu__column--wide .m-box {
  position: relative;
  height: 29.6rem; }
  .str-m-mega-menu__column--wide .m-box > div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }

.str-m-mega-menu__column--wider .m-link-list__list {
  float: left;
  width: 50%; }

.str-m-mega-menu__column--even-wider > div {
  position: relative;
  top: 0.1rem;
  width: 100%; }
  .str-m-mega-menu__column--even-wider > div > .m-button {
    float: left;
    display: block;
    width: 9.1111111111%;
    min-width: 0;
    height: 7rem;
    margin-right: 2%;
    margin-bottom: 2%;
    font-size: 2.4rem;
    line-height: 4.2rem; }
    @media only screen and (min-width: 1200px) {
      .str-m-mega-menu__column--even-wider > div > .m-button {
        height: 7.8rem;
        line-height: 4.9rem; } }
    .str-m-mega-menu__column--even-wider > div > .m-button:nth-child(9n) {
      margin-right: 0; }
    .str-m-mega-menu__column--even-wider > div > .m-button:last-child {
      padding: 0;
      padding-top: 2.1rem;
      font-size: 1.2rem;
      line-height: 1.2rem;
      text-align: center;
      letter-spacing: 0; }
      @media only screen and (min-width: 1200px) {
        .str-m-mega-menu__column--even-wider > div > .m-button:last-child {
          line-height: 1.5rem;
          letter-spacing: 0.1rem; } }

.str-m-mega-menu__footer {
  float: left;
  width: 100%;
  margin-top: 1.4rem; }
  .str-m-mega-menu__footer > .m-box {
    text-align: left; }
    .str-m-mega-menu__footer > .m-box > div:nth-child(1) {
      padding-top: 1.2rem; }
      .str-m-mega-menu__footer > .m-box > div:nth-child(1) > .h5 {
        margin-bottom: 0;
        font-size: 1.5rem;
        text-align: left; }
    .str-m-mega-menu__footer > .m-box > div:nth-child(2) > i {
      position: relative;
      top: 1.2rem;
      float: left;
      display: block;
      width: 20%;
      font-size: 4.6rem; }
    .str-m-mega-menu__footer > .m-box > div:nth-child(2) > div {
      float: left;
      width: 80%; }
      .str-m-mega-menu__footer > .m-box > div:nth-child(2) > div > strong {
        display: block; }
    .str-m-mega-menu__footer > .m-box > div:nth-child(3) {
      padding-top: 1.4rem;
      text-align: right; }
      .str-m-mega-menu__footer > .m-box > div:nth-child(3) > .m-button {
        margin-left: 2%; }

.str-m-mobile-filter-button {
  position: fixed;
  z-index: 99999;
  right: 2%;
  bottom: 2.8rem;
  width: 5.6rem;
  height: 5.6rem;
  color: #fff;
  background: #68c0ba;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  @media only screen and (min-width: 1024px) {
    .str-m-mobile-filter-button {
      display: none; } }
  .str-m-mobile-filter-button:hover {
    color: #fff;
    background: #18a09e; }
  .str-m-mobile-filter-button > i {
    position: relative;
    top: 0.2rem;
    font-size: 2.2rem; }

.str-m-nav-bar {
  list-style: none; }
  .str-m-nav-bar > li {
    float: left;
    width: 33.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .str-m-nav-bar > li {
        width: auto;
        margin-bottom: 0; } }
    .str-m-nav-bar > li:last-child {
      text-align: right; }
    .str-m-nav-bar > li .str-m-link {
      line-height: 2.24rem; }
      @media only screen and (min-width: 1024px) {
        .str-m-nav-bar > li .str-m-link {
          line-height: 2.8rem; } }
    .str-m-nav-bar > li .str-m-custom-select {
      position: relative;
      top: 0;
      width: 8rem;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .str-m-nav-bar > li .str-m-custom-select {
          top: 0.5rem; } }

.str-m-nav-bar--two-columns > li {
  width: 50%; }
  @media only screen and (min-width: 768px) {
    .str-m-nav-bar--two-columns > li {
      width: 50%; } }
  @media only screen and (min-width: 1024px) {
    .str-m-nav-bar--two-columns > li {
      width: auto;
      margin-bottom: 0; } }
  .str-m-nav-bar--two-columns > li:nth-child(1), .str-m-nav-bar--two-columns > li:nth-child(2) {
    margin-bottom: 1.4rem; }

.str-m-order-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
  width: 100%;
  height: 100%; }

.str-m-order-overlay__container {
  margin: 20%; }
  .str-m-order-overlay__container .rotate {
    position: relative;
    top: -2rem;
    color: #68c0ba; }
    .str-m-order-overlay__container .rotate i:before {
      display: inline-block;
      font-size: 4rem;
      line-height: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-animation: rotate 2s linear infinite;
      -moz-animation: rotate 2s linear infinite;
      -ms-animation: rotate 2s linear infinite;
      -o-animation: rotate 2s linear infinite;
      animation: rotate 2s linear infinite; }
  .str-m-order-overlay__container .str-m-order-overlay__text {
    color: white; }

.str-m-pagination {
  float: left;
  line-height: 5.6rem; }
  .str-m-pagination li {
    float: left;
    margin-right: 0.4rem; }
    .str-m-pagination li > button {
      width: 4.76rem;
      height: 4.2rem;
      padding: 0;
      font-size: 1.2rem;
      line-height: 0; }
    .str-m-pagination li > button.current {
      color: #7e7e7e;
      cursor: default; }
      .str-m-pagination li > button.current:hover {
        background: #eaeaea;
        color: #7e7e7e;
        border-color: #eaeaea; }

.str-m-pagination__prev i, .str-m-pagination__next i {
  line-height: 2.8rem; }

li.str-m-pagination__next {
  margin-right: 1.6rem; }

.str-m-password-meter {
  width: 100%;
  height: 5.6rem; }
  .str-m-password-meter > li {
    float: left;
    width: 32%;
    height: 0.8rem;
    margin-right: 2%;
    background: #eaeaea;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .str-m-password-meter > li.active > .label {
      font-weight: 400; }
    .str-m-password-meter > li:first-child.active {
      background: #a80000; }
    .str-m-password-meter > li:nth-child(2).active {
      background: yellow; }
    .str-m-password-meter > li:last-child {
      margin-right: 0; }
      .str-m-password-meter > li:last-child.active {
        background: #00a800; }
    .str-m-password-meter > li > .label {
      display: block;
      width: 100% !important;
      margin-top: 1.4rem !important;
      padding: 0;
      font-weight: 300;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .str-m-password-meter > li > .label {
          margin-top: 0 !important; } }

.str-m-popover {
  font-size: 1.5rem; }

.str-m-popover:before {
  position: absolute;
  bottom: 120%;
  left: 72%;
  width: 20rem;
  padding: 0.8rem;
  color: #3a3a3a;
  background: #fff;
  font-weight: 300;
  line-height: 2.1rem;
  text-align: center;
  content: attr(data-tooltip);
  opacity: 0;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2); }

.str-m-popover:after {
  position: absolute;
  bottom: 100%;
  left: 95%;
  content: "";
  opacity: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #fff;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.str-m-popover:hover:after {
  opacity: 1; }

.str-m-popover:hover:before {
  opacity: 1; }

.str-m-price-switch {
  position: relative;
  float: right;
  margin-right: 1.2rem;
  line-height: 6.72rem; }

.str-m-price-switch__button {
  padding: 0;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer; }
  .str-m-price-switch__button i {
    margin: 0 !important; }

.str-m-price-switch__menu {
  position: absolute;
  z-index: 99999999;
  top: 4.48rem;
  left: 50%;
  display: none;
  width: 140px;
  margin-left: 7px;
  background: #68c0ba;
  font-size: 1.3rem;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  @media only screen and (min-width: 768px) {
    .str-m-price-switch__menu {
      width: 33.8rem; } }
  .str-m-price-switch__menu:before {
    position: absolute;
    top: -0.7rem;
    left: 50%;
    margin-right: 1.4rem;
    content: '';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-bottom: 0.7rem solid #68c0ba; }
  .str-m-price-switch__menu > li {
    float: left;
    width: 100%;
    height: 9.8rem;
    color: #68c0ba;
    background: #eaeaea;
    line-height: 4.2rem;
    text-align: center;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media only screen and (min-width: 768px) {
      .str-m-price-switch__menu > li {
        width: 11.2rem;
        border-bottom: 0.4rem solid #e7e5e5; } }
    @media only screen and (min-width: 768px) {
      .str-m-price-switch__menu > li:nth-child(2) {
        border-right: 0.1rem solid #fff;
        border-left: 0.1rem solid #fff; } }
    .str-m-price-switch__menu > li.active {
      border-bottom-color: #67c1c0; }
    .str-m-price-switch__menu > li:hover {
      color: #18a09e; }
      .str-m-price-switch__menu > li:hover i {
        background: #18a09e; }
    .str-m-price-switch__menu > li.disabled {
      color: #646464;
      cursor: pointer; }
    .str-m-price-switch__menu > li i {
      display: block;
      height: 5.6rem;
      padding-top: 0.5rem;
      color: #fff;
      background: #68c0ba;
      font-size: 2.4rem;
      line-height: 5.6rem; }

.str-m-price-switch__notice {
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: 50%;
  display: none;
  width: 18rem;
  margin-top: 0.4rem;
  margin-left: 7px;
  padding: 1.4rem;
  color: #646464;
  background: #fff;
  font-size: 1.3rem;
  line-height: 2.1rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 1px 2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 1px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 1px 2px rgba(0, 0, 0, 0.23);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    .str-m-price-switch__notice {
      width: 30rem; } }
  .str-m-price-switch__notice:before {
    position: absolute;
    top: -0.5rem;
    left: 50%;
    content: '';
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
  .str-m-price-switch__notice .icon-close {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    color: #68c0ba; }

.str-m-price-tag {
  display: block;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  text-align: right; }
  .str-m-price-tag > em {
    display: block;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 300; }
  .str-m-price-tag > .strike {
    font-size: 1.6rem;
    text-decoration: line-through; }
  .str-m-price-tag + div {
    margin-top: 0.7rem;
    font-style: italic;
    line-height: 2.1rem;
    text-align: right; }
  .str-m-price-tag label {
    display: block;
    margin-top: 2.8rem;
    font-size: 1.5rem; }
    .str-m-price-tag label input {
      width: 6.3rem;
      text-align: center; }

.str-m-price-tag--detailed {
  position: relative;
  height: 100%; }
  .str-m-price-tag--detailed dl {
    position: relative;
    right: 0;
    margin-left: 20px;
    padding-bottom: 1.4rem; }
    .str-m-price-tag--detailed dl .icon-info {
      position: relative;
      top: 0.1rem;
      color: #68c0ba;
      cursor: pointer; }
    .str-m-price-tag--detailed dl dt {
      float: left;
      width: 48%;
      margin-right: 2%;
      padding: 0;
      font-size: 1.6rem; }
      .str-m-price-tag--detailed dl dt.sum {
        font-size: 2.4rem;
        line-height: 4.2rem; }
    .str-m-price-tag--detailed dl dd {
      float: left;
      width: 50%;
      padding: 0;
      font-size: 1.6rem;
      font-weight: 300; }
      .str-m-price-tag--detailed dl dd.sum {
        font-size: 3rem;
        font-weight: 400;
        line-height: 4.2rem; }
      .str-m-price-tag--detailed dl dd small {
        display: block;
        font-weight: 300;
        line-height: 1.4rem; }

.str-m-preview-image {
  position: relative;
  margin-top: -2.8rem;
  margin-bottom: 2rem;
  border: 0.1rem solid #e7e5e5; }

.str-m-product-configuration .str-l-col:nth-child(even), .str-m-product-configuration .str-m-mega-menu__column:nth-child(even), .str-m-product-configuration .str-m-mega-menu__column--wide:nth-child(even), .str-m-product-configuration .str-m-mega-menu__column--wider:nth-child(even), .str-m-product-configuration .str-m-mega-menu__column--even-wider:nth-child(even), .str-m-product-configuration .str-m-mega-menu__footer > .m-box > div:nth-child(even):nth-child(1), .str-m-product-configuration .str-m-mega-menu__footer > .m-box > div:nth-child(even):nth-child(2), .str-m-product-configuration .str-m-mega-menu__footer > .m-box > div:nth-child(even):nth-child(3), .str-m-product-configuration .str-m-teaser:nth-child(even), .str-m-product-configuration .str-l-account__nav:nth-child(even), .str-m-product-configuration .str-l-account__content:nth-child(even), .str-m-product-configuration .str-l-account__mobile-items .str-m-box:nth-child(even), .str-l-account__mobile-items .str-m-product-configuration .str-m-box:nth-child(even) {
  margin-right: 0; }
@media only screen and (min-width: 768px) {
  .str-m-product-configuration .save-button {
    float: right; } }

.str-m-product-configuration__error {
  color: #a00;
  line-height: 2.1rem;
  margin-bottom: 0.7rem; }

.str-m-product-list {
  position: relative;
  width: 100%;
  margin-top: 2.8rem; }
  .str-m-product-list > .str-l-group, .str-m-product-list > .str-l-account__mobile-items {
    overflow: hidden;
    margin-bottom: 1.4rem;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
  .str-m-product-list .str-m-product-tile {
    display: inline-block;
    width: 42%;
    margin-right: 2%;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .str-m-product-list .str-m-product-tile {
        width: 23.5%; } }
  .str-m-product-list .str-m-arrow-control {
    display: none; }
    @media only screen and (min-width: 768px) {
      .str-m-product-list .str-m-arrow-control {
        position: absolute;
        top: 32%;
        right: -2.35rem;
        left: -2.35rem;
        display: block;
        width: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); } }

.str-m-product-slider {
  position: relative;
  overflow: hidden;
  height: 58.8rem;
  margin-bottom: 5.6rem;
  white-space: nowrap; }
  .str-m-product-slider:after, .str-m-product-slider:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 31.3rem;
    height: 100%;
    background: -moz-linear-gradient(left, #3a3a3a 0%, rgba(58, 58, 58, 0.25) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3a3a3a), color-stop(100%, rgba(58, 58, 58, 0.25)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #3a3a3a 0%, rgba(58, 58, 58, 0.25) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #3a3a3a 0%, rgba(58, 58, 58, 0.25) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #3a3a3a 0%, rgba(58, 58, 58, 0.25) 100%);
    /* IE10+ */
    background: linear-gradient(to right, #3a3a3a 0%, rgba(58, 58, 58, 0.25) 100%);
    /* W3C */
    content: ""; }
  .str-m-product-slider:before {
    z-index: 999;
    right: 0;
    left: inherit;
    background: -moz-linear-gradient(left, rgba(58, 58, 58, 0.25) 0%, #3a3a3a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(58, 58, 58, 0.25)), color-stop(100%, #3a3a3a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(58, 58, 58, 0.25) 0%, #3a3a3a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(58, 58, 58, 0.25) 0%, #3a3a3a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(58, 58, 58, 0.25) 0%, #3a3a3a 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(58, 58, 58, 0.25) 0%, #3a3a3a 100%);
    /* W3C */ }

.str-m-product-slider__item {
  position: relative;
  left: -27.496rem;
  display: inline-block;
  overflow: hidden;
  width: 58.8rem;
  height: 58.8rem;
  margin-bottom: 2.8rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .str-m-product-slider__item > img {
    width: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.str-m-product-slider__item__description {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8.4rem;
  color: #fff;
  background: rgba(104, 192, 186, 0.8); }
  .str-m-product-slider__item__description > div {
    float: left;
    width: 60%;
    height: 100%;
    padding-top: 1.4rem;
    padding-left: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .str-m-product-slider__item__description > button {
    margin-top: 1.4rem; }
  .str-m-product-slider__item__description h3 {
    margin-bottom: 0;
    color: #fff;
    font-family: 'Frutiger', 'Arial', sans-serif; }

.str-m-product-slider__navigation {
  position: relative;
  z-index: 999; }
  .str-m-product-slider__navigation > ul {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .str-m-product-slider__navigation > ul > li {
      position: relative;
      display: table-cell;
      padding: 1.4rem 4rem 1.2rem;
      border-top: 0.2rem #68c0ba solid;
      color: #68c0ba;
      font-size: 1.6rem;
      font-weight: 400;
      text-align: center;
      cursor: pointer;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .str-m-product-slider__navigation > ul > li:hover {
      border-color: #18a09e;
      color: #18a09e; }
    .str-m-product-slider__navigation > ul > li.spacer {
      width: 0.4rem;
      padding: 0;
      border: none; }
    .str-m-product-slider__navigation > ul > li.current {
      border-color: #646464;
      color: #646464; }
    .str-m-product-slider__navigation > ul > li.current:before {
      position: absolute;
      top: -1rem;
      left: 50%;
      margin-left: -0.5rem;
      content: "";
      border-left: 1rem solid transparent;
      border-right: 1rem solid transparent;
      border-bottom: 1rem solid #646464; }

.str-m-product-slider__arrow-navigation {
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 0;
  width: 100%; }
  .str-m-product-slider__arrow-navigation > ul {
    position: relative; }
    .str-m-product-slider__arrow-navigation > ul > li {
      position: relative;
      float: left; }
    .str-m-product-slider__arrow-navigation > ul > li:first-child {
      position: absolute;
      left: 8rem; }
    .str-m-product-slider__arrow-navigation > ul > li:last-child {
      position: absolute;
      right: 8rem; }
    .str-m-product-slider__arrow-navigation > ul > li > button {
      width: 6.5rem;
      height: 6.5rem;
      line-height: 7rem; }
      .str-m-product-slider__arrow-navigation > ul > li > button i {
        color: rgba(255, 255, 255, 0.7);
        font-size: 5rem;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .str-m-product-slider__arrow-navigation > ul > li > button i:hover {
          color: #fff; }
    .str-m-product-slider__arrow-navigation > ul li.with-image > img {
      float: left;
      width: 5.7rem;
      margin-right: 0.5rem;
      border: 0.4rem solid #e7e5e5;
      cursor: pointer;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .str-m-product-slider__arrow-navigation > ul li.with-image:before {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 3.25rem;
      width: 6.5rem;
      height: 6.5rem;
      background: #fff;
      content: "";
      cursor: pointer;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .str-m-product-slider__arrow-navigation > ul li.with-image:hover > img, .str-m-product-slider__arrow-navigation > ul li.with-image:hover > button {
      background: #18a09e; }
    .str-m-product-slider__arrow-navigation > ul li.with-image:hover:before {
      background: #18a09e; }

.str-m-product-summary-sticky {
  line-height: 2.8rem; }
  .str-m-product-summary-sticky .str-m-badge {
    margin-top: 1.4rem; }

.str-m-product-summary-sticky__price {
  margin-top: 1.4rem; }

.str-m-product-summary {
  padding-bottom: 5.6rem;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .str-m-product-summary > div {
    margin: 0 auto;
    padding: 2rem;
    background: #eaeaea; }
  .str-m-product-summary > div > div {
    float: right;
    color: #3a3a3a; }
    .str-m-product-summary > div > div button i {
      position: relative;
      top: 0.2rem;
      font-size: 1.5rem; }
    .str-m-product-summary > div > div button:nth-child(2) {
      position: relative;
      top: 1.4rem; }
    .str-m-product-summary > div > div button.move-up:not(.open) {
      position: absolute;
      top: 1.4rem;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .str-m-product-summary > div > div button.move-up.open {
      top: 18.2rem;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .str-m-product-summary .str-m-product-summary__custom-notice {
    position: relative;
    top: -2rem;
    left: 2rem;
    overflow: hidden;
    width: calc(100% + 4rem);
    padding: 1.4rem 2rem;
    background: #e7e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .str-m-product-summary .str-m-product-summary__custom-notice > textarea {
      float: right;
      width: 99%;
      height: 14rem;
      margin-top: 1.4rem;
      background: #fff; }
      @media only screen and (min-width: 768px) {
        .str-m-product-summary .str-m-product-summary__custom-notice > textarea {
          width: 70%;
          margin-top: 0;
          margin-right: 2%; } }
    .str-m-product-summary .str-m-product-summary__custom-notice > aside {
      float: right;
      width: 100%;
      margin-bottom: 1.4rem; }
      @media only screen and (min-width: 768px) {
        .str-m-product-summary .str-m-product-summary__custom-notice > aside {
          width: 28%;
          margin-bottom: 0; } }
      .str-m-product-summary .str-m-product-summary__custom-notice > aside h3 {
        margin-bottom: 0.7rem;
        padding-bottom: 0;
        color: #646464;
        font-size: 2rem;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        text-transform: none; }
      .str-m-product-summary .str-m-product-summary__custom-notice > aside p {
        margin-bottom: 0;
        color: #646464;
        font-size: 1.4rem;
        font-style: italic;
        line-height: 2.1rem; }
  .str-m-product-summary .str-m-product-summary__configuration {
    padding-top: 0;
    padding-left: 0; }
  .str-m-product-summary .str-m-product-summary__meta {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 1024px) {
      .str-m-product-summary .str-m-product-summary__meta {
        padding-right: 0;
        padding-left: 0; } }
    .str-m-product-summary .str-m-product-summary__meta > div {
      position: relative; }
      .str-m-product-summary .str-m-product-summary__meta > div button {
        width: 100%;
        max-width: none;
        margin-top: 1.4rem;
        vertical-align: middle; }
        @media only screen and (min-width: 1024px) {
          .str-m-product-summary .str-m-product-summary__meta > div button {
            width: auto;
            max-width: 30rem;
            margin-top: 0;
            padding-right: 4rem;
            padding-left: 4rem; } }
        .str-m-product-summary .str-m-product-summary__meta > div button > i, .str-m-product-summary .str-m-product-summary__meta > div button > span > i {
          top: 0.1rem;
          font-size: 1.8rem;
          line-height: 1.3rem;
          vertical-align: middle; }
      .str-m-product-summary .str-m-product-summary__meta > div button.str-m-btn--auto-width {
        max-width: none; }
      .str-m-product-summary .str-m-product-summary__meta > div label {
        display: none; }
        @media only screen and (min-width: 1024px) {
          .str-m-product-summary .str-m-product-summary__meta > div label {
            display: inline-block; } }
    .str-m-product-summary .str-m-product-summary__meta > aside {
      float: left;
      padding-top: 0.8rem;
      line-height: 2.1rem;
      text-align: left; }
      @media only screen and (min-width: 1024px) {
        .str-m-product-summary .str-m-product-summary__meta > aside {
          margin-bottom: 0 !important;
          line-height: 2.8rem; } }
      .str-m-product-summary .str-m-product-summary__meta > aside > i {
        position: relative;
        top: 0.5rem;
        margin-right: 0.4rem;
        font-size: 2rem; }
    .str-m-product-summary .str-m-product-summary__meta > strong {
      position: relative;
      display: block;
      width: 100%;
      margin: 1.4rem 0; }
      .str-m-product-summary .str-m-product-summary__meta > strong > .icon-info {
        position: absolute;
        top: -0.4rem;
        left: 0;
        font-size: 3rem; }
      .str-m-product-summary .str-m-product-summary__meta > strong > .str-icon-unavailable {
        position: relative;
        top: 0.2rem;
        border: 0.1rem solid #fff;
        font-size: 2.2rem; }
    .str-m-product-summary .str-m-product-summary__meta label {
      top: 0.7rem;
      display: inline-block;
      width: 14rem;
      margin-left: 2.8rem;
      padding-left: 2.8rem;
      border-left: 0.1rem solid rgba(58, 58, 58, 0.25); }
      .str-m-product-summary .str-m-product-summary__meta label span {
        display: inline-block;
        margin-right: 0.6rem; }
      .str-m-product-summary .str-m-product-summary__meta label input {
        position: relative;
        top: -0.1rem;
        display: inline-block;
        width: 4.6rem;
        height: 4.6rem;
        margin-right: 1.2rem;
        padding-right: 1.4rem;
        padding-left: 1.4rem;
        border: none;
        background: #fff;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; }
    .str-m-product-summary .str-m-product-summary__meta > button {
      z-index: 99;
      width: 100%;
      -moz-transition: background 0.5s linear;
      -o-transition: background 0.5s linear;
      -webkit-transition: background 0.5s linear;
      -ms-transition: background 0.5s linear;
      transition: background 0.5s linear; }
      @media only screen and (min-width: 1024px) {
        .str-m-product-summary .str-m-product-summary__meta > button {
          position: absolute;
          left: 2rem;
          width: 18rem; } }
      .str-m-product-summary .str-m-product-summary__meta > button.open span {
        margin-left: 0; }
    .str-m-product-summary .str-m-product-summary__meta .str-m-btn--link {
      margin-top: 0.7rem;
      margin-bottom: 0.7rem; }
      @media only screen and (min-width: 1024px) {
        .str-m-product-summary .str-m-product-summary__meta .str-m-btn--link {
          margin-top: 0;
          margin-bottom: 0;
          padding-right: 0.4rem;
          line-height: 2; } }
      .str-m-product-summary .str-m-product-summary__meta .str-m-btn--link > i {
        position: relative;
        top: 0.6rem; }
        .str-m-product-summary .str-m-product-summary__meta .str-m-btn--link > i:before {
          font-size: 2.5rem; }

.str-m-product-table {
  width: 100%;
  font-size: 1.6rem;
  text-align: left; }
  .str-m-product-table thead {
    display: none;
    border-bottom: 0.2rem solid #eaeaea; }
    @media only screen and (min-width: 1024px) {
      .str-m-product-table thead {
        display: table-header-group; } }
    .str-m-product-table thead th {
      padding-right: 0;
      padding-bottom: 1.4rem;
      padding-left: 0;
      color: #3a3a3a;
      background: transparent;
      font-weight: 400;
      text-align: left; }
      .str-m-product-table thead th:last-child {
        text-align: right; }
  .str-m-product-table > tbody tr:last-child {
    border-bottom: none; }
  .str-m-product-table > tbody tr:nth-child(even) {
    border-bottom: 0.2rem solid #eaeaea;
    background: transparent; }
  .str-m-product-table > tbody td {
    padding-top: 1.4rem;
    padding-right: 0;
    padding-left: 0; }
  .str-m-product-table td {
    display: none;
    vertical-align: top; }
    @media only screen and (min-width: 1024px) {
      .str-m-product-table td {
        display: table-cell; } }
    .str-m-product-table td:first-child {
      display: table-cell;
      width: 70%; }
    .str-m-product-table td:last-child {
      text-align: right; }
    .str-m-product-table td.quick-form {
      padding-top: 0; }
    .str-m-product-table td.availability {
      font-size: 1.5rem; }
      @media only screen and (min-width: 1024px) {
        .str-m-product-table td.availability {
          max-width: 10rem; } }
    .str-m-product-table td .amount {
      width: 6rem;
      text-align: center; }
      .str-m-product-table td .amount.mobile {
        width: 100%; }
    .str-m-product-table td .price.mobile {
      margin-top: 0.7rem;
      padding-top: 0.7rem;
      border-top: 0.1rem solid #eaeaea; }
    .str-m-product-table td .str-m-quick-form {
      margin-bottom: 0.7rem;
      padding-right: 1rem;
      padding-left: 1rem; }
  @media only screen and (min-width: 1024px) {
    .str-m-product-table .mobile {
      display: none !important; } }
  .str-m-product-table .non-mobile {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .str-m-product-table .non-mobile {
        display: inline; } }

.str-m-product-table__thumbnail {
  float: right;
  width: 33.3333333333%;
  max-width: 240px;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1024px) {
    .str-m-product-table__thumbnail {
      float: left;
      display: table; } }
  .str-m-product-table__thumbnail > div {
    position: relative;
    height: auto;
    margin-bottom: 0.7rem;
    padding: 1.2rem;
    border: 0.1rem solid #eaeaea;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 1024px) {
      .str-m-product-table__thumbnail > div {
        display: table-cell;
        width: 100%;
        margin-bottom: 0; } }
    .str-m-product-table__thumbnail > div:before {
      display: block;
      padding-top: 100%;
      content: ''; }
    .str-m-product-table__thumbnail > div img {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      max-width: 90%;
      max-height: 90%;
      transform: translateX(-50%) translateY(-50%); }

.str-m-product-table__info {
  float: left;
  width: 66.6666666667%;
  padding-right: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1024px) {
    .str-m-product-table__info {
      padding-right: 2%;
      padding-left: 2%; } }
  .str-m-product-table__info > span {
    color: #646464;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1rem; }
  .str-m-product-table__info > strong {
    color: #68c0ba;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.1rem;
    cursor: pointer; }
    .str-m-product-table__info > strong:hover {
      color: #18a09e; }
  .str-m-product-table__info > strong, .str-m-product-table__info > a > strong {
    display: block;
    margin-bottom: 1.4rem;
    line-height: 2.1rem; }
    @media only screen and (min-width: 1024px) {
      .str-m-product-table__info > strong, .str-m-product-table__info > a > strong {
        margin-bottom: 2.8rem; } }
  .str-m-product-table__info > .meta {
    margin-bottom: 2.8rem;
    font-size: 1.4rem; }
    .str-m-product-table__info > .meta > div {
      margin-bottom: 0.7rem; }
    .str-m-product-table__info > .meta strong {
      display: inline-block; }
  .str-m-product-table__info .availability.mobile {
    margin-bottom: 1.4rem;
    font-size: 1.3rem; }
  .str-m-product-table__info .str-m-link {
    display: block;
    width: 100%;
    margin-right: 1.2rem;
    margin-bottom: 0.7rem;
    text-align: left; }
    @media only screen and (min-width: 1024px) {
      .str-m-product-table__info .str-m-link {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
        text-align: center; } }
    .str-m-product-table__info .str-m-link > i {
      display: inline-block; }
  .str-m-product-table__info .wish-list-button {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .str-m-product-table__info .wish-list-button {
        display: inline-block; } }
  .str-m-product-table__info .script-tool-button {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .str-m-product-table__info .script-tool-button {
        display: inline-block; } }

.str-m-product-tile {
  position: relative;
  display: block;
  color: #414445;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .str-m-product-tile:hover {
      color: #414445; }
      .str-m-product-tile:hover .str-m-product-tile__image:before {
        opacity: 1; }
      .str-m-product-tile:hover .str-m-product-tile__image:after {
        opacity: 1; }
      .str-m-product-tile:hover .str-m-product-tile__image > i {
        pointer-events: auto;
        opacity: 1; }
      .str-m-product-tile:hover .str-m-product-tile__title {
        color: #fff; }
        .str-m-product-tile:hover .str-m-product-tile__title:after {
          width: 9.4rem;
          background: #fff; }
      .str-m-product-tile:hover .str-m-product-tile__price, .str-m-product-tile:hover .str-m-product-tile__artist {
        color: #fff; } }

.str-m-product-tile__image {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1.4rem;
  padding: 1.2rem;
  border: 0.1rem solid #eaeaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .str-m-product-tile__image:before {
    position: relative;
    z-index: 1;
    display: block;
    margin: -1.2rem;
    padding-top: 100%;
    padding-bottom: 2.4rem;
    background: rgba(104, 192, 186, 0.5);
    content: '';
    transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .str-m-product-tile__image:after {
    position: absolute;
    z-index: 0;
    top: 100%;
    right: 0;
    left: 0;
    height: 15.4rem;
    margin-top: 0.2rem;
    background: #68c0ba;
    content: '';
    transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    opacity: 0; }
  .str-m-product-tile__image > img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 85%;
    max-height: 85%;
    transform: translateX(-50%) translateY(-50%); }
  .str-m-product-tile__image > div:not(.str-m-product-tile__badge) {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 90%;
    height: 5.6rem;
    line-height: 5.6rem;
    transform: translateX(-50%); }
    .str-m-product-tile__image > div:not(.str-m-product-tile__badge) > .m-link {
      width: 100%;
      text-align: center; }
      .str-m-product-tile__image > div:not(.str-m-product-tile__badge) > .m-link:hover {
        color: #fff; }
        .str-m-product-tile__image > div:not(.str-m-product-tile__badge) > .m-link:hover > i {
          color: #fff; }
      .str-m-product-tile__image > div:not(.str-m-product-tile__badge) > .m-link > i {
        display: inline-block; }
  .str-m-product-tile__image > i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 6rem;
    transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    opacity: 0; }

.str-m-product-tile__image--clean:before {
  background: transparent;
  content: '';
  opacity: 1;
  box-shadow: inset 0 -5.6rem 0 rgba(104, 192, 186, 0.7); }

.str-m-product-tile__delete-button {
  position: absolute;
  z-index: 3;
  top: 0.8rem;
  right: 0.8rem; }

.str-m-product-tile__title {
  display: block;
  height: 4.2rem;
  margin-right: 0.8rem;
  margin-bottom: 1.4rem;
  margin-left: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1rem;
  text-transform: none;
  white-space: normal;
  letter-spacing: 0;
  transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
  .str-m-product-tile__title:after {
    -moz-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    -webkit-transition: width 0.2s linear;
    -ms-transition: width 0.2s linear;
    transition: width 0.2s linear; }

.str-m-product-tile__price {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 1.4rem;
  font-size: 1.4rem;
  transition: color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.str-m-product-tile__badge {
  position: absolute;
  top: 2.1rem;
  left: 0;
  width: 7rem;
  height: 4.2rem;
  color: #fff;
  background: #db701d;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem; }
  .str-m-product-tile__badge > span {
    position: absolute;
    top: 50%;
    right: 0.2rem;
    left: 0.2rem;
    transform: translateY(-50%); }

.str-m-product-tile__variants-list {
  min-height: 2.8rem;
  text-align: center; }
  .str-m-product-tile__variants-list > li {
    position: relative;
    display: inline-block;
    width: 21%;
    height: 1.4rem;
    margin: 0 2%;
    border: 0.2rem solid #fff; }

.str-m-products-header {
  height: 25.2rem;
  margin: 5.6rem auto 0;
  overflow: hidden; }
  .str-m-products-header > div {
    position: relative;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover; }
    .str-m-products-header > div > div {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 5.6rem 2.8rem;
      background: rgba(58, 58, 58, 0.7);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .str-m-products-header > div > div h1, .str-m-products-header > div > div h2 {
        font-size: 2.2rem;
        line-height: 2.8rem;
        margin: 0;
        padding-bottom: 2.1rem;
        color: #fff;
        font-weight: 300; }
        @media only screen and (min-width: 768px) {
          .str-m-products-header > div > div h1, .str-m-products-header > div > div h2 {
            font-size: 3.2rem;
            line-height: 3.5rem; } }
      .str-m-products-header > div > div h2 {
        font-family: 'Frutiger', 'Arial', sans-serif; }
      .str-m-products-header > div > div p {
        max-width: 64rem;
        margin: 2.8rem auto 0;
        padding-right: 2.8rem;
        padding-left: 2.8rem;
        color: #fff;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }

.str-m-progress-bar {
  margin-top: 5.6rem;
  margin-bottom: 5.6rem; }
  .str-m-progress-bar > ol {
    display: table;
    width: 100%;
    list-style: none;
    table-layout: fixed;
    counter-reset: progress-bar; }
    .str-m-progress-bar > ol.finished > li:before {
      font-family: 'Strassacker-Shop';
      font-size: 1.5rem; }
    .str-m-progress-bar > ol > li {
      position: relative;
      display: table-cell;
      height: 2.8rem;
      color: #eaeaea;
      font-weight: 400;
      text-indent: -9999rem;
      vertical-align: middle;
      counter-increment: progress-bar;
      cursor: default; }
      @media only screen and (min-width: 1024px) {
        .str-m-progress-bar > ol > li {
          padding-left: 6.3rem;
          text-indent: 0; } }
      .str-m-progress-bar > ol > li:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4.9rem;
        height: 4.9rem;
        padding-top: 2.3rem;
        border: 0.2rem solid #eaeaea;
        border-radius: 50%;
        color: #eaeaea;
        background: #fff;
        font-size: 2.4rem;
        line-height: 0;
        text-align: center;
        text-indent: 0;
        vertical-align: middle;
        content: counter(progress-bar);
        transform: translateX(-50%) translateY(-50%);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media only screen and (min-width: 1024px) {
          .str-m-progress-bar > ol > li:before {
            left: 0;
            transform: translateY(-50%); } }
      .str-m-progress-bar > ol > li:after {
        position: absolute;
        z-index: -1;
        top: 50%;
        display: none;
        height: 0.2rem;
        background: #eaeaea;
        content: '';
        transform: translateY(-50%); }
        @media only screen and (min-width: 768px) {
          .str-m-progress-bar > ol > li:after {
            right: -30%;
            left: 70%;
            display: block; } }
        @media only screen and (min-width: 1024px) {
          .str-m-progress-bar > ol > li:after {
            right: 1.2rem;
            left: 50%; } }
      .str-m-progress-bar > ol > li:last-child:after {
        display: none; }
        @media only screen and (min-width: 1024px) {
          .str-m-progress-bar > ol > li:last-child:after {
            right: 0;
            display: block; } }
      .str-m-progress-bar > ol > li.active {
        color: #67c1c0; }
        .str-m-progress-bar > ol > li.active:before {
          border-color: #67c1c0;
          color: #67c1c0; }
      .str-m-progress-bar > ol > li.clickable {
        color: #68c0ba; }
        .str-m-progress-bar > ol > li.clickable:not(.active):before {
          border-color: #68c0ba;
          color: #68c0ba;
          font-family: 'Strassacker-Shop';
          font-size: 1.5rem; }
        .str-m-progress-bar > ol > li.clickable:not(.active) {
          cursor: pointer; }
      .str-m-progress-bar > ol > li span {
        position: relative;
        display: inline-block;
        overflow: hidden;
        max-width: 100%;
        padding-right: 1.2rem;
        background: #fff;
        font-size: 1.3rem;
        text-transform: uppercase;
        white-space: nowrap;
        letter-spacing: 0.1rem;
        text-overflow: ellipsis;
        vertical-align: middle; }

.ie9 .str-m-progress-bar > ol > li:before {
  top: 0;
  line-height: 1.8; }

.str-m-quick-form {
  position: relative;
  overflow: hidden;
  max-height: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .str-m-quick-form fieldset > div {
    position: absolute;
    right: 1.4rem;
    bottom: 2.8rem; }
  .str-m-quick-form.open {
    max-height: 200rem; }
  .str-m-quick-form.str-m-box:not(.open) {
    padding-top: 0;
    padding-bottom: 0; }

.str-m-script-detail {
  position: relative;
  z-index: 9;
  overflow: hidden;
  max-height: 0;
  margin-top: -0.1rem;
  margin-bottom: 1.4rem;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #fff;
  font-size: 1.5rem;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .str-m-script-detail header {
    margin-top: 2.8rem;
    margin-bottom: 1.4rem;
    padding-bottom: 0;
    border-bottom: 0.1rem solid #fff; }
    .str-m-script-detail header h2 {
      margin-bottom: 0;
      padding-bottom: 0;
      font-family: 'Frutiger', 'Arial', sans-serif;
      font-size: 1.6rem;
      line-height: 2.8rem;
      text-align: left; }
      .str-m-script-detail header h2:after {
        display: none; }
      .str-m-script-detail header h2 > i {
        position: relative;
        top: 0.2rem;
        color: #68c0ba;
        cursor: pointer; }
  .str-m-script-detail.open {
    max-height: 500rem;
    border-color: #e7e5e5; }
    @media only screen and (min-width: 768px) {
      .str-m-script-detail.open {
        max-height: 250rem; } }
    .str-m-script-detail.open header {
      border-color: #e7e5e5; }
  .str-m-script-detail table {
    display: none;
    margin-bottom: 2.8rem; }
    @media only screen and (min-width: 1024px) {
      .str-m-script-detail table {
        display: table; } }
  .str-m-script-detail .str-l-tracking__mobile-table {
    margin-bottom: 2.8rem;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .str-m-script-detail .str-l-tracking__mobile-table {
        display: block; } }
    @media only screen and (min-width: 1024px) {
      .str-m-script-detail .str-l-tracking__mobile-table {
        display: none; } }
    .str-m-script-detail .str-l-tracking__mobile-table > div > strong {
      text-align: left !important; }

.str-m-script-sizes {
  table-layout: fixed; }
  .str-m-script-sizes thead th {
    padding: 0;
    color: #646464;
    background: transparent;
    font-size: 1.5rem; }
  .str-m-script-sizes td {
    padding: 0.4rem 0; }
  .str-m-script-sizes > tbody tr:nth-child(even) {
    background-color: #e7e5e5; }
  .str-m-script-sizes > tbody td {
    padding: 1rem 0; }

.str-m-search {
  position: relative; }
  .str-m-search form:before {
    position: absolute;
    z-index: 99999;
    top: 0.7rem;
    left: 1.8rem;
    margin-top: 0.4rem;
    color: #979797;
    font-family: 'Strassacker-Shop';
    font-size: 2rem; }

.str-m-search__input-icon {
  position: absolute;
  z-index: 999999;
  top: 1.4rem;
  left: 1.4rem; }

.str-m-search__field {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 4.9rem;
  padding-top: 1.3rem;
  padding-right: 6.1rem;
  padding-left: 4.4rem;
  background: #eaeaea; }
  .str-m-search__field:focus {
    border: none;
    outline: none; }
  .str-m-search__field + button {
    position: absolute;
    z-index: 99999;
    top: 0.4rem;
    right: 0.7rem;
    width: 4.2rem;
    height: 4.2rem;
    border: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0.3rem;
    -webkit-border-bottom-right-radius: 0.3rem;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0.3rem;
    -moz-border-radius-bottomright: 0.3rem;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0; }
    .str-m-search__field + button.searching {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-animation: rotate 2s linear infinite;
      -moz-animation: rotate 2s linear infinite;
      -ms-animation: rotate 2s linear infinite;
      -o-animation: rotate 2s linear infinite;
      animation: rotate 2s linear infinite; }
    .str-m-search__field + button > i {
      position: relative;
      top: 0.2rem;
      height: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      color: #68c0ba;
      font-size: 1.85rem; }

.str-m-search__results {
  position: absolute;
  z-index: 99999;
  top: 4.9rem;
  width: 100%;
  min-height: 19.8rem;
  padding: 2.8rem;
  background: #fff;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23); }
  .str-m-search__results:focus {
    outline: none; }
  .str-m-search__results .icon-arrow-right:before, .str-m-search__results .m-breadcrumbs > li:before {
    position: relative;
    top: 0.2rem; }

.str-m-search__result-list li {
  position: relative;
  height: 8.4rem;
  padding-top: 1.4rem;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .str-m-search__result-list li:hover, .str-m-search__result-list li.selected {
    padding: 1.4rem;
    padding-bottom: 0.8rem;
    border-color: transparent;
    color: #fff;
    background: #68c0ba; }
    .str-m-search__result-list li:hover button, .str-m-search__result-list li.selected button {
      right: 1.4rem; }
      .str-m-search__result-list li:hover button > i:before, .str-m-search__result-list li.selected button > i:before {
        color: #fff; }
    .str-m-search__result-list li:hover h3, .str-m-search__result-list li.selected h3 {
      color: #fff; }
  .str-m-search__result-list li img {
    float: left;
    width: 7rem;
    height: 7rem;
    margin-right: 1.4rem;
    padding: 0.4rem;
    background: #eaeaea; }
  .str-m-search__result-list li h3 {
    display: block;
    margin-top: 0.7rem;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: 'Frutiger', 'Arial', sans-serif;
    font-size: 1.4rem;
    text-align: left; }
    .str-m-search__result-list li h3:after {
      display: none; }
  .str-m-search__result-list li > div {
    float: left;
    width: 28rem; }
  .str-m-search__result-list li button {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
    .str-m-search__result-list li button > i:before {
      color: #68c0ba;
      font-size: 2.2rem; }
  .str-m-search__result-list li span {
    display: inline-block;
    width: 5.6rem;
    height: 2.1rem;
    margin-right: 0.7rem; }
    .str-m-search__result-list li span.Bronze {
      background: url(img/Material/Bronze.png); }
    .str-m-search__result-list li span.Aluminium {
      background: url(img/Material/Aluminium.png); }
    .str-m-search__result-list li span.Edelstahl {
      background: url(img/Material/Edelstahl.png); }
    .str-m-search__result-list li span.Bronze-Walzmaterial {
      background: url(img/Material/Bronze-Walzmaterial.png); }
    .str-m-search__result-list li span.Messing {
      background: url(img/Material/Messing.png); }
    .str-m-search__result-list li span.Edelstahl-Schrift {
      background: url(img/Material/Edelstahl-Schrift.png); }
  .str-m-search__result-list li .price {
    position: absolute;
    top: 3.5rem;
    right: 7rem;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: right; }

/* super special feature! DO NOT REMOVE! */
.str-m-search__special {
  position: absolute;
  z-index: 999999;
  top: 0;
  top: -4rem;
  right: 0;
  width: 4rem;
  height: 4rem; }

.str-m-search__special2 {
  position: absolute;
  z-index: 99999999;
  top: 50%;
  left: 10%;
  -webkit-animation: zoom-rotate 2s ease-in-out infinite;
  -moz-animation: zoom-rotate 2s ease-in-out infinite;
  -ms-animation: zoom-rotate 2s ease-in-out infinite;
  -o-animation: zoom-rotate 2s ease-in-out infinite;
  animation: zoom-rotate 2s ease-in-out infinite; }

@-webkit-keyframes zoom-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }

  50% {
    -webkit-transform: rotate(180deg) scale(1.5);
    -moz-transform: rotate(180deg) scale(1.5);
    transform: rotate(180deg) scale(1.5); }

  100% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@-moz-keyframes zoom-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }

  50% {
    -webkit-transform: rotate(180deg) scale(1.5);
    -moz-transform: rotate(180deg) scale(1.5);
    transform: rotate(180deg) scale(1.5); }

  100% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@-ms-keyframes zoom-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }

  50% {
    -webkit-transform: rotate(180deg) scale(1.5);
    -moz-transform: rotate(180deg) scale(1.5);
    transform: rotate(180deg) scale(1.5); }

  100% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@-o-keyframes zoom-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }

  50% {
    -webkit-transform: rotate(180deg) scale(1.5);
    -moz-transform: rotate(180deg) scale(1.5);
    transform: rotate(180deg) scale(1.5); }

  100% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@keyframes zoom-rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }

  50% {
    -webkit-transform: rotate(180deg) scale(1.5);
    -moz-transform: rotate(180deg) scale(1.5);
    transform: rotate(180deg) scale(1.5); }

  100% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

.m-search-panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  overflow: hidden;
  max-height: 0;
  color: #3a3a3a;
  background: #fff;
  font-size: 1.5rem;
  line-height: 2.1rem;
  cursor: auto;
  transition: max-height 0.5s cubic-bezier(0.55, 0, 0.1, 1), box-shadow 0.5s; }
  .m-search-panel.active {
    max-height: 56rem;
    border-bottom: none;
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(58, 58, 58, 0.25);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(58, 58, 58, 0.25);
    box-shadow: 0 0.2rem 0.4rem rgba(58, 58, 58, 0.25); }

.m-search-panel__item {
  position: relative;
  float: left;
  display: block;
  width: 50%;
  height: 12rem;
  padding-top: 1.4rem;
  padding-right: 1.4rem;
  padding-bottom: 1.4rem;
  padding-left: 1.4rem;
  color: #3a3a3a;
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0.55, 0, 0.1, 1), color 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .m-search-panel__item:hover {
    color: #fff;
    background: #68c0ba; }
    .m-search-panel__item:hover > header > strong {
      color: #fff; }
    .m-search-panel__item:hover > button {
      color: #fff; }
  .m-search-panel__item:nth-last-child(2) {
    margin-bottom: 1.4rem; }
  .m-search-panel__item > header {
    float: left;
    overflow: visible;
    padding-top: 0.7rem;
    padding-left: 1.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .m-search-panel__item > header > strong {
      display: block;
      color: #68c0ba;
      transition: color 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
    .m-search-panel__item > header .str-m-product-tile__variants-list {
      margin-top: 0.35rem;
      text-align: left;
      white-space: nowrap; }
      .m-search-panel__item > header .str-m-product-tile__variants-list > li {
        width: 5rem; }
        .m-search-panel__item > header .str-m-product-tile__variants-list > li:first-child {
          margin-left: -0.2rem; }
  .m-search-panel__item > button {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    color: #68c0ba;
    transition: color 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
    .m-search-panel__item > button > i:before {
      font-size: 1.8rem; }

.m-search-panel__item-image {
  position: relative;
  float: left;
  display: inline-block;
  width: 9rem;
  height: 9rem;
  padding: 0.8rem;
  background: #eaeaea;
  font-size: 0;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .m-search-panel__item-image > img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 8.9rem;
    max-height: 8.9rem;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.m-search-panel__search-link {
  clear: both;
  display: block;
  width: 98%;
  min-height: 0;
  color: #fff;
  background: #68c0ba; }
  .m-search-panel__search-link:hover {
    border-color: #48ada6;
    color: #fff;
    background: #48ada6; }

.str-m-search-results__item {
  width: 100%;
  height: 14rem;
  margin-top: 1.4rem;
  padding: 1.4rem;
  background: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .str-m-search-results__item > img {
    float: left;
    width: 11.2rem;
    height: 11.2rem; }
  .str-m-search-results__item header {
    float: left; }
    .str-m-search-results__item header h2 {
      font-family: 'Frutiger', 'Arial', sans-serif;
      font-size: 1.8rem;
      color: #68c0ba; }

.str-m-short-code {
  width: 100%; }
  .str-m-short-code > div {
    padding: 1.4rem;
    color: #fff;
    background: #68c0ba;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem; }

.str-m-sidebar-menu {
  margin-bottom: 2.8rem;
  color: #646464;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.82rem; }
  .str-m-sidebar-menu > li {
    position: relative;
    padding: 1.4rem 0;
    border-bottom: 0.2rem solid #eaeaea;
    cursor: pointer;
    -webkit-animation: grow-in 0.5s linear;
    -moz-animation: grow-in 0.5s linear;
    -ms-animation: grow-in 0.5s linear;
    -o-animation: grow-in 0.5s linear;
    animation: grow-in 0.5s linear; }
    .str-m-sidebar-menu > li > a, .str-m-sidebar-menu > li > span {
      position: relative;
      display: block;
      padding-right: 3rem;
      color: #68c0ba;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .str-m-sidebar-menu > li > a:hover, .str-m-sidebar-menu > li > span:hover {
        color: #18a09e; }
        .str-m-sidebar-menu > li > a:hover .icon-check:before, .str-m-sidebar-menu > li > a:hover .str-m-progress-bar > ol.finished > li:before, .str-m-sidebar-menu > li > a:hover .str-m-progress-bar > ol > li.clickable:not(.active):before, .str-m-sidebar-menu > li > span:hover .icon-check:before, .str-m-sidebar-menu > li > span:hover .str-m-progress-bar > ol.finished > li:before, .str-m-sidebar-menu > li > span:hover .str-m-progress-bar > ol > li.clickable:not(.active):before {
          content: 'h'; }
    .str-m-sidebar-menu > li > ol li {
      margin-bottom: 1rem;
      color: #68c0ba;
      -webkit-animation: grow-in 0.5s linear;
      -moz-animation: grow-in 0.5s linear;
      -ms-animation: grow-in 0.5s linear;
      -o-animation: grow-in 0.5s linear;
      animation: grow-in 0.5s linear; }
      .str-m-sidebar-menu > li > ol li.selected {
        color: #b0b0b0; }
        .str-m-sidebar-menu > li > ol li.selected:hover .icon-check:before, .str-m-sidebar-menu > li > ol li.selected:hover .str-m-progress-bar > ol.finished > li:before, .str-m-sidebar-menu > li > ol li.selected:hover .str-m-progress-bar > ol > li.clickable:not(.active):before {
          content: 'h'; }
    .str-m-sidebar-menu > li .str-m-badge {
      position: absolute;
      top: 50%;
      right: 0;
      width: 2.1rem;
      height: 2.1rem;
      line-height: 2.1rem;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
      .str-m-sidebar-menu > li .str-m-badge i {
        position: relative;
        top: 0.2rem;
        left: -0.05rem; }
    .str-m-sidebar-menu > li.expanded .str-m-badge {
      margin-top: -0.6rem; }
    .str-m-sidebar-menu > li.expanded > span {
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 1.2rem;
      font-weight: 600; }
      .str-m-sidebar-menu > li.expanded > span:before {
        position: absolute;
        right: 0;
        bottom: -0.6rem;
        left: -0.1rem;
        height: 0.2rem;
        background: #eaeaea;
        content: ''; }
    .str-m-sidebar-menu > li.current > a {
      color: #646464; }
    .str-m-sidebar-menu > li.current > a > ol, .str-m-sidebar-menu > li.selected > ol {
      position: relative;
      margin-top: 0.4rem;
      padding-top: 1.4rem; }
      .str-m-sidebar-menu > li.current > a > ol:before, .str-m-sidebar-menu > li.selected > ol:before {
        position: absolute;
        top: 0;
        left: 50%;
        width: 1rem;
        height: 1rem;
        border-right: 0.2rem solid #eaeaea;
        border-bottom: 0.2rem solid #eaeaea;
        background: #fff;
        content: '';
        -webkit-transform: rotate(45deg) translateX(-50%);
        -moz-transform: rotate(45deg) translateX(-50%);
        transform: rotate(45deg) translateX(-50%); }
    .str-m-sidebar-menu > li.current > a > ol li, .str-m-sidebar-menu > li.selected > ol li {
      position: relative;
      padding-left: 1rem;
      -webkit-animation: none !important;
      -moz-animation: none !important;
      -ms-animation: none !important;
      -o-animation: none !important;
      animation: none !important; }
      .str-m-sidebar-menu > li.current > a > ol li:hover, .str-m-sidebar-menu > li.selected > ol li:hover {
        color: #18a09e; }
      .str-m-sidebar-menu > li.current > a > ol li.selected, .str-m-sidebar-menu > li.selected > ol li.selected {
        font-weight: 600; }
      .str-m-sidebar-menu > li.current > a > ol li i, .str-m-sidebar-menu > li.selected > ol li i {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); }
        .str-m-sidebar-menu > li.current > a > ol li i:before, .str-m-sidebar-menu > li.selected > ol li i:before {
          font-size: 1.2rem; }
    .str-m-sidebar-menu > li.current > a > span, .str-m-sidebar-menu > li.selected > span {
      color: #b0b0b0;
      font-weight: 600; }
      .str-m-sidebar-menu > li.current > a > span:hover, .str-m-sidebar-menu > li.selected > span:hover {
        color: #18a09e; }
      .str-m-sidebar-menu > li.current > a > span i, .str-m-sidebar-menu > li.selected > span i {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: 0.2rem;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); }
        .str-m-sidebar-menu > li.current > a > span i:before, .str-m-sidebar-menu > li.selected > span i:before {
          font-size: 1.2rem; }
    .str-m-sidebar-menu > li.selected:after {
      content: ""; }
    .str-m-sidebar-menu > li.section-title {
      margin-bottom: 1.4rem;
      border-bottom-width: 0.3rem;
      font-weight: 400;
      text-transform: uppercase; }
    .str-m-sidebar-menu > li.user-info {
      margin-top: 2.8rem;
      padding-bottom: 0;
      border-bottom: none;
      font-size: 2rem;
      font-weight: 300;
      text-transform: uppercase;
      cursor: auto; }
      .str-m-sidebar-menu > li.user-info > span {
        display: block;
        overflow: hidden;
        margin-top: 2.1rem;
        font-size: 1.5rem;
        text-transform: none;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .str-m-sidebar-menu > li.user-id {
      padding-top: 1rem;
      border-bottom: 0;
      font-size: 1.5rem;
      font-weight: 300; }
    .str-m-sidebar-menu > li.action {
      margin-top: 1.4rem;
      border: none;
      font-weight: 400;
      text-align: right; }
      .str-m-sidebar-menu > li.action i {
        position: relative;
        top: 0.2rem; }
    .str-m-sidebar-menu > li strong {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      -ms-text-overflow: ellipsis; }
  .str-m-sidebar-menu > li:first-child {
    padding-top: 0; }

@-webkit-keyframes grow-in {
  from {
    max-height: 0;
    border-color: transparent;
    opacity: 0; }

  to {
    max-height: 5.6rem;
    border-color: #eaeaea;
    opacity: 1; } }

@-moz-keyframes grow-in {
  from {
    max-height: 0;
    border-color: transparent;
    opacity: 0; }

  to {
    max-height: 5.6rem;
    border-color: #eaeaea;
    opacity: 1; } }

@-ms-keyframes grow-in {
  from {
    max-height: 0;
    border-color: transparent;
    opacity: 0; }

  to {
    max-height: 5.6rem;
    border-color: #eaeaea;
    opacity: 1; } }

@-o-keyframes grow-in {
  from {
    max-height: 0;
    border-color: transparent;
    opacity: 0; }

  to {
    max-height: 5.6rem;
    border-color: #eaeaea;
    opacity: 1; } }

@keyframes grow-in {
  from {
    max-height: 0;
    border-color: transparent;
    opacity: 0; }

  to {
    max-height: 5.6rem;
    border-color: #eaeaea;
    opacity: 1; } }

.str-m-simple-pagination {
  position: relative;
  width: 100%;
  color: #68c0ba;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 4.2rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .str-m-simple-pagination {
      max-width: 260px; } }

.str-m-simple-pagination__prev {
  position: relative;
  z-index: 1;
  float: left;
  height: 4.2rem;
  min-height: 0; }

.str-m-simple-pagination__next {
  position: relative;
  z-index: 1;
  float: right;
  height: 4.2rem;
  min-height: 0; }

.str-m-simple-pagination--full-width {
  max-width: none; }

.str-m-social-button {
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  border: 0.2rem solid #3a3a3a;
  border-radius: 50%;
  line-height: 4.2rem;
  text-align: center;
  transition: background 0.2s, color 0.2s, border-color 0.2s; }
  .str-m-social-button.str-m-social-button--filled {
    border-color: #68c0ba;
    color: #fff;
    background: #68c0ba; }
    .str-m-social-button.str-m-social-button--filled:hover {
      border-color: #18a09e;
      background: #18a09e; }
  .str-m-social-button > i {
    position: relative;
    top: 0.2rem;
    font-size: 2.1rem; }

.str-m-social-button--facebook {
  border-color: #45619d;
  color: #45619d; }
  .str-m-social-button--facebook:hover {
    color: #fff;
    background: #45619d; }
  .str-m-social-button--facebook.str-m-social-button--filled {
    border-color: #45619d;
    color: #fff;
    background: #45619d; }
    .str-m-social-button--facebook.str-m-social-button--filled:hover {
      border-color: #354b7a;
      background: #354b7a; }

.str-m-social-button--twitter {
  border-color: #659fcb;
  color: #659fcb; }
  .str-m-social-button--twitter:hover {
    color: #fff;
    background: #659fcb; }
  .str-m-social-button--twitter.str-m-social-button--filled {
    border-color: #659fcb;
    color: #fff;
    background: #659fcb; }
    .str-m-social-button--twitter.str-m-social-button--filled:hover {
      border-color: #4087bd;
      background: #4087bd; }

.str-m-social-button--gplus {
  border-color: #e94a34;
  color: #e94a34; }
  .str-m-social-button--gplus:hover {
    color: #fff;
    background: #e94a34; }
  .str-m-social-button--gplus.str-m-social-button--filled {
    border-color: #e94a34;
    color: #fff;
    background: #e94a34; }
    .str-m-social-button--gplus.str-m-social-button--filled:hover {
      border-color: #d32e17;
      background: #d32e17; }

.str-m-social-button--pinterest {
  border-color: #cb2028;
  color: #cb2028; }
  .str-m-social-button--pinterest:hover {
    color: #fff;
    background: #cb2028; }
  .str-m-social-button--pinterest.str-m-social-button--filled {
    border-color: #cb2028;
    color: #fff;
    background: #cb2028; }
    .str-m-social-button--pinterest.str-m-social-button--filled:hover {
      border-color: #9f191f;
      background: #9f191f; }

.str-m-specialist {
  font-size: 1.5rem;
  line-height: 2.1rem;
  text-align: center; }
  .str-m-specialist img {
    width: 100%; }
  .str-m-specialist h3, .str-m-specialist h4 {
    margin-bottom: 1.4rem;
    font-family: 'Frutiger', 'Arial', sans-serif;
    font-size: 1.6rem; }
  .str-m-specialist h4 {
    font-size: 1.6rem; }
  .str-m-specialist .icon-phone {
    position: relative;
    top: 0.8rem;
    margin-right: 1%;
    font-size: 3rem; }
  .str-m-specialist .icon-mail {
    position: relative;
    top: 0.4rem;
    font-size: 2rem; }

.str-m-specialist__tel {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 400; }

.str-m-specialist__mail {
  font-size: 1.5rem;
  font-weight: 400; }
  .str-m-specialist__mail i:before {
    position: relative;
    top: 0.2rem;
    margin-right: 0.4rem;
    padding: 0 0.5rem;
    font-size: 2.2rem; }

@media only screen and (min-width: 1024px) {
  .str-m-specialist__header {
    float: left;
    width: 23.5%;
    margin-right: 4%;
    text-align: left; } }

.str-m-specialist__image {
  width: 11rem;
  height: 11rem;
  margin-top: 0.7rem;
  margin-right: auto;
  margin-bottom: 1.4rem;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media only screen and (min-width: 1024px) {
    .str-m-specialist__image {
      display: table-cell;
      margin-top: 0;
      margin-right: 2%;
      margin-bottom: 0; } }

@media only screen and (min-width: 1024px) {
  .str-m-specialist__details {
    display: table;
    width: 72.5%;
    text-align: left;
    table-layout: fixed; } }
.str-m-specialist__details strong {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1.6rem; }
  @media only screen and (min-width: 1024px) {
    .str-m-specialist__details strong {
      margin-top: 0.7rem; } }
@media only screen and (min-width: 1024px) {
  .str-m-specialist__details > div:last-child {
    display: table-cell;
    padding-right: 4%;
    padding-left: 4%;
    vertical-align: top; } }

.str-m-step-nav {
  display: table;
  width: 100%;
  margin-top: 5.6rem;
  margin-bottom: 5.6rem;
  table-layout: fixed;
  padding-left: 2%;
  counter-reset: step-counter; }
  @media only screen and (min-width: 768px) {
    .str-m-step-nav {
      padding-left: 0; } }
  .str-m-step-nav.finished > li:before {
    font-family: 'Strassacker-Shop';
    content: 'q'; }
  .str-m-step-nav > li {
    position: relative;
    display: table-cell;
    color: #eaeaea;
    font-family: 'Frutiger', 'Arial', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    cursor: pointer;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      .str-m-step-nav > li {
        text-align: left; } }
    .str-m-step-nav > li > span {
      display: none; }
      @media only screen and (min-width: 1024px) {
        .str-m-step-nav > li > span {
          display: inline; } }
  .str-m-step-nav > li:before {
    display: inline-block;
    width: 5.6rem;
    height: 5.6rem;
    margin-right: 1.4rem;
    color: #fff;
    background: #eaeaea;
    font-family: 'Frutiger', 'Arial', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 5.6rem;
    text-align: center;
    content: counter(step-counter);
    counter-increment: step-counter;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .str-m-step-nav > li.current {
    color: #646464; }
  .str-m-step-nav > li.current:before {
    background: #646464;
    font-style: normal; }
  .str-m-step-nav > li.clickable:not(.current) {
    color: #68c0ba; }
    .str-m-step-nav > li.clickable:not(.current):before {
      font-family: 'Strassacker-Shop';
      content: 'q'; }
  .str-m-step-nav > li.clickable:not(.current):before {
    background: #68c0ba; }

.str-m-sticky-back-button {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: -0.1rem;
  display: none;
  overflow: hidden;
  width: 5.6rem;
  padding: 0;
  color: #fff;
  background: #68c0ba;
  font-size: 2rem;
  line-height: 5.6rem;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    .str-m-sticky-back-button {
      display: block; } }
  .str-m-sticky-back-button > i {
    position: relative;
    top: 0.2rem;
    display: inline-block;
    width: 5.6rem; }
  .str-m-sticky-back-button > span {
    position: relative;
    top: -0.2rem;
    display: inline-block;
    width: 8.4rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .str-m-sticky-back-button:hover {
    width: 14rem;
    background: #18a09e; }
    .str-m-sticky-back-button:hover > span {
      opacity: 1; }

.str-m-teaser {
  text-align: center;
  cursor: pointer; }
  .str-m-teaser > h3 {
    text-transform: none;
    margin-bottom: 1.4rem;
    letter-spacing: 0;
    font-weight: 400; }
    .str-m-teaser > h3 > i {
      font-size: 1.4rem;
      position: relative;
      top: 0.1rem; }

.str-m-teaser__image {
  width: 100%;
  margin-bottom: 1.4rem; }

.str-m-tel-contact {
  font-weight: 300; }
  .str-m-tel-contact > i {
    position: relative;
    top: -0.8rem;
    float: left;
    display: block;
    height: 100%;
    font-size: 6rem; }
  .str-m-tel-contact > span {
    position: relative;
    top: 0;
    float: left;
    width: 77%;
    margin-top: 0.7rem;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.4; }

.str-m-three-sixty-tools > button {
  display: inline-block;
  width: 48px;
  padding: 0 1rem;
  color: #68c0ba;
  font-size: 1.8rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.str-m-thumbnail-navigation {
  position: relative; }
  .str-m-thumbnail-navigation ul li {
    position: relative;
    float: left;
    width: 15%;
    height: auto;
    margin-top: -0.2rem;
    margin-right: 2%;
    margin-bottom: 1.4rem;
    padding: 0.4rem;
    border: 0.2rem solid #67c1c0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear; }
    .str-m-thumbnail-navigation ul li:after {
      display: block;
      padding-top: 100%;
      content: ''; }
    .str-m-thumbnail-navigation ul li:nth-child(6n) {
      margin-right: 0; }
    .str-m-thumbnail-navigation ul li img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      .str-m-thumbnail-navigation ul li img.assemblyInstruction {
        max-width: 30px; }
  .str-m-thumbnail-navigation ul li:last-child {
    margin-right: 0; }
  .str-m-thumbnail-navigation ul li.current {
    border-color: #eaeaea;
    cursor: default; }

.str-m-thumbnail-navigation__arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -1.75rem; }
  .str-m-thumbnail-navigation__arrows > button:first-child {
    position: absolute;
    z-index: 99;
    left: 0; }
    .str-m-thumbnail-navigation__arrows > button:first-child:after {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 2.5rem;
      height: 4.2rem;
      background: #68c0ba;
      content: '';
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .str-m-thumbnail-navigation__arrows > button:first-child:hover:after {
      background: #18a09e; }
  .str-m-thumbnail-navigation__arrows > button:last-child {
    position: absolute;
    z-index: 99;
    right: 0; }
    .str-m-thumbnail-navigation__arrows > button:last-child:after {
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      width: 2.5rem;
      height: 4.2rem;
      background: #68c0ba;
      content: '';
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .str-m-thumbnail-navigation__arrows > button:last-child:hover:after {
      background: #18a09e; }

.str-m-thumbnail-navigation__notice {
  overflow: hidden;
  max-height: 0;
  padding-left: 3rem;
  line-height: 2.1rem;
  text-indent: -3rem;
  -webkit-transition: max-height 0.2s, padding 0.2s;
  -moz-transition: max-height 0.2s, padding 0.2s;
  -ms-transition: max-height 0.2s, padding 0.2s;
  -o-transition: max-height 0.2s, padding 0.2s;
  transition: max-height 0.2s, padding 0.2s; }
  .str-m-thumbnail-navigation__notice.active {
    max-height: 8.4rem;
    padding-bottom: 2.1rem; }
  .str-m-thumbnail-navigation__notice > i {
    position: relative;
    top: 0.5rem;
    margin-right: 0.5rem;
    color: #68c0ba;
    font-size: 2rem; }

.str-m-tooltip {
  position: absolute;
  z-index: 999;
  bottom: 100%;
  left: 0;
  display: none;
  min-width: 10rem;
  max-width: 100vw;
  padding: 0.7rem;
  color: #e7e5e5;
  background: #3a3a3a;
  font-family: 'Frutiger', 'Arial', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4rem;
  text-align: center;
  text-transform: none;
  white-space: normal;
  letter-spacing: 0;
  opacity: 0;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .str-m-tooltip:before {
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    content: '';
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid #3a3a3a;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
  .str-m-tooltip.display {
    display: block;
    opacity: 1; }

.str-m-tooltip--custom-template {
  z-index: 99999999999;
  width: auto !important;
  padding: 2.8rem;
  color: #646464;
  background: #fff;
  line-height: 2.8rem;
  text-align: left;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 1px 2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 1px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 1px 2px rgba(0, 0, 0, 0.23); }
  @media only screen and (max-width: 767px) {
    .str-m-tooltip--custom-template {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0 !important;
      -webkit-transform: none !important;
      -moz-transform: none !important;
      transform: none !important; } }
  .str-m-tooltip--custom-template:before {
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid #fff; }

.str-m-tooltip--light {
  color: #646464;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 1px 2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 1px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 1px 2px rgba(0, 0, 0, 0.23); }
  .str-m-tooltip--light:before {
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid #fff; }

.str-m-tooltip--wide {
  min-width: 30rem; }

.str-m-tooltip--medium {
  min-width: 20rem; }

.str-m-tooltip--bottom {
  top: 100%;
  bottom: inherit;
  margin-top: 2.8rem; }
  .str-m-tooltip--bottom:before {
    top: -0.5rem;
    bottom: inherit;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }

.str-m-tooltip--mobile-bottom {
  top: 100%;
  bottom: inherit;
  margin-top: 2.1rem; }
  .str-m-tooltip--mobile-bottom:before {
    top: -0.5rem;
    bottom: inherit;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg); }
  @media only screen and (min-width: 768px) {
    .str-m-tooltip--mobile-bottom {
      top: auto;
      bottom: 100%; }
      .str-m-tooltip--mobile-bottom:before {
        top: auto;
        bottom: -0.5rem;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%); } }

.str-m-tooltip__close-button {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: #68c0ba; }
  .str-m-tooltip__close-button > i:before {
    font-size: 1.6rem; }

.str-m-to-top-button {
  position: fixed;
  display: none;
  z-index: 9999;
  right: 0;
  bottom: 2.8rem;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #68c0ba;
  line-height: 4.9rem;
  transition: background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  padding-top: 8px; }
  .str-m-to-top-button:hover {
    background: #48ada6; }
  .str-m-to-top-button > i {
    font-size: 1.8rem; }

.str-m-tree-menu {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  font-size: 1.5rem;
  -webkit-overflow-scrolling: auto; }

.str-m-tree-menu__level {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  min-height: 100vh;
  background: #fff;
  -moz-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%); }
  .str-m-tree-menu__level.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }

.str-m-tree-menu__root-level > .str-m-tree-menu__level {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }
.str-m-tree-menu__root-level > .str-m-tree-menu__level > .str-m-tree-menu__header > strong {
  left: 1.4rem;
  padding-left: 0;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }
.str-m-tree-menu__root-level > .str-m-tree-menu__level > .str-m-tree-menu__header > .str-m-tree-menu__back-button {
  display: none; }

.str-m-tree-menu__header {
  position: relative;
  padding: 1.4rem 1.4rem;
  border-bottom: 0.2rem solid #eaeaea;
  text-align: center; }
  @media only screen and (min-width: 480px) {
    .str-m-tree-menu__header {
      padding: 0.7rem 1.4rem; } }
  @media only screen and (min-width: 768px) {
    .str-m-tree-menu__header {
      padding: 1.4rem 1.4rem; } }
  .str-m-tree-menu__header > strong {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    padding-right: 4.2rem;
    padding-left: 4rem;
    font-weight: 400;
    line-height: 2.1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    pointer-events: none;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.str-m-tree-menu__nav {
  overflow-y: hidden;
  height: 100%;
  padding-top: 0.7rem; }
  .str-m-tree-menu__nav a:not(.str-m-tree-menu__close-button):not(.str-m-tree-menu__back-button), .str-m-tree-menu__nav button:not(.str-m-tree-menu__close-button):not(.str-m-tree-menu__back-button) {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.7rem 1.4rem;
    color: #68c0ba;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.8rem;
    text-align: left;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .str-m-tree-menu__nav a:not(.str-m-tree-menu__close-button):not(.str-m-tree-menu__back-button):hover, .str-m-tree-menu__nav button:not(.str-m-tree-menu__close-button):not(.str-m-tree-menu__back-button):hover {
      color: #419b95; }
    .str-m-tree-menu__nav a:not(.str-m-tree-menu__close-button):not(.str-m-tree-menu__back-button) > i, .str-m-tree-menu__nav button:not(.str-m-tree-menu__close-button):not(.str-m-tree-menu__back-button) > i {
      position: absolute;
      top: 50%;
      right: 1.4rem;
      margin-top: 0.2rem;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }

.str-m-tree-menu__close-button {
  position: relative;
  top: 0.2rem;
  right: -0.7rem;
  float: right;
  padding-right: 0;
  color: #68c0ba;
  font-size: 1.8rem; }
  .str-m-tree-menu__close-button:hover {
    color: #419b95; }

.str-m-tree-menu__back-button {
  position: relative;
  top: 0.2rem;
  float: left;
  padding-left: 0;
  color: #68c0ba;
  font-size: 1.8rem; }
  .str-m-tree-menu__back-button:hover {
    color: #419b95; }

.str-m-tree-menu__sec-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20rem;
  padding: 2.1rem 1.4rem 1.4rem;
  border-top: 0.5rem solid #67c1c0;
  background: #eaeaea; }
  @media only screen and (min-width: 480px) {
    .str-m-tree-menu__sec-nav {
      height: 17rem;
      padding-top: 1.4rem;
      padding-bottom: 0.7rem; } }
  @media only screen and (min-width: 768px) {
    .str-m-tree-menu__sec-nav {
      height: 20rem;
      padding-top: 2.1rem;
      padding-bottom: 1.4rem; } }
  .str-m-tree-menu__sec-nav:after {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 4.2rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    pointer-events: none; }
  .str-m-tree-menu__sec-nav .str-m-nav-bar {
    margin-top: 1.4rem;
    margin-bottom: 2.1rem; }
    @media only screen and (min-width: 480px) {
      .str-m-tree-menu__sec-nav .str-m-nav-bar {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .str-m-tree-menu__sec-nav .str-m-nav-bar {
        margin-top: 1.4rem;
        margin-bottom: 2.1rem; } }
    .str-m-tree-menu__sec-nav .str-m-nav-bar > li {
      padding-right: 0;
      padding-left: 0;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .str-m-tree-menu__sec-nav .str-m-nav-bar > li {
          width: 33.3333333333%; } }
      .str-m-tree-menu__sec-nav .str-m-nav-bar > li a {
        font-weight: 400; }
      .str-m-tree-menu__sec-nav .str-m-nav-bar > li .str-m-custom-select {
        margin-bottom: 0; }
        @media only screen and (min-width: 768px) {
          .str-m-tree-menu__sec-nav .str-m-nav-bar > li .str-m-custom-select {
            position: relative;
            top: -0.1rem; } }
  @media only screen and (min-width: 768px) {
    .str-m-tree-menu__sec-nav .str-m-nav-bar.str-m-nav-bar--two-columns > li {
      width: 50%; } }
  .str-m-tree-menu__sec-nav .str-m-search-input {
    position: relative;
    z-index: 1;
    margin-top: 1.4rem; }
    .str-m-tree-menu__sec-nav .str-m-search-input input {
      padding-right: 2rem;
      padding-left: 5rem;
      border: none;
      background: #fff; }

.str-m-tree-menu__sec-nav--large {
  height: 26.5rem;
  padding: 1.4rem 1.4rem 1.4rem; }
  @media only screen and (min-width: 480px) {
    .str-m-tree-menu__sec-nav--large {
      height: 23.5rem; } }
  @media only screen and (min-width: 768px) {
    .str-m-tree-menu__sec-nav--large {
      height: 26.5rem; } }

.str-m-variant-select {
  max-width: 100%;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem; }
  .str-m-variant-select li {
    font-size: 1.5rem; }
    .str-m-variant-select li.disabled button {
      border: none; }
      .str-m-variant-select li.disabled button i {
        position: relative;
        font-size: 2rem; }
  .str-m-variant-select > header {
    display: table;
    width: 100%;
    margin-bottom: 1.4rem;
    padding-bottom: 0.7rem;
    border-bottom: 0.2rem solid #eaeaea; }
    .str-m-variant-select > header > h2 {
      display: table-cell;
      width: 60%;
      padding-bottom: 0;
      color: #646464;
      font-size: 1.8rem;
      text-align: left; }
      .str-m-variant-select > header > h2:after {
        display: none; }
    .str-m-variant-select > header > a {
      display: table-cell;
      line-height: 1;
      text-align: right;
      white-space: nowrap; }
      @media only screen and (min-width: 768px) {
        .str-m-variant-select > header > a {
          width: 40%; } }
      .str-m-variant-select > header > a i {
        position: relative;
        top: 0.2rem; }

.str-m-variant-select--quick-form > header {
  padding-bottom: 0; }
  .str-m-variant-select--quick-form > header > h2 {
    font-family: 'Frutiger', 'Arial', sans-serif;
    font-size: 1.6rem; }
.str-m-variant-select--quick-form .str-m-variant-select__button-select li {
  position: relative;
  top: 0.1rem;
  min-height: 4.2rem;
  padding: 0.7rem; }

.str-m-variant-select__tabs {
  display: table;
  width: 100%;
  margin-top: 1.4rem;
  table-layout: fixed; }
  .str-m-variant-select__tabs > li {
    position: relative;
    display: table-cell;
    padding: 0 1%;
    padding-bottom: 1.4rem;
    color: #646464;
    text-align: center;
    cursor: pointer; }
    .str-m-variant-select__tabs > li:last-child {
      padding-right: 0; }
    .str-m-variant-select__tabs > li:first-child {
      padding-left: 0; }
    .str-m-variant-select__tabs > li > button {
      width: 100%;
      height: 4.2rem;
      margin-bottom: 0;
      line-height: 1.4rem; }
    .str-m-variant-select__tabs > li.selected {
      color: #68c0ba;
      font-weight: 400; }
      .str-m-variant-select__tabs > li.selected button {
        color: rgba(100, 100, 100, 0.7);
        background: #e7e5e5; }
      .str-m-variant-select__tabs > li.selected i {
        display: inline-block;
        width: 2.1rem;
        height: 2.1rem;
        color: #fff;
        background: #68c0ba;
        font-size: 1.1rem;
        line-height: 3.08rem;
        text-align: center;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }

.str-m-variant-select__thumbnails {
  margin-right: -4%;
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .str-m-variant-select__thumbnails {
      margin-right: 0; } }
  .str-m-variant-select__thumbnails li {
    position: relative;
    float: left;
    width: 29.3333333333%;
    height: 5.6rem;
    margin-right: 4%;
    color: #646464;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .str-m-variant-select__thumbnails li {
        width: 23.5%;
        margin-right: 2%; } }
    .str-m-variant-select__thumbnails li > img {
      width: 100%;
      height: 100%;
      max-height: 3.92rem; }
    .str-m-variant-select__thumbnails li > span {
      display: block;
      overflow: hidden;
      text-align: center;
      white-space: nowrap;
      text-overflow: ellipsis; }
    @media only screen and (min-width: 768px) {
      .str-m-variant-select__thumbnails li:nth-child(4n) {
        margin-right: 0; } }
    .str-m-variant-select__thumbnails li.disabled:before {
      z-index: 99; }
    .str-m-variant-select__thumbnails li.disabled:after {
      position: absolute;
      z-index: 9;
      top: 0;
      right: 0;
      bottom: 1.6rem;
      left: 0;
      background: rgba(255, 255, 255, 0.5);
      content: ''; }
    .str-m-variant-select__thumbnails li.selected {
      color: #68c0ba;
      font-weight: 400; }
      .str-m-variant-select__thumbnails li.selected:before {
        position: absolute;
        right: -1rem;
        bottom: 0.5rem;
        display: block;
        width: 1.7rem;
        height: 1.7rem;
        border: 0.3rem solid #fff;
        color: #fff;
        background: #646464;
        font-family: 'Strassacker-Shop';
        font-size: 0.9rem;
        line-height: 2;
        text-align: center;
        content: 'q';
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
    .str-m-variant-select__thumbnails li.selected.disabled:before {
      font-size: 1.3rem;
      line-height: 1.4;
      content: 'R'; }

.str-m-variant-select__thumbnails--narrow li {
  width: 32%; }
  @media only screen and (min-width: 768px) {
    .str-m-variant-select__thumbnails--narrow li:nth-child(3n) {
      margin-right: 0; } }
  .str-m-variant-select__thumbnails--narrow li:nth-child(4n) {
    margin-right: 2%; }

.str-m-variant-select__button-select {
  margin-right: -4%; }
  @media only screen and (min-width: 768px) {
    .str-m-variant-select__button-select {
      margin-right: 0; } }
  .str-m-variant-select__button-select li {
    position: relative;
    float: left;
    width: 46%;
    min-height: 4.2rem;
    margin-right: 4%;
    margin-bottom: 1.4rem;
    padding: 1.4rem;
    padding-left: 0;
    border: 0.2rem solid #68c0ba;
    color: #68c0ba;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .str-m-variant-select__button-select li {
        width: 32%;
        margin-right: 2%; } }
    .str-m-variant-select__button-select li:nth-child(2n) {
      margin-right: 0; }
      @media only screen and (min-width: 768px) {
        .str-m-variant-select__button-select li:nth-child(2n) {
          margin-right: 2%; } }
    .str-m-variant-select__button-select li > span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      overflow: hidden;
      width: 100%;
      line-height: 1.4rem;
      text-align: center;
      text-overflow: ellipsis;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (min-width: 1024px) {
        .str-m-variant-select__button-select li > span {
          line-height: 2.1rem; } }
    @media only screen and (min-width: 768px) {
      .str-m-variant-select__button-select li:nth-child(3n) {
        margin-right: 0; } }
    .str-m-variant-select__button-select li.disabled {
      border-style: dashed; }
    .str-m-variant-select__button-select li.selected {
      border-color: #e7e5e5;
      color: #646464;
      background: #e7e5e5; }
      .str-m-variant-select__button-select li.selected i {
        position: relative;
        top: 0.1rem;
        color: #eaeaea;
        font-size: 1.2rem; }
      .str-m-variant-select__button-select li.selected:before {
        position: absolute;
        right: -1rem;
        bottom: -0.7rem;
        display: block;
        width: 1.7rem;
        height: 1.7rem;
        border: 0.3rem solid #fff;
        color: #fff;
        background: #646464;
        font-family: 'Strassacker-Shop';
        font-size: 0.9rem;
        line-height: 2;
        text-align: center;
        content: 'q';
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
    .str-m-variant-select__button-select li.selected.disabled:before {
      font-size: 1.3rem;
      line-height: 1.4;
      content: 'R'; }

.str-l-account {
  min-height: 75vh; }
  .str-l-account > header {
    margin-bottom: 1.4rem; }
    @media only screen and (min-width: 768px) {
      .str-l-account > header {
        margin-bottom: 0 !important; } }

.str-l-account__nav {
  display: none; }
  @media only screen and (min-width: 768px) {
    .str-l-account__nav {
      display: block; } }

.str-l-account__content {
  width: 100%;
  margin-top: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .str-l-account__content {
      width: 74.5%;
      min-height: 75vh; } }
  .str-l-account__content .str-m-item-list {
    display: block; }
    @media only screen and (min-width: 768px) {
      .str-l-account__content .str-m-item-list {
        display: none; } }

.str-l-account__table {
  display: none;
  margin-top: 3.5rem; }
  .str-l-account__table:first-of-type {
    margin-top: 0.7rem; }
  .str-l-account__table:last-child {
    margin-bottom: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .str-l-account__table {
      display: table; } }
  .str-l-account__table a {
    font-weight: normal; }
  .str-l-account__table th {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    font-size: 1.6rem; }
  .str-l-account__table .str-l-account__table-teaser > td {
    padding: 2rem 2rem 3rem;
    background: #eaeaea; }
    .str-l-account__table .str-l-account__table-teaser > td > div {
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .str-l-account__table .str-l-account__table-teaser > td > div:first-child {
        width: 20%;
        display: none; }
        @media only screen and (min-width: 768px) {
          .str-l-account__table .str-l-account__table-teaser > td > div:first-child {
            display: block; } }
      .str-l-account__table .str-l-account__table-teaser > td > div:last-child {
        width: 80%;
        padding-left: 2%; }
      .str-l-account__table .str-l-account__table-teaser > td > div > img {
        width: 100%; }
      .str-l-account__table .str-l-account__table-teaser > td > div strong {
        display: block;
        margin-bottom: 1.4rem;
        font-size: 2.4rem;
        font-weight: 300; }
  .str-l-account__table .str-m-btn {
    font-weight: 600; }
    .str-l-account__table .str-m-btn i.icon-merkzettel:before {
      position: relative;
      top: 0.3rem;
      font-size: 1.8rem; }
    .str-l-account__table .str-m-btn i.icon-close {
      position: relative;
      top: 0.3rem; }

.str-l-account__table-more-button {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  border-top: 0.2rem solid #eaeaea;
  border-bottom: 0.2rem solid #eaeaea;
  cursor: pointer;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  .str-l-account__table-more-button:hover span {
    color: #18a09e; }
  .str-l-account__table-more-button span {
    display: block;
    width: 100%;
    color: #68c0ba;
    font-weight: 400;
    text-align: right; }
    .str-l-account__table-more-button span > i {
      position: relative;
      top: 0.2rem; }

.str-l-account__commission-goods {
  display: none; }
  @media only screen and (min-width: 768px) {
    .str-l-account__commission-goods {
      display: block; } }

@media only screen and (min-width: 768px) {
  .str-l-account__mobile-empty-notice {
    display: none; } }

@media only screen and (min-width: 768px) {
  .str-l-account__mobile-items {
    display: none; } }
.str-l-account__mobile-items .str-m-box {
  margin-bottom: 1.4rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .str-l-account__mobile-items .str-m-box:last-child {
    margin-bottom: 0; }
  .str-l-account__mobile-items .str-m-box h3 {
    margin-bottom: 1.4rem; }
  .str-l-account__mobile-items .str-m-box a {
    margin: 0 0.6rem; }
    .str-l-account__mobile-items .str-m-box a i {
      position: relative;
      top: 0.2rem; }

.str-l-account__cart-form button {
  margin-top: 0.7rem; }
  @media only screen and (min-width: 768px) {
    .str-l-account__cart-form button {
      margin-top: 0; } }

.str-l-account__mobile-navigation {
  margin-bottom: 5.6rem; }
  @media only screen and (min-width: 768px) {
    .str-l-account__mobile-navigation {
      display: none; } }

.str-l-account__logout-button {
  position: absolute;
  z-index: 999;
  top: -6.3rem;
  right: 1%;
  display: none;
  color: #717171;
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .str-l-account__logout-button {
      display: block; } }
  .str-l-account__logout-button > i {
    position: relative;
    top: 0.3rem; }

.str-l-breadcrumbs {
  z-index: 999;
  -moz-transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
  @media only screen and (min-width: 768px) {
    .str-l-breadcrumbs {
      margin-top: 3.5rem; } }
  @media only screen and (min-width: 1024px) {
    .str-l-breadcrumbs {
      margin-top: 0; } }

.str-l-breadcrumbs--offset {
  margin-top: 6.3rem; }
  @media only screen and (min-width: 768px) {
    .str-l-breadcrumbs--offset {
      margin-top: 7.7rem; } }
  @media only screen and (min-width: 1024px) {
    .str-l-breadcrumbs--offset {
      margin-top: 0; } }

.str-l-cart > header {
  margin-bottom: 1.4rem; }
.str-l-cart .str-m-price-tag label {
  display: block;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem; }
  @media only screen and (min-width: 768px) {
    .str-l-cart .str-m-price-tag label {
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 0;
      text-align: right; } }
  @media only screen and (min-width: 1024px) {
    .str-l-cart .str-m-price-tag label {
      position: relative;
      margin-top: 2.8rem;
      margin-bottom: 2.8rem; } }
  .str-l-cart .str-m-price-tag label span {
    font-size: 1.5rem; }
  .str-l-cart .str-m-price-tag label input {
    width: 7rem;
    text-align: center; }
.str-l-cart footer {
  padding: 1.4rem;
  margin-top: 2.8rem;
  border: none; }
  .str-l-cart footer > .str-l-col, .str-l-cart footer > .str-m-mega-menu__column, .str-l-cart footer > .str-m-mega-menu__column--wide, .str-l-cart footer > .str-m-mega-menu__column--wider, .str-l-cart footer > .str-m-mega-menu__column--even-wider, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(1), .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(2), .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(3), .str-l-cart footer > .str-m-teaser, .str-l-cart footer > .str-l-account__nav, .str-l-cart footer > .str-l-account__content, .str-l-cart .str-l-account__mobile-items footer > .str-m-box, .str-l-account__mobile-items .str-l-cart footer > .str-m-box {
    margin: 0 1%;
    color: #fff;
    line-height: 5.6rem; }
    .str-l-cart footer > .str-l-col:nth-child(2), .str-l-cart footer > .str-m-mega-menu__column:nth-child(2), .str-l-cart footer > .str-m-mega-menu__column--wide:nth-child(2), .str-l-cart footer > .str-m-mega-menu__column--wider:nth-child(2), .str-l-cart footer > .str-m-mega-menu__column--even-wider:nth-child(2), .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(2), .str-l-cart footer > .str-m-teaser:nth-child(2), .str-l-cart footer > .str-l-account__nav:nth-child(2), .str-l-cart footer > .str-l-account__content:nth-child(2), .str-l-cart .str-l-account__mobile-items footer > .str-m-box:nth-child(2), .str-l-account__mobile-items .str-l-cart footer > .str-m-box:nth-child(2) {
      margin-bottom: 1.4rem;
      margin-left: 0;
      font-size: 1.5rem;
      line-height: 2.8rem; }
      @media only screen and (min-width: 768px) {
        .str-l-cart footer > .str-l-col:nth-child(2), .str-l-cart footer > .str-m-mega-menu__column:nth-child(2), .str-l-cart footer > .str-m-mega-menu__column--wide:nth-child(2), .str-l-cart footer > .str-m-mega-menu__column--wider:nth-child(2), .str-l-cart footer > .str-m-mega-menu__column--even-wider:nth-child(2), .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(2), .str-l-cart footer > .str-m-teaser:nth-child(2), .str-l-cart footer > .str-l-account__nav:nth-child(2), .str-l-cart footer > .str-l-account__content:nth-child(2), .str-l-cart .str-l-account__mobile-items footer > .str-m-box:nth-child(2), .str-l-account__mobile-items .str-l-cart footer > .str-m-box:nth-child(2) {
          margin-bottom: 0; } }
      .str-l-cart footer > .str-l-col:nth-child(2).single-line, .str-l-cart footer > .str-m-mega-menu__column:nth-child(2).single-line, .str-l-cart footer > .str-m-mega-menu__column--wide:nth-child(2).single-line, .str-l-cart footer > .str-m-mega-menu__column--wider:nth-child(2).single-line, .str-l-cart footer > .str-m-mega-menu__column--even-wider:nth-child(2).single-line, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(2).single-line, .str-l-cart footer > .str-m-teaser:nth-child(2).single-line, .str-l-cart footer > .str-l-account__nav:nth-child(2).single-line, .str-l-cart footer > .str-l-account__content:nth-child(2).single-line, .str-l-cart .str-l-account__mobile-items footer > .str-m-box:nth-child(2).single-line, .str-l-account__mobile-items .str-l-cart footer > .str-m-box:nth-child(2).single-line {
        line-height: 5.6rem; }
      @media only screen and (min-width: 768px) {
        .str-l-cart footer > .str-l-col:nth-child(2) > span, .str-l-cart footer > .str-m-mega-menu__column:nth-child(2) > span, .str-l-cart footer > .str-m-mega-menu__column--wide:nth-child(2) > span, .str-l-cart footer > .str-m-mega-menu__column--wider:nth-child(2) > span, .str-l-cart footer > .str-m-mega-menu__column--even-wider:nth-child(2) > span, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(2) > span, .str-l-cart footer > .str-m-teaser:nth-child(2) > span, .str-l-cart footer > .str-l-account__nav:nth-child(2) > span, .str-l-cart footer > .str-l-account__content:nth-child(2) > span, .str-l-cart .str-l-account__mobile-items footer > .str-m-box:nth-child(2) > span, .str-l-account__mobile-items .str-l-cart footer > .str-m-box:nth-child(2) > span {
          display: block; } }
    .str-l-cart footer > .str-l-col:last-child, .str-l-cart footer > .str-m-mega-menu__column:last-child, .str-l-cart footer > .str-m-mega-menu__column--wide:last-child, .str-l-cart footer > .str-m-mega-menu__column--wider:last-child, .str-l-cart footer > .str-m-mega-menu__column--even-wider:last-child, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:last-child:nth-child(1), .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:last-child:nth-child(2), .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:last-child:nth-child(3), .str-l-cart footer > .str-m-teaser:last-child, .str-l-cart footer > .str-l-account__nav:last-child, .str-l-cart footer > .str-l-account__content:last-child, .str-l-cart .str-l-account__mobile-items footer > .str-m-box:last-child, .str-l-account__mobile-items .str-l-cart footer > .str-m-box:last-child {
      margin-right: 0;
      text-align: right; }
    .str-l-cart footer > .str-l-col .str-m-btn--link, .str-l-cart footer > .str-m-mega-menu__column .str-m-btn--link, .str-l-cart footer > .str-m-mega-menu__column--wide .str-m-btn--link, .str-l-cart footer > .str-m-mega-menu__column--wider .str-m-btn--link, .str-l-cart footer > .str-m-mega-menu__column--even-wider .str-m-btn--link, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(1) .str-m-btn--link, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(2) .str-m-btn--link, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(3) .str-m-btn--link, .str-l-cart footer > .str-m-teaser .str-m-btn--link, .str-l-cart footer > .str-l-account__nav .str-m-btn--link, .str-l-cart footer > .str-l-account__content .str-m-btn--link, .str-l-cart .str-l-account__mobile-items footer > .str-m-box .str-m-btn--link, .str-l-account__mobile-items .str-l-cart footer > .str-m-box .str-m-btn--link {
      height: 4.4rem; }
      .str-l-cart footer > .str-l-col .str-m-btn--link > i, .str-l-cart footer > .str-m-mega-menu__column .str-m-btn--link > i, .str-l-cart footer > .str-m-mega-menu__column--wide .str-m-btn--link > i, .str-l-cart footer > .str-m-mega-menu__column--wider .str-m-btn--link > i, .str-l-cart footer > .str-m-mega-menu__column--even-wider .str-m-btn--link > i, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(1) .str-m-btn--link > i, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(2) .str-m-btn--link > i, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(3) .str-m-btn--link > i, .str-l-cart footer > .str-m-teaser .str-m-btn--link > i, .str-l-cart footer > .str-l-account__nav .str-m-btn--link > i, .str-l-cart footer > .str-l-account__content .str-m-btn--link > i, .str-l-cart .str-l-account__mobile-items footer > .str-m-box .str-m-btn--link > i, .str-l-account__mobile-items .str-l-cart footer > .str-m-box .str-m-btn--link > i {
        position: relative;
        top: 0.3rem; }
    .str-l-cart footer > .str-l-col .str-m-btn--alt, .str-l-cart footer > .str-m-mega-menu__column .str-m-btn--alt, .str-l-cart footer > .str-m-mega-menu__column--wide .str-m-btn--alt, .str-l-cart footer > .str-m-mega-menu__column--wider .str-m-btn--alt, .str-l-cart footer > .str-m-mega-menu__column--even-wider .str-m-btn--alt, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(1) .str-m-btn--alt, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(2) .str-m-btn--alt, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(3) .str-m-btn--alt, .str-l-cart footer > .str-m-teaser .str-m-btn--alt, .str-l-cart footer > .str-l-account__nav .str-m-btn--alt, .str-l-cart footer > .str-l-account__content .str-m-btn--alt, .str-l-cart .str-l-account__mobile-items footer > .str-m-box .str-m-btn--alt, .str-l-account__mobile-items .str-l-cart footer > .str-m-box .str-m-btn--alt {
      line-height: 2.8rem; }
    .str-l-cart footer > .str-l-col .icon-info:before, .str-l-cart footer > .str-m-mega-menu__column .icon-info:before, .str-l-cart footer > .str-m-mega-menu__column--wide .icon-info:before, .str-l-cart footer > .str-m-mega-menu__column--wider .icon-info:before, .str-l-cart footer > .str-m-mega-menu__column--even-wider .icon-info:before, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(1) .icon-info:before, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(2) .icon-info:before, .str-l-cart .str-m-mega-menu__footer > footer.m-box > div:nth-child(3) .icon-info:before, .str-l-cart footer > .str-m-teaser .icon-info:before, .str-l-cart footer > .str-l-account__nav .icon-info:before, .str-l-cart footer > .str-l-account__content .icon-info:before, .str-l-cart .str-l-account__mobile-items footer > .str-m-box .icon-info:before, .str-l-account__mobile-items .str-l-cart footer > .str-m-box .icon-info:before {
      position: relative;
      top: 0.2rem; }

.str-l-categories {
  margin-bottom: 5.6rem; }
  .str-l-categories .str-m-category-list > li:first-child a {
    color: #68c0ba;
    font-size: 1.6rem; }
    .str-l-categories .str-m-category-list > li:first-child a:hover {
      color: #18a09e; }
  .str-l-categories .str-m-category-list > li:first-child > span {
    color: #646464;
    font-size: 1.4rem; }
  .str-l-categories .str-m-category-list li a {
    color: #68c0ba; }
    .str-l-categories .str-m-category-list li a:hover {
      color: #18a09e; }
  .str-l-categories .str-m-category-list {
    border-width: 0.2rem;
    border-color: #e7e5e5; }

.str-l-contact {
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .str-l-contact {
      margin-top: 5.6rem; } }
  .str-l-contact textarea {
    height: 22.4rem; }
  .str-l-contact footer {
    margin-top: 2.8rem;
    background: #646464;
    padding: 2rem; }
    .str-l-contact footer > div {
      float: left;
      width: 100%;
      max-width: 100%;
      text-align: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .str-l-contact footer > div:first-of-type {
        margin-bottom: 1.4rem; }
        @media only screen and (min-width: 768px) {
          .str-l-contact footer > div:first-of-type {
            width: 60%;
            min-height: 0.1rem;
            margin-bottom: 0; } }
      @media only screen and (min-width: 768px) {
        .str-l-contact footer > div:last-of-type {
          width: 40%;
          text-align: right; } }
      .str-l-contact footer > div button {
        max-width: 100%; }
    .str-l-contact footer .agb {
      padding-right: 2%;
      color: #fff;
      font-size: 1.5rem;
      line-height: 2.1rem; }
      .str-l-contact footer .agb input {
        position: relative;
        top: 0.2rem; }

.str-l-contact__offer-info .form-group {
  margin-bottom: 0 !important; }
.str-l-contact__offer-info label > span:nth-child(2) {
  line-height: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .str-l-contact__offer-info label > span:nth-child(2) {
      width: 70%; } }

.str-l-contact__content {
  margin-bottom: 4.2rem; }
  @media only screen and (min-width: 768px) {
    .str-l-contact__content {
      float: left;
      width: 74.5%;
      margin-top: 0 !important; } }

@media only screen and (min-width: 768px) {
  .str-l-contact__sidebar {
    float: left;
    width: 23.5%;
    margin-top: 8.4rem;
    margin-left: 2%; } }

@media only screen and (min-width: 768px) {
  .str-l-content:first-child {
    margin-top: 1.4rem; } }
.str-l-content section > header {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .str-l-content section > header.underlined {
    border-bottom: 0.2rem solid #eaeaea; }
  .str-l-content section > header > p {
    max-width: 64rem;
    margin-top: 2.1rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
  .str-l-content section > header h2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .str-l-content section > header h2 {
        width: auto;
        padding-bottom: 1.4rem;
        text-align: left; } }
    .str-l-content section > header h2:after {
      display: none; }
    .str-l-content section > header h2 a > i {
      position: relative;
      top: 0.2rem; }
  .str-l-content section > header h3 {
    font-family: 'Frutiger', 'Arial', sans-serif;
    font-size: 1.5rem; }
    .str-l-content section > header h3 i {
      position: relative;
      top: 0.2rem; }
      .str-l-content section > header h3 i.icon-lock {
        position: relative;
        top: 0.3rem;
        font-size: 1.7rem; }
  .str-l-content section > header > button {
    display: inline-block;
    width: 100%;
    margin-bottom: 2.1rem;
    color: #68c0ba;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    @media only screen and (min-width: 768px) {
      .str-l-content section > header > button {
        position: absolute;
        right: 0;
        width: auto;
        margin-bottom: 0;
        text-align: left; } }
    .str-l-content section > header > button:hover {
      color: #18a09e; }
    .str-l-content section > header > button i {
      position: relative;
      top: 0.1rem; }
  .str-l-content section > header select {
    position: absolute;
    top: -2.8rem;
    right: 0;
    display: inline-block;
    width: 20rem;
    background-color: #fff;
    font-weight: 400; }
  .str-l-content section > header .str-m-custom-select {
    width: 100%;
    margin-top: 2.8rem; }
    @media only screen and (min-width: 768px) {
      .str-l-content section > header .str-m-custom-select {
        width: auto;
        margin-top: 0; } }

.str-l-content--dimmed, .str-l-content--dark, .str-l-content--pri {
  background: #353a3c; }
  .str-l-content--dimmed h1, .str-l-content--dimmed h2, .str-l-content--dimmed h3, .str-l-content--dimmed h4, .str-l-content--dimmed h5, .str-l-content--dimmed h6, .str-l-content--dark h1, .str-l-content--dark h2, .str-l-content--dark h3, .str-l-content--dark h4, .str-l-content--dark h5, .str-l-content--dark h6, .str-l-content--pri h1, .str-l-content--pri h2, .str-l-content--pri h3, .str-l-content--pri h4, .str-l-content--pri h5, .str-l-content--pri h6 {
    color: #fff; }
  .str-l-content--dimmed p, .str-l-content--dark p, .str-l-content--pri p {
    color: #fff; }
  .str-l-content--dimmed ol, .str-l-content--dimmed ul, .str-l-content--dark ol, .str-l-content--dark ul, .str-l-content--pri ol, .str-l-content--pri ul {
    color: #fff; }

.str-l-content--dark {
  background: #3a3a3a; }

.str-l-content--medium {
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
  background: #eaeaea; }

.str-l-content--dark-transparent {
  background: rgba(58, 58, 58, 0.95); }

.str-l-content--pri {
  background: #68c0ba; }

.str-l-content--pri-transparent {
  background: rgba(104, 192, 186, 0.95); }

.str-l-content--light {
  background: #fff; }

.l-contextual-navigation {
  position: relative;
  top: 0;
  margin-top: 1.4rem;
  -moz-transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
  .l-contextual-navigation .m-breadcrumbs {
    float: left;
    max-width: 90%; }

.l-contextual-navigation__back-button {
  position: relative;
  top: 0;
  float: right;
  display: none;
  color: #7e7e7e;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1rem; }
  @media only screen and (min-width: 1024px) {
    .l-contextual-navigation__back-button {
      display: inline; } }
  .l-contextual-navigation__back-button > i {
    position: relative;
    top: 0.2rem;
    font-size: 1.5rem; }
    .l-contextual-navigation__back-button > i.ico-lock {
      font-size: 1.8rem; }

.str-l-downloads .icon-file-image:before, .str-l-downloads .icon-file-doc:before {
  font-size: 1.7rem;
  position: relative;
  top: 0.2rem; }

.str-l-downloads__table {
  display: table !important;
  width: 100%;
  table-layout: fixed; }
  .str-l-downloads__table tr:nth-child(even) {
    padding: 1rem 0;
    background: #fff; }
  .str-l-downloads__table th:first-child {
    width: 70%; }
  .str-l-downloads__table td, .str-l-downloads__table th {
    overflow-wrap: break-word;
    word-wrap: break-word; }
    @media only screen and (min-width: 768px) {
      .str-l-downloads__table td, .str-l-downloads__table th {
        overflow-wrap: normal;
        word-wrap: normal; } }
  .str-l-downloads__table tr:not(.str-l-account__table-more-button):not(.str-l-account__table-teaser) td:last-child, .str-l-downloads__table tr:not(.str-l-account__table-more-button):not(.str-l-account__table-teaser) th:last-child {
    display: none; }
    @media only screen and (min-width: 768px) {
      .str-l-downloads__table tr:not(.str-l-account__table-more-button):not(.str-l-account__table-teaser) td:last-child, .str-l-downloads__table tr:not(.str-l-account__table-more-button):not(.str-l-account__table-teaser) th:last-child {
        display: table-cell; } }

.str-l-dealer-search {
  min-height: 50rem;
  margin-top: 5.6rem;
  margin-bottom: 5.6rem; }
  .str-l-dealer-search h1 > span {
    display: block;
    font-size: 1.8rem; }
  .str-l-dealer-search .angular-google-map-container {
    height: 40rem; }
    @media only screen and (min-width: 768px) {
      .str-l-dealer-search .angular-google-map-container {
        height: 50rem; } }
  .str-l-dealer-search .map-wrapper {
    min-height: 40rem; }
    @media only screen and (min-width: 768px) {
      .str-l-dealer-search .map-wrapper {
        height: 50rem; } }
    .str-l-dealer-search .map-wrapper .str-m-box {
      padding: 1.4rem; }
  .str-l-dealer-search .results-wrapper {
    float: left;
    min-height: 40rem; }
    @media only screen and (min-width: 1024px) {
      .str-l-dealer-search .results-wrapper {
        margin-bottom: 39.2rem; } }
  .str-l-dealer-search .search-input-wrapper > input:focus + select {
    border: 0.1rem solid #68c0ba;
    border-left: none; }
  .str-l-dealer-search .search-input-wrapper > input {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .str-l-dealer-search .search-input-wrapper i {
    pointer-events: none; }
  .str-l-dealer-search .result {
    position: relative;
    margin-bottom: 1.4rem;
    padding: 1.4rem;
    font-size: 1.5rem;
    line-height: 2.1rem;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .str-l-dealer-search .result.selected .name {
      color: #18a09e; }
    .str-l-dealer-search .result .name {
      position: relative;
      min-height: 7rem;
      color: #68c0ba; }
      @media only screen and (min-width: 1024px) {
        .str-l-dealer-search .result .name {
          padding-right: 10rem; } }
      .str-l-dealer-search .result .name img {
        position: relative;
        float: left;
        margin-right: 1rem;
        margin-bottom: 2.8rem; }
        .str-l-dealer-search .result .name img + span {
          position: absolute;
          top: 0.6rem;
          left: 1.2rem;
          color: #fff;
          font-size: 1.4rem;
          font-weight: 400;
          text-align: center; }
    .str-l-dealer-search .result .distance {
      position: absolute;
      top: 1.4rem;
      right: 1.4rem;
      display: none;
      padding: 0.7rem;
      color: #fff;
      background: #646464;
      -moz-border-radius: 0.3rem;
      -webkit-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      @media only screen and (min-width: 1024px) {
        .str-l-dealer-search .result .distance {
          display: block; } }
  .str-l-dealer-search .icon-search, .str-l-dealer-search .str-m-search form, .str-m-search .str-l-dealer-search form {
    position: relative;
    top: 0.2rem;
    font-size: 1.8rem; }
    @media only screen and (min-width: 768px) {
      .str-l-dealer-search .icon-search, .str-l-dealer-search .str-m-search form, .str-m-search .str-l-dealer-search form {
        font-size: 1.4rem; } }
  .str-l-dealer-search .radius-select {
    display: none;
    color: #fff;
    background: #646464;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    @media only screen and (min-width: 1024px) {
      .str-l-dealer-search .radius-select {
        display: block; } }
    .str-l-dealer-search .radius-select::-ms-expand {
      display: none; }
    .str-l-dealer-search .radius-select:focus {
      border: none; }
    .str-l-dealer-search .radius-select + i.icon-chevron-right {
      color: #fff;
      pointer-events: none;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      transform: rotate(90deg); }
  .str-l-dealer-search .search-button {
    position: relative;
    top: 0.1rem;
    height: 4.5rem;
    min-height: 0;
    text-overflow: clip;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .str-l-dealer-search .search-button {
        text-overflow: ellipsis; } }
    .str-l-dealer-search .search-button > span > span {
      display: none; }
      @media only screen and (min-width: 768px) {
        .str-l-dealer-search .search-button > span > span {
          display: inline; } }
    .str-l-dealer-search .search-button .rotate {
      position: relative;
      top: 0.5rem; }
      .str-l-dealer-search .search-button .rotate i:before {
        display: inline-block;
        font-size: 2rem;
        line-height: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-animation: rotate 2s linear infinite;
        -moz-animation: rotate 2s linear infinite;
        -ms-animation: rotate 2s linear infinite;
        -o-animation: rotate 2s linear infinite;
        animation: rotate 2s linear infinite; }
  .str-l-dealer-search .location-button {
    width: 4.7rem;
    height: 4.7rem;
    min-height: 0; }
    .str-l-dealer-search .location-button:hover {
      border-color: #18a09e;
      color: #fff;
      background: #18a09e; }
    .str-l-dealer-search .location-button .rotate i:before {
      display: inline-block;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-animation: rotate 2s linear infinite;
      -moz-animation: rotate 2s linear infinite;
      -ms-animation: rotate 2s linear infinite;
      -o-animation: rotate 2s linear infinite;
      animation: rotate 2s linear infinite; }

.str-l-dealer-search__toolbar {
  display: table;
  width: 100%;
  margin-top: 2.8rem;
  margin-bottom: 1.4rem;
  padding: 1.4rem;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    .str-l-dealer-search__toolbar {
      margin-bottom: 0; } }
  .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location {
    display: table-cell;
    width: 100%;
    padding-right: 1%;
    white-space: nowrap;
    vertical-align: top; }
    @media only screen and (min-width: 1024px) {
      .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location {
        width: 75%; } }
    .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location > div {
      position: relative;
      display: table;
      width: 100%;
      table-layout: fixed; }
      .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location > div .cell {
        display: table-cell;
        vertical-align: top; }
        .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location > div .cell:first-of-type {
          width: 4.7rem; }
    .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location button {
      border-top: 0;
      border-bottom: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location button i {
        position: relative;
        top: 0.4rem; }
        .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location button i:before {
          font-size: 1.8rem;
          line-height: 0; }
    .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location select {
      display: none;
      width: 25%;
      padding-right: 4rem;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (min-width: 1024px) {
        .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location select {
          display: inline-block; } }
      .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location select + i {
        position: absolute;
        top: 20%;
        right: 2rem;
        display: none;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media only screen and (min-width: 1024px) {
          .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location select + i {
            display: inline; } }
        .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location select + i:before {
          font-size: 2.2rem; }
    .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location input[type=search] {
      display: inline-block;
      overflow: hidden;
      margin-right: -0.6rem;
      border: none;
      line-height: 1.1;
      background: #fff;
      white-space: nowrap;
      text-overflow: ellipsis;
      -webkit-appearance: none;
      border-radius: 0; }
      @media only screen and (min-width: 1024px) {
        .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location input[type=search] {
          width: 75%; } }
      .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__location input[type=search]::-webkit-search-cancel-button {
        position: relative;
        right: 10rem;
        -webkit-appearance: none; }
  .str-l-dealer-search__toolbar .str-l-dealer-search__toolbar__button {
    display: table-cell;
    width: 25%;
    vertical-align: top; }

_:-ms-input-placeholder, :root .search-button .rotate {
  top: -1.2rem; }
  _:-ms-input-placeholder i:before, :root .search-button .rotate i:before {
    top: 0.4rem; }

_:-ms-input-placeholder, :root .location-button .rotate {
  top: -1.6rem; }
  _:-ms-input-placeholder i:before, :root .location-button .rotate i:before {
    top: 0.4rem; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

.str-l-container.str-l-container--detail, .str-l-container--detail.str-l-account__mobile-items {
  max-width: 1256px;
  margin-top: 0.7rem;
  margin-bottom: 2.8rem;
  font-size: 1.6rem; }
  @media only screen and (min-width: 768px) {
    .str-l-container.str-l-container--detail, .str-l-container--detail.str-l-account__mobile-items {
      margin-top: 0; } }
  .str-l-container.str-l-container--detail .str-l-section, .str-l-container--detail.str-l-account__mobile-items .str-l-section {
    margin-bottom: 0; }
  .str-l-container.str-l-container--detail h1, .str-l-container--detail.str-l-account__mobile-items h1 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #414445;
    font-size: 2.3rem;
    line-height: 2.8rem;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .str-l-container.str-l-container--detail h1, .str-l-container--detail.str-l-account__mobile-items h1 {
        padding-bottom: 0;
        line-height: 3.5rem; } }
    .str-l-container.str-l-container--detail h1:after, .str-l-container--detail.str-l-account__mobile-items h1:after {
      display: none; }
    .str-l-container.str-l-container--detail h1 i, .str-l-container--detail.str-l-account__mobile-items h1 i {
      position: relative;
      top: 0.3rem;
      color: #68c0ba;
      font-size: 2rem;
      cursor: pointer; }
  .str-l-container.str-l-container--detail > div:first-child, .str-l-container--detail.str-l-account__mobile-items > div:first-child {
    margin-bottom: 0.2rem; }
  .str-l-container.str-l-container--detail div:not(1), .str-l-container--detail.str-l-account__mobile-items div:not(1) {
    margin-bottom: 2.8rem; }
    .str-l-container.str-l-container--detail div:not(1).preview-image, .str-l-container--detail.str-l-account__mobile-items div:not(1).preview-image {
      margin-bottom: 1.4rem; }
  .str-l-container.str-l-container--detail .preview-image-container, .str-l-container--detail.str-l-account__mobile-items .preview-image-container, .str-l-container.str-l-container--detail .config-container, .str-l-container--detail.str-l-account__mobile-items .config-container {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0; }
    @media only screen and (min-width: 568px) {
      .str-l-container.str-l-container--detail .preview-image-container:first-of-type, .str-l-container--detail.str-l-account__mobile-items .preview-image-container:first-of-type, .str-l-container.str-l-container--detail .config-container:first-of-type, .str-l-container--detail.str-l-account__mobile-items .config-container:first-of-type {
        margin-right: 2%; } }
    .str-l-container.str-l-container--detail .preview-image-container > figure, .str-l-container--detail.str-l-account__mobile-items .preview-image-container > figure, .str-l-container.str-l-container--detail .config-container > figure, .str-l-container--detail.str-l-account__mobile-items .config-container > figure {
      position: relative; }
      .str-l-container.str-l-container--detail .preview-image-container > figure .str-m-three-sixty-tools, .str-l-container--detail.str-l-account__mobile-items .preview-image-container > figure .str-m-three-sixty-tools, .str-l-container.str-l-container--detail .config-container > figure .str-m-three-sixty-tools, .str-l-container--detail.str-l-account__mobile-items .config-container > figure .str-m-three-sixty-tools {
        position: absolute;
        bottom: 2.1rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%); }
  .str-l-container.str-l-container--detail .properties, .str-l-container--detail.str-l-account__mobile-items .properties {
    margin-bottom: 0.7rem;
    font-size: 1.5rem;
    line-height: 2.1rem; }
    @media only screen and (min-width: 768px) {
      .str-l-container.str-l-container--detail .properties, .str-l-container--detail.str-l-account__mobile-items .properties {
        margin-bottom: 1.4rem;
        font-size: 1.6rem;
        line-height: 2.52rem; } }
    .str-l-container.str-l-container--detail .properties .variant-description, .str-l-container--detail.str-l-account__mobile-items .properties .variant-description {
      padding-top: 15px;
      padding-bottom: 5px; }
  .str-l-container.str-l-container--detail .limitation i, .str-l-container--detail.str-l-account__mobile-items .limitation i {
    position: relative;
    top: 0.1rem;
    color: #68c0ba; }
  .str-l-container.str-l-container--detail .str-m-price-tag, .str-l-container--detail.str-l-account__mobile-items .str-m-price-tag {
    float: right; }
  @media only screen and (min-width: 568px) {
    .str-l-container.str-l-container--detail .str-m-combi-select, .str-l-container--detail.str-l-account__mobile-items .str-m-combi-select {
      margin-top: -1.4rem; } }
  @media only screen and (min-width: 768px) {
    .str-l-container.str-l-container--detail .str-m-combi-select, .str-l-container--detail.str-l-account__mobile-items .str-m-combi-select {
      margin-top: 0; } }
  .str-l-container.str-l-container--detail aside, .str-l-container--detail.str-l-account__mobile-items aside {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .str-l-container.str-l-container--detail aside, .str-l-container--detail.str-l-account__mobile-items aside {
        margin-bottom: 2.8rem; } }
    .str-l-container.str-l-container--detail aside > span, .str-l-container--detail.str-l-account__mobile-items aside > span {
      display: block; }
  .str-l-container.str-l-container--detail .sharing-button, .str-l-container--detail.str-l-account__mobile-items .sharing-button {
    position: absolute;
    right: 4%;
    bottom: 0.7rem;
    color: #777;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .str-l-container.str-l-container--detail .sharing-button:hover, .str-l-container--detail.str-l-account__mobile-items .sharing-button:hover {
      color: #68c0ba; }
      .str-l-container.str-l-container--detail .sharing-button:hover > i, .str-l-container--detail.str-l-account__mobile-items .sharing-button:hover > i {
        color: #68c0ba; }
    .str-l-container.str-l-container--detail .sharing-button > i, .str-l-container--detail.str-l-account__mobile-items .sharing-button > i {
      display: inline-block;
      color: #777;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      -ms-transition: color 0.2s linear;
      transition: color 0.2s linear; }

.str-l-container.str-l-container--recommendations, .str-l-container--recommendations.str-l-account__mobile-items {
  margin-bottom: 4.2rem; }

.str-l-container.str-l-container--summary, .str-l-container--summary.str-l-account__mobile-items {
  z-index: 999999;
  color: #fff;
  background: rgba(104, 192, 186, 0.95);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media only screen and (min-width: 768px) {
    .str-l-container.str-l-container--summary, .str-l-container--summary.str-l-account__mobile-items {
      padding: 1.4rem; } }
  .str-l-container.str-l-container--summary .str-l-col, .str-l-container--summary.str-l-account__mobile-items .str-l-col, .str-l-container.str-l-container--summary .str-m-mega-menu__column, .str-l-container--summary.str-l-account__mobile-items .str-m-mega-menu__column, .str-l-container.str-l-container--summary .str-m-mega-menu__column--wide, .str-l-container--summary.str-l-account__mobile-items .str-m-mega-menu__column--wide, .str-l-container.str-l-container--summary .str-m-mega-menu__column--wider, .str-l-container--summary.str-l-account__mobile-items .str-m-mega-menu__column--wider, .str-l-container.str-l-container--summary .str-m-mega-menu__column--even-wider, .str-l-container--summary.str-l-account__mobile-items .str-m-mega-menu__column--even-wider, .str-l-container.str-l-container--summary .str-m-mega-menu__footer > .m-box > div:nth-child(1), .str-l-container--summary.str-l-account__mobile-items .str-m-mega-menu__footer > .m-box > div:nth-child(1), .str-l-container.str-l-container--summary .str-m-mega-menu__footer > .m-box > div:nth-child(2), .str-l-container--summary.str-l-account__mobile-items .str-m-mega-menu__footer > .m-box > div:nth-child(2), .str-l-container.str-l-container--summary .str-m-mega-menu__footer > .m-box > div:nth-child(3), .str-l-container--summary.str-l-account__mobile-items .str-m-mega-menu__footer > .m-box > div:nth-child(3), .str-l-container.str-l-container--summary .str-m-teaser, .str-l-container--summary.str-l-account__mobile-items .str-m-teaser, .str-l-container.str-l-container--summary .str-l-account__nav, .str-l-container--summary.str-l-account__mobile-items .str-l-account__nav, .str-l-container.str-l-container--summary .str-l-account__content, .str-l-container--summary.str-l-account__mobile-items .str-l-account__content, .str-l-container.str-l-container--summary .str-l-account__mobile-items .str-m-box, .str-l-account__mobile-items .str-l-container.str-l-container--summary .str-m-box, .str-l-container--summary.str-l-account__mobile-items .str-m-box {
    margin-bottom: 1.2rem; }
  .str-l-container.str-l-container--summary > div, .str-l-container--summary.str-l-account__mobile-items > div {
    padding: 1.4rem;
    background: #18a09e; }
    .str-l-container.str-l-container--summary > div > div, .str-l-container--summary.str-l-account__mobile-items > div > div {
      float: left; }
    .str-l-container.str-l-container--summary > div > div:nth-child(1), .str-l-container--summary.str-l-account__mobile-items > div > div:nth-child(1) {
      width: 55%; }
    .str-l-container.str-l-container--summary > div > div:nth-child(2), .str-l-container--summary.str-l-account__mobile-items > div > div:nth-child(2) {
      position: relative;
      top: 0.3rem;
      width: 45%;
      font-size: 2.6rem;
      font-weight: 400;
      line-height: 5.6rem;
      text-align: right; }
      .str-l-container.str-l-container--summary > div > div:nth-child(2) i, .str-l-container--summary.str-l-account__mobile-items > div > div:nth-child(2) i {
        position: relative;
        top: 0.1rem;
        margin-left: 1.4rem;
        color: #fff;
        font-size: 2.2rem;
        cursor: pointer; }

.str-l-detail__header {
  display: none; }
  @media only screen and (min-width: 768px) {
    .str-l-detail__header {
      display: block; } }

.str-l-detail__mobile-header {
  padding-bottom: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .str-l-detail__mobile-header {
      display: none; } }
  .str-l-detail__mobile-header > .str-m-price-tag {
    float: none !important;
    margin-bottom: 1.4rem !important;
    text-align: left; }

.str-l-detail__wish-list-dialog .str-m-btn {
  margin-top: 0.7rem; }
  @media only screen and (min-width: 568px) {
    .str-l-detail__wish-list-dialog .str-m-btn {
      margin-top: 0; } }

.str-l-detail__limitation {
  display: block;
  width: 100%;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .str-l-detail__limitation {
      display: inline; } }
  .str-l-detail__limitation > i:before {
    position: relative;
    top: 0.2rem;
    color: #68c0ba; }
    @media only screen and (min-width: 768px) {
      .str-l-detail__limitation > i:before {
        top: 0.4rem; } }

.str-l-faq .str-l-sidebar {
  margin-top: 9.52rem; }
.str-l-faq .str-m-list--ordered {
  line-height: 4.2rem; }
  @media only screen and (min-width: 768px) {
    .str-l-faq .str-m-list--ordered {
      margin-top: 1.4rem; } }
  .str-l-faq .str-m-list--ordered li {
    color: #68c0ba;
    text-align: center;
    cursor: pointer; }

.str-l-finish {
  margin-bottom: 5.6rem; }
  .str-l-finish .icon-archive:before {
    position: relative;
    top: 0.3rem;
    font-size: 1.7rem; }
  .str-l-finish .icon-check, .str-l-finish .str-m-progress-bar > ol.finished > li:before, .str-l-finish .str-m-progress-bar > ol > li.clickable:not(.active):before {
    display: block;
    width: 5.6rem;
    height: 5.6rem;
    border: 0.3rem solid #68c0ba;
    color: #68c0ba;
    font-size: 2.4rem;
    text-align: center;
    position: relative;
    top: -0.5rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .str-l-finish .icon-check:before, .str-l-finish .str-m-progress-bar > ol.finished > li:before, .str-l-finish .str-m-progress-bar > ol > li.clickable:not(.active):before {
      position: relative;
      top: 1.6rem; }
  .str-l-finish p {
    position: relative;
    left: -1%; }

.str-l-finish__confirmation {
  text-align: center; }
  .str-l-finish__confirmation .icon-check, .str-l-finish__confirmation .str-m-progress-bar > ol.finished > li:before, .str-l-finish__confirmation .str-m-progress-bar > ol > li.clickable:not(.active):before {
    margin: 0 auto 1.4rem; }

.str-l-footer {
  position: relative;
  color: #fff;
  font-size: 1.5rem; }
  .str-l-footer > div {
    padding-top: 2.8rem;
    padding-right: 1%;
    padding-bottom: 2.8rem;
    padding-left: 1%;
    background: #3a3a3a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .str-l-footer > div.l-footer__newsletter {
      background: #646464;
      text-align: center; }
      .str-l-footer > div.l-footer__newsletter h3 {
        padding-bottom: 1.4rem;
        font-size: 2rem;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0.2rem; }
        .str-l-footer > div.l-footer__newsletter h3:after {
          display: block; }
      .str-l-footer > div.l-footer__newsletter form {
        display: table;
        width: 100%;
        max-width: 60rem;
        margin-right: auto;
        margin-left: auto;
        table-layout: fixed; }
        .str-l-footer > div.l-footer__newsletter form input {
          display: table-cell;
          width: 70%;
          margin-right: 0;
          border: 0.2rem solid #fff;
          color: #fff;
          background: transparent;
          vertical-align: top;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .str-l-footer > div.l-footer__newsletter form button {
          display: table-cell;
          width: 30%;
          height: 4.7rem;
          color: #68c0ba;
          background: #fff;
          font-size: 1.3rem;
          font-weight: 400;
          line-height: 4.7rem;
          text-transform: uppercase;
          vertical-align: top;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          -webkit-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          transition: all 0.2s linear;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .str-l-footer > div.l-footer__newsletter form button:hover {
            color: #fff;
            background: #68c0ba; }
          .str-l-footer > div.l-footer__newsletter form button > span {
            position: relative;
            top: -0.2rem; }
  .str-l-footer h3 {
    margin-bottom: 1.4rem;
    padding-bottom: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left; }
    .str-l-footer h3:after {
      display: none; }
  .str-l-footer a {
    color: #eaeaea; }
    .str-l-footer a:hover {
      color: #68c0ba; }
  .str-l-footer form {
    position: relative; }
    .str-l-footer form .dealer-search-input {
      position: relative;
      padding-right: 4.2rem;
      border: none;
      background: #414445;
      line-height: 2.8rem; }
      .str-l-footer form .dealer-search-input + i {
        position: absolute;
        top: 50%;
        right: 1.4rem;
        margin-top: 0.3rem;
        color: #fff;
        font-size: 2rem;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); }
  .str-l-footer .str-m-tel-contact {
    margin-bottom: 2.8rem;
    text-align: left; }
    .str-l-footer .str-m-tel-contact > div {
      float: left;
      padding-left: 1rem;
      font-size: 2.6rem; }
    .str-l-footer .str-m-tel-contact > i {
      top: 0;
      font-size: 3rem; }
    .str-l-footer .str-m-tel-contact > span {
      clear: both;
      font-size: 1.6rem; }

.str-l-footer__navigation {
  margin-bottom: 0; }
  .str-l-footer__navigation > span:after {
    content: '|'; }
  .str-l-footer__navigation > span:last-child:after {
    content: ''; }

/* sticky button for opening klaro cookie banner */
.str-l-footer__cookie-button {
  position: fixed;
  bottom: 95px;
  right: 0;
  width: 60px;
  height: 60px;
  background: #68c0ba;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0.5rem rgba(58, 58, 58, 0.5);
  cursor: pointer;
  z-index: 9997; }
  .str-l-footer__cookie-button:hover {
    background: #48ada6 !important;
    color: #fff !important;
    transition: background 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
  .str-l-footer__cookie-button > i {
    position: absolute;
    top: 10px;
    left: 21px; }
  .str-l-footer__cookie-button > span {
    font-size: 13px;
    line-height: 85px;
    font-weight: 700; }

.str-l-home__categories {
  display: none; }
  @media only screen and (min-width: 768px) {
    .str-l-home__categories {
      display: block; } }

.str-l-container.str-l-container--home h2, .str-l-container--home.str-l-account__mobile-items h2 {
  padding-bottom: 0; }
  .str-l-container.str-l-container--home h2:after, .str-l-container--home.str-l-account__mobile-items h2:after {
    display: none; }
.str-l-container.str-l-container--home .str-l-content--medium, .str-l-container--home.str-l-account__mobile-items .str-l-content--medium {
  padding-top: 2.8rem; }
.str-l-container.str-l-container--home .str-m-box--dimmed, .str-l-container--home.str-l-account__mobile-items .str-m-box--dimmed {
  margin-bottom: 1.4rem; }
  @media only screen and (min-width: 768px) {
    .str-l-container.str-l-container--home .str-m-box--dimmed, .str-l-container--home.str-l-account__mobile-items .str-m-box--dimmed {
      float: left;
      width: 32%;
      margin-right: 2%; }
      .str-l-container.str-l-container--home .str-m-box--dimmed:nth-child(3n), .str-l-container--home.str-l-account__mobile-items .str-m-box--dimmed:nth-child(3n) {
        margin-right: 0; } }
.str-l-container.str-l-container--home.str-l-spacer-large--padding h2, .str-l-container--home.str-l-spacer-large--padding.str-l-account__mobile-items h2 {
  margin-bottom: 4.2rem;
  padding-bottom: 1.4rem;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2rem; }
  .str-l-container.str-l-container--home.str-l-spacer-large--padding h2:after, .str-l-container--home.str-l-spacer-large--padding.str-l-account__mobile-items h2:after {
    display: block; }

.str-l-iframe {
  padding: 50px 0;
  width: 100%;
  min-height: 400px; }
  @media only screen and (min-width: 568px) {
    .str-l-iframe {
      height: 450px; } }
  @media only screen and (min-width: 768px) {
    .str-l-iframe {
      height: 560px; } }
  @media only screen and (min-width: 1024px) {
    .str-l-iframe {
      height: 730px; } }
  @media only screen and (min-width: 1200px) {
    .str-l-iframe {
      min-height: 880px; } }

.str-l-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.4rem;
  border-bottom: 0.2rem solid #eaeaea;
  background: #fff;
  -moz-transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
  @media only screen and (min-width: 1024px) {
    .str-l-header {
      position: relative;
      height: 18.2rem; } }
  @media only screen and (min-width: 1200px) {
    .str-l-header {
      height: 20.3rem;
      padding-top: 3.5rem; } }
  .str-l-header .str-l-header__body {
    position: relative;
    max-width: calc(1256px - 4%);
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .str-l-header .str-m-search form:before {
    display: none; }

.str-l-header--with-contact-bar {
  padding-top: 0; }
  @media only screen and (min-width: 1024px) {
    .str-l-header--with-contact-bar {
      height: 25.2rem; } }

.str-l-header__contact-bar {
  width: 100%;
  margin-bottom: 2.1rem;
  color: #fff;
  background: #68c0ba;
  font-size: 1.5rem; }
  .str-l-header__contact-bar > div {
    max-width: 1256px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.7rem;
    padding-right: 2%;
    padding-bottom: 0.7rem;
    padding-left: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 1024px) {
      .str-l-header__contact-bar > div {
        padding-right: 2%;
        padding-left: 2%; } }
    .str-l-header__contact-bar > div strong {
      font-weight: 600; }
    .str-l-header__contact-bar > div .str-m-price-switch__button {
      position: relative;
      top: 0.1rem;
      left: 0.2rem;
      line-height: 1;
      margin-left: 10px; }

.str-l-header__logo {
  display: block;
  max-width: 70%;
  height: 4.48rem;
  margin-top: 0.7rem;
  margin-right: auto;
  margin-bottom: 1.4rem;
  margin-left: auto;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .str-l-header__logo {
      height: 5.6rem;
      margin-right: 0;
      margin-left: 2%;
      text-align: left; }
      .str-l-header__logo > .str-m-logo {
        margin-top: 8px; } }
  @media only screen and (min-width: 1024px) {
    .str-l-header__logo {
      display: inline-block;
      height: 6.3rem;
      margin-top: 1.4rem;
      margin-bottom: 0; }
      .str-l-header__logo > .str-m-logo {
        max-width: 20rem; } }
  @media only screen and (min-width: 1200px) {
    .str-l-header__logo {
      height: auto;
      margin-top: 0.7rem;
      margin-left: 0; } }
  .str-l-header__logo > img {
    max-height: 100%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .str-l-header__logo > img {
        max-height: 72px; } }

.str-l-header__burger-button, .str-l-header__cart-button {
  position: absolute;
  top: 50%;
  right: 2%;
  color: #68c0ba;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  transform: translateY(-50%); }
  @media only screen and (min-width: 768px) {
    .str-l-header__burger-button, .str-l-header__cart-button {
      right: 1%;
      display: none; } }
  .str-l-header__burger-button > i, .str-l-header__cart-button > i {
    display: block;
    font-size: 2.6rem; }
  .str-l-header__burger-button .str-m-badge, .str-l-header__cart-button .str-m-badge {
    position: absolute;
    top: -0.4rem;
    right: -0.4rem; }

.str-l-header__burger-button {
  margin-top: -0.4rem; }
  @media only screen and (min-width: 768px) {
    .str-l-header__burger-button {
      display: block;
      margin-top: -0.2rem; } }
  @media only screen and (min-width: 1024px) {
    .str-l-header__burger-button {
      display: none; } }

.str-l-header__cart-button {
  right: auto;
  left: 4%;
  margin-top: -0.5rem; }
  .str-l-header__cart-button > i {
    color: #b0b0b0;
    font-size: 3.4rem; }

.str-l-header__sec-nav {
  position: absolute;
  z-index: 10000;
  display: none; }
  @media only screen and (min-width: 768px) {
    .str-l-header__sec-nav {
      top: 1rem;
      right: 7rem;
      display: block;
      transform: scale(0.95); } }
  @media only screen and (min-width: 1024px) {
    .str-l-header__sec-nav {
      top: 5.6rem;
      right: 2%;
      transform: translateY(-50%); } }
  @media only screen and (min-width: 1200px) {
    .str-l-header__sec-nav {
      right: 0; } }
  .str-l-header__sec-nav .str-m-nav-bar > li {
    position: relative; }
    .str-l-header__sec-nav .str-m-nav-bar > li:last-child {
      display: none;
      padding-right: 0;
      margin-top: 16px;
      min-width: 160px; }
      @media only screen and (min-width: 1024px) {
        .str-l-header__sec-nav .str-m-nav-bar > li:last-child {
          display: block;
          margin-left: 24px; } }
    .str-l-header__sec-nav .str-m-nav-bar > li .str-m-custom-select {
      width: 100%;
      margin-top: -1.2rem; }
    .str-l-header__sec-nav .str-m-nav-bar > li .str-m-badge {
      position: absolute;
      top: -0.4rem;
      left: -0.4rem;
      margin-top: -0.1rem;
      transform: translateX(100%); }
      @media only screen and (min-width: 768px) {
        .str-l-header__sec-nav .str-m-nav-bar > li .str-m-badge {
          left: 50%;
          margin-left: -1.8rem;
          margin-top: -0.4rem; } }
      @media only screen and (min-width: 1024px) {
        .str-l-header__sec-nav .str-m-nav-bar > li .str-m-badge {
          left: 0;
          margin-left: 3rem;
          margin-top: -0.4rem; } }
    .str-l-header__sec-nav .str-m-nav-bar > li .str-m-link {
      font-weight: 400; }
      .str-l-header__sec-nav .str-m-nav-bar > li .str-m-link:hover i {
        color: #68c0ba; }
      .str-l-header__sec-nav .str-m-nav-bar > li .str-m-link i {
        color: #b0b0b0;
        font-size: 2.5rem;
        transition: color 0.2s;
        width: 32px;
        margin: 0 auto; }

.str-l-header__specialist {
  position: relative;
  font-size: 1.4rem;
  text-align: left; }
  .str-l-header__specialist > * {
    float: left; }
  .str-l-header__specialist i {
    margin-right: 0.4rem;
    margin-left: 2rem; }
  .str-l-header__specialist a, .str-l-header__specialist strong {
    display: none;
    color: #fff; }
    @media only screen and (min-width: 568px) {
      .str-l-header__specialist a, .str-l-header__specialist strong {
        display: inline; } }

.str-l-header__logout {
  position: relative;
  top: 0.2rem;
  float: right;
  margin-left: 10px;
  border: 0.1rem solid #fff;
  color: #68c0ba;
  background: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem; }
  .str-l-header__logout:hover {
    border-color: #fff;
    color: #fff;
    background: transparent; }
  .str-l-header__logout > i {
    position: relative;
    top: 0.2rem;
    margin-right: 0;
    margin-left: 0; }

.str-l-header__main-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  border-top: 0.2rem solid #eaeaea; }
  @media only screen and (min-width: 1024px) {
    .str-l-header__main-nav {
      display: block; } }
  .str-l-header__main-nav > div {
    max-width: 1256px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.onhold {
  color: whitesmoke; }

.str-l-login {
  min-height: 50vh;
  margin-top: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .str-l-login {
      margin-top: 5.6rem; } }
  .str-l-login > .str-l-col:first-of-type, .str-l-login > .str-m-mega-menu__column:first-of-type, .str-l-login > .str-m-mega-menu__column--wide:first-of-type, .str-l-login > .str-m-mega-menu__column--wider:first-of-type, .str-l-login > .str-m-mega-menu__column--even-wider:first-of-type, .str-m-mega-menu__footer > .m-box.str-l-login > div:first-of-type:nth-child(1), .str-m-mega-menu__footer > .m-box.str-l-login > div:first-of-type:nth-child(2), .str-m-mega-menu__footer > .m-box.str-l-login > div:first-of-type:nth-child(3), .str-l-login > .str-m-teaser:first-of-type, .str-l-login > .str-l-account__nav:first-of-type, .str-l-login > .str-l-account__content:first-of-type, .str-l-account__mobile-items .str-l-login > .str-m-box:first-of-type {
    margin-top: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .str-l-login > .str-l-col > .str-m-box, .str-l-login > .str-m-mega-menu__column > .str-m-box, .str-l-login > .str-m-mega-menu__column--wide > .str-m-box, .str-l-login > .str-m-mega-menu__column--wider > .str-m-box, .str-l-login > .str-m-mega-menu__column--even-wider > .str-m-box, .str-m-mega-menu__footer > .m-box.str-l-login > div:nth-child(1) > .str-m-box, .str-m-mega-menu__footer > .m-box.str-l-login > div:nth-child(2) > .str-m-box, .str-m-mega-menu__footer > .m-box.str-l-login > div:nth-child(3) > .str-m-box, .str-l-login > .str-m-teaser > .str-m-box, .str-l-login > .str-l-account__nav > .str-m-box, .str-l-login > .str-l-account__content > .str-m-box, .str-l-account__mobile-items .str-l-login > .str-m-box > .str-m-box {
      min-height: 42rem; } }
  @media only screen and (min-width: 1024px) {
    .str-l-login > .str-l-col > .str-m-box, .str-l-login > .str-m-mega-menu__column > .str-m-box, .str-l-login > .str-m-mega-menu__column--wide > .str-m-box, .str-l-login > .str-m-mega-menu__column--wider > .str-m-box, .str-l-login > .str-m-mega-menu__column--even-wider > .str-m-box, .str-m-mega-menu__footer > .m-box.str-l-login > div:nth-child(1) > .str-m-box, .str-m-mega-menu__footer > .m-box.str-l-login > div:nth-child(2) > .str-m-box, .str-m-mega-menu__footer > .m-box.str-l-login > div:nth-child(3) > .str-m-box, .str-l-login > .str-m-teaser > .str-m-box, .str-l-login > .str-l-account__nav > .str-m-box, .str-l-login > .str-l-account__content > .str-m-box, .str-l-account__mobile-items .str-l-login > .str-m-box > .str-m-box {
      min-height: 35.7rem; } }
  @media only screen and (min-width: 1200px) {
    .str-l-login > .str-l-col > .str-m-box, .str-l-login > .str-m-mega-menu__column > .str-m-box, .str-l-login > .str-m-mega-menu__column--wide > .str-m-box, .str-l-login > .str-m-mega-menu__column--wider > .str-m-box, .str-l-login > .str-m-mega-menu__column--even-wider > .str-m-box, .str-m-mega-menu__footer > .m-box.str-l-login > div:nth-child(1) > .str-m-box, .str-m-mega-menu__footer > .m-box.str-l-login > div:nth-child(2) > .str-m-box, .str-m-mega-menu__footer > .m-box.str-l-login > div:nth-child(3) > .str-m-box, .str-l-login > .str-m-teaser > .str-m-box, .str-l-login > .str-l-account__nav > .str-m-box, .str-l-login > .str-l-account__content > .str-m-box, .str-l-account__mobile-items .str-l-login > .str-m-box > .str-m-box {
      min-height: 32.2rem; } }
  .str-l-login > .str-l-col > .str-m-box form, .str-l-login > .str-m-mega-menu__column > .str-m-box form, .str-l-login > .str-m-mega-menu__column--wide > .str-m-box form, .str-l-login > .str-m-mega-menu__column--wider > .str-m-box form, .str-l-login > .str-m-mega-menu__column--even-wider > .str-m-box form, .str-m-mega-menu__footer > .m-box.str-l-login > div:nth-child(1) > .str-m-box form, .str-m-mega-menu__footer > .m-box.str-l-login > div:nth-child(2) > .str-m-box form, .str-m-mega-menu__footer > .m-box.str-l-login > div:nth-child(3) > .str-m-box form, .str-l-login > .str-m-teaser > .str-m-box form, .str-l-login > .str-l-account__nav > .str-m-box form, .str-l-login > .str-l-account__content > .str-m-box form, .str-l-account__mobile-items .str-l-login > .str-m-box > .str-m-box form {
    margin-top: 1.4rem; }
  .str-l-login > .form-group > strong {
    display: block;
    width: 100%;
    margin-bottom: 1.4rem; }
    .str-l-login > .form-group > strong i:before {
      position: relative;
      top: 0.2rem;
      color: #68c0ba;
      font-size: 1.5rem; }

.str-l-login--dialog {
  min-height: 0; }
  .str-l-login--dialog i.icon-info:before {
    position: relative;
    top: 0.2rem;
    color: #68c0ba; }
  .str-l-login--dialog .str-m-password-meter span {
    margin-top: 0.7rem !important; }

.str-l-login__tools {
  margin-top: 1.8rem; }
  .str-l-login__tools > a {
    display: inline-block;
    font-size: 1.5rem;
    margin-top: 0.7rem; }

.str-l-login__box {
  margin-top: 2.8rem;
  margin-bottom: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .str-l-login__box {
      float: left;
      margin-right: 2%;
      width: 49%; } }
  .str-l-login__box:nth-of-type(2) {
    margin-right: 0; }
  .str-l-login__box header {
    margin-bottom: 1.4rem; }
  .str-l-login__box ul {
    margin-bottom: 1.4rem; }
  .str-l-login__box p {
    margin-bottom: 1.4rem; }

.str-xl-login__box {
  margin-top: 2.8rem;
  margin-bottom: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .str-xl-login__box {
      float: left;
      margin-right: 2%;
      width: 100%; } }
  .str-xl-login__box:nth-of-type(2) {
    margin-right: 0; }
  .str-xl-login__box header {
    margin-bottom: 1.4rem; }
  .str-xl-login__box ul {
    margin-bottom: 1.4rem;
    list-style-position: outside; }
  .str-xl-login__box p {
    margin-bottom: 1.4rem; }
  .str-xl-login__box .paddingleft--50 {
    padding-left: 50px; }

.str-l-offcanvas-panel {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 40rem;
  max-width: 100%;
  background: #fff;
  -moz-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%); }
  .str-l-offcanvas-panel:before {
    position: absolute;
    z-index: 999999;
    top: 0;
    right: 40rem;
    bottom: 0;
    left: -100vw;
    background: rgba(58, 58, 58, 0.9);
    content: '';
    pointer-events: none;
    opacity: 0;
    -moz-transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -ms-transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
  .str-l-offcanvas-panel.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
    .str-l-offcanvas-panel.active:before {
      pointer-events: auto;
      opacity: 1; }
  .str-l-offcanvas-panel h2 {
    display: none; }
  .str-l-offcanvas-panel .str-m-custom-select {
    width: 100%;
    margin-bottom: 0.7rem; }
    .str-l-offcanvas-panel .str-m-custom-select .str-m-custom-select__items > li {
      background: #fff;
      color: #68c0ba; }
  .str-l-offcanvas-panel .str-m-search__input-icon {
    display: none; }

.str-l-offcanvas-panel--left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }
  .str-l-offcanvas-panel--left:before {
    right: -100vw;
    left: 40rem; }

.str-l-offcanvas-panel--small {
  width: 32rem; }
  .str-l-offcanvas-panel--small:before {
    left: 32rem; }

.str-l-offcanvas-panel__header {
  position: relative;
  z-index: 99;
  padding: 1.2rem;
  border-bottom: 0.2rem solid #eaeaea;
  background: #fff;
  text-align: center; }
  .str-l-offcanvas-panel__header > strong {
    position: absolute;
    top: 50%;
    left: 0;
    width: 75%;
    padding-right: 4.2rem;
    padding-left: 1.2rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.1rem;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

.str-l-offcanvas-panel__close-button {
  position: relative;
  top: 0.2rem;
  right: 0;
  float: right;
  color: #68c0ba;
  padding-right: 0;
  font-size: 1.8rem; }
  .str-l-offcanvas-panel__close-button:hover {
    color: #419b95; }

.str-l-offcanvas-panel__body {
  padding: 2.8rem 1.2rem; }

.str-l-overlay {
  position: fixed;
  z-index: 99999998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(65, 68, 69, 0.9); }
  .str-l-overlay.active {
    display: block;
    animation: fadeIn 0.2s; }

.str-l-overlay__close-button {
  position: absolute;
  z-index: 99999999;
  top: 0;
  right: 0;
  width: 4.2rem;
  min-width: 0;
  height: 4.2rem;
  min-height: 0;
  padding-right: 0;
  padding-left: 0; }
  .str-l-overlay__close-button:hover {
    color: #fff;
    background: #18a09e; }
  .str-l-overlay__close-button > i {
    position: relative;
    top: -0.2rem;
    left: 0.1rem; }
    @media only screen and (min-width: 768px) {
      .str-l-overlay__close-button > i {
        top: 0; } }
    .str-l-overlay__close-button > i.ico-check {
      font-size: 2.4rem;
      top: -0.4rem; }

.str-l-overlay__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto; }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@media only screen and (min-width: 768px) {
  .str-l-products {
    margin-bottom: 2.8rem;
    margin-left: -2%;
    padding-left: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
.str-l-products .str-m-product-tile {
  margin-top: 1.4rem; }
  @media only screen and (min-width: 568px) {
    .str-l-products .str-m-product-tile {
      float: left;
      width: 49%;
      margin-right: 2%; }
      .str-l-products .str-m-product-tile:nth-child(2n) {
        margin-right: 0; } }
  @media only screen and (min-width: 768px) {
    .str-l-products .str-m-product-tile {
      width: 32%;
      margin-top: 2.8rem; }
      .str-l-products .str-m-product-tile:nth-child(2n) {
        margin-right: 2%; }
      .str-l-products .str-m-product-tile:nth-child(3n) {
        margin-right: 0; } }

@media only screen and (min-width: 1024px) {
  .str-l-min-height {
    min-height: 877px; } }

.str-l-products__tools > div:first-child {
  padding: 1.4rem;
  background: #eaeaea; }
.str-l-products__tools > div .str-m-custom-select {
  top: 0;
  float: left;
  display: none;
  width: 32.3333333333%;
  margin-right: 1%;
  margin-bottom: 0.7rem; }
  @media only screen and (min-width: 768px) {
    .str-l-products__tools > div .str-m-custom-select {
      display: block;
      margin-bottom: 0; } }
  .str-l-products__tools > div .str-m-custom-select.active {
    -webkit-box-shadow: 0 0 0.4rem rgba(58, 58, 58, 0.25);
    -moz-box-shadow: 0 0 0.4rem rgba(58, 58, 58, 0.25);
    box-shadow: 0 0 0.4rem rgba(58, 58, 58, 0.25); }
    .str-l-products__tools > div .str-m-custom-select.active > .str-m-custom-select__items {
      -webkit-box-shadow: 0 0 0.4rem rgba(58, 58, 58, 0.25);
      -moz-box-shadow: 0 0 0.4rem rgba(58, 58, 58, 0.25);
      box-shadow: 0 0 0.4rem rgba(58, 58, 58, 0.25); }
  .str-l-products__tools > div .str-m-custom-select > .str-m-custom-select__items > li {
    background: #fff; }
    .str-l-products__tools > div .str-m-custom-select > .str-m-custom-select__items > li:hover {
      background: #fafafa; }
.str-l-products__tools > div .str-m-simple-pagination {
  float: right;
  width: 100%;
  max-width: none; }
  @media only screen and (min-width: 768px) {
    .str-l-products__tools > div .str-m-simple-pagination:not(:first-child) {
      width: 33.3333333333%; } }

.str-l-public-wish-list {
  min-height: 50vh;
  margin-top: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .str-l-public-wish-list {
      margin-top: 5.6rem; } }
  .str-l-public-wish-list > header h1 {
    margin-bottom: 2.8rem; }
  .str-l-public-wish-list footer {
    margin-bottom: 5.6rem;
    color: #fff;
    background: #646464;
    font-size: 1.5rem;
    border: none;
    line-height: 2.1rem; }
    .str-l-public-wish-list footer > div > span {
      display: block;
      margin-bottom: 1.4rem; }
      @media only screen and (min-width: 768px) {
        .str-l-public-wish-list footer > div > span {
          display: inline-block;
          margin-bottom: 0; } }
    .str-l-public-wish-list footer button {
      margin-right: 2%; }
      @media only screen and (min-width: 768px) {
        .str-l-public-wish-list footer button {
          float: right;
          margin-right: 0;
          margin-left: 2%; } }
    .str-l-public-wish-list footer i:before {
      position: relative;
      top: 0.2rem;
      font-size: 1.5rem; }
    .str-l-public-wish-list footer strong {
      display: block; }
  .str-l-public-wish-list .str-m-price-tag label {
    display: block;
    margin-top: 2.8rem; }
    .str-l-public-wish-list .str-m-price-tag label span {
      padding-right: 1%;
      font-size: 1.5rem; }
    .str-l-public-wish-list .str-m-price-tag label input {
      width: 7rem;
      text-align: center; }
  .str-l-public-wish-list .str-m-btn--link > .icon-arrow-right, .str-l-public-wish-list .m-breadcrumbs.str-m-btn--link > li:before {
    position: relative;
    top: 0.1rem; }
  .str-l-public-wish-list .import-button {
    float: none;
    display: inline-block;
    margin-top: 0.7rem; }
    @media only screen and (min-width: 568px) {
      .str-l-public-wish-list .import-button {
        margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      .str-l-public-wish-list .import-button {
        float: left;
        display: block;
        margin-top: 0; } }

.str-l-public-wish-list__save-dialog button {
  min-height: 0;
  margin-right: 1rem; }
.str-l-public-wish-list__save-dialog .icon-mail:before {
  position: relative;
  top: 0.1rem;
  font-size: 1.5rem; }

.str-l-quick-form {
  margin-top: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .str-l-quick-form {
      margin-top: 5.6rem; } }
  .str-l-quick-form .search-wrapper {
    position: relative;
    padding: 1.4rem; }
  .str-l-quick-form footer {
    margin-top: 2.8rem;
    margin-bottom: 5.6rem;
    padding: 1.4rem;
    border: none;
    color: #fff;
    background: #646464;
    font-size: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .str-l-quick-form footer {
        line-height: 5.6rem; } }
    .str-l-quick-form footer .str-m-btn--link {
      margin-left: 0; }
      @media only screen and (min-width: 768px) {
        .str-l-quick-form footer .str-m-btn--link {
          height: 5.6rem;
          margin-right: 0.7rem; } }
    .str-l-quick-form footer .icon-merkzettel:before {
      position: relative;
      top: 0.1rem;
      font-size: 1.4rem; }
  .str-l-quick-form .search-button .icon-search, .str-l-quick-form .search-button .str-m-search form, .str-m-search .str-l-quick-form .search-button form {
    position: relative;
    top: 0.2rem; }
  .str-l-quick-form .icon-chevron-up:before {
    position: relative;
    top: 0.3rem;
    font-size: 1.7rem; }
  .str-l-quick-form .quick-form-search {
    padding-right: 0;
    padding-left: 4.2rem;
    padding-top: 1.4rem;
    line-height: 1.4rem;
    color: #68c0ba;
    background: #fff; }
    .str-l-quick-form .quick-form-search:focus {
      border-color: transparent; }
    .str-l-quick-form .quick-form-search.active {
      border-color: transparent;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
      -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23); }
    .str-l-quick-form .quick-form-search + i {
      position: absolute;
      top: 50%;
      left: 2.8rem;
      margin-top: 0.3rem;
      color: #68c0ba;
      font-size: 1.8rem;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }

.str-l-quick-form__cart {
  margin-top: 1.4rem; }
  .str-l-quick-form__cart:last-child {
    margin-bottom: 5.6rem; }
  .str-l-quick-form__cart .empty-notice {
    position: relative;
    height: 16.8rem;
    margin-bottom: 1.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .str-l-quick-form__cart .empty-notice {
        height: 28rem; } }
    .str-l-quick-form__cart .empty-notice p {
      position: absolute;
      top: 50%;
      width: 90%;
      margin: 0;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }

@media only screen and (min-width: 768px) {
  .str-l-quick-form__tools {
    text-align: right; } }

.str-l-registration {
  margin-top: 2.8rem;
  margin-bottom: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .str-l-registration {
      margin-top: 5.6rem; } }
  .str-l-registration footer {
    padding: 1.4rem;
    background: #646464;
    font-size: 1.5rem;
    line-height: 2.1rem; }
    .str-l-registration footer .str-l-col, .str-l-registration footer .str-m-mega-menu__column, .str-l-registration footer .str-m-mega-menu__column--wide, .str-l-registration footer .str-m-mega-menu__column--wider, .str-l-registration footer .str-m-mega-menu__column--even-wider, .str-l-registration footer .str-m-mega-menu__footer > .m-box > div:nth-child(1), .str-l-registration footer .str-m-mega-menu__footer > .m-box > div:nth-child(2), .str-l-registration footer .str-m-mega-menu__footer > .m-box > div:nth-child(3), .str-l-registration footer .str-m-teaser, .str-l-registration footer .str-l-account__nav, .str-l-registration footer .str-l-account__content, .str-l-registration footer .str-l-account__mobile-items .str-m-box, .str-l-account__mobile-items .str-l-registration footer .str-m-box {
      margin-top: 0;
      margin-bottom: 0; }
    .str-l-registration footer button {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .str-l-registration footer button {
          width: auto; } }
    .str-l-registration footer button > i {
      position: relative;
      top: 0.2rem; }
    .str-l-registration footer .agb {
      margin-top: 1.4rem;
      margin-bottom: 1.4rem;
      color: #fff;
      display: flex; }
      @media only screen and (min-width: 768px) {
        .str-l-registration footer .agb {
          margin-top: 0;
          margin-bottom: 1em; } }
      @media only screen and (min-width: 1024px) {
        .str-l-registration footer .agb {
          margin-top: 1.4rem; } }
      .str-l-registration footer .agb input {
        position: relative;
        height: 1em;
        top: 0.2rem; }
        @media only screen and (min-width: 768px) {
          .str-l-registration footer .agb input {
            top: 0; } }
        @media only screen and (min-width: 1024px) {
          .str-l-registration footer .agb input {
            top: 0.2rem; } }
      .str-l-registration footer .agb label {
        width: 90%; }
  .str-l-registration aside ul li:before {
    position: relative;
    top: 0.1rem;
    margin-right: 0.6rem;
    font-family: 'Strassacker-Shop';
    font-size: 1.2rem;
    content: 'q'; }
  .str-l-registration aside .str-l-video iframe {
    width: 100%; }
  .str-l-registration input + input {
    display: block;
    margin-top: 1.4rem !important; }
    @media only screen and (min-width: 568px) {
      .str-l-registration input + input {
        display: inline;
        margin-top: 0 !important; } }

@media only screen and (min-width: 768px) {
  .str-l-registration__content {
    float: left;
    width: 74.5%; } }
.str-l-registration__content:first-child {
  margin-top: 0; }

.str-l-registration__sidebar {
  margin-top: 4.2rem; }
  @media only screen and (min-width: 768px) {
    .str-l-registration__sidebar {
      float: left;
      width: 23.5%;
      margin-top: 7.7rem;
      margin-left: 2%; } }

.str-l-script-tool {
  min-height: 40rem; }

.str-l-search-results {
  min-height: 28rem;
  margin-bottom: 5.6rem; }
  .str-l-search-results > header {
    height: auto !important; }
    .str-l-search-results > header h2 {
      display: block;
      width: 100% !important;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        .str-l-search-results > header h2 {
          padding-right: 28rem; } }
      .str-l-search-results > header h2.full-width {
        padding-right: 0; }
    @media only screen and (min-width: 768px) {
      .str-l-search-results > header .str-m-custom-select {
        position: absolute;
        top: inherit;
        right: 0;
        bottom: 1.4rem; } }

.str-l-server-error {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64rem;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }
  .str-l-server-error > h1 {
    color: #3a3a3a; }
  .str-l-server-error img {
    width: 25%;
    margin-bottom: 2.8rem; }
  .str-l-server-error i {
    position: relative;
    top: 0.2rem; }

.str-l-server-error--relative {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  min-height: 25vh;
  margin: 8.4rem auto;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none; }
  .str-l-server-error--relative img {
    display: none; }
  .str-l-server-error--relative > h1 {
    margin-bottom: 2.8rem;
    color: #3a3a3a; }

.str-l-sharing-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5.6rem;
  margin-left: -2.73rem;
  transform: scale(0.65); }
  @media only screen and (min-width: 768px) {
    .str-l-sharing-overlay {
      margin-left: -4.2rem;
      transform: scale(1); } }
  .str-l-sharing-overlay > div {
    transform: translateY(-50%); }
  .str-l-sharing-overlay .str-m-social-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 8.4rem;
    height: 8.4rem;
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transform: translateX(0%) translateY(0%) scale(0.5) rotate(359deg); }
    .str-l-sharing-overlay .str-m-social-button:nth-of-type(1) {
      z-index: 1;
      cursor: default;
      transform: translateX(0%) translateY(0%) scale(0.8) rotate(0deg); }
      .str-l-sharing-overlay .str-m-social-button:nth-of-type(1):hover {
        border-color: #68c0ba;
        background: #68c0ba; }
    .str-l-sharing-overlay .str-m-social-button.transitioned:nth-of-type(2) {
      transform: translateX(-190%) translateY(65%) scale(1) rotate(0deg); }
    .str-l-sharing-overlay .str-m-social-button.transitioned:nth-of-type(3) {
      transition-delay: 0.2s;
      transform: translateX(-75%) translateY(165%) scale(1) rotate(0deg); }
    .str-l-sharing-overlay .str-m-social-button.transitioned:nth-of-type(4) {
      transition-delay: 0.4s;
      transform: translateX(75%) translateY(165%) scale(1) rotate(0deg); }
    .str-l-sharing-overlay .str-m-social-button.transitioned:nth-of-type(5) {
      transition-delay: 0.6s;
      transform: translateX(190%) translateY(65%) scale(1) rotate(0deg); }
    .str-l-sharing-overlay .str-m-social-button > i {
      top: 0.8rem;
      left: 0.1rem;
      font-size: 3.6rem; }

.str-l-shopping-cart {
  min-height: 50vh;
  font-size: 1.5rem;
  line-height: 2.1rem; }
  .str-l-shopping-cart header h1 {
    margin-bottom: 2.8rem; }
  .str-l-shopping-cart form[name="agbForm"] {
    display: flex;
    align-items: flex-start; }
    .str-l-shopping-cart form[name="agbForm"] div.agb {
      display: inline-block; }
    .str-l-shopping-cart form[name="agbForm"] input {
      margin-top: 3px; }
  .str-l-shopping-cart footer {
    position: relative;
    min-height: 22.4rem;
    margin-bottom: 2.8rem;
    color: #fff;
    font-size: 1.5rem; }
    .str-l-shopping-cart footer input, .str-l-shopping-cart footer textarea {
      border: none;
      color: #fff;
      background: #646464; }
    .str-l-shopping-cart footer small {
      color: #eaeaea;
      line-height: 2.1rem; }
    .str-l-shopping-cart footer .agb {
      line-height: 2.52rem; }
    @media only screen and (min-width: 768px) {
      .str-l-shopping-cart footer button:first-child {
        margin-right: 1.4rem; } }
    .str-l-shopping-cart footer .str-m-price-tag {
      margin-top: 1.4rem;
      text-align: left; }
      @media only screen and (min-width: 568px) {
        .str-l-shopping-cart footer .str-m-price-tag {
          text-align: right; } }
      .str-l-shopping-cart footer .str-m-price-tag dl {
        margin-left: 0;
        padding-bottom: 0; }
        @media only screen and (min-width: 768px) {
          .str-l-shopping-cart footer .str-m-price-tag dl {
            margin-left: 2rem;
            padding-bottom: 2.8rem; } }
      .str-l-shopping-cart footer .str-m-price-tag dt, .str-l-shopping-cart footer .str-m-price-tag dd {
        width: 100%;
        margin-bottom: 0;
        text-align: left; }
        @media only screen and (min-width: 568px) {
          .str-l-shopping-cart footer .str-m-price-tag dt, .str-l-shopping-cart footer .str-m-price-tag dd {
            width: 48%;
            text-align: right; } }
      .str-l-shopping-cart footer .str-m-price-tag .sum {
        font-size: 1.8rem;
        line-height: 2.8rem; }
        @media only screen and (min-width: 1024px) {
          .str-l-shopping-cart footer .str-m-price-tag .sum {
            font-size: 2.4rem;
            line-height: 5.6rem; } }
      .str-l-shopping-cart footer .str-m-price-tag dt.sum {
        margin-top: 1.4rem; }
        @media only screen and (min-width: 768px) {
          .str-l-shopping-cart footer .str-m-price-tag dt.sum {
            margin-top: 0; } }
      .str-l-shopping-cart footer .str-m-price-tag dd.sum {
        margin-bottom: 1.4rem; }
        @media only screen and (min-width: 768px) {
          .str-l-shopping-cart footer .str-m-price-tag dd.sum {
            margin-bottom: 0; } }
    .str-l-shopping-cart footer .icon-merkzettel:before {
      position: relative;
      top: 0.2rem;
      font-size: 1.5rem; }
  .str-l-shopping-cart .print-button {
    float: right;
    margin-bottom: 5.6rem;
    margin-top: -2.8rem; }
  .str-l-shopping-cart .form-group input + input {
    display: block;
    margin-top: 1.4rem !important; }
    @media only screen and (min-width: 568px) {
      .str-l-shopping-cart .form-group input + input {
        display: inline;
        margin-top: 0 !important; } }

.str-l-shopping-cart__summary {
  position: relative;
  margin-bottom: 1.4rem;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  background: #eaeaea; }
  @media only screen and (min-width: 1024px) {
    .str-l-shopping-cart__summary {
      padding-right: 2.4rem;
      padding-left: 2.4rem; } }
  .str-l-shopping-cart__summary > div {
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    text-align: left;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 1024px) {
      .str-l-shopping-cart__summary > div {
        width: 50%; } }
    .str-l-shopping-cart__summary > div:first-child {
      display: none;
      padding-top: 4.2rem; }
      @media only screen and (min-width: 1024px) {
        .str-l-shopping-cart__summary > div:first-child {
          display: block; } }
      .str-l-shopping-cart__summary > div:first-child.with-input {
        display: block;
        padding-top: 2.8rem;
        padding-bottom: 0; }
        @media only screen and (min-width: 1024px) {
          .str-l-shopping-cart__summary > div:first-child.with-input {
            padding-right: 2%;
            padding-bottom: 1.4rem; } }
        .str-l-shopping-cart__summary > div:first-child.with-input span {
          display: block; }
        .str-l-shopping-cart__summary > div:first-child.with-input textarea {
          width: 100%;
          height: 9.5rem;
          background: #fff; }
        .str-l-shopping-cart__summary > div:first-child.with-input input {
          background: #fff; }
  .str-l-shopping-cart__summary .m-description-list {
    margin-top: 0.7rem;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .str-l-shopping-cart__summary .m-description-list dd i {
      position: relative;
      top: 0.2rem; }
    @media only screen and (min-width: 1024px) {
      .str-l-shopping-cart__summary .m-description-list dd:last-of-type, .str-l-shopping-cart__summary .m-description-list dt:last-of-type {
        min-height: 8.8rem; } }

.str-l-shopping-cart__tools {
  margin-bottom: 2.8rem; }
  .str-l-shopping-cart__tools .str-m-box {
    padding: 1.8rem; }
    @media only screen and (min-width: 1024px) {
      .str-l-shopping-cart__tools .str-m-box {
        text-align: left; } }
    .str-l-shopping-cart__tools .str-m-box aside {
      text-align: center; }
      @media only screen and (min-width: 1024px) {
        .str-l-shopping-cart__tools .str-m-box aside {
          float: right;
          max-width: 40%;
          margin-right: 2%;
          line-height: 2.1rem;
          text-align: right; } }
    .str-l-shopping-cart__tools .str-m-box .str-m-btn {
      width: 100%;
      margin-bottom: 0.7rem; }
      @media only screen and (min-width: 1024px) {
        .str-l-shopping-cart__tools .str-m-box .str-m-btn {
          width: auto;
          margin-bottom: 0; } }
    .str-l-shopping-cart__tools .str-m-box .str-m-link {
      margin-top: 1.2rem;
      margin-bottom: 0.7rem;
      font-size: 1.3rem;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0; }
      @media only screen and (min-width: 1024px) {
        .str-l-shopping-cart__tools .str-m-box .str-m-link {
          margin-bottom: 0; } }
      .str-l-shopping-cart__tools .str-m-box .str-m-link > i {
        display: inline-block;
        font-size: 1.8rem; }

.str-l-sidebar {
  float: left;
  font-size: 1.5rem;
  line-height: 2.1rem; }
  @media only screen and (min-width: 1024px) {
    .str-l-sidebar {
      min-height: 0.1rem; } }
  .str-l-sidebar h2 {
    padding-top: 0.7rem;
    padding-bottom: 1.4rem;
    border-bottom: 0.2rem solid #eaeaea;
    text-align: left; }
    .str-l-sidebar h2:after {
      display: none; }

.str-l-sidebar--non-mobile {
  display: none !important; }
  @media only screen and (min-width: 1024px) {
    .str-l-sidebar--non-mobile {
      display: block !important; } }

.str-l-spacer {
  margin-top: 2.8rem; }

.str-l-spacer-large {
  margin-top: 5.6rem; }

.str-l-spacer-small {
  margin-top: 1.4rem; }

.str-l-spacer--padding {
  padding-top: 2.8rem; }

.str-l-spacer-large--padding {
  padding-top: 5.6rem; }

.str-l-spacer-small--padding {
  padding-top: 1.4rem; }

.str-l-static {
  margin-top: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .str-l-static {
      margin-top: 5.6rem; } }
  .str-l-static > header {
    margin-bottom: 2.8rem; }
  .str-l-static ul {
    margin-bottom: 2.8rem;
    list-style-position: inside;
    list-style-type: disc; }
  .str-l-static ol {
    margin-bottom: 2.8rem;
    list-style-position: inside;
    list-style-type: decimal; }
  .str-l-static h2 {
    padding-bottom: 0;
    text-align: left;
    margin-top: 4.2rem;
    margin-bottom: 2.1rem; }
    .str-l-static h2:after {
      display: none; }
  .str-l-static .str-l-col:first-child, .str-l-static .str-m-mega-menu__column:first-child, .str-l-static .str-m-mega-menu__column--wide:first-child, .str-l-static .str-m-mega-menu__column--wider:first-child, .str-l-static .str-m-mega-menu__column--even-wider:first-child, .str-l-static .str-m-mega-menu__footer > .m-box > div:first-child:nth-child(1), .str-l-static .str-m-mega-menu__footer > .m-box > div:first-child:nth-child(2), .str-l-static .str-m-mega-menu__footer > .m-box > div:first-child:nth-child(3), .str-l-static .str-m-teaser:first-child, .str-l-static .str-l-account__nav:first-child, .str-l-static .str-l-account__content:first-child, .str-l-static .str-l-account__mobile-items .str-m-box:first-child, .str-l-account__mobile-items .str-l-static .str-m-box:first-child {
    margin-top: 0; }

.str-l-tracking {
  margin-top: 2.8rem;
  margin-bottom: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .str-l-tracking {
      margin-top: 5.6rem; } }
  .str-l-tracking > header {
    margin-bottom: 1.4rem; }
    .str-l-tracking > header + div > p {
      text-align: center;
      line-height: 2.1rem; }
      @media only screen and (min-width: 768px) {
        .str-l-tracking > header + div > p {
          line-height: 2.8rem; } }
  .str-l-tracking dl {
    width: 100%; }
  .str-l-tracking dt {
    width: 100%;
    margin-bottom: 0;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .str-l-tracking dt {
        width: 24%;
        margin-bottom: 1.4rem;
        padding-right: 1.4rem;
        text-align: right; } }
    .str-l-tracking dt:last-child {
      margin-bottom: 0; }
  .str-l-tracking dd {
    width: 100%;
    padding-left: 0; }
    @media only screen and (min-width: 768px) {
      .str-l-tracking dd {
        width: 74%;
        padding-left: 1.4rem; } }
    .str-l-tracking dd:last-child {
      margin-bottom: 0; }

.str-l-tracking__summary {
  position: relative; }
  .str-l-tracking__summary:before {
    position: absolute;
    top: 50%;
    right: 1.4rem;
    font-family: 'Strassacker-Shop';
    font-size: 6rem;
    content: '4';
    opacity: 0.25;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

.str-l-tracking__datefield {
  min-width: 14rem; }

@media only screen and (min-width: 768px) {
  .str-l-tracking__mobile-table {
    display: none; } }
.str-l-tracking__mobile-table > div > strong {
  display: block; }

@media only screen and (min-width: 1024px) {
  .str-l-user-management .form-group.horizontal, .str-l-user-management .str-l-login > .form-group {
    width: 70%; } }
@media only screen and (min-width: 768px) {
  .str-l-user-management .form-group.horizontal .pushed, .str-l-user-management .str-l-login > .form-group .pushed {
    margin-left: 30%; } }
.str-l-user-management .str-m-item-list button {
  min-height: 0; }
.str-l-user-management form {
  position: relative; }
.str-l-user-management label {
  font-weight: 400;
  text-align: right; }
  .str-l-user-management label span {
    padding-right: 2.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .str-l-user-management label > div {
    margin-top: 1.4rem; }
    @media only screen and (min-width: 768px) {
      .str-l-user-management label > div {
        float: right;
        width: 70%; } }
    .str-l-user-management label > div strong {
      display: block;
      width: 100%;
      text-align: left; }
    .str-l-user-management label > div button:not(.str-m-tooltip__close-button) {
      float: left;
      display: block;
      width: 49%;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .str-l-user-management label > div button:not(.str-m-tooltip__close-button) > i {
        position: relative;
        top: 0.1rem; }
      .str-l-user-management label > div button:not(.str-m-tooltip__close-button):first-child {
        margin-right: 2%; }
      .str-l-user-management label > div button:not(.str-m-tooltip__close-button):last-child {
        margin-left: 2%; }
.str-l-user-management input {
  width: 100%; }
.str-l-user-management .str-m-box {
  position: relative; }
  .str-l-user-management .str-m-box hr {
    margin-right: -1.4rem;
    margin-left: -1.4rem; }
    @media only screen and (min-width: 1024px) {
      .str-l-user-management .str-m-box hr {
        margin-right: -2.8rem;
        margin-left: -2.8rem; } }
.str-l-user-management .icon-info {
  position: relative;
  top: 0.3rem;
  color: #68c0ba;
  font-size: 1.6rem;
  cursor: pointer; }
.str-l-user-management .data-change-button {
  font-weight: 600; }
  @media only screen and (min-width: 768px) {
    .str-l-user-management .data-change-button {
      position: absolute;
      top: 0;
      right: 1.4rem; } }
  @media only screen and (min-width: 1024px) {
    .str-l-user-management .data-change-button {
      top: 1.4rem;
      right: 2.8rem; } }
  .str-l-user-management .data-change-button > i {
    position: relative;
    top: 0.2rem; }
.str-l-user-management .password-change-button {
  font-weight: 600; }
  @media only screen and (min-width: 768px) {
    .str-l-user-management .password-change-button {
      float: right; } }
  @media only screen and (min-width: 1024px) {
    .str-l-user-management .password-change-button {
      position: absolute;
      top: 0;
      right: 0;
      float: none; } }
  .str-l-user-management .password-change-button .icon-edit:before {
    position: relative;
    top: 0.2rem; }
@media only screen and (min-width: 768px) {
  .str-l-user-management .email-action-container {
    width: 30%;
    float: left;
    margin-bottom: 10px; } }
@media only screen and (min-width: 768px) {
  .str-l-user-management .email-info {
    text-align: right;
    float: right; } }
@media only screen and (min-width: 768px) {
  .str-l-user-management .email-action-button {
    float: right;
    margin-top: -15px; } }

@media only screen and (min-width: 768px) {
  .str-l-user-management__user-data {
    width: 70%;
    float: left; } }
.str-l-user-management__user-data dt {
  width: 100%;
  margin-bottom: 0;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .str-l-user-management__user-data dt {
      width: 32%;
      margin-bottom: 1.4rem;
      padding-right: 1.4rem;
      text-align: right; } }
.str-l-user-management__user-data dd {
  width: 100%;
  padding-left: 0; }
  @media only screen and (min-width: 768px) {
    .str-l-user-management__user-data dd {
      width: 62%;
      padding-left: 1.4rem; } }

@font-face {
  font-family: "strassacker-shop";
  src: url("fonts/strassacker-shop.eot");
  src: url("fonts/strassacker-shop.eot?#iefix") format("embedded-opentype"), url("fonts/strassacker-shop.woff") format("woff"), url("fonts/strassacker-shop.ttf") format("truetype"), url("fonts/strassacker-shop.svg#strassacker-shop") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "strassacker-shop" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "strassacker-shop" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: "\63"; }

.icon-eye:before {
  content: "\69"; }

.icon-search:before, .str-m-search form:before {
  content: "\6a"; }

.icon-help:before {
  content: "\70"; }

.icon-check:before, .str-m-progress-bar > ol.finished > li:before, .str-m-progress-bar > ol > li.clickable:not(.active):before {
  content: "\71"; }

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

.icon-edit-small:before {
  content: "\73"; }

.icon-fax:before {
  content: "\74"; }

.icon-calendar:before {
  content: "\76"; }

.icon-logout:before {
  content: "\78"; }

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

.icon-print:before {
  content: "\44"; }

.icon-table:before {
  content: "\45"; }

.icon-cart:before {
  content: "\46"; }

.icon-watch:before {
  content: "\47"; }

.icon-user:before {
  content: "\6b"; }

.icon-carts:before {
  content: "\6c"; }

.icon-reload:before {
  content: "\6f"; }

.icon-disabled:before {
  content: "\62"; }

.icon-info:before {
  content: "\6d"; }

.icon-plus-1:before {
  content: "\75"; }

.icon-edit:before {
  content: "\42"; }

.icon-folder:before {
  content: "\48"; }

.icon-archive:before {
  content: "\49"; }

.icon-warning-circle:before {
  content: "\4a"; }

.icon-check-circle:before {
  content: "\4b"; }

.icon-info-circle:before {
  content: "\4c"; }

.icon-pay:before {
  content: "\4d"; }

.icon-spinner:before {
  content: "\41"; }

.icon-location:before {
  content: "\4e"; }

.icon-pdf:before {
  content: "\50"; }

.icon-chevron-right:before {
  content: "\58"; }

.icon-chevron-up:before {
  content: "\59"; }

.icon-chevron-left:before {
  content: "\5a"; }

.icon-chevron-down:before {
  content: "\30"; }

.icon-cog:before {
  content: "\4f"; }

.icon-trash:before {
  content: "\51"; }

.icon-info-free:before {
  content: "\52"; }

.icon-arrow-input:before {
  content: "\53"; }

.icon-price-hide:before {
  content: "\54"; }

.icon-price-show:before {
  content: "\55"; }

.icon-price-half-hide:before {
  content: "\61"; }

.icon-arrow-down:before {
  content: "\64"; }

.icon-arrow-left:before {
  content: "\65"; }

.icon-arrow-up:before {
  content: "\66"; }

.icon-arrow-right:before, .m-breadcrumbs > li:before {
  content: "\67"; }

.icon-close:before {
  content: "\68"; }

.icon-file-image:before {
  content: "\77"; }

.icon-file-doc:before {
  content: "\56"; }

.icon-warning-free:before {
  content: "\57"; }

.icon-letter:before {
  content: "\31"; }

.icon-external-link:before {
  content: "\32"; }

.icon-arrow-alt-left:before {
  content: "\33"; }

.icon-truck:before {
  content: "\34"; }

.icon-konto:before {
  content: "\36"; }

.icon-catalog:before {
  content: "\003F"; }

.icon-warenkorb:before {
  content: "\37"; }

.icon-suche:before {
  content: "\39"; }

.icon-burger:before {
  content: "\35"; }

.icon-minus:before {
  content: "\21"; }

.icon-plus:before {
  content: "\22"; }

.icon-filter:before {
  content: "\23"; }

.icon-merkzettel:before {
  content: "\7a"; }

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

.icon-catalog-reset:before {
  content: "\43"; }

.icon-crosshair:before {
  content: "\25"; }

.icon-youtube:before {
  content: "\26"; }

.icon-twitter:before {
  content: "\27"; }

.icon-instagram:before {
  content: "\28"; }

.icon-gplus:before {
  content: "\29"; }

.icon-facebook:before {
  content: "\2a"; }

.icon-dealer-search:before {
  content: "\38"; }

.icon-lock:before {
  content: "\6e"; }

.icon-facebook-2:before {
  content: "\2b"; }

.icon-gplus-2:before {
  content: "\2c"; }

.icon-social:before {
  content: "\2d"; }

.icon-pinterest-2:before {
  content: "\2e"; }

.icon-twitter-2:before {
  content: "\2f"; }

.icon-rotate-clockwise:before {
  content: "\3a"; }

.icon-rotate-counterclockwise:before {
  content: "\3b"; }

.icon-play:before {
  content: "\3c"; }

.icon-pause:before {
  content: "\3d"; }

.icon-library:before {
  content: "\3e"; }

@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes ngdialog-fadeout {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes ngdialog-fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

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

.ngdialog {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.ngdialog-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  -webkit-backface-visibility: hidden; }

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
  -webkit-backface-visibility: hidden; }

.ngdialog-content {
  background: white;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  -webkit-backface-visibility: hidden; }

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
  -webkit-backface-visibility: hidden; }

.ngdialog-close:before {
  color: #68c0ba;
  font-family: 'Helvetica', Arial, sans-serif;
  content: '\00D7';
  cursor: pointer; }
  .ngdialog-close:before:hover {
    color: #18a09e; }

body.ngdialog-open {
  overflow: hidden !important; }

.ngdialog.ngdialog-theme-plain, .ngdialog.ngdialog-theme-wide {
  padding-top: 5.6rem; }
  @media only screen and (min-width: 768px) {
    .ngdialog.ngdialog-theme-plain, .ngdialog.ngdialog-theme-wide {
      padding-top: 160px;
      padding-bottom: 160px; } }

.ngdialog.ngdialog-theme-plain .ngdialog-content, .ngdialog.ngdialog-theme-wide .ngdialog-content, .ngdialog.ngdialog-theme-overlay .ngdialog-content {
  position: relative;
  width: 55rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 2.8rem;
  background: #fff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.22); }

.ngdialog.ngdialog-theme-wide .ngdialog-content {
  width: 70rem; }

.ngdialog.ngdialog-theme-overlay .ngdialog-content {
  width: 120rem;
  max-width: 90%;
  margin-top: 5rem;
  margin-bottom: 5rem; }
  .ngdialog.ngdialog-theme-overlay .ngdialog-content .ngdialog-close {
    font-size: 200%;
    position: absolute;
    top: 3rem;
    right: 5rem; }

.ngdialog.ngdialog-theme-plain .ngdialog-content h1, .ngdialog.ngdialog-theme-plain .ngdialog-content h2, .ngdialog.ngdialog-theme-plain .ngdialog-content h3, .ngdialog.ngdialog-theme-plain .ngdialog-content h4, .ngdialog.ngdialog-theme-plain .ngdialog-content h5, .ngdialog.ngdialog-theme-plain .ngdialog-content h6, .ngdialog.ngdialog-theme-plain .ngdialog-content p, .ngdialog.ngdialog-theme-plain .ngdialog-content ul, .ngdialog.ngdialog-theme-plain .ngdialog-content li {
  color: inherit; }

.ngdialog.ngdialog-theme-plain .ngdialog-content .str-m-custom-select, .ngdialog.ngdialog-theme-wide .ngdialog-content .str-m-custom-select {
  position: relative;
  top: 0rem;
  background: #e7e5e5; }

.ngdialog.ngdialog-theme-plain .ngdialog-content label span, .ngdialog.ngdialog-theme-wide .ngdialog-content label span {
  display: block; }

.ngdialog.ngdialog-theme-plain .ngdialog-content h4.separator, .ngdialog.ngdialog-theme-wide .ngdialog-content h4.separator {
  margin: 2.8rem 0 1.4rem;
  color: #646464;
  font-style: italic;
  text-align: center;
  padding-bottom: 0;
  font-weight: 400; }
  .ngdialog.ngdialog-theme-plain .ngdialog-content h4.separator:after, .ngdialog.ngdialog-theme-wide .ngdialog-content h4.separator:after {
    display: none; }

.ngdialog.ngdialog-theme-plain .ngdialog-close, .ngdialog.ngdialog-theme-wide .ngdialog-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.ngdialog.ngdialog-theme-plain .ngdialog-close:before, .ngdialog.ngdialog-theme-wide .ngdialog-close:before {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  font-family: 'Strassacker-Shop';
  line-height: 1;
  text-align: center;
  content: "h"; }

.ngdialog.ngdialog-theme-plain .ngdialog-close:hover:before, .ngdialog.ngdialog-theme-plain .ngdialog-close:active:before {
  color: #18a09e; }

.ngdialog.ngdialog-theme-plain .ngdialog-message {
  margin-bottom: .5em; }

.ngdialog.ngdialog-theme-plain .ngdialog-input {
  margin-bottom: 1em; }

.ngdialog.ngdialog-theme-plain .ngdialog-input textarea, .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="text"], .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="password"], .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="email"], .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="url"] {
  width: 100%;
  min-height: 2.5em;
  margin: 0 0 .25em;
  padding: .25em .67em;
  border: 0;
  background: #f0f0f0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

.ngdialog.ngdialog-theme-plain .ngdialog-input textarea:focus, .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="text"]:focus, .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="password"]:focus, .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="email"]:focus, .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="url"]:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2); }

.ngdialog.ngdialog-theme-plain .ngdialog-buttons:after {
  clear: both;
  display: table;
  content: ''; }

.ngdialog.ngdialog-theme-plain .ngdialog-button {
  float: right;
  margin: 0 0 0 .5em;
  padding: .75em 2em;
  border: 0;
  font-family: inherit;
  font-size: .8em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .1em;
  cursor: pointer; }

.ngdialog.ngdialog-theme-plain .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none; }

@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-plain .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none; } }

.ngdialog.ngdialog-theme-plain .ngdialog-button.ngdialog-button-primary {
  color: #fff;
  background: #3288e6; }

.ngdialog.ngdialog-theme-plain .ngdialog-button.ngdialog-button-secondary {
  color: #777;
  background: #e0e0e0; }

@-webkit-keyframes ngdialog-fadeout {
  0% {
    top: 0;
    opacity: 1; }

  100% {
    top: -100px;
    opacity: 0; } }

@keyframes ngdialog-fadeout {
  0% {
    top: 0;
    opacity: 1; }

  100% {
    top: -100px;
    opacity: 0; } }

@-webkit-keyframes ngdialog-fadein {
  0% {
    top: -100px;
    opacity: 0; }

  100% {
    top: 0;
    opacity: 1; } }

@keyframes ngdialog-fadein {
  0% {
    top: -100px;
    opacity: 0; }

  100% {
    top: 0;
    opacity: 1; } }

.cg-notify-message {
  position: fixed;
  z-index: 9999999;
  left: 50%;
  visibility: hidden;
  min-width: 30rem;
  max-width: 22rem;
  padding: 2.8rem;
  padding-right: 7rem;
  padding-left: 8.4rem !important;
  border: none;
  border-radius: 0.3rem;
  color: #646464;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.1rem;
  text-align: left;
  -webkit-transition: top 0.5s ease-out, opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: top 0.5s ease-out, opacity 0.5s ease-out;
  -o-transition: top 0.5s ease-out, opacity 0.5s ease-out;
  transition: top 0.5s ease-out, opacity 0.5s ease-out;
  -webkit-animation: fadeIn 0.5s ease-in;
  -moz-animation: fadeIn 0.5s ease-in;
  -ms-animation: fadeIn 0.5s ease-in;
  -o-animation: fadeIn 0.5s ease-in;
  animation: fadeIn 0.5s ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.22); }
  @media only screen and (min-width: 768px) {
    .cg-notify-message {
      max-width: 44rem;
      line-height: 2.1rem; } }
  .cg-notify-message:before {
    position: absolute;
    top: 50%;
    left: 1.4rem;
    width: 1.4rem;
    height: 2.8rem;
    padding-left: 1.4rem;
    font-family: 'Strassacker-Shop';
    font-size: 2.2rem;
    line-height: 5.6rem;
    content: 'L';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

@-moz-document url-prefix() {
  .cg-notify-message {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none; } }

.no-close .cg-notify-close {
  display: none; }

.cg-notify-message--success {
  padding-left: 5.6rem; }
  .cg-notify-message--success:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5.6rem;
    height: 100%;
    background: #a0c40f;
    content: '';
    -webkit-border-top-left-radius: 0.3rem;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0.3rem;
    -moz-border-radius-topleft: 0.3rem;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0.3rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.3rem; }
  .cg-notify-message--success:after {
    position: absolute;
    top: 50%;
    left: 1.6rem;
    color: #fff;
    font-family: 'Strassacker-Shop';
    font-size: 1.4rem;
    content: 'q';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

.cg-notify-message--info {
  padding-left: 5.6rem; }
  .cg-notify-message--info:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5.6rem;
    height: 100%;
    background: #008cff;
    content: '';
    -webkit-border-top-left-radius: 0.3rem;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0.3rem;
    -moz-border-radius-topleft: 0.3rem;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0.3rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.3rem; }
  .cg-notify-message--info:after {
    position: absolute;
    top: 50%;
    left: 1.4rem;
    color: #fff;
    font-family: 'Strassacker-Shop';
    font-size: 1.8rem;
    content: 'R';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

.cg-notify-message--warning {
  padding-left: 5.6rem; }
  .cg-notify-message--warning:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5.6rem;
    height: 100%;
    background: #a00;
    content: '';
    -webkit-border-top-left-radius: 0.3rem;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0.3rem;
    -moz-border-radius-topleft: 0.3rem;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0.3rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.3rem; }
  .cg-notify-message--warning:after {
    position: absolute;
    top: 50%;
    left: 1.2rem;
    color: #fff;
    font-family: 'Strassacker-Shop';
    font-size: 2.2rem;
    content: 'W';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

.cg-notify-close {
  position: absolute;
  top: 0.4rem;
  right: 0.6rem;
  padding: 0;
  border: 0;
  color: #68c0ba;
  background: 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  line-height: 15px;
  cursor: pointer;
  -webkit-appearance: none; }

.cg-notify-close:hover, .cg-notify-close:focus {
  color: #18a09e;
  text-decoration: none;
  cursor: pointer; }

.cg-notify-sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0); }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.cg-notify-message--script {
  text-align: center; }

.cg-notify-action-bar {
  margin-top: 1.4rem;
  text-align: center; }
  .cg-notify-action-bar .str-m-btn {
    height: auto;
    min-height: 0;
    margin-top: 0.4rem;
    margin-right: 1.4rem;
    padding: 0.6rem 1rem;
    line-height: 1;
    color: #68c0ba; }
    .cg-notify-action-bar .str-m-btn:last-child {
      margin-right: 0; }

th.tablesort-sortable {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -o-user-select: none; }

table .tablesort-sortable:after {
  visibility: hidden;
  margin-left: 0.6rem;
  font-family: 'Strassacker-Shop';
  font-size: 1.2rem;
  position: relative;
  top: 0.1rem; }

table .tablesort-desc:after {
  content: 'd'; }

table .tablesort-asc:after {
  content: 'f'; }

table .tablesort-asc, table .tablesort-desc {
  background-color: #646464; }

table .tablesort-sortable:hover:after, table .tablesort-asc:after, table .tablesort-desc:after {
  visibility: visible; }

/*
 * Styling for the table row shown in empty tables
 */
/* The row is always added as the first row in a table
   Hide it by default */
.showIfLast {
  display: none; }

/* Only show it if it is also the last row of the table. */
.showIfLast:last-child {
  display: table-row; }

.showIfLast td {
  text-align: center; }

@media print {
  .str-l-header, .str-l-footer, .str-l-sidebar, .str-m-sidebar, .str-m-to-top-button, .str-m-breadcrumps, .str-m-step-nav, .icon-info, .str-m-cart-item--script-empty, .str-m-quick-form, .search-wrapper, .icon-close, .icon-trash, .agb {
    display: none !important; }
  * {
    color: #3a3a3a !important; }
  button, label {
    display: none !important; }
  i {
    -webkit-print-color-adjust: exact; }
  img {
    max-width: 160px; }
  @page {
    margin: 2cm; }

  .str-l-col, .str-m-mega-menu__column, .str-m-mega-menu__column--wide, .str-m-mega-menu__column--wider, .str-m-mega-menu__column--even-wider, .str-m-mega-menu__footer > .m-box > div:nth-child(1), .str-m-mega-menu__footer > .m-box > div:nth-child(2), .str-m-mega-menu__footer > .m-box > div:nth-child(3), .str-m-teaser, .str-l-account__nav, .str-l-account__content, .str-l-account__mobile-items .str-m-box {
    width: 100%; }
  .str-m-box {
    border: none !important;
    border-bottom: 0.1rem solid #3a3a3a;
    -webkit-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: none 2px 5px rgba(0, 0, 0, 0.4); }
  .ngdialog-close {
    display: none; }
  .str-m-short-code {
    margin: 0;
    padding: 0; }
    .str-m-short-code > div {
      margin: 0;
      padding: 0;
      text-align: left; }
  .str-l-shopping-cart label {
    display: block !important; }
  footer .str-m-btn, footer .str.m-link {
    display: none; } }

.klaro .cookie-modal, .klaro .cookie-notice {
  /* The switch - the box around the slider */
  font-size: 14px; }

.klaro .cookie-modal .switch, .klaro .cookie-notice .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px; }

.klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider, .klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
  background-color: #68c0ba; }

.klaro .cookie-modal .cm-app-input.required:checked + .cm-app-label .slider, .klaro .cookie-notice .cm-app-input.required:checked + .cm-app-label .slider {
  opacity: 0.8;
  background-color: #68c0ba;
  cursor: not-allowed; }

.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19); }

.klaro .cookie-modal .cm-app-input, .klaro .cookie-notice .cm-app-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px; }

.klaro .cookie-modal .cm-app-label, .klaro .cookie-notice .cm-app-label {
  /* The slider */
  /* Rounded sliders */ }

.klaro .cookie-modal .cm-app-label .slider, .klaro .cookie-notice .cm-app-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  width: 50px;
  display: inline-block; }

.klaro .cookie-modal .cm-app-label .slider:before, .klaro .cookie-notice .cm-app-label .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

.klaro .cookie-modal .cm-app-label .slider.round, .klaro .cookie-notice .cm-app-label .slider.round {
  border-radius: 30px; }

.klaro .cookie-modal .cm-app-label .slider.round:before, .klaro .cookie-notice .cm-app-label .slider.round:before {
  border-radius: 50%; }

.klaro .cookie-modal .cm-app-label input:focus + .slider, .klaro .cookie-notice .cm-app-label input:focus + .slider {
  box-shadow: 0 0 1px #0885BA; }

.klaro .cookie-modal .cm-app-label input:checked + .slider:before, .klaro .cookie-notice .cm-app-label input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.klaro .cookie-modal .cm-app-input:focus + .cm-app-label .slider, .klaro .cookie-notice .cm-app-input:focus + .cm-app-label .slider {
  box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19); }

.klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider:before, .klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19); }

.klaro .cookie-modal a, .klaro .cookie-notice a {
  color: #68c0ba;
  text-decoration: none; }

.klaro .cookie-modal p, .klaro .cookie-modal strong, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .cookie-notice p, .klaro .cookie-notice strong, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  font-family: inherit;
  color: #fff; }

.klaro .cookie-modal p {
  line-height: 21px; }

.klaro .cookie-modal p, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .cookie-notice p, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em; }

.klaro .cookie-modal .cm-link, .klaro .cookie-notice .cm-link {
  padding-left: 4px;
  vertical-align: middle; }

.klaro .cookie-modal .cm-btn, .klaro .cookie-notice .cm-btn {
  background-color: #eaeaea;
  color: #646464;
  padding: 10px 12px;
  margin-right: 0.5em;
  border: 0;
  font-size: 14px;
  text-transform: uppercase; }

.klaro .cookie-modal .cm-btn:disabled, .klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5; }

.klaro .cookie-modal .cm-btn.cm-btn-close, .klaro .cookie-notice .cm-btn.cm-btn-close {
  background: #eee;
  color: #000; }

.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
  background: #68c0ba;
  color: #fff; }

.klaro .cookie-modal .cm-btn.cm-btn-info, .klaro .cookie-notice .cm-btn.cm-btn-info {
  background: #eaeaea;
  color: #646464; }

.klaro .cookie-modal .cm-btn.cm-btn-right, .klaro .cookie-notice .cm-btn.cm-btn-right {
  float: right;
  margin-left: 0.5em;
  margin-right: 0; }

.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 10000; }

.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; }

.klaro .cookie-modal .cm-modal {
  z-index: 10001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #646464;
  color: #fff; }

@media (min-width: 1024px) {
  .klaro .cookie-modal .cm-modal {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto; } }

.klaro .cookie-modal .cm-modal .hide {
  border: none;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1; }

.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #eee; }

.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 1em;
  border-top: 1px solid #555; }

.klaro .cookie-modal .cm-modal .cm-footer-buttons::before, .klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
  content: " ";
  display: table; }

.klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
  clear: both; }

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: center; }

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #999; }

.klaro .cookie-modal .cm-modal .cm-header {
  padding: 1em;
  padding-right: 24px;
  border-bottom: 1px solid #555; }

.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 2em;
  display: block; }

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px; }

.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em; }

.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block; }

.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto; }

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps {
  padding: 0;
  margin: 0; }

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px; }

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
  margin-top: 0; }

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
  position: absolute;
  left: 0; }

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
  margin-top: 0; }

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
  font-size: 0.8em;
  color: #999; }

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
  border-top: 1px solid #555;
  padding-top: 1em; }

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
  font-weight: 600; }

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out, .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #999; }

.klaro .cookie-notice {
  background: #333;
  z-index: 9999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0; }

@media (min-width: 990px) {
  .klaro .cookie-notice {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 300px; } }

@media (max-width: 989px) {
  .klaro .cookie-notice {
    border: none;
    border-radius: 0; } }

.klaro .cookie-notice .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0; }

.klaro .cookie-notice .cn-body p {
  margin-bottom: 0.5em; }

.klaro .cookie-notice .cn-body p.cn-changes {
  text-decoration: underline; }

.klaro .cookie-notice .cn-body .cn-learn-more {
  display: inline-block; }

.klaro .cookie-notice .cn-body p.cn-ok {
  padding-top: 0.5em;
  margin: 0; }

.klaro .cookie-notice-hidden {
  display: none !important; }

.klaro h1::after {
  display: none; }

/*# sourceMappingURL=strassacker-shop-angular.css.map */