/** Shopify CDN: Minification failed

Line 2680:8 Expected identifier but found whitespace
Line 2680:15 Unexpected "!"
Line 3773:34 Expected identifier but found "/"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:athlete-grid (INDEX:8) */
.button-tertiary {
    background: transparent;
    font-size: var(--font-size-button-medium);
    padding: .75rem 1.125rem !important;
    letter-spacing: 0em;
    align-self: center;
    margin-top: 1.25rem;
    margin-bottom: .25rem;
  }
  
  .alignCenter {
    text-align: center;
  }
  
  #additionalItems {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: none;
    margin-top: 10px;
  }
  
  #additionalItems.show {
    display: block; 
    opacity: 1;
    transform: translateY(0);
  }
  
  .show-all-btn {
    display: block;
  }
  
  
  .marginTop {
    margin-top: 120px;
  }
  
  .teamCard {
    position:relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;  
    -webkit-box-shadow: 0 3px 10px #00000015;
    -moz-box-shadow: 0 3px 10px #00000015;
    box-shadow: 0 3px 10px #00000015;
  }
  
  .teamCard .overlay {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1679665616246498) 35%, rgba(0,0,0,0) 80%);
  }

  .teamCard img {
      transition: all .25s ease-in-out;
      transform-origin: center;
      transform: scale(1.01);
      aspect-ratio: 511/344;
      width: 100%;
      object-fit: cover;
      object-position: center;
  }
  
  .teamCard:hover img {
      transform: scale(1.1);
      transform-origin: center;
  }
  
  .teamCard h3 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5em;
  }
  
  .teamMemberName {
    z-index: 3;
    position: absolute;
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  .css-grid-container {
    display: grid;
    gap: 10px;
    grid-template-columns: 33% 33% 33% ;
    margin-left: auto; 
    margin-right: auto;
    max-width: 1600px;
  }
  
  @media (max-width: 576px) {
    .css-grid-container {
      display: grid;
      gap: 10px;
      grid-template-columns: 100%  ;
      margin-left: auto; 
      margin-right: auto;
      max-width: 1600px;
    }
  }
  
  .bgSvg {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  
  .bgSvg svg{
    left: 50%;
    position: absolute;
    transform: translate(-40%);
    top: 0px;
  }
  
  .logos {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  
  }

  .logos a {
      transition: all 0.25s ease-in-out;
  }

  .logos a:hover {
    transform: translate(0,-3px);
  }
  
  .uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .noMargin {
    margin: 0;
  }

  .infoBox table {
    width: 100%;
    margin-top: 30px;
  }

  .infoBox tr{
    display: inline-table;
    width: 100%;
  }

  .infoBox th,
  .infoBox td {
    text-align: left;
    vertical-align: top;
  }

  .infoBox th {
    font-weight: normal;
    width: 40%;
  }

  .alignCenter {
    text-align: center;
  }
  
  .card {
      position: relative;
      padding: 30px;
      background: #fff;
      border: 0;
      box-shadow: 0 3px 10px #00000015;
      border-radius: 10px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
  
  @media (max-width: 576px) {
    .card {
      width: 100%;
    }
  }

.athleteHeader {
  margin-top: 6rem;
  @media(width < 960px ) {
    margin-top: 3rem;
  }
}

.athleteImg {
  overflow: hidden;
  border-radius: 2rem;
  aspect-ratio: 530 / 460;
}

.athleteImg img {
  width: 100%;
  height: 165%;
  z-index: 0;
  display: block;
  object-fit: cover;
  transform: scale(1.35);
}
  
  .vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  
  .athleteHeadline {
    font-size: 100px;
    margin: 0;
    line-height: 90px;
    letter-spacing: 5px;
  }

  
  .noMarginTop {
    margin-top: 0;
  }
/* END_SECTION:athlete-grid */

/* START_SECTION:athlete (INDEX:9) */
.button-tertiary {
  background: transparent;
  font-size: var(--font-size-button-medium);
  padding: .75rem 1.125rem !important;
  letter-spacing: 0em;
  align-self: center;
  margin-top: 1.25rem;
  margin-bottom: .25rem;
}

.alignCenter {
  text-align: center;
}

#additionalItems {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: none;
  margin-top: 10px;
}

#additionalItems.show {
  display: block; 
  opacity: 1;
  transform: translateY(0);
}

.show-all-btn {
  display: block;
}


.marginTop {
  margin-top: 120px;
}

.teamCard {
  position:relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;  
  -webkit-box-shadow: 0 3px 10px #00000015;
  -moz-box-shadow: 0 3px 10px #00000015;
  box-shadow: 0 3px 10px #00000015;
}

.teamCard .overlay {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1679665616246498) 35%, rgba(0,0,0,0) 80%);
}

.teamCard img {
  transition: all .25s ease-in-out;
  transform-origin: center;
  transform: scale(1.01);
  aspect-ratio: 511/344;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.teamCard:hover img {
  transform: scale(1.1);
  transform-origin: center;
}

.teamCard h3 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5em;
}

.teamMemberName {
  z-index: 3;
  position: absolute;
  display: block;
  text-align: center;
  color: white;
  font-weight: bold;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.css-grid-container {
  display: grid;
  gap: 10px;
  grid-template-columns: 33% 33% 33% ;
  margin-left: auto; 
  margin-right: auto;
  max-width: 1600px;
}

@media (max-width: 576px) {
  .css-grid-container {
    display: grid;
    gap: 10px;
    grid-template-columns: 100%  ;
    margin-left: auto; 
    margin-right: auto;
    max-width: 1600px;
  }
}


.bgSvg {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bgSvg svg{
  left: 50%;
  position: absolute;
  transform: translate(-40%);
  top: 0px;
}

.logos {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;

}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.noMargin {
  margin: 0;
}

.infoBox {
  margin: 0 !important;
  padding: 1.2rem 1.5rem !important;
  box-shadow: none !important;
  border: 1px solid #d3d3d3 !important;
  border-radius: 0.8rem !important;
  width: 80% !important;

  @media(width < 960px) {
    width: 100%!important;
  }

  .infoBoxheadline  {
    margin-left: 2px;
  }

  table {
    width: 100%;
    margin-top: 1rem;
  }

  th, td {
    padding: 4px 0;
    text-align: left;
    vertical-align: top;
  }

  tr {
    display: inline-table;
    width: 100%;
  }

  th {
    font-weight: normal;
    width: 40%;
  }

  .infoBoxheadline , th {
    font-weight: 600;
  }
}

.alignCenter {
  text-align: center;
}

.card {
    position: relative;
    padding: 30px;
    background: #fff;
    border: 0;
    box-shadow: 0 3px 10px #00000015;
    border-radius: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 576px) {
  .card {
    width: 100%;
  }
}

.athleteText {
  line-height: 1.6;
}

.athleteImg {
  overflow: hidden;
  border-radius: 2rem;
  aspect-ratio: 530 / 460;

  @media(width: 960px) {
    max-width: 600px
    margin: 0 auto;
  }
}

.athleteImg img {
  width: 100%;
  height: 165%;
  z-index: 0;
  display: block;
  object-fit: cover;
  transform: scale(1.35);
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.athleteHeadline {
  font-size: 3.86em!important;
  margin-bottom: 1.2rem;
  line-height: 90px;
  letter-spacing: 5px;
}

.headline {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: 20px;

  @media(width < 960px) {
    margin-top: 2rem;
  }
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto; 
  margin-right: auto;
  padding: 0 30px;
  max-width: 1600px;
}

.grid-column {
padding-left: 15px; 
padding-right: 15px; 
}

[class*="col-"] {
flex-grow: 1;
flex-basis: 0;
max-width: 100%;
}


@media (min-width: 576px) {
.col-1 { flex: 0 0 8.33%; max-width: 8.33%; }
.col-2 { flex: 0 0 16.66%; max-width: 16.66%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.33%; max-width: 33.33%; }
.col-5 { flex: 0 0 41.66%; max-width: 41.66%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.33%; max-width: 58.33%; }
.col-8 { flex: 0 0 66.66%; max-width: 66.66%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.33%; max-width: 83.33%; }
.col-11 { flex: 0 0 91.66%; max-width: 91.66%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 577px) {
[class*="mob-order-"] { order: 0; }
}

@media (max-width: 960px) {
.tabletCenter {
  text-align: center;
  }
}

@media (max-width: 576px) {

  .mobileCenter {
    text-align: center;
  }


  .athleteHeadline {
    font-size: 60px;
    margin: 0;
    line-height: 60px;
    letter-spacing: 5px;
  }


.mob-full { flex: 0 0 100%; max-width: 100%; } 
.mob-half { flex: 0 0 50%; max-width: 50%; }
.mob-stack { flex: 0 0 100%; }

.mob-order-1 { order: 1; }
.mob-order-2 { order: 2; }
.mob-order-3 { order: 3; }
}


.offset-1 { margin-left: 8.33%; }
.offset-2 { margin-left: 16.66%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.33%; }
.offset-5 { margin-left: 41.66%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.33%; }
.offset-8 { margin-left: 66.66%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.33%; }
.offset-11 { margin-left: 91.66%; }

@media (max-width: 576px) {
  .mob-offset-0 { margin-left: 0; }
  .mob-offset-1 { margin-left: 8.33%; }
  .mob-offset-2 { margin-left: 16.66%; }
  .mob-offset-3 { margin-left: 25%; }
  .mob-offset-4 { margin-left: 33.33%; }
  .mob-offset-5 { margin-left: 41.66%; }
  .mob-offset-6 { margin-left: 50%; }
  .mob-offset-7 { margin-left: 58.33%; }
  .mob-offset-8 { margin-left: 66.66%; }
  .mob-offset-9 { margin-left: 75%; }
  .mob-offset-10 { margin-left: 83.33%; }
  .mob-offset-11 { margin-left: 91.66%; }
}
/* END_SECTION:athlete */

/* START_SECTION:charity-promotion (INDEX:10) */
.custom-liquid--container .promotion {
    background: #f8f2e1;
    padding: 3em;
    box-sizing: border-box;
    margin: 100px 0 100px 0;
    width: 100%;
    margin: 0 0 1em 0;
    letter-spacing: .48px;
    border-radius: 10px;
}
.clear {clear: both;}

.custom-liquid--container .promotion p.desc {
    line-height: 1.8;
}

.emotional {
  max-width: 285px;
  
  border-radius: 10px;
  margin-top: 2em;
}

@media screen and (min-width: 720px) {
  .emotional {
    max-width: 445px;
  }  
  .outer__charity {
    width: 80%;
    margin: 0 auto;    
  }

  .charity__container {
    margin: 0 auto;
  }

  .charity__container .promotion {
      margin: 0 20px 1em 0;
      width: calc(50% - 20px);
      float: left;
  }

  .charity__container .promotion.seated {
    margin-top: 4em;
  }
    
}

.custom-liquid--container .promotion .headline {
    margin-top: 0;
}
/* END_SECTION:charity-promotion */

/* START_SECTION:dynamic-benefits (INDEX:14) */
.dynamicBenefits .dynamicBenefit {
    margin: 6em 0;
}
/* END_SECTION:dynamic-benefits */

/* START_SECTION:dynamic-brand-objects (INDEX:17) */
.page-content ul.featuredVendors {
  display: inline; list-style: none; margin: 0; padding: 0;
}
.featuredVendors li {
  display: inline; padding: 0; margin: 0;
}
.featuredVendors li::after {
  content: ", ";
}
.featuredVendors li:last-of-type::after {
  content: "";
}
.featuredVendors a {
  color: #000;
  text-transform: capitalize;  
}
/* END_SECTION:dynamic-brand-objects */

/* START_SECTION:dynamic-featured-bike (INDEX:24) */
.featured-bike--inner .backgroundImage {
  min-height: calc(100vh - 90px);
  height: 100%;
  position: relative;    
  display: flex;
  flex-direction: column-reverse;
}



.featured-bike--inner .button-tertiary {
  display: inline-block;
}


.featuredImage .product-gallery--loaded-image,
.featuredCollectionImage {
  width: auto;  
  display: block;
  margin: auto;
  max-width: 100%;
}



.liftedCollectionFeatureBike {  
  grid-column-gap: 0px;
  grid-row-gap: 0px;  
  background: black;
  transition: height .25s cubic-bezier(.4,0,.2,1), box-shadow .25s cubic-bezier(.4,0,.2,1);
  border: 0;
  box-shadow: 0 3px 10px #00000015;
  border-radius: 24px;
  margin: 1em;
  padding: 30px;
  margin-bottom: 0;
  margin: 20px 20px -90px 20px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 850px;
  align-items: center;
  justify-content: center;
  color: white;
}

.liftedCollectionFeatureBike h1, .liftedCollectionFeatureBike h2, .liftedCollectionFeatureBike h3, .liftedCollectionFeatureBike h4, .liftedCollectionFeatureBike h5 {
  color: white;
}

.featuredImage {
  width: 40%;
  max-width: 450px;
  min-width: 200px;
  position: absolute;
  right: 60px;
  bottom: -90px;
}

.liftedCollectionFeatureBike .headline {
  margin: 0;
  color: white !important;
}

.liftedCollectionFeatureBike p {
  letter-spacing: 0.54px;
}

/* Logos */
.featured-bike__logos {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.featured-bike__logos img {
  max-width: 150px;
  width: 100%;
  height: auto;
  margin-top: 20px;

}

.featured-bike__logo {
  height: 24px;
  width: auto;
  object-fit: contain;
}

.featured-bike__content {
  margin-top: 30px;
}

/* Content als Liste */
.featured-bike__content ul {
  list-style: disc;
  padding-left: 20px;
  margin: 16px 0;
}

.featured-bike__content li {
  margin-bottom: 6px;
}

/* Preis */
.featured-bike__price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0;
  justify-content: center;
}

.featured-bike__price-compare {
  text-decoration: line-through;
  opacity: 0.6;
  font-size: 1rem;
}

.featured-bike__price-current {
  font-size: 1.25rem;
  font-weight: 700;
}

.featured-bike__container {
  max-width: 1600px;  
  border-radius: 20px;
  margin-bottom: 160px !important;  
}

@media screen and (max-width: 720px) {

  .liftedCollectionFeatureBike {
    margin-top: 300px !important;
    position: relative;
    width: 100%;    
  }

  .liftedCollectionFeatureBike_inner {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  
  .liftedCollectionFeatureBike .h5 {
      margin: 0;
      font-size: 1.50rem;
  }
}

@media screen and (min-width: 1400px) {
    .featured-bike__container {
        max-width: 1600px !important;
        border-radius: 20px;
    }
}

@media screen and (max-width: 1000px) {

  .liftedCollectionFeatureBike {
    left: 0;
    width: auto;
    bottom: 0;    
  }
  .featured-bike__container {
  }
}

@media screen and (min-width: 1600px) {
  .featured-bike__container {
    margin: auto;
    max-width: 1600px;  
    border-radius: 20px;
  }
}

@media screen and (min-width: 720px) {
  .featuredImage .product-gallery--loaded-image,
  .featuredCollectionImage {
    height: auto;
    object-fit: cover;    
  }

  .innerLifted {
    width: 70%;
    margin: 4em 15%;
  }
  
  .featured-bike--inner  .backgroundImage {
    background-size: cover;
    height: 100%;
    min-height: calc(100vh - 160px);
    position: relative;
    background-position: center;
  }

  .liftedCollectionFeatureBike {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      /* max-width: calc(100% - 40px); */
      max-width: 350px;
      width: 100%;
      max-height: 700px;
      /* margin: 0 auto; */
      align-items: center;
      justify-content: center;
      position: relative;      
      padding: 60px;      
      background: black;
      color: white;  
  }

  .liftedCollectionFeatureBike .headline{
    color: white !important;
  }

  .liftedCollectionFeatureBike.noImg {
    grid-template-columns: repeat(1, 1fr);
  }

  .liftedCollectionFeatureBike .h5 {
    margin-top: 0;
    font-size: 1.50rem;
    margin-bottom: 5px;
  }

  .featuredImage {
    order: 0;
    padding: 0 0 0 4em;
  }
}
/* END_SECTION:dynamic-featured-bike */

/* START_SECTION:dynamic-featured-product (INDEX:26) */
body section.featured-product__container .productoverview-alternate .featured-product--inner,
body section.featured-product__container .productoverview .featured-product--inner {
  border: 0;
  box-shadow: none;
  padding: 0;
}
body section.featured-product__container .featured-product--inner div.shippingTime {
  display: none;
}
/* END_SECTION:dynamic-featured-product */

/* START_SECTION:dynamic-featured-products (INDEX:27) */
.featured-products__container {

}
/* END_SECTION:dynamic-featured-products */

/* START_SECTION:dynamic-json-faq (INDEX:32) */
@media screen and (min-width: 1024px) {
  .faq-section {
    max-width: 900px;
    margin: 0 auto;
  }
}

/* Global? */
.faq-section h1 {
    font-size: 60px;
}

.faq-section .faq-items {
    text-align: left;
    border-top: 1px solid #c2c2c2;
    margin-top: 100px;
}

.faq-section button.faq-question {
    border: 0;
    background: none; padding: 0;
    margin: 0;
    line-height: normal;
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
    letter-spacing: 0.48px;
}

.faq-section button.faq-question:after {
    display: block;
    position: absolute;
    top: 23px;
    right: 0;
    content: "";
    transition: transform .5s;
}

.faq-section button.faq-question[aria-expanded="true"]:after {
  background: url('data:image/svg+xml,<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_5688_4473)"><path d="M24.0618 11.0735C23.2261 10.2378 22.2339 9.57488 21.142 9.12258C20.0501 8.67029 18.8798 8.4375 17.6979 8.4375C16.516 8.4375 15.3456 8.67029 14.2537 9.12258C13.1618 9.57487 12.1696 10.2378 11.3339 11.0735C10.4982 11.9093 9.83524 12.9014 9.38294 13.9933C8.93065 15.0853 8.69786 16.2556 8.69786 17.4375C8.69786 18.6194 8.93065 19.7897 9.38294 20.8816C9.83524 21.9736 10.4982 22.9657 11.3339 23.8015C13.0217 25.4893 15.3109 26.4375 17.6979 26.4375C20.0848 26.4375 22.374 25.4893 24.0618 23.8015C25.7496 22.1136 26.6979 19.8244 26.6979 17.4375C26.6979 15.0506 25.7496 12.7614 24.0618 11.0735Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.6968 21.6801L17.6968 13.1949" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.4542 17.4375L17.6968 13.1949L21.9395 17.4375" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_5688_4473"><rect width="24" height="24" fill="white" transform="translate(34.668 17.4375) rotate(135)"/></clipPath></defs></svg>');
  background-size: 35px 35px;
  width: 35px;
  height: 35px;    
}

.faq-section button.faq-question[aria-expanded="false"]:after {
  background: url('data:image/svg+xml,<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_5688_4518)"><path d="M23.5397 23.8021C24.3755 22.9663 25.0384 21.9742 25.4907 20.8822C25.943 19.7903 26.1758 18.62 26.1758 17.4381C26.1758 16.2562 25.943 15.0859 25.4907 13.9939C25.0384 12.902 24.3755 11.9099 23.5397 11.0741C22.704 10.2384 21.7119 9.57547 20.6199 9.12318C19.528 8.67089 18.3577 8.43809 17.1758 8.4381C15.9939 8.4381 14.8236 8.67089 13.7316 9.12318C12.6397 9.57547 11.6475 10.2384 10.8118 11.0741C9.12399 12.762 8.17578 15.0511 8.17578 17.4381C8.17578 19.825 9.12399 22.1142 10.8118 23.8021C12.4996 25.4899 14.7888 26.4381 17.1758 26.4381C19.5627 26.4381 21.8519 25.4899 23.5397 23.8021Z" stroke="%23989898" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.9331 17.437L21.4184 17.437" stroke="%23989898" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.1758 13.1944L21.4184 17.437L17.1758 21.6797" stroke="%23989898" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_5688_4518"><rect width="24" height="24" fill="white" transform="translate(17.1758 34.4082) rotate(-135)"/></clipPath></defs></svg>');
  background-size: 35px 35px;
  width: 35px;
  height: 35px; 
}

.faq-section .faq-answer.close div {
    display: none;
    transition: transform .5s;
}

.faq-section button.faq-question h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.125em !important;
    font-weight: 500 !important;
    padding: 1.2em;
    cursor: pointer;
    color: #000;
}

.faq-section .faq-answer {
    line-height: 1.8;
    border-bottom: 1px solid #c2c2c2;
    transition: transform .5s;
    padding: 0 1.2em;
}

.faq-section .faq-item:last-child .faq-answer {
    border-bottom: 0;
}

.faq-section .faq-answer a {
    text-decoration: none;
    color: #000;
}

.faq-section .faq-answer a:hover {
    text-decoration: underline;
}
/* END_SECTION:dynamic-json-faq */

/* START_SECTION:dynamic-logo-list (INDEX:33) */
.site-main div.shopify-section section.logolist--container {
    margin-top: 100px;
    margin-bottom: 145px;
    position: relative;
    display: flex;
}

@media screen and (max-width: 720px) {
  .site-main div.shopify-section section.logolist--container {
    margin-bottom: 145px;
    position: relative;
    display: block;
}
}
/* END_SECTION:dynamic-logo-list */

/* START_SECTION:dynamic-product-specs (INDEX:37) */
#classySpecs div.gatedImageContainer {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 290px;
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#classySpecs div.gatedImageContainer img {
    width: 100%;
    border: 0;
    border-top-radius: 5px;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
}

.legacySpecs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;    
}

@media screen and (min-width: 720px) {
    .legacySpecs {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(7, 1fr);  
    }
}
/* END_SECTION:dynamic-product-specs */

/* START_SECTION:dynamic-team-grid (INDEX:45) */
section.dynamic-team-grid {
    background: #f8f2e1;
    padding: 100px 0 100px 0;
}

section.dynamic-team-grid h2 {
    text-align: center;
}

  .members {
    margin: 0 auto;
    margin-top: 3em;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 25px; 
    grid-row-gap: 25px;
  }

  .teamImage img,
  .teamImage {
    width: 100%;
    border-radius: 20px;
    position: relative;
  }

  @media screen and (min-width: 1080px) {
    .members {
        margin: 0 auto;
        margin-top: 3em;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;    
    }
    .teamImage img,
    .teamImage {
       min-width: 430px;
    }    
  }

.darkOverlay {
    background-image: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.teamMember {
    position: relative;
    overflow: hidden;
}

.textContent {
    position: absolute;
    z-index: 200;
    bottom: 2em;
    left: 2em;
    color: #fff;
}

.easterEggHover {
  display: none;
  opacity:0;
  transition: opacity .3s ease 0s, top 0s linear .9s;
}

.teamMember:hover .easterEggHover {
  display: block;
  opacity:1;
  transition: top 0s linear 0s, opacity .3s ease .01s;
}

section.dynamic-team-grid span.subheadline {
    display: block;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}
/* END_SECTION:dynamic-team-grid */

/* START_SECTION:dynamic-testimonials (INDEX:46) */
.testimonials-section .testimonial__star-ratings svg{
      fill: #FDD012;
  }

  .testimonials-section .testimonial {
    text-align: left;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    transition: all .25s ease-in-out;
    overflow: hidden;
  }

  .testimonials-section .testimonial__content {
    background: #F7F7F7;
    text-align: left;
    align-items: start;
    border-radius: 10px;
    box-shadow: none;
  }
/* END_SECTION:dynamic-testimonials */

/* START_SECTION:dynamic-usps (INDEX:48) */
#funkyUsps {
    }

    #funkyUsps .imageCarousel div,
    #funkyUsps .textCarousel div {display: none;}
    div#funkyUsps div.active {display: block;}

    #funkyUsps .headlineCarousel {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;    
    }

    #funkyUsps .headlineCarousel div:before {
        content: "";   
    }    

    @media screen and (min-width: 720px) {
        #funkyUsps .headlineCarousel {
            grid-template-columns: 1fr;
            grid-template-rows: repeat(3, 1fr);
        }
        #funkyUsps .headlineCarousel div:before {
            content: "»";
            display: inline-block;
            font-weight: normal;
            line-height: 0;
            font-size: 1.8em;
            padding: 0 .2em;
            visibility: hidden;
            top: 9px;
            position: absolute;            
            left: -34px;  
        }
    }

    #funkyUsps .headlineCarousel div.active:before {
        visibility: initial;
    }

    #funkyUsps .headlineCarousel div:hover,
    #funkyUsps .headlineCarousel div.active {
        font-weight: bold;
    }

    #funkyUsps .headlineCarousel div {
        font-weight: normal;
        position: relative;
        cursor: pointer;
    }

    #funkyUsps .imageCarousel div {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 250px;
        margin-bottom: 2em;
        border: 0;
        border-radius: 5px;    
    }

    @media screen and (min-width: 720px) {
        #funkyUsps .imageCarousel div {
            height: 480px;    
        }    
    }


    #funkyUsps .imageCarousel {
        position: relative;
    }

    #funkyUsps .imageCarousel div img {
        width: 100%;
        border: 0;
        border-radius: 5px;
        position:absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 100%;
    }

    #funkyUsps .roundButton {
        border: 0;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        color: #000;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 38px;
        height: 38px;
        cursor: pointer;
        opacity: .8;
    }

    #funkyUsps .roundButton i {
        border: 1px solid #000;
        border-width: 1px 1px 0 0;
        width: 8px;
        height: 8px;
        display: block;
    }

    #funkyUsps .roundButton.back {
        left: 1.5em;
    }

    #funkyUsps .roundButton.back i {
        transform: rotate(-135deg);
        margin-left: 10px;    
    }

    #funkyUsps .roundButton.forward {
        right: 1.5em;
    }

    #funkyUsps .roundButton.forward i {
        transform: rotate(45deg);
        margin-left: 7px;    
    }

    #funkyUsps .roundButton.forward:hover i {
        transition: transform 1s;
        margin-left: 9px;    
    }

    #funkyUsps .roundButton.back:hover i {
        transition: transform 1s;
        margin-left: 8px;    
    }

    #funkyUsps .combinedAlliance {
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-gap: 30px;
        grid-template-rows: 1fr; 
        margin-bottom: 8em;
    }

    #funkyUsps .headlineCarousel {
        margin-top: 2em;
    }

    #funkyUsps .headlineCarousel div.h3 {
        text-align: center;
    }    

    @media screen and (min-width: 720px) {
        #funkyUsps .combinedAlliance {
            margin: 0 auto;
        }        
        #funkyUsps .combinedAlliance {
            width: 60%;
            grid-template-columns: 40% 60%; 
            grid-template-rows: 1fr; 
        }
        #funkyUsps .headlineCarousel div.h3 {
            text-align: left;
        }        
    }

    #funkyUsps .textCarousel p {
        margin: 0;
        padding: 0;
    }
/* END_SECTION:dynamic-usps */

/* START_SECTION:dynamic-videoask (INDEX:50) */
.custom-videoask--container iframe {
  box-shadow: 0px 0px 15px 0px rgba(207,207,207,0.53);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(207,207,207,0.53);
  -moz-box-shadow: 0px 0px 15px 0px rgba(207,207,207,0.53);
}
#videoNudge {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}
/* END_SECTION:dynamic-videoask */

/* START_SECTION:faq-metaobject-picker (INDEX:51) */
@media screen and (min-width: 1024px) {
  .faq-section {
    max-width: 900px;
    margin: 0 auto;
  }
}

.faq-section h1 {
  font-size: 60px;
}

.faq-section .faq-items {
  text-align: left;
  border-top: 1px solid #c2c2c2;
  margin-top: 100px;
}

.faq-section button.faq-question {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.48px;
}

.faq-section button.faq-question:after {
  display: block;
  position: absolute;
  top: 23px;
  right: 0;
  content: "";
  transition: transform .5s;
}

.faq-section button.faq-question[aria-expanded="true"]:after {
  background: url('data:image/svg+xml,<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_5688_4473)"><path d="M24.0618 11.0735C23.2261 10.2378 22.2339 9.57488 21.142 9.12258C20.0501 8.67029 18.8798 8.4375 17.6979 8.4375C16.516 8.4375 15.3456 8.67029 14.2537 9.12258C13.1618 9.57487 12.1696 10.2378 11.3339 11.0735C10.4982 11.9093 9.83524 12.9014 9.38294 13.9933C8.93065 15.0853 8.69786 16.2556 8.69786 17.4375C8.69786 18.6194 8.93065 19.7897 9.38294 20.8816C9.83524 21.9736 10.4982 22.9657 11.3339 23.8015C13.0217 25.4893 15.3109 26.4375 17.6979 26.4375C20.0848 26.4375 22.374 25.4893 24.0618 23.8015C25.7496 22.1136 26.6979 19.8244 26.6979 17.4375C26.6979 15.0506 25.7496 12.7614 24.0618 11.0735Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.6968 21.6801L17.6968 13.1949" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.4542 17.4375L17.6968 13.1949L21.9395 17.4375" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_5688_4473"><rect width="24" height="24" fill="white" transform="translate(34.668 17.4375) rotate(135)"/></clipPath></defs></svg>');
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
}

.faq-section button.faq-question[aria-expanded="false"]:after {
  background: url('data:image/svg+xml,<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_5688_4518)"><path d="M23.5397 23.8021C24.3755 22.9663 25.0384 21.9742 25.4907 20.8822C25.943 19.7903 26.1758 18.62 26.1758 17.4381C26.1758 16.2562 25.943 15.0859 25.4907 13.9939C25.0384 12.902 24.3755 11.9099 23.5397 11.0741C22.704 10.2384 21.7119 9.57547 20.6199 9.12318C19.528 8.67089 18.3577 8.43809 17.1758 8.4381C15.9939 8.4381 14.8236 8.67089 13.7316 9.12318C12.6397 9.57547 11.6475 10.2384 10.8118 11.0741C9.12399 12.762 8.17578 15.0511 8.17578 17.4381C8.17578 19.825 9.12399 22.1142 10.8118 23.8021C12.4996 25.4899 14.7888 26.4381 17.1758 26.4381C19.5627 26.4381 21.8519 25.4899 23.5397 23.8021Z" stroke="%23989898" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.9331 17.437L21.4184 17.437" stroke="%23989898" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.1758 13.1944L21.4184 17.437L17.1758 21.6797" stroke="%23989898" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_5688_4518"><rect width="24" height="24" fill="white" transform="translate(17.1758 34.4082) rotate(-135)"/></clipPath></defs></svg>');
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
}

.faq-section .faq-answer.close div {
  display: none;
  transition: transform .5s;
}

.faq-section button.faq-question h3 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.125em !important;
  font-weight: 500 !important;
  padding: 1.2em;
  cursor: pointer;
  color: #000;
}

.faq-section .faq-answer {
  line-height: 1.8;
  border-bottom: 1px solid #c2c2c2;
  transition: transform .5s;
  padding: 0 1.2em;
}

.faq-section .faq-item:last-child .faq-answer {
  border-bottom: 0;
}

.faq-section .faq-answer a {
  text-decoration: none;
  color: #000;
}

.faq-section .faq-answer a:hover {
  text-decoration: underline;
}
/* END_SECTION:faq-metaobject-picker */

/* START_SECTION:mighty-performance-stage (INDEX:57) */
#mighty-performance-stage {
    position: relative;
  }
  .welcomeContainer span,
  .welcomeContainer p {
      color: #fff;
  }
  
  p.description {
      font-size: 16px;
  }
  
  .welcomeContainer .h5 {
      margin: 2em 0;
  }
  
  .welcomeContainer span.h2 {
      display: block;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2.7px;
      font-size: 2.81em;
      line-height: normal;
  }


@media screen and (min-width: 1400px) {
    .videocontainer {
        height: calc(100vh - 270px)
    }
    #mighty-performance-stage.myveloVideoHeader {
        margin: 0!important;
    }
}

  #mighty-performance-stage.fullwidth .videocontainer {
    border-radius: 0px;
    max-width: unset;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }

  .videocontainer {
      border-radius: 20px; 
      overflow: hidden; 
      margin-left: auto;
      margin-right: auto;
      max-width: 1600px;
      position: relative;
      /* min-height: calc(100vh - 260px); */
      height: calc(100vh - 250px)
      /* min-height: 660px;
      max-height: 770px; */
  }

  
  .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));    
  }
  
      .welcomeContainer {
          position: absolute;
          bottom: 2em;
          top: auto;
          left: 2em;
          width: 80%;
      } 
  
  @media screen and (min-width: 1080px) {
      #mighty-performance-stage {
          position: relative;
          margin: 3em auto;
      }
  
      .welcomeContainer {
          top: 50%;
          bottom: auto;
          margin-top: -6em;
          left: 9em;
      }
  
      .welcomeContainer  .description {
          max-width: 50%;
      }    
  
      .overlay {
          background-image: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,0));    
      }    
  }
  
  #performant-video {
      width: 100%;
      object-fit: cover;
      z-index: 0;
      min-height: calc(100vh - 250px);
  }
  
  #videoSound {
      display: block;
      background: none;
      position: absolute; 
      top: 2em; 
      right: 2em; 
      z-index: 2;
      border: 0;
      cursor: pointer;
      padding: 0;
      transform: scale(1);
  }
  
  #videoSound.hidden {
      display: none;
  }

.myveloVideoHeader {
    margin: 15px 0 !important;
    margin-bottom: 30px !important;
}
@media (min-width: 1600px) {
    .myveloVideoHeader {
        margin: 60px !important;        
    }
}

  
  #videoSound span img {
      width: 40px;
      height: 40px;
  }
  
  #videoSound span.loud,
  #videoSound.volumenOn span.quite {
      display: none;
      transition: visibility 0s, opacity 0.5s linear;    
  }
  
  #videoSound span.quite,
  #videoSound.volumenOn span.loud {
      display: block;
      transition: visibility 0s, opacity 0.5s linear;    
  }
/* END_SECTION:mighty-performance-stage */

/* START_SECTION:mv-bike-size-calculator (INDEX:58) */
/* Card container handled by shared mv-calculator.css.liquid */

.bikesizecalc__results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px -32px -32px;
  padding: 24px 32px 32px;
  background: #1c3055;
  color: #ffffff;
  border-radius: 0 0 20px 20px;
}

.bikesizecalc__result-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.bikesizecalc__result-card--primary {
  background: rgba(147, 202, 255, 0.25);
  border-color: rgba(147, 202, 255, 0.5);
}

.bikesizecalc__result-label {
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 0.85em;
  opacity: 0.85;
}

.bikesizecalc__result-value {
  font-size: 2em;
  font-weight: 700;
  color: #ffffff;
  margin: 4px 0;
  line-height: 1.1;
}

.bikesizecalc__result-sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85em;
}

.bikesizecalc__advice {
  grid-column: 1 / -1;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  font-style: italic;
  font-size: 0.92em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.bikesizecalc__cta {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 4px;
}

.bikesizecalc__cta-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #ffffff;
  color: #1c3055 !important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95em;
  transition: background 0.2s ease;
}

.bikesizecalc__cta-btn:hover {
  background: #e8f4ff;
}

@media (max-width: 540px) {
  .bikesizecalc__results {
    grid-template-columns: 1fr;
    margin: 20px -20px -20px;
    padding: 20px 20px 28px;
    border-radius: 0 0 16px 16px;
  }
}
/* END_SECTION:mv-bike-size-calculator */

/* START_SECTION:mv-co2-calculator (INDEX:63) */
/* Wider than the 700px default to give the 4-column table room */
#co2-calc-container {
  max-width: 900px !important;
}
/* END_SECTION:mv-co2-calculator */

/* START_SECTION:mv-lexikon-newsletter (INDEX:72) */
.lexikon-nl {
  background: #eef6ff;
  border-radius: 16px;
  margin: 2.5rem auto;
  max-width: 900px;
  padding: 2.5rem 2rem;
}

.lexikon-nl__inner {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.lexikon-nl__icon img {
  opacity: 0.75;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.lexikon-nl__eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #555;
  margin: 0 0 0.35rem;
}

.lexikon-nl__heading {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: 1.25 !important;
  margin: 0 0 0.6rem !important;
  color: #111;
}

.lexikon-nl__text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
  margin: 0 0 1.25rem;
  max-width: 520px;
}

.lexikon-nl__fields {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: flex-end;
}

.lexikon-nl__input {
  flex: 1 1 240px;
  min-width: 0;
}

.lexikon-nl__submit button {
  white-space: nowrap;
}

.lexikon-nl__disclaimer {
  font-size: 0.75rem;
  color: #888;
  margin: 0.6rem 0 0;
}

.lexikon-nl__success {
  font-weight: 600;
  color: #1a6e2e;
  font-size: 1rem;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .lexikon-nl {
    padding: 1.75rem 1.25rem;
    border-radius: 12px;
  }

  .lexikon-nl__inner {
    flex-direction: column;
    gap: 1rem;
  }

  .lexikon-nl__icon {
    display: none;
  }

  .lexikon-nl__heading {
    font-size: 1.3rem !important;
  }

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

  .lexikon-nl__submit button {
    width: 100%;
  }
}
/* END_SECTION:mv-lexikon-newsletter */

/* START_SECTION:mv-product-badges (INDEX:75) */
.mvProductBadges {
    text-align: center;
}

.badgeContainer--gallery {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  pointer-events: none; /* Container ignoriert Maus */
}

.badge-tooltip {
  position: relative;
  pointer-events: auto; /* Tooltip & Bild sind hoverbar */
  display: inline-block;
  cursor: help;
}

.badge-tooltip img {
  max-height: 150px;
  width: auto;
  display: block;
}

/* Tooltip */
.badge-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 110%;
  right: 0;
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
  z-index: 200;
}

.badge-tooltip:hover::after {
  opacity: 1;
  transform: translateY(0);
}
/* END_SECTION:mv-product-badges */

/* START_SECTION:mv-product-teaser-landing (INDEX:78) */
body.yellow-landing .product-details-border {
  border: 10px solid #fadd4b;
  padding: 2em;
  width: 100%;
}

body.yellow-landing .product-details-border h1 {
  font-size: 3em;
}

body.yellow-landing .product-details-border .product__badge {
  margin-left: 0;
}


@media (min-width: 768px) {
  .innerCircle {
    width: 60%;
    margin: 0 auto;
  }
}


body.yellow-landing .product-details-border .cta {
  background: #03A311;
  color: fff;
  border-radius: 5px;
  padding: 1em 2em;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
}

.calculationTable .currentPrice {
  color: #CD0000;
  font-weight: bold;
  font-size: 1.2em;
}

.calculationTable {
  border: 0;
  border-collapse: collapse;
  width:100%;
  font-size: 1.2em;
}

.calculationTable tr td {padding: 0;}

.calculationTable .alignRight {
  text-align: right;
}

.calculationTable .joyOfSaving td {
    padding-bottom: 1em;
}
.calculationTable tr.total td {
  border-top: 1px solid #000000;
  padding-bottom: 1em;
}

.calculationTable span.sweetSavings,
.calculationTable span.currentPrice {
  padding: 10px;
}

.calculationTable span.strikePrice {
  padding: 10px;
  display: inline-block;
  background: url(/cdn/shop/files/streichpreis.jpg?v=1739285111) center center no-repeat;
  background-size: contain;
}

.voucher {
  font-weight: bold;
}
/* END_SECTION:mv-product-teaser-landing */

/* START_SECTION:mv-range-calculator (INDEX:79) */
/* ── Container fallback (also defined in mv-calculator.css.liquid) ── */
.mv-rangecalc-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.rangecalc {
  background: #f6f4f4;
  border: none;
  border-radius: 20px;
  box-shadow: none;
  padding: 32px;
  box-sizing: border-box;
  overflow: hidden;
}

.rangecalc label {
  display: block;
  color: #404040;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 20px;
}

.rangecalc label:first-child { margin-top: 0; }

.rangecalc select,
.rangecalc input[type="number"] {
  font: inherit;
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  background: #fff;
  color: #404040;
  box-sizing: border-box;
  margin-top: 4px;
}

.rangecalc input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: linear-gradient(
    to right,
    #93caff var(--fill, 0%),
    #e5e5e5 var(--fill, 0%)
  );
  border-radius: 9999px;
  outline: none;
  margin-top: 10px;
  cursor: pointer;
  border: none;
  min-height: unset;
  padding: 0;
}

.rangecalc input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  border: 2.5px solid #1c3055;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  margin-top: -7px;
}

.rangecalc input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  border: 2.5px solid #1c3055;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.rangecalc input[type="range"]::-moz-range-track {
  background: #e5e5e5;
  height: 8px;
  border-radius: 9999px;
}

.rangecalc input[type="range"]::-moz-range-progress {
  background: #93caff;
  height: 8px;
  border-radius: 9999px;
}

.rangecalc input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 9999px;
  background: transparent;
}

.rangecalc .radio-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.rangecalc .radio-group label {
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
  color: inherit;
}

.rangecalc .radio-group input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.rangecalc .radio-group input[type="radio"] + span {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  background: #f8fafc;
  color: #334155;
  font-size: 0.9em;
  font-weight: 500;
  user-select: none;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.rangecalc .radio-group input[type="radio"]:checked + span {
  border-color: #93caff;
  background: #93caff;
  color: #1c3055;
  font-weight: 600;
}

@media (max-width: 540px) {
  .rangecalc {
    padding: 20px;
    border-radius: 16px;
  }
}

/* ── Result typography ────────────────────────────────────── */
.rangecalc__result-section .result__label {
  display: block;
  font-size: 0.95em;
  font-weight: 500;
  margin-bottom: 8px;
  text-align: center;
}

.rangecalc__result-section .result__value {
  display: block;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.rangecalc__result-section .result__value small {
  font-size: 0.38em;
  font-weight: 600;
}

/* ── Result section: dark navy, edge-to-edge at card bottom ── */
.rangecalc__result-section {
  margin: 24px -32px -32px;
  padding: 28px 32px 32px;
  background: #1c3055;
  color: #ffffff;
  border-radius: 0 0 20px 20px;
}

/* Override shared CSS result margins - result is inside .rangecalc__result-section */
.mv-calc .rangecalc .result,
.mv-calc .rangecalc #ergebnis {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  border-left: none !important;
  color: inherit !important;
}

/* Discount: white card within dark section */
.rangecalc-discount {
  margin-top: 20px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
}

.rangecalc-discount--animate {
  animation: mv-gift-in 0.45s ease-out;
}

@keyframes mv-gift-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.rangecalc-discount__intro {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 0.9em;
}

.mv-discount-code-wrapper {
  margin-bottom: 14px;
}

.mv-discount-code {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px dashed rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  font-family: monospace;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1px;
}

.mv-discount-apply-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #ffffff;
  color: #1c3055 !important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  transition: background 0.2s ease;
  margin-bottom: 8px;
}

.mv-discount-apply-btn:hover {
  background: #e8f4ff;
}

.mv-discount-terms {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  margin: 4px 0 0;
}

/* ── Bike preview ──────────────────────────────────────────── */
.rangecalc__bike-row label {
  margin-top: 0;
}

.rangecalc__hint {
  display: block;
  margin-top: 6px;
  font-size: 0.82em;
  color: #737373;
  line-height: 1.45;
  font-weight: normal;
}

.rangecalc__bike-preview {
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  border-radius: 8px;
  position: relative;
  transition: max-height 0.35s ease, margin-top 0.35s ease;
}

.rangecalc__bike-preview.is-visible {
  max-height: 260px;
  min-height: 160px;
  margin-top: 10px;
  background: #ffffff;
}

.rangecalc__bike-preview.is-loading::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #efefef 25%, #e0e0e0 50%, #efefef 75%);
  background-size: 200% 100%;
  animation: mv-rc-shimmer 1.2s infinite linear;
  z-index: 1;
}

@keyframes mv-rc-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.rangecalc__bike-preview img {
  display: block;
  width: 100%;
  max-height: 240px;
  object-fit: contain;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 2;
}

.rangecalc__bike-preview.is-visible:not(.is-loading) img {
  opacity: 1;
}

/* ── Divider ──────────────────────────────────────────────── */
.rangecalc__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 4px;
  color: #a3a3a3;
  font-size: 0.9em;
}

.rangecalc__divider::before,
.rangecalc__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e5e5;
}

@media (max-width: 540px) {
  .rangecalc__result-section {
    margin: 20px -20px -20px !important;
    padding: 24px 20px 28px;
    border-radius: 0 0 16px 16px;
  }
}
/* END_SECTION:mv-range-calculator */

/* START_SECTION:mv-sizing (INDEX:82) */
.mv-sizing-section { padding: 20px 0; }
  #mv-pdp-calculator {
    max-width: 900px; margin: 0 auto; width: 100%; border: none;
    padding: 32px; border-radius: 20px; background: #f6f4f4;
    box-shadow: none; box-sizing: border-box; overflow: hidden;
  }
  #mv-pdp-calculator .inner { max-width: 560px; margin: 0 auto; }
  .mv-label-row { display: flex; justify-content: space-between; margin-bottom: 8px; }
  .mv-jump-link, .mv-measure-link { text-decoration: underline; cursor: pointer; color: #1C3055; }
  .mv-jump-link-wrapper { margin-bottom: 15px; }
  #pdp-inseam {
    width: 100%; padding: 14px 16px; border: 1px solid #d4d4d4; border-radius: 8px;
    font-size: 18px; text-align: center; transition: border-color 0.15s ease; font: inherit;
    background: #fff; color: #404040; box-sizing: border-box;
  }
  #pdp-inseam:focus { border-color: #1c3055; outline: none; }
  .mv-modal {
    display: none; position: fixed; z-index: 9999; left: 0; top: 0;
    width: 100%; height: 100%; background-color: rgba(0,0,0,0.6);
    justify-content: center; align-items: center; padding: 20px;
  }
  .mv-modal-content { background-color: #fff; padding: 30px; border-radius: 16px; max-width: 500px; width: 100%; position: relative; line-height: 1.6; }
  .mv-close-modal { position: absolute; right: 20px; top: 15px; font-size: 28px; cursor: pointer; color: #999; }
  #pdp-result {
    margin: 24px -32px -32px;
    padding: 28px 32px 32px;
    background: #1c3055;
    color: #fff;
    border-radius: 0 0 20px 20px;
    text-align: center;
    animation: fadeIn 0.4s ease-in;
  }
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
  .mv-result-label { font-size: 0.9em; opacity: 0.8; margin: 0 0 8px; }
  .mv-frame-value { font-size: 3em; font-weight: 700; color: #ffffff; margin: 0; line-height: 1.1; }
  .mv-label-value { font-size: 1.1em; font-weight: 500; margin: 6px 0 4px; color: rgba(255,255,255,0.9); }
  .mv-info-text { font-size: 0.8em; color: rgba(255,255,255,0.6); margin: 0 0 16px; }
  .mv-sizing-discount {
    margin-top: 16px;
    padding: 16px 20px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
  }
  .mv-sizing-discount-text {
    margin-bottom: 12px;
    color: #fff;
    font-size: 0.9em;
  }
  .mv-discount-code-wrapper { margin-bottom: 14px; }
  .mv-discount-code {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255,255,255,0.12);
    border: 2px dashed rgba(255,255,255,0.5);
    border-radius: 4px;
    font-family: monospace;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
  }
  .mv-discount-apply-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #ffffff;
    color: #1c3055 !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    transition: background 0.2s ease;
    margin-bottom: 8px;
  }
  .mv-discount-apply-btn:hover { background: #e8f4ff; }
  .mv-discount-terms { font-size: 12px; color: rgba(255,255,255,0.6); margin: 0; }

  @media (max-width: 540px) {
    #mv-pdp-calculator { padding: 20px; border-radius: 16px; }
    #pdp-result { margin: 20px -20px -20px; padding: 20px 20px 24px; border-radius: 0 0 16px 16px; }
  }
/* END_SECTION:mv-sizing */

/* START_SECTION:product-comparison-table (INDEX:91) */
/* ── Bilder ── */
.pct-image-wrap {
  margin-bottom: 32px;
}

.pct-image {
  width: 100%;
  height: auto;
  display: block;
}

.pct-image--grey {
  filter: grayscale(100%);
}

/* ── Header ── */
.pct-header {
  text-align: center;
  margin-bottom: 24px;
}

.pct-header h3 {
  font-weight: bold;
}

.pct-brand {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.04em;
}

.pct-category {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 6px;
  opacity: 0.75;
}

/* ── Trennlinie ── */
.pct-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 0 0 32px 0;
}

/* ── Listen-Items ── */
.pct-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pct-list li {
  position: relative;
  padding-left: 48px;
  margin: 0 0 24px 0;
  line-height: 1.4;
}

.pct-list li:last-child {
  margin-bottom: 0;
}

.pct-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
}


.pct-list strong {
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
}

/* ── CTA ── */
.pct-cta {
  text-align: center;
  margin-top: 56px;
}

.pct-cta button {
  font: inherit;
}

.pct-list ul {
  padding: 45px 0;  
}

.pct-list{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pct-button {
  display: inline-block;
  background: #1d1d1d;
  color: #fff;
  text-decoration: none;
  padding: 14px 48px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.2s ease;
}

.pct-button:hover {
  background: #444;
}
/* END_SECTION:product-comparison-table */

/* START_SECTION:product-features-flat (INDEX:92) */
.pfg-section {
  margin-top: var(--pfg-mt, 60px);
  margin-bottom: var(--pfg-mb, 60px);
}

.pfg-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.pfg-headline {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 90px 0;
  line-height: 1;
}

.pfg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 20px;
  margin-top: 60px;
}

.pfg-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pfg-key {
  font-weight: 700;
  line-height: 1.3;
}

.pfg-value {
  line-height: 1.4;
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .pfg-section {
    margin-top: var(--pfg-mt-t, var(--pfg-mt, 60px));
    margin-bottom: var(--pfg-mb-t, var(--pfg-mb, 60px));
  }

  .pfg-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 720px) {
  .pfg-section {
    margin-top: var(--pfg-mt-m, var(--pfg-mt-t, var(--pfg-mt, 60px)));
    margin-bottom: var(--pfg-mb-m, var(--pfg-mb-t, var(--pfg-mb, 60px)));
  }

  .pfg-inner {
    padding: 0 20px;
  }

  .pfg-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
/* END_SECTION:product-features-flat */

/* START_SECTION:pxs-newsletter (INDEX:99) */
@media only screen and (max-width: 767px) {

  .newsletter {
    width: 100% !important;
  }

  .pxs-newsletter-form-fields {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  .newsletter-input {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .newsletter-submit {
    max-width: 100% !important;
    margin-left: 0px !important;

  }

  .newsletter-submit button {
    width: 100% !important;

  }

  .pxs-newsletter-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .newsletter_wrapper_div .productitem--title{
    min-height: 140px !important;
  }

  .productgrid--item{
    width: 300px !important;
  }
}
.pxs-newsletter-header{
    padding-left: 0px !important;
    max-width: 100% !important;

  }

 .pxs-newsletter-section .form-fields-inline {
  justify-content: left;
  align-items: flex-start;
}

/* Remove the 40% cap that squeezes the submit area and causes inline overflow */
.pxs-newsletter-section .newsletter .newsletter-submit {
  width: auto;
  max-width: none;
}

/* Opt-out text sits below the button, not inline beside it */
.pxs-newsletter-section .newsletter-submit span {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.75rem;
  line-height: 1.4;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .pxs-newsletter-header{
    padding-left: 30px !important;
    max-width: 100% !important;

  }


  .pxs-newsletter-section .newsletter  {
    padding-left: 30px !important;
  }

  .pxs-newsletter-content {
    padding-left: 0px !important;
    padding-right: 0px !important;

  }

  .newsletter_wrapper_div  .productitem--title{
    min-height: 140px !important;
  }

  .productgrid--item{
    width: 300px !important;
  }
}

  .newsletter-color-dark_blue {
    background-color: #1C3055;    
  }

  .newsletter-color-dark_blue h2, .newsletter-color-dark_blue p {
    color: white;    
  }

  color: white !important;
/* END_SECTION:pxs-newsletter */

/* START_SECTION:racecalendar (INDEX:101) */
.raceDate2 {
       
}

.mobileUnder {
  display: flex;
  width: 100%;
}


@media (max-width: 576px) {


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

  .raceDate {
    position: relative;        
    display: inline-block;            
    font-size: 1.14rem;
    width: 200px;
    color: #989898;
    margin-top: 5px;    
    font-size: .9rem;
  }

  .raceCountry {
    margin-right: 15px;
    float: left;
  } 

  .raceName {
    text-transform: uppercase;
    font-size: 1.14rem;

  }

  .raceInfos {
    border-bottom: 1px solid #DADADA;  
    padding: 20px 0;    
    display: flex;
    align-items: center;
  }
}

@media (min-width: 576px) {

  .raceDate {
    float: right;
    position: relative;        
    display: inline-block;            
    font-size: 1.14rem;
    width: 200px;
    text-align: right;
  }

  .raceCountry {
    margin-right: 15px;
    float: left;
  } 

  .raceName {
    text-transform: uppercase;
    font-size: 1.38rem;
    display: inline-block;
    flex-grow: 1;
  }

  .raceInfos {
    border-bottom: 1px solid #DADADA;  
    min-height: 65px;
    display: flex;
    align-items: center;
    padding: 20px 0;    
  }
}
/* END_SECTION:racecalendar */

/* START_SECTION:static-article-air-calc (INDEX:106) */
@media screen and (min-width: 1080px) {
  #site-main .article-image {
    border: 0;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
  }
}

.author-box .h3 {
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
}

.article--outer h1 {
  letter-spacing: normal;
  font-size: 2.86em;
  text-transform: none;  
  font-weight: 500;
}

.author-big,
#site-main .article--outer h2,
.article--outer h2 {
  letter-spacing: normal;
    font-size: 2.4em!important;
  text-transform: none;
font-weight: 500;    
}
.article--outer h3 {
    font-size: 2.3em!important;
}
.article--outer h4 {
  
}
.article--outer h5 {
  
}



  .converter.mv-calc {
    max-width: 900px;
    margin: 24px auto;
    padding: 32px;
    background: #f6f4f4;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    box-sizing: border-box;
    overflow: hidden;
  }

  .converter label {
    display: block;
    color: #404040;
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 20px;
  }

  .converter label:first-child {
    margin-top: 0;
  }

  .converter input,
  .converter select {
    font: inherit;
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    background: #fff;
    color: #404040;
    box-sizing: border-box;
    margin-bottom: 0;
    transition: border-color 0.15s ease;
  }

  .converter input:focus,
  .converter select:focus {
    outline: none;
    border-color: #1c3055;
  }

  .converter #result {
    margin: 24px -32px -32px;
    padding: 28px 32px 32px;
    background: #1c3055;
    color: #ffffff;
    border-radius: 0 0 20px 20px;
    border-left: none;
    font-size: 1.05em;
    font-weight: 500;
    text-align: center;
  }

  @media (max-width: 540px) {
    .converter.mv-calc {
      padding: 20px;
      border-radius: 16px;
    }
    .converter #result {
      margin: 20px -20px -20px;
      padding: 20px 20px 24px;
      border-radius: 0 0 16px 16px;
    }
  }
/* END_SECTION:static-article-air-calc */

/* START_SECTION:static-article-calculator (INDEX:107) */
@media screen and (min-width: 1080px) {
  #site-main .article-image {
    border: 0;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
  }
}

.author-box .h3 {
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
}

.article--outer h1 {
  letter-spacing: normal;
  font-size: 2.86em;
  text-transform: none;  
  font-weight: 500;
}

.author-big,
#site-main .article--outer h2,
.article--outer h2 {
  letter-spacing: normal;
    font-size: 2.4em!important;
  text-transform: none;
font-weight: 500;    
}
.article--outer h3 {
    font-size: 2.3em!important;
}
.article--outer h4 {
  
}
.article--outer h5 {
  
}

#calculator.mv-calc {
  max-width: 900px;
  margin: 24px auto;
  padding: 32px;
  background: #f6f4f4;
  border: none;
  border-radius: 20px;
  box-shadow: none;
  box-sizing: border-box;
  overflow: hidden;
}

#calculator label {
  display: block;
  cursor: pointer;
  color: #404040;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 20px;
}

#calculator label:first-child {
  margin-top: 0;
}

#calculator input {
  font: inherit;
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  background: #fff;
  color: #404040;
  box-sizing: border-box;
  margin-top: 4px;
  transition: border-color 0.15s ease;
}

#calculator input:focus {
  outline: none;
  border-color: #1c3055;
}

#calculator .input-group {
  margin: 0 0 1.2em 0;
}

#calculator .result {
  margin: 24px -32px -32px;
  padding: 28px 32px 32px;
  background: #1c3055;
  color: #ffffff;
  border-radius: 0 0 20px 20px;
  border-left: none;
  font-size: 1.05em;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 540px) {
  #calculator.mv-calc { padding: 20px; border-radius: 16px; }
  #calculator .result { margin: 20px -20px -20px; padding: 20px 20px 24px; border-radius: 0 0 16px 16px; }
}
/* END_SECTION:static-article-calculator */

/* START_SECTION:static-article-consultant (INDEX:108) */
@media screen and (min-width: 1080px) {
  #site-main .article-image {
    border: 0;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
  }
}

.author-box .h3 {
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
}

.article--outer h1 {
  letter-spacing: normal;
  font-size: 2.86em;
  text-transform: none;
  font-weight: 500;
}

.author-big,
#site-main .article--outer h2,
.article--outer h2 {
  letter-spacing: normal;
    font-size: 2.4em!important;
  text-transform: none;
font-weight: 500;
}
.article--outer h3 {
    font-size: 2.3em!important;
}
.article--outer h4 {

}
.article--outer h5 {

}

/* Quiz – override article h2 size inside the card */
#e-bike-quiz .calc-title {
  font-size: 1.25em !important;
  font-weight: 600;
  margin: 0 0 1em;
}

/* Suppress the global logo-divider style inside the quiz */
.article--section #e-bike-quiz hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}
.article--section #e-bike-quiz hr::before {
  display: none;
}

/* Question sections */
.cq-question {
  margin-bottom: 4px;
}
.cq-question-label {
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  margin: 0 0 8px;
  display: block;
}

/* Budget slider */
.cq-budget-display {
  font-size: 1.6em;
  font-weight: bold;
  color: #1c3055;
  text-align: center;
  margin-bottom: 12px;
}
#cq-budget {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #1c3055 0%, #1c3055 var(--pct, 30%), #d0d0d0 var(--pct, 30%), #d0d0d0 100%);
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  border: none;
  accent-color: unset;
}
#cq-budget::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background: #1c3055;
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #1c3055;
}
#cq-budget::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: #1c3055;
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #1c3055;
}
.cq-budget-range {
  display: flex;
  justify-content: space-between;
  font-size: 0.8em;
  color: #999;
  margin-top: 6px;
}

/* Result */
.cq-result-banner {
  background: #0e2440;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  text-align: center;
}
.cq-result-label {
  opacity: 0.85;
  font-size: 0.88em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.cq-result-type {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
}
.cq-result-text {
  padding: 14px 16px;
  background: #f7f8fa;
  border: 1px solid #e8e8e8;
  border-top: none;
  color: #333;
  font-size: 0.95em;
  margin: 0;
}
.cq-result-cta {
  display: block;
  padding: 13px 24px;
  background: #1c3055;
  color: #fff !important;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  font-weight: bold;
  font-size: 0.95em;
  text-align: center;
  transition: background 0.3s;
}
.cq-result-cta:hover { background: #2a467a; }

/* Discount */
.cq-discount {
  margin-top: 16px;
  padding: 20px;
  background: #f8fbff;
  border: 2px solid #93caff;
  border-radius: 12px;
  text-align: center;
}
.cq-discount__intro { margin: 0 0 12px; color: #1c3055; font-size: 0.95em; line-height: 1.4; }
.mv-discount-code-wrapper { margin-bottom: 14px; }
.mv-discount-code {
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border: 2px dashed #1c3055;
  border-radius: 4px;
  font-family: monospace;
  font-size: 20px;
  font-weight: bold;
  color: #1c3055;
  letter-spacing: 1px;
}
.mv-discount-apply-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #1c3055;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s;
  margin-bottom: 8px;
}
.mv-discount-apply-btn:hover { background: #2a467a; }
.mv-discount-terms { font-size: 12px; color: #666; margin: 4px 0 0; }
/* END_SECTION:static-article-consultant */

/* START_SECTION:static-article-pct (INDEX:109) */
.pctHeader {
    color: #F8F2E1;
    text-align: left;
  }

@media screen and (min-width: 700px) {
  .PCTheadline {
    margin-bottom: -45px !important;
    margin-top: 15px;
  } 

  .pctHeader {
    position: absolute;
    bottom: 120px;
    left: 120px;
  }
}



@media screen and (max-width: 700px) {
  .pctHeader {
    padding: 20px;
    left: 0;
    top: 0;
    position: relative;
    margin-top: 120px;
  }

  .headerImg {
    height: 100% !important;
  }
}

.PCTheadline {
    margin-bottom: 20px;
    margin-top: 15px;
  }

.PCT-article-image {
  max-width: 1600px !important;
}

.PCT-header-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: linear-gradient(122deg, rgba(0,0,0,0.8491771708683473) 0%, rgba(0,0,0,0) 100%);
}


.pctHeader h1 {
  font-weight: bold !important;
  text-transform: uppercase !important;
}


@media screen and (min-width: 1080px) {
  #site-main .article-image {
    border: 0;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
  }
}

.author-box .h3 {
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
}

.article--outer h1 {
  letter-spacing: normal;
  font-size: 2.86em;
  text-transform: none;  
  font-weight: 500;
}

.author-big,
#site-main .article--outer h2,
.article--outer h2 {
  letter-spacing: normal;
    font-size: 2.4em!important;
  text-transform: none;
font-weight: 500;    
}
.article--outer h3 {
    font-size: 2.3em!important;
}
.article--outer h4 {
  
}
.article--outer h5 {
  
}

.article--content.rte div img {
  border-radius: 15px;
}

.headerImg {
  border-radius: 20px;
}
/* END_SECTION:static-article-pct */

/* START_SECTION:static-article (INDEX:110) */
@media screen and (min-width: 1080px) {
  #site-main .article-image {
    border: 0;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
  }
}

.author-box .h3 {
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
}

.article--outer h1 {
  letter-spacing: normal;
  font-size: 2.86em;
  text-transform: none;  
  font-weight: 500;
}

.author-big,
#site-main .article--outer h2,
.article--outer h2 {
  letter-spacing: normal;
  font-size: 2.5em!important;
  text-transform: none;
  font-weight: 500;    
}
.article--outer h3 {
    font-size: 2.3em!important;
}
.article--outer h4 {
  
}
.article--outer h5 {
  
}

.article--content.rte div img {
  border-radius: 15px;
}

@media (min-width: 1024px) {
  .article--content.rte div img {
    width: 120%;
    max-width: 1200px;
    margin-left: -10%;
    margin-right: 0;
  }
  .article--content.rte table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }
}

  .article--content.rte table th {
    background: #ECECEC;
  }

#progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #93caff;
    z-index: 1000;
}

#toc a {
  font-size: 1.2rem;
}

#toc a.active {
  text-decoration: underline !important;
  font-weight: bold;
}

#toc ul,
#toc li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#toc.sticky {
    max-width: 235px;
    margin-left: 20px;
    left: 0;
    z-index: 200;
}

@media screen and (min-width: 1400px) {
  #toc.sticky {
      max-width: 360px;
  }
}

.related-articles {
  margin: 20px 0;
  text-align: center;
}

.article-pill {
  border-radius: 15px;
  background: #f8f2e1;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

/* Prevent collapsed child margins from creating a large bottom gap on desktop */
@media screen and (min-width: 1024px) {
  section.article--outer {
    padding-bottom: 0.01px;
    margin-bottom: 80px;
  }
}
/* END_SECTION:static-article */

/* START_SECTION:static-blog (INDEX:111) */
.article--excerpt-wrapper--featured .article--excerpt-title {
  font-size: 1.75rem !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

@media screen and (min-width: 680px) {
  .article--excerpt-wrapper--featured .article--excerpt-title {
    font-size: 2.25rem !important;
  }
}

@media screen and (min-width: 860px) {
  .rich-text-block:last-child {
    margin-bottom: 0 !important;
  }
}
/* END_SECTION:static-blog */

/* START_SECTION:static-dictionary-article (INDEX:114) */
@media screen and (min-width: 1080px) {
  #site-main .article-image {
    border: 0;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
  }
}

/* Reduce top spacing of first article container on desktop */
@media screen and (min-width: 1024px) {
  .article--section .article--container:first-child {
    margin-top: 1.5rem;
  }
}

/* Prevent collapsed child margins from creating a large bottom gap */
@media screen and (min-width: 1024px) {
  section.article--outer {
    padding-bottom: 0.01px;
    margin-bottom: 80px;
  }
}

/* Reduce newsletter top-padding when it follows directly after an article section */
@media screen and (min-width: 1080px) {
  .article--section + .pxs-newsletter-section .pxs-newsletter {
    padding-top: 2rem;
  }
}

.article--outer h1 {
  letter-spacing: normal;
  font-size: 2.86em;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 0.4em;
}

.author-big,
#site-main .article--outer h2,
.article--outer h2 {
  letter-spacing: normal;
  font-size: 2.5em !important;
  text-transform: none;
  font-weight: 500;
}

.article--outer h3 {
  font-size: 2.3em !important;
}

.article--content.rte div img {
  border-radius: 15px;
}

@media (min-width: 1024px) {
  .article--content.rte div img {
    width: 120%;
    max-width: 1200px;
    margin-left: -10%;
    margin-right: 0;
  }
  .article--content.rte table {
    display: table;
    width: 100%;
  }
}

.article--content.rte table th {
  background: #ECECEC;
}

#toc a {
  font-size: 1.2rem;
}

#toc a.active {
  text-decoration: underline !important;
  font-weight: bold;
}

#toc ul,
#toc li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lexikon-tags a {
  color: #000;
  text-decoration: none;
}

.lexikon-tags .product__badge {
  margin: 0 8px 8px 0;
}

.lexikon-tags {
  margin-bottom: 20px;
}

.related-articles {
  margin: 20px 0;
  text-align: center;
}

.article-pill {
  border-radius: 15px;
  background: #f8f2e1;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

/* ── Lexikon Promo Grid – scoped overrides via .lexikon-promo-grid cssClass ── */

/* Mobile: scale down headings so they don't overwhelm a stacked layout */
@media screen and (max-width: 719px) {
  .lexikon-promo-grid .promo-block--header {
    font-size: 1.25rem !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    line-height: 1.25 !important;
  }
  .lexikon-promo-grid .promo-block--subheadline {
    font-size: 0.7rem !important;
  }
}

/* All breakpoints: tighten spacing and improve typography */
.lexikon-promo-grid .promo-block--content-wrapper {
  padding: 1.25rem 1.25rem 1.5rem;
}

.lexikon-promo-grid .promo-block--subheadline {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  opacity: 0.65;
  margin-bottom: 0.2rem;
}

.lexikon-promo-grid .promo-block--header {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.lexikon-promo-grid .promo-block--text {
  font-size: 0.9rem;
  line-height: 1.65;
  opacity: 0.85;
}

.lexikon-promo-grid .promo-block--button {
  margin-top: 1.1rem;
  display: inline-block;
}

/* Round corners on the image area of each block */
.lexikon-promo-grid .promo-block--image .promo-img-background {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

/* Subtle card shadow for the no-image placeholder blocks */
.lexikon-promo-grid .promo-block--placeholder .promo-block--content {
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  border-radius: 12px;
}
/* END_SECTION:static-dictionary-article */

/* START_SECTION:static-dictionary (INDEX:115) */
.article--title-wrapper{

  display: flex !important;
  align-items: flex-start !important; 
  justify-content: center !important;
  flex-direction:row !important;

}


.article--excerpt-content{
  height: 100% !important;
}

.article-list-item h2{
text-align: left !important;

}

.avatar-icon{
width:125px;

}

.blog--container .tags .product__badge.active-tag a {
  color: white !important;
}

.blog--container .tags .product__badge.active-tag {
  background-color: #000;
}

.blog--container {
  background-color: white !important;
}


.blog--container .tags a {
  color: #000;
  text-decoration: none;
}

.article--excerpt-wrapper{
  margin: 0 0 0 0 !important;

}

.blog--container .tags .product__badge {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.48px;
  margin: 0 10px 10px 0;
  padding: 0px 10px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
}
.blog--container .tags {
  margin-bottom: 30px;
  margin-top: 10px;
}

.blog--section {
  background-color: white !important;
}

.blog--inner {
  gap: 40px !important;
  justify-content: space-between !important;

}

.blog--inner li {
  list-style-type: none;
  padding: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border: none;
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  flex-basis: calc(33.3333% - 30px); 
  overflow: hidden;

}


.title-tag {
  display: inline-block;
  background-color: #f8f2e1;
  color: #000;
  padding: 5px 10px;
  border-radius: 20px;
  margin-top: 10px;
  font-size: 0.9em;
}

.more-link {
  text-align: left;
  margin-top: 15px;
}

.more-link-text {
  color: #000;
  text-decoration: underline;
}

.blog-dictionary-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px 40px;
  margin: 0 !important;
}

.blog-dictionary-header h2 {
  margin-bottom: 20px !important;
}

.blog-intro {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  line-height: 1.6em;
  text-align: center;
}

.divider {
  border-bottom: 2px solid #e8e8e8;
  margin: 0 auto;
  margin-bottom: 20px;
}

.category-text {
  text-align: center;
  color: #8c8c8c;
  margin-top: 40px;
}

.article--excerpt-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}


@media (max-width: 1024px) {
  .blog--inner li {
    flex-basis: calc(50% - 30px); /
  }
}

@media (max-width: 768px) {
  .blog--inner li {
    flex-basis: 100%;
  }

}
/* END_SECTION:static-dictionary */

/* START_SECTION:static-search (INDEX:126) */
.static-search-page .collection-filters__filter-range-input {
    border: 1px solid #000000 !important;
    border-radius: 3px !important;
    height: 40px !important;
    padding-top: 20px !important;
  }


  .static-search-page .filter-form-divider {
    border: none;
    border-top: 2px solid #f1f1f1;
    margin: 10px 0;
  }

  .static-search-page .question-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    width: 100%;
  }

  .static-search-page .question-text p {
    margin: 0;
  }

  .static-search-page .question-text .phone-number {
    font-weight: 700;
  }

  .static-search-page .search-result-text-desktop {
    margin-bottom: 0px;
  }



  .static-search-page .search-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 45.76px;
    line-height: 54.91px;
    letter-spacing: 2.7px;
    color: black;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .static-search-page .search-results-count {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18.4px;
    color: #989898;
    text-align: center;
  }

  .static-search-page .productgrid--search {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }

  .static-search-page .productgrid--search-form {
    display: flex !important;
    align-items: center !important;
    width: auto !important;
  }

  .static-search-page .form-field.no-label {
    display: flex !important;
    align-items: center !important;
    width: auto !important;
  }

  .static-search-page .productgrid--search-form .form-field-input.productgrid--search-form-field {
    width: 427px;
    height: 66px;
    border-radius: 10px;
    background-color: #f1f1f1;
    border: none;
    padding: 0 15px;
    box-sizing: border-box;
    flex: auto !important;
  }

  .static-search-page .productgrid--search-button {
    z-index: 1 !important;
  }

  .static-search-page .collection-filters__filter-title {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 400 !important;
    font-size: 18.4px !important;
    line-height: 21.16px !important;
    letter-spacing: 0.54px !important;
    color: #000 !important;
  }



  .static-search-page .collection-filters__filter-group {
    margin-bottom: 14px !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 10px !important;
    background-color: #f1f1f1 !important;
    padding: 10px 22px !important;
  }

  .static-search-page .breadcrumbs-container {
    margin-top: 135px !important;
  }

  @media screen and (min-width: 860px) {
    .static-search-page .productgrid--sidebar {
      width: 280px !important;
    }
    .static-search-page .productgrid--wrapper {
      width: calc(100% - 200px);
      column-gap: 185px !important;
    }
  }

  @media (max-width: 860px) {
    .static-search-page .breadcrumbs-container {
      margin-top: 40px !important;
    }
    .static-search-page .search-result-text-desktop {
      margin-bottom: 0px !important;
    }

    .static-search-page .productgrid--search-form {
      width: 100% !important;
      padding: 0 5px;
      box-sizing: border-box;
    }

    .static-search-page .form-field.no-label {
      width: 100% !important;
      padding: 0 5px;
      box-sizing: border-box;
    }

    .static-search-page .search-title {
      font-size: 35px;
    }

    .productgrid--utils .utils-filter {
    border: 1px solid #000000 !important;
    border-radius: 10px !important;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 0 !important;
    color: black !important;
    }


  }

  @media (min-width: 768px) {
    .static-search-page .productgrid--search-form .form-field-input.productgrid--search-form-field {
      width: 427px;
      margin: 0 auto;
    }
  }

  /* ── Search tab bar ── */
  .search-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 20px 0 24px;
  }

  .search-tab {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 8px 18px;
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    background: #fff;
    color: #666;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
  }

  .search-tab:hover {
    border-color: #000;
    color: #000;
  }

  .search-tab.is-active {
    background: #000;
    border-color: #000;
    color: #fff;
  }

  /* ── Section headings (shown in "all" tab; hidden on dedicated tabs) ── */
  .search-section-heading {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 32px 0 20px;
  }

  [data-active-tab="articles"] .search-section-heading,
  [data-active-tab="pages"] .search-section-heading {
    display: none;
  }

  /* ── Article cards grid ── */
  .search-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
  }

  @media (max-width: 860px) {
    .search-articles-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 560px) {
    .search-articles-grid {
      grid-template-columns: 1fr;
    }
  }

  .search-article-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
    overflow: hidden;
    background: #f8f8f8;
    transition: box-shadow 0.2s ease;
  }

  .search-article-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }

  .search-article-card__image {
    aspect-ratio: 3 / 2;
    overflow: hidden;
  }

  .search-article-card__image .rimage-wrapper,
  .search-article-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .search-article-card__body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .search-article-card__badge {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    padding: 3px 8px;
    border-radius: 4px;
    align-self: flex-start;
  }

  .search-article-card__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    color: #000;
  }

  .search-article-card__excerpt {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0;
    flex: 1;
  }

  /* ── Pages list ── */
  .search-pages-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .search-page-link {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    transition: color 0.15s;
  }

  .search-page-link:hover {
    color: #555;
  }

  /* ── Tab-based visibility ── */

  /* "all" tab: collapse wrapper from 2-col grid to block so items span full width */
  [data-active-tab="all"] .productgrid--sidebar,
  [data-active-tab="all"] .productgrid--masthead,
  [data-active-tab="all"] .productgrid--utils-sticky {
    display: none !important;
  }
  [data-active-tab="all"] .productgrid--wrapper {
    display: block !important;
    width: 100% !important;
  }

  /* "products" tab: hide article and page sections */
  [data-active-tab="products"] [data-tab-section="articles"],
  [data-active-tab="products"] [data-tab-section="pages"] {
    display: none;
  }

  /* "articles" tab: hide products and pages */
  [data-active-tab="articles"] [data-tab-section="products"],
  [data-active-tab="articles"] [data-tab-section="pages"] {
    display: none;
  }

  /* "pages" tab: hide products and articles */
  [data-active-tab="pages"] [data-tab-section="products"],
  [data-active-tab="pages"] [data-tab-section="articles"] {
    display: none;
  }
/* END_SECTION:static-search */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:article-excerpt-selected (INDEX:140) */
.selected-blogposts--container ul.selectedArticles {
  margin: 3em 0 1em 0;
  }

  .selectedArticles .article--excerpt-wrapper {
  border: 0;
  background: #fff;
  box-shadow: none;
  }

  .selectedArticles .article--excerpt-image {
    width: 100%;
    margin: 0;
  }

  @media (min-width: 960px) {
    .selectedArticles .article--excerpt-image {
    width: 50%;
    margin: 0;
    }
    .flex-container {
      display: flex;
      justify-content: flex-start; 
      align-items: stretch; 
      /* flex-flow: row nowrap; */ 
      flex-direction: row; 
      flex-wrap: nowrap; 
      align-content: stretch;
      height: 100%;
      margin-bottom: 1em;
    }    
  }

  .item2 { 
    flex-grow:1;
  }
/* END_SNIPPET:article-excerpt-selected */