
/*** Startseite***/

a.reg_btn:hover {
  opacity: 0.65;
}


/* PW vergessen Bestätigunsseite */

div.hl ~ ul {margin-left: 185px !important}
/*div.hl h1 {
 margin: 50px 0 0 10px}*/





/****Registrrierforumlar*****/

/*mobil: Button im Regi-form wieder einblenden*/
.dim-rg-hidden {
  display: block;}

  .dim-rg-container {
  
    margin: 20px 0 0 20px;
  }

div.hl {
  padding: 0px !important;
}

.regi-email-check.flex__column {
  flex-direction: column;
  margin-left: 40px;
}

/* tmp: Primärfarbe overwrite */
:root {
    --fairmate-color-primary: rgba(76, 86, 144, 1)
}

#return-to-top {
display:none;
}

/* tmp: Primärfarbe overwrite */
:root {
    --fairmate-color-primary: rgba(76, 86, 144, 1)
}

/* Platzierung des Shop Content - Breakpoints und Werte anpassen!*/
@media all and (min-width: 1475px) {
    .fm-shopv3-container {
        margin:0 calc((100% - 1365px)/2) !important;
    }
}

@media all and (min-width: 769px) {
    .fm-shopv3-container {
        margin-left:55px;
        margin-right: 55px;
    }
}

@media all and (max-width: 768px) {
    .fm-shopv3-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* /Platzierung */

.fm-shopv3-container p,
.fm-shopv3-container h2,
.fm-shopv3-container h3,
.v-window__container p {
margin-bottom:0px !important;
}

div[data-shopng-widget="voucher-code-widget"] h2 {
 font-size: 16px;
 color: #fff !important;
}

div[data-shopng-widget="cart-preview-widget"] h2 {
 font-size: 20px;
 color: #fff !important;
margin-bottom:0px !important;
}

.v-window__container p {
 font-weight: 400
}

div.fm-shopng__my-order-widget {
    max-width: 1206px;
    margin: 0 auto !important;
padding: 0 16px;
}
