
/* Adjust padding around individual items inside the cart */
 .jde_hint {
    padding: 0 15px !important;
}
.jde_hint a {
	font-weight: bold;
	text-decoration: underline;
}

.woocommerce-account .entry-content .woocommerce {
   
    border: 0;
    
}

/* ============================================================
   FOOTER
   ============================================================ */



footer h4 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 22px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.55;
}

.footer-contact-item svg {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  stroke: #b04038;
  stroke-width: 1.5;
  fill: none;
}

/* ============================================================
   BUTTONS & LINKS
   ============================================================ */

.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 38px;
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  overflow: hidden;
  position: relative;
  transition: all 0.4s var(--ease-out);
}

.about-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ast-global-color-2);
  transition: gap 0.3s var(--ease-out);
}

.about-link::after {
  content: '→';
  font-size: 14px;
  transition: transform 0.3s var(--ease-out);
}

.about-link:hover { gap: 18px; }
.about-link:hover::after { transform: translateX(4px); }

/* ============================================================
   TYPOGRAFIE
   ============================================================ */

.usp-text {
  font-family: Riga;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.hero h1 .accent-line {
  display: block;
  font-style: normal;
  font-size: 0.78em;
  letter-spacing: 0.22em;
  margin-top: 4px;
  opacity: 0.6;
}

h2.uagb-heading-text       { color: black; }
h2.uagb-heading-text em    { color: rgb(147, 48, 42); }

/* ============================================================
   SECTION EYEBROW
   ============================================================ */

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.section-eyebrow::before,
.section-eyebrow::after {
  content: '';
  width: 36px;
  height: 1px;
  background: var(--primary);
}

.section-eyebrow span {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--primary);
}

/* ============================================================
   BILDER & CAPTIONS
   ============================================================ */

.wp-block-uagb-image__figure {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 5% 100%, 0 95%);
  box-shadow:
    20px 20px 0 rgba(147, 47, 42, 0.1),
    0 30px 80px rgba(30, 20, 16, 0.1);
}

.wp-block-image figcaption.wp-element-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 4px 10px;
  font-family: Riga;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  background: rgb(147, 48, 42);
  border-radius: 0 10px 0 0;
  opacity: 0.9;
  backdrop-filter: blur(4px);
  pointer-events: none;
}

/* ============================================================
   SUSTAINABILITY SECTION
   ============================================================ */

.sustainability-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(147, 47, 42, 0.3) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 30%, rgba(201, 168, 76, 0.06) 0%, transparent 45%);
}

/* ============================================================
   INTRO YEAR
   ============================================================ */

.intro-year-display {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: clamp(80px, 12vw, 180px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(147, 47, 42, 0.2);
  user-select: none;
  position: relative;
}

/* ============================================================
   NMBOX
   ============================================================ */

.nmbox {
  width: 400px !important;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  background: rgba(0, 0, 0, 0.15);
}

.nmbox span,
.nmbox h3 {
  font-family: Riga;
  color: white;
}

/* ============================================================
   HEUTEAUFZAEHLUNG
   ============================================================ */

.heuteaufzaehlung li {
  display: flex;
  gap: 18px;
  padding: 24px;
  margin-bottom: 20px;
  background: var(--warm-white);
  border: 1px solid var(--cream);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition:
    border-color 0.3s ease,
    box-shadow   0.3s ease,
    transform    0.3s var(--ease-out);
}

.lapaufzaehlung li {
  display: flex;
  gap: 18px;
  padding: 15px;
  margin-bottom: 20px;
  background: #F5F0EB;
  
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition:
    border-color 0.3s ease,
    box-shadow   0.3s ease,
    transform    0.3s var(--ease-out);
}

/* ============================================================
   MTM HERO  (gemeinsame Basis via Custom Properties)
   ============================================================ */

.mtm-hero,
.mtm-hero-green,
.mtm-hero-red{
  --mtm-gem-url: url('/wp-content/plugins/mtm-timeline/assets/mtm_gem.png');
  position: relative;
  overflow: hidden;
}

/* Gem-Wasserzeichen */
.mtm-hero::before,
.mtm-hero-green::before,
.mtm-hero-red::before{
  content: '';
  position: absolute;
  left: clamp(-80px, -5vw, -20px);
  bottom: -100px;
  z-index: 2;
  pointer-events: none;
  width:  clamp(300px, 38vw, 400px);
  height: clamp(300px, 38vw, 420px);
  background-image:    var(--mtm-gem-url);
  background-size:     contain;
  background-repeat:   no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
  transform: rotate(-12deg);
}



/* Individuelle Overlay-Farben & Gem-Opacity */
.mtm-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top,   rgba(18, 10,  8, 0.75) 0%, transparent 50%),
    linear-gradient(160deg,   rgba(18, 10,  8, 0.65) 0%,
                              rgba(18, 10,  8, 0.45) 40%,
                              rgba(75,  0,  0, 0.40) 100%);
}

.mtm-hero::before         { opacity: 0.09; }


.mtm-hero-red::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
      background: linear-gradient(160deg, rgba(18, 10, 8, 0.72) 0%, rgba(18, 10, 8, 0.5) 40%, rgba(75, 0, 0, 0.45) 100%);
}

.mtm-hero-green::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top,   rgba(10, 18,  8, 0.80) 0%, transparent 50%),
    linear-gradient(160deg,   rgba(10, 18,  8, 0.78) 0%,
                              rgba(10, 18,  8, 0.55) 40%,
                              rgba(20, 45, 12, 0.45) 100%);
}

.mtm-hero-green::before,
.mtm-hero-red::before{ opacity: 0.08; }

/* Inner content über den Overlays */
.mtm-hero .uagb-container-inner-blocks-wrap,
.mtm-hero-green .uagb-container-inner-blocks-wrap {
  position: relative;
  z-index: 3;
}

/* Headings */

.leftheading-dark p { display: flex; align-items: center; gap: 12px; margin-bottom: 5px !important; font-family: Riga; letter-spacing: 0.2em;font-size: 12px; text-transform:uppercase }


.leftheading-dark p::before{ content: ''; width: 26px; height: 1px; background: var(--primary); }

.leftheading-dark h2 {
	font-weight: 300 !important;
	font-family: var(--font-body) !important;
	margin-bottom: 0 !important
}

.heroheading h1 {
	font-weight: 300 !important;
	font-family: var(--font-body) !important;
}
.heroheading p { display: flex; align-items: center; gap: 12px; margin-bottom: 5px !important; font-family: Riga; letter-spacing: 0.2em;font-size: 12px !important; text-transform:uppercase }


.centerheading-dark p { display: flex; align-items: center; gap: 10px; margin-bottom: 10px !important; font-family: Riga; letter-spacing: 0.2em; justify-content: center; font-size: 12px; text-transform:uppercase}

.centerheading-dark p::before, .centerheading-dark p::after { content: ''; width: 26px; height: 1px; background: var(--primary); }

.centerheading-dark h2,
.centerheading-light h2{
	text-align:center;
	font-size: 50px !important;
	font-weight: 300 !important;
	font-family: var(--font-body) !important;
}

.centerheading-light p { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-family: Riga; letter-spacing: 0.2em; justify-content: center; font-size: 12px; text-transform:uppercase; color: white}

.centerheading-light p::before, .centerheading-light p::after { content: ''; width: 26px; height: 1px; background: var(--primary); }

.centerheading-dark h2 {
	text-align:center;
	
}

.neulabel {
	background: #93302A;
	color: white;
	padding: 5px 10px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 200px !important;
	clip-path:polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}
figure img {
		clip-path:polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-3-column {
   
    margin: 10px 5px !important;
  
}

/* ═══════════════════════════════════════════
   HERO-CTA „Noch kein Kunde?" (Startseite)
   Der Heading-Block ist ein reiner Text-Link ohne Link-Affordanz und liegt
   direkt auf den Edelstein-Fotos. Wird hier zur Karte mit Eyebrow + Button.
   Hängt an der Klasse .registerinfo (Block oder Überschrift).
   ═══════════════════════════════════════════ */

.registerinfo {
  max-width: 440px;
  padding: 26px 32px 30px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(147, 47, 42, 0.18);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  transition: border-color 0.3s ease, background 0.3s ease;
}

.registerinfo:hover {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(147, 47, 42, 0.4);
}

/* Eyebrow: Strich + Kleintext im Marken-Stil */
.registerinfo::before {
  content: "Neu hier";
  display: block;
  margin-bottom: 14px;
  padding-left: 38px;
  background: linear-gradient(#932f2a, #932f2a) left center / 26px 1px no-repeat;
  font-family: 'Riga', Georgia, serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #932f2a;
}

/* Headline kleiner – 46px konkurrierten mit dem Logo daneben */
.registerinfo .uagb-heading-text,
.uagb-heading-text.registerinfo {
  margin: 0;
  font-size: clamp(26px, 2.6vw, 34px) !important;
  line-height: 1.2 !important;
}

.registerinfo a {
  display: block;
  color: #18100e;
  text-decoration: none;
}

/* Der CTA-Button, der dem Link bisher fehlte */
.registerinfo a::after {
  content: "Konto anlegen →";
  display: inline-block;
  margin-top: 22px;
  padding: 13px 22px;
  background: #932f2a;
  color: #fff;
  font-family: 'Riga', Georgia, serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
  transition: background 0.3s ease;
}

.registerinfo a:hover::after {
  background: #b04038;
}

.registerinfo a:focus-visible {
  outline: 2px solid #932f2a;
  outline-offset: 4px;
}

@media (max-width: 768px) {
  .registerinfo {
    max-width: 100%;
    padding: 22px 24px 26px;
  }
}

/* ═══════════════════════════════════════════
   MEIN KONTO – Login & Registrierung (M.T. Mohr)
   ═══════════════════════════════════════════ */

/* Zweispaltig: Login links, Registrierung rechts */
#customer_login {
    max-width: 1100px;
    margin: 0 auto;
    float: none;
    display: grid;
    grid-template-columns: 1.2fr 1fr;   /* Login breiter: langes Label „Benutzername oder E-Mail-Adresse" */
    gap: 0;
    align-items: start;
    align-content: start;
    grid-auto-flow: column;
}
#customer_login .u-column1,
#customer_login .u-column2 {
  display: block !important;    /* Login-Spalte sichtbar erzwingen */
  width: 100%;
  float: none;
  margin: 0;
  box-sizing: border-box;
}
#customer_login .u-column1 {
  padding-right: 10px;
}
#customer_login .u-column2 {
  padding-left: 50px;
  border-left: 1px solid rgba(147,47,42,0.12);   /* Trennlinie zwischen den Spalten */
}
#customer_login h2 {
  text-align: center;
  margin: 0 0 1.6em;
}

/* Umschalt-Links („Registrieren / Login") sind im Zweispalter überflüssig */
#customer_login .ast-woo-form-actions {
  display: none;
}

/* Mobil: untereinander, Trennlinie oben */
@media (max-width: 768px) {
  #customer_login {
    display: block;
  }
  #customer_login .u-column1 {
    padding-right: 0;
  }
  #customer_login .u-column2 {
    border-left: none;
    padding-left: 0;
    margin-top: 40px;
    border-top: 1px solid rgba(147,47,42,0.12);
    padding-top: 40px;
  }
}

/* ─── Felder ─────────────────────────────── */

/* Labels einheitlich (Versalien, im Marken-Stil) */
#customer_login form .form-row > label,
#customer_login form .form-row .woocommerce-input-wrapper + label {
  font-family: 'Riga', Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a4a44;
}

/* Floating-Label oben in der Box festnageln.
   Astra positioniert das Label relativ zur Feldmitte – wird der Input höher,
   rutscht das Label mit und klebt wieder am Eingabetext. */
#customer_login .ast-animate-input > label {
  top: 9px !important;
  transform: none !important;
  line-height: 1.2 !important;
}

/* Text-Inputs */
#customer_login form .form-row input.input-text,
#customer_login .woocommerce-input-wrapper input.input-text {
  width: 100%;
  min-height: 62px;              /* höher, damit Label + Text übereinander passen */
  border: 1px solid rgba(147,47,42,0.12);
  border-radius: 0;
  padding: 30px 16px 10px;       /* oben Platz für das Floating-Label */
  font-family: 'freight-text-pro', Georgia, serif;
  font-size: 14px;
  color: #1e1410;
  background: #fff;
  transition: border-color 0.3s ease;
}
#customer_login form .form-row input.input-text:focus {
  border-color: #932f2a;
  outline: 2px solid rgba(147,47,42,0.35);
  outline-offset: 1px;
  box-shadow: none;
}

/* Mobil 16px, sonst zoomt iOS beim Fokus in die Seite hinein */
@media (max-width: 768px) {
  #customer_login form .form-row input.input-text,
  #customer_login .woocommerce-input-wrapper input.input-text,
  #customer_login .form-row select {
    font-size: 16px;
  }
}

/* Passwort-Feld (Login) inkl. Anzeigen-Button auf volle Breite */
#customer_login .password-input {
  display: block;
  width: 100%;
  position: relative;
}

/* Select-Felder (Land, Kundengruppe): Höhe + eigener Pfeil,
   damit der ausgewählte Wert nicht abgeschnitten wird */
#customer_login .form-row select,
#customer_login .woocommerce-input-wrapper select {
  width: 100%;
  min-height: 48px;
  line-height: 1.4;
  padding: 12px 42px 12px 16px;
  border: 1px solid rgba(147,47,42,0.12);
  border-radius: 0;
  font-family: 'freight-text-pro', Georgia, serif;
  font-size: 14px;
  color: #1e1410;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23932f2a' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease;
}
#customer_login .form-row select:focus,
#customer_login .b2b-document-upload:focus {
  border-color: #932f2a;
  outline: 2px solid rgba(147,47,42,0.35);
  outline-offset: 1px;
  box-shadow: none;
}

/* Select-/Upload-Labels: Astra-Floating deaktivieren, statisch oberhalb.
   Astra-Addon setzt auf diesen Labels opacity:0 + pointer-events:none, solange
   das Feld leer ist – beim Datei-Upload bleibt es dadurch dauerhaft unsichtbar.
   Deshalb müssen opacity und pointer-events mit zurückgesetzt werden. */
#customer_login label[for="billing_country"],
#customer_login label[for="b2b_role"],
#customer_login .b2b-upload-field > label {
  position: static !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  user-select: auto !important;
  display: block !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  font-family: 'Riga', Georgia, serif !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #5a4a44 !important;
  background: none !important;
}

/* OPTIONAL – alle Labels statisch statt Astra-Floating.
   Aktuell sind nur LAND und GEWERBENACHWEIS statisch, alle anderen Felder
   zeigen im Ruhezustand nur den Platzhalter. Zum Vereinheitlichen die
   folgenden Zeilen einkommentieren (ändert die Optik des Formulars spürbar):

#customer_login .ast-animate-input > label {
  position: static !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  display: block !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  background: none !important;
  font-family: 'Riga', Georgia, serif !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #5a4a44 !important;
}
*/

/* Wrapper-Breite */
#customer_login .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

/* Datei-Upload (Gewerbenachweis) */
#customer_login .b2b-document-upload {
  display: block;
  width: 100%;
  font-family: 'freight-text-pro', Georgia, serif;
  font-size: 14px;
  color: #5a4a44;
  padding: 10px 12px;
  border: 1px dashed rgba(147,47,42,0.25);
  background: #f5f0eb;
  cursor: pointer;
}
#customer_login .b2b-document-upload::file-selector-button {
  font-family: 'Riga', Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: #932f2a;
  border: none;
  border-radius: 0;
  padding: 9px 16px;
  margin-right: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}
#customer_login .b2b-document-upload::file-selector-button:hover {
  background: #b04038;
}

/* ─── Checkboxen ─────────────────────────── */

/* Datenschutz-Checkbox: lesbarer Fließtext statt Versalien/Rot */
#customer_login #german_market_privacy_declaration_field label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'freight-text-pro', Georgia, serif !important;
  font-size: 14px !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: #5a4a44 !important;
  line-height: 1.5;
}
/* Astra setzt .woocommerce input[type=checkbox] { appearance:none } ohne
   width/height – die Box kollabiert dadurch auf 2x2px (nur der Rahmen).
   Größe, Haken und States müssen deshalb komplett selbst kommen. */
#customer_login input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  flex: 0 0 20px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(147,47,42,0.45);
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease;
}
#customer_login input[type="checkbox"]:hover {
  border-color: #932f2a;
}
#customer_login input[type="checkbox"]:checked {
  background: #932f2a;
  border-color: #932f2a;
}
#customer_login input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#customer_login input[type="checkbox"]:focus-visible {
  outline: 2px solid #932f2a;
  outline-offset: 2px;
}

/* Klickfläche der Zeile vergrößern (Touch-Target) */
#customer_login #german_market_privacy_declaration_field label,
#customer_login .woocommerce-form-login__rememberme {
  padding: 8px 0;
  cursor: pointer;
}
#customer_login #german_market_privacy_declaration_field {
  margin: 28px 0 20px;
}
#customer_login #german_market_privacy_declaration_field .required {
  color: #932f2a;
  text-decoration: none;
}

#customer_login #german_market_privacy_declaration_field a {
  color: #932f2a;
  text-decoration: underline;
}

/* "Angemeldet bleiben" */
#customer_login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'freight-text-pro', Georgia, serif;
  font-size: 14px;
  color: #5a4a44;
  text-transform: none;
  letter-spacing: normal;
}

/* ─── Buttons & Links ────────────────────── */

/* Submit-Buttons im Marken-Stil */
#customer_login .woocommerce-form-login__submit,
#customer_login .woocommerce-form-register__submit {
  width: 100%;
  background: #932f2a;
  color: #fff;
  font-family: 'Riga', Georgia, serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 16px 24px;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
  transition: background 0.3s ease;
}
#customer_login .woocommerce-form-login__submit:hover,
#customer_login .woocommerce-form-register__submit:hover {
  background: #b04038;
}

/* "Passwort vergessen?" */
#customer_login .lost_password {
  text-align: center;
  font-size: 14px;
  color: #5a4a44;
  margin-top: 18px;
}
#customer_login .lost_password a {
  color: #932f2a;
  font-family: 'Riga', Georgia, serif;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
.woocommerce-account #b2b_role_field {display: none}