/** Shopify CDN: Minification failed

Line 99:0 Expected "}" to go with "{"

**/




/*Produktbilder Roll on men / women */

@media (min-width: 960px){
  
  h2{
    
  }
  
  
 h3, h4, h5, h6  {
   font-size: 1.2rem !important;
    line-height: 32px !important;
}


  
  .vericaltext{
    width:1px;
    word-wrap: break-word;
    font-family: monospace; /* this is just for good looks */
}


.imgshape {
  
border-radius: 15px;
    box-shadow: 1px 0px 13px #797474;
    border: 0px solid #9a9a9a;}


/*Textbereich mit CTA Button*/
.textbereich {
    width: 100%;
    padding: 40px 0 60px;
    margin: 40px 0;
    background-color: #d8e6d1;
  border-radius: 5px;
  box-shadow: 3px 9px 19px 0px rgb(203 195 195);
}

.textbereich a {
    background-color: #9aa694;
    color: #fff !important;
    font-size: 18px;
    padding: 11px 40px;
    text-transform: uppercase;
    text-align: center;
}

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


/* Übersicht kurze Zusammenfassung*/
.uebersicht{
  margin-top: 70px;
  padding: 50px;
    background: linear-gradient(to right, #d8e6d1 0%,#c2d2a5 60%);
    border-radius: 15px 50px;
    /* -webkit-box-shadow: 0px 2px 8px 1px rgb(203 195 195); */
    -moz-box-shadow: 0px 2px 8px 1px rgb(203 195 195);
    /* box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 1); */
    -webkit-box-shadow: 0px 2px 8px 1px rgb(203 195 195);
    -moz-box-shadow: 0px 2px 8px 1px rgb(203 195 195));
  box-shadow: 0px 2px 8px 1px rgb(203 195 195);

}


.fontbold{
      font-size: 1.425rem;
}


/* Einleitungstext direkt unter dem Bild */
.introtext{
 font-weight: 800; 
}
/*



/* Schattierung um das Bild. Abgerundeter Rand*/

.headerbildartikel{
  border-radius: 5px;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
