/*
Theme Name: Computerhilfe MKK
Theme URI: https://computerhilfe-mkk.de/
Description: Astra child theme for the Computerhilfe MKK website.
Author: AlexT
Template: astra
Version: 1.0.0
Text Domain: computerhilfe-mkk
*/

:root {
  --ch-bg: #f6f2ea;
  --ch-surface: rgba(255, 253, 249, 0.9);
  --ch-surface-strong: #fff7ea;
  --ch-text: #1f2933;
  --ch-muted: #5b6872;
  --ch-line: #dfd2be;
  --ch-brand: #b7662d;
  --ch-brand-dark: #8b4b1f;
  --ch-accent: #143d48;
  --ch-accent-soft: #edf4f4;
  --ch-shadow: 0 24px 56px rgba(31, 41, 51, 0.1);
}

body.page-template-default,
body.home,
body.blog,
body.front-page,
body.page {
  background:
    radial-gradient(circle at top left, rgba(183, 102, 45, 0.12), transparent 32%),
    linear-gradient(180deg, #fbf7f0 0%, #f4efe5 100%);
  color: var(--ch-text);
}

body.home #masthead,
body.front-page #masthead,
body.page #masthead,
body.home #colophon,
body.front-page #colophon,
body.page #colophon,
body.home .ast-breadcrumbs-wrapper,
body.front-page .ast-breadcrumbs-wrapper,
body.page .ast-breadcrumbs-wrapper,
body.home .entry-header,
body.front-page .entry-header,
body.page .entry-header {
  display: none;
}

body.home .site-content,
body.front-page .site-content,
body.page .site-content {
  margin-top: 0;
}

.site-content .ast-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.computerhilfe-front {
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  overflow: clip;
}

.computerhilfe-front *,
.computerhilfe-front *::before,
.computerhilfe-front *::after {
  box-sizing: border-box;
}

.computerhilfe-front a {
  color: inherit;
  text-decoration: none;
}

.computerhilfe-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.computerhilfe-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(250, 246, 239, 0.9);
  border-bottom: 1px solid rgba(223, 210, 190, 0.7);
}

.computerhilfe-header-main,
.computerhilfe-topbar-inner,
.computerhilfe-hero-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.computerhilfe-header-main {
	min-height: 64px;
	padding: 10px 0;
}

.computerhilfe-header-bar,
.computerhilfe-header-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.computerhilfe-header-panel {
	flex: 1 1 auto;
	margin-top: 0;
}

.computerhilfe-brand {
  display: inline-flex;
  align-items: center;
  max-width: 260px;
}

.computerhilfe-brand-logo {
  width: auto;
  max-width: 100%;
  max-height: 52px;
  height: auto;
  display: block;
}

.computerhilfe-nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	gap: 12px 18px;
	font-size: 0.9rem;
	font-weight: 700;
	color: #21313a;
	white-space: nowrap;
	flex: 1 1 auto;
	min-width: 0;
}

.computerhilfe-nav a {
  position: relative;
}

.computerhilfe-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--ch-brand);
  transition: transform 180ms ease;
}

.computerhilfe-nav a:hover::after,
.computerhilfe-nav a:focus-visible::after {
  transform: scaleX(1);
}

.computerhilfe-header-cta,
.computerhilfe-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}

.computerhilfe-menu-toggle {
  display: none;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border-radius: 18px;
  border: 1px solid rgba(20, 61, 72, 0.14);
  background: rgba(255, 253, 249, 0.96);
  box-shadow: var(--ch-shadow);
  cursor: pointer;
}

.computerhilfe-menu-toggle span {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #132a4d;
  transition: transform 180ms ease, opacity 180ms ease;
}

.computerhilfe-site-header.is-menu-open .computerhilfe-menu-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.computerhilfe-site-header.is-menu-open .computerhilfe-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.computerhilfe-site-header.is-menu-open .computerhilfe-menu-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.computerhilfe-header-cta,
.computerhilfe-button-primary {
  background: linear-gradient(135deg, var(--ch-brand), #d4864b);
  color: #fff;
  box-shadow: 0 16px 26px rgba(183, 102, 45, 0.25);
}

.computerhilfe-button-secondary {
  background: rgba(20, 61, 72, 0.08);
  color: var(--ch-accent);
}

.computerhilfe-topbar {
  background: #143d48;
  color: #f7f3ec;
  font-size: 0.92rem;
}

.computerhilfe-topbar-inner {
  min-height: 40px;
}

.computerhilfe-topbar p {
  margin: 0;
  font-weight: 600;
}

.computerhilfe-section {
  padding: 88px 0;
}

.computerhilfe-hero {
  padding-top: 68px;
  padding-bottom: 40px;
}

.computerhilfe-grid {
  display: grid;
  gap: 22px;
}

.computerhilfe-grid-six {
  grid-template-columns: repeat(6, 1fr);
}

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

.computerhilfe-card,
.computerhilfe-hero-panel,
.computerhilfe-checklist div,
.computerhilfe-price-note,
.computerhilfe-form-panel,
.computerhilfe-process .computerhilfe-card,
.computerhilfe-page-card {
  background: var(--ch-surface);
  border: 1px solid rgba(223, 210, 190, 0.9);
  border-radius: 28px;
  box-shadow: var(--ch-shadow);
}

.computerhilfe-card,
.computerhilfe-form-panel,
.computerhilfe-process .computerhilfe-card,
.computerhilfe-price-note,
.computerhilfe-page-card {
  padding: 24px;
}

.computerhilfe-hero-grid,
.computerhilfe-split,
.computerhilfe-contact-band {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 30px;
  align-items: start;
}

.computerhilfe-eyebrow {
  margin: 0 0 12px;
  color: var(--ch-brand-dark);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.computerhilfe-section h2,
.computerhilfe-hero h1,
.computerhilfe-card h3,
.computerhilfe-footer h3,
.computerhilfe-page-card h1,
.computerhilfe-page-card h2,
.computerhilfe-page-card h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  color: #132a4d;
}

.computerhilfe-hero h1 {
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.95;
  max-width: 10ch;
}

.computerhilfe-hero-lead,
.computerhilfe-card p,
.computerhilfe-checklist div,
.computerhilfe-price-note p,
.computerhilfe-footer p,
.computerhilfe-form-intro,
.computerhilfe-form label span,
.computerhilfe-form-message,
.computerhilfe-price-facts dd,
.computerhilfe-hero-points li,
.computerhilfe-page-card p,
.computerhilfe-page-card li {
  color: var(--ch-muted);
}

.computerhilfe-hero-lead {
  max-width: 60ch;
  font-size: 1.15rem;
  margin: 22px 0 0;
}

.computerhilfe-hero-actions {
  justify-content: flex-start;
  margin: 30px 0;
}

.computerhilfe-hero-points {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

.computerhilfe-hero-panel {
  padding: 30px;
  position: relative;
}

.computerhilfe-hero-panel::before {
  content: "";
  position: absolute;
  inset: 18px -28px auto auto;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(183, 102, 45, 0.18), transparent 66%);
  pointer-events: none;
}

.computerhilfe-panel-label,
.computerhilfe-price-facts dt {
  font-weight: 800;
}

.computerhilfe-panel-label {
  margin: 0 0 18px;
  color: var(--ch-accent);
}

.computerhilfe-price-highlight {
  padding: 20px 22px;
  border-radius: 22px;
  background: #143d48;
  color: #fff;
  margin-bottom: 14px;
}

.computerhilfe-price-highlight-subtle {
  background: #f4ead8;
  color: var(--ch-brand-dark);
}

.computerhilfe-price-highlight strong,
.computerhilfe-card .computerhilfe-price {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.45rem;
  line-height: 1;
}

.computerhilfe-price-highlight small {
  display: block;
  margin-top: 8px;
}

.computerhilfe-price-facts {
  margin: 20px 0 0;
  display: grid;
  gap: 16px;
}

.computerhilfe-price-facts div {
  padding-top: 14px;
  border-top: 1px solid var(--ch-line);
}

.computerhilfe-price-facts dd {
  margin: 5px 0 0;
}

.computerhilfe-quick-links {
  padding: 24px 0 28px;
}

.computerhilfe-quick-links-header {
  margin-bottom: 26px;
  max-width: 62ch;
}

.computerhilfe-quick-card {
  text-align: center;
  min-height: 100%;
}

.computerhilfe-quick-card:hover,
.computerhilfe-card:hover,
.computerhilfe-process .computerhilfe-card:hover {
  transform: translateY(-6px);
  transition: transform 220ms ease, box-shadow 220ms ease;
  box-shadow: 0 28px 52px rgba(31, 41, 51, 0.12);
}

.computerhilfe-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff7ea, #f7eee0);
  color: var(--ch-brand-dark);
}

.computerhilfe-icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  stroke-width: 2.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.computerhilfe-checklist {
  display: grid;
  gap: 14px;
}

.computerhilfe-checklist div {
  padding: 18px 20px;
  font-weight: 700;
}

.computerhilfe-price-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(20, 61, 72, 0.06));
  border-top: 1px solid rgba(223, 210, 190, 0.6);
  border-bottom: 1px solid rgba(223, 210, 190, 0.6);
}

.computerhilfe-price-note {
  margin-top: 28px;
}

.computerhilfe-price-note p + p {
  margin-top: 10px;
}

.computerhilfe-contact-band {
  align-items: stretch;
}

.computerhilfe-process-list {
  display: grid;
  gap: 16px;
}

.computerhilfe-step-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--ch-surface-strong);
  color: var(--ch-brand-dark);
  font-weight: 800;
  margin-bottom: 16px;
}

.computerhilfe-form-panel {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(248, 241, 229, 0.95));
}

.computerhilfe-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.computerhilfe-form label {
  display: grid;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 700;
}

.computerhilfe-form label small {
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--ch-muted);
}

.computerhilfe-form-checkbox {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 61, 72, 0.1);
}

.computerhilfe-form-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
}

.computerhilfe-form-checkbox span {
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.65;
  color: var(--ch-muted);
}

.computerhilfe-form-checkbox a {
  color: var(--ch-brand-dark);
  font-weight: 700;
}

.computerhilfe-form-full {
  grid-column: 1 / -1;
}

.computerhilfe-form input,
.computerhilfe-form select,
.computerhilfe-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 61, 72, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  padding: 14px 16px;
  color: var(--ch-text);
  font: inherit;
}

.computerhilfe-form select {
  min-height: 56px;
  padding-right: 44px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #b7662d 50%), linear-gradient(135deg, #b7662d 50%, transparent 50%);
  background-position: calc(100% - 24px) calc(50% - 3px), calc(100% - 18px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.computerhilfe-form input[type="file"] {
  padding: 14px;
  line-height: 1.5;
}

.computerhilfe-form input:focus,
.computerhilfe-form select:focus,
.computerhilfe-form textarea:focus {
  outline: 2px solid rgba(183, 102, 45, 0.26);
  border-color: rgba(183, 102, 45, 0.5);
}

.computerhilfe-form button {
  margin-top: 8px;
}

.computerhilfe-form-message {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 700;
}

.computerhilfe-form-message.success {
  background: #e9f8ef;
  color: #1d6b3a;
}

.computerhilfe-form-message.error {
  background: #fdeceb;
  color: #912d2b;
}

.computerhilfe-contact-disclaimer {
  margin-top: 18px;
  padding: 18px 22px;
  border-left: 4px solid rgba(183, 102, 45, 0.82);
  border-radius: 20px;
  background: rgba(255, 250, 242, 0.94);
  box-shadow: 0 16px 34px rgba(19, 42, 77, 0.08);
}

.computerhilfe-contact-disclaimer p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--ch-muted);
}

.computerhilfe-contact-disclaimer p + p {
  margin-top: 10px;
}

.home .computerhilfe-front > p {
  display: none;
}

body.computerhilfe-popup-open {
  overflow: hidden;
}

.computerhilfe-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.computerhilfe-popup.is-visible {
  display: block;
}

.computerhilfe-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 26, 46, 0.52);
  backdrop-filter: blur(4px);
}

.computerhilfe-popup-dialog {
  position: relative;
  width: min(92vw, 640px);
  margin: min(10vh, 72px) auto 0;
  padding: 30px 28px 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.99), rgba(248, 241, 229, 0.98));
  border: 1px solid rgba(223, 210, 190, 0.92);
  box-shadow: 0 26px 60px rgba(19, 42, 77, 0.24);
}

.computerhilfe-popup-dialog h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.computerhilfe-popup-dialog p {
  margin: 0;
  line-height: 1.7;
  color: var(--ch-muted);
}

.computerhilfe-popup-summary {
  margin: 20px 0 24px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(20, 61, 72, 0.08);
  list-style: none;
}

.computerhilfe-popup-summary li + li {
  margin-top: 10px;
}

.computerhilfe-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(19, 42, 77, 0.08);
  color: #132a4d;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.computerhilfe-service-form-panel {
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(246, 238, 224, 0.98));
}

.computerhilfe-service-group[hidden] {
  display: none !important;
}

.computerhilfe-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 4px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 61, 72, 0.08);
}

.computerhilfe-page-section {
  padding-top: 56px;
}

.computerhilfe-page-card {
  max-width: 860px;
  margin: 0 auto;
}

.computerhilfe-page-card h1 {
  font-size: clamp(2.4rem, 5vw, 3.4rem);
}

.computerhilfe-page-card h2 {
  margin-top: 28px;
  font-size: 1.55rem;
}

.computerhilfe-page-card p,
.computerhilfe-page-card ul {
  margin: 0 0 16px;
}

.computerhilfe-page-card strong {
  color: var(--ch-text);
}

.computerhilfe-footer {
  padding: 34px 0 46px;
  background: linear-gradient(180deg, #143641, #10272e);
  color: rgba(247, 243, 236, 0.92);
}

.computerhilfe-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 28px;
  align-items: start;
}

.computerhilfe-footer-mark {
  width: 80px;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.computerhilfe-footer-links,
.computerhilfe-footer-contact {
  display: grid;
  gap: 10px;
}

.computerhilfe-footer h3,
.computerhilfe-footer a,
.computerhilfe-footer p {
  color: rgba(247, 243, 236, 0.92);
}

.computerhilfe-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.computerhilfe-reveal-left {
  transform: translateX(-30px);
}

.computerhilfe-reveal-right {
  transform: translateX(30px);
}

.computerhilfe-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.computerhilfe-grid .computerhilfe-reveal:nth-child(2) { transition-delay: 80ms; }
.computerhilfe-grid .computerhilfe-reveal:nth-child(3) { transition-delay: 140ms; }
.computerhilfe-grid .computerhilfe-reveal:nth-child(4) { transition-delay: 200ms; }
.computerhilfe-grid .computerhilfe-reveal:nth-child(5) { transition-delay: 260ms; }
.computerhilfe-grid .computerhilfe-reveal:nth-child(6) { transition-delay: 320ms; }

@media (prefers-reduced-motion: reduce) {
  .computerhilfe-reveal,
  .computerhilfe-quick-card,
  .computerhilfe-card,
  .computerhilfe-process .computerhilfe-card {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

@media (max-width: 1100px) {
  .computerhilfe-grid-six {
    grid-template-columns: repeat(3, 1fr);
  }

  .computerhilfe-brand {
    max-width: 230px;
  }

  .computerhilfe-nav {
    gap: 10px 14px;
    font-size: 0.84rem;
  }

  .computerhilfe-header-cta {
    padding: 0 18px;
  }
}

@media (max-width: 920px) {
	.computerhilfe-header-main {
		display: block;
	}

	.computerhilfe-topbar-inner,
	.computerhilfe-hero-actions {
		flex-direction: column;
		align-items: flex-start;
	}

  .computerhilfe-header-bar {
    align-items: center;
  }

  .computerhilfe-menu-toggle {
    display: inline-flex;
  }

	.computerhilfe-header-panel {
		display: none;
		width: 100%;
		flex: none;
		flex-direction: column;
		align-items: stretch;
		gap: 18px;
		margin-top: 18px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 253, 249, 0.98);
    border: 1px solid rgba(223, 210, 190, 0.92);
    box-shadow: var(--ch-shadow);
  }

  .computerhilfe-site-header.is-menu-open .computerhilfe-header-panel {
    display: flex;
  }

	.computerhilfe-nav {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		white-space: normal;
		gap: 14px;
	}

	.computerhilfe-header-cta {
		width: 100%;
		justify-content: center;
	}

  .computerhilfe-hero-grid,
  .computerhilfe-split,
  .computerhilfe-contact-band,
  .computerhilfe-footer-grid,
  .computerhilfe-grid-three {
    grid-template-columns: 1fr;
  }

  .computerhilfe-hero {
    padding-top: 42px;
  }
}

@media (max-width: 680px) {
  .computerhilfe-grid-six,
  .computerhilfe-form {
    grid-template-columns: 1fr 1fr;
  }

  .computerhilfe-hero h1 {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .computerhilfe-grid-six,
  .computerhilfe-form,
  .computerhilfe-service-grid {
    grid-template-columns: 1fr;
  }

  .computerhilfe-container {
    width: min(100% - 24px, 1180px);
  }

  .computerhilfe-button,
  .computerhilfe-header-cta {
    width: 100%;
  }

  .computerhilfe-page-title {
    font-size: clamp(2.1rem, 9vw, 3rem);
    max-width: 100%;
  }
}

body.post-type-archive-product #masthead,
body.post-type-archive-product #colophon,
body.post-type-archive-product .ast-breadcrumbs-wrapper,
body.post-type-archive-product .entry-header,
body.tax-product_cat #masthead,
body.tax-product_cat #colophon,
body.tax-product_cat .ast-breadcrumbs-wrapper,
body.tax-product_cat .entry-header {
  display: none;
}

.computerhilfe-nav a.is-active {
  color: var(--ch-brand-dark);
}

.computerhilfe-dashboard-grid {
  margin-top: 24px;
}

.computerhilfe-dashboard-welcome {
  max-width: 100%;
}

.computerhilfe-dashboard-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.computerhilfe-dashboard-list li {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(20, 61, 72, 0.05);
  border: 1px solid rgba(20, 61, 72, 0.08);
}

.computerhilfe-dashboard-list strong {
  color: #132a4d;
}

.computerhilfe-dashboard-login-form form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.computerhilfe-dashboard-login-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: var(--ch-text);
}

.computerhilfe-dashboard-login-form input[type="text"],
.computerhilfe-dashboard-login-form input[type="password"] {
  border-radius: 14px;
  border: 1px solid rgba(210, 196, 175, 0.98);
  background: #fffdfa;
}

.computerhilfe-dashboard-login-form .login-submit {
  margin: 6px 0 0;
}

.computerhilfe-dashboard-login-form .button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  background: linear-gradient(135deg, var(--ch-brand), #d4864b);
  color: #fff;
  box-shadow: 0 16px 26px rgba(183, 102, 45, 0.22);
}

.computerhilfe-page-hero {
  padding-top: 56px;
  padding-bottom: 26px;
}

.computerhilfe-page-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.85fr;
  gap: 28px;
  align-items: start;
}

.computerhilfe-page-title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.8rem, 5vw, 4.6rem);
	line-height: 1.02;
	color: #132a4d;
	max-width: 12ch;
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
}

.computerhilfe-page-lead {
  max-width: 62ch;
  margin: 20px 0 0;
  font-size: 1.1rem;
  color: var(--ch-muted);
}

.computerhilfe-page-callout {
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(20, 61, 72, 0.96), rgba(17, 40, 47, 0.98));
  color: rgba(247, 243, 236, 0.94);
  box-shadow: var(--ch-shadow);
}

.computerhilfe-page-callout h3,
.computerhilfe-page-callout p {
  color: inherit;
}

.computerhilfe-page-callout .computerhilfe-button {
  margin-top: 12px;
}

.computerhilfe-page-content-card,
.computerhilfe-shop-card {
  max-width: 1100px;
}

.computerhilfe-page-support {
  padding-top: 0;
}

.computerhilfe-membership-promo {
  padding-top: 18px;
}

.computerhilfe-inline-link {
  color: var(--ch-brand-dark);
  font-weight: 700;
}

.computerhilfe-catalog-grid {
  margin-top: 28px;
}

.computerhilfe-catalog-card {
  min-height: 100%;
}

.computerhilfe-page-services .computerhilfe-page-content-card,
.computerhilfe-page-kontakt .computerhilfe-page-content-card,
.computerhilfe-page-servreq .computerhilfe-page-content-card,
.computerhilfe-page-uber-uns .computerhilfe-page-content-card,
.computerhilfe-page-courses .computerhilfe-page-content-card,
.computerhilfe-page-memberships .computerhilfe-page-content-card {
  display: none;
}

.llms-loop .llms-loop-item,
.llms-course-list .llms-loop-item,
.llms-membership-list .llms-loop-item,
.llms-access-plan,
.llms-my-account .llms-sd-section,
.llms-my-account .llms-sd-grades,
.llms-checkout-wrapper,
.llms-order,
.llms-instructor-info,
.llms-student-dashboard section {
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(223, 210, 190, 0.95);
  border-radius: 24px;
  box-shadow: var(--ch-shadow);
}

.llms-loop .llms-loop-item,
.llms-course-list .llms-loop-item,
.llms-membership-list .llms-loop-item,
.llms-access-plan,
.llms-my-account .llms-sd-section,
.llms-checkout-wrapper,
.llms-order {
  padding: 20px;
}

.llms-loop .llms-loop-item h1,
.llms-loop .llms-loop-item h2,
.llms-loop .llms-loop-item h3,
.llms-access-plan h1,
.llms-access-plan h2,
.llms-access-plan h3,
.llms-my-account h2,
.llms-my-account h3,
.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.wc-block-components-title {
  color: #132a4d;
  font-family: Georgia, "Times New Roman", serif;
}

.llms-button-action,
.llms-checkout-wrapper button,
.llms-my-account .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  background: linear-gradient(135deg, var(--ch-brand), #d4864b) !important;
  color: #fff !important;
  border-radius: 999px !important;
  border: 0 !important;
  box-shadow: 0 16px 26px rgba(183, 102, 45, 0.22);
}

.llms-sd-items .llms-sd-item,
.llms-my-account .llms-notification,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.wc-block-components-notice-banner,
.wc-block-components-sidebar,
.wc-block-cart,
.wc-block-checkout,
.wc-block-components-order-summary,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.wc-block-components-totals-wrapper,
.wc-block-components-order-summary-item {
  border-radius: 22px;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.wc-block-cart,
.wc-block-checkout,
.wc-block-components-sidebar,
.wc-block-components-order-summary,
.woocommerce table.shop_table,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(223, 210, 190, 0.95);
  box-shadow: var(--ch-shadow);
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.cart_totals,
.woocommerce-cart-form {
  padding: 22px;
  border-radius: 24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(20, 61, 72, 0.05);
}

.woocommerce-account .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: rgba(183, 102, 45, 0.12);
}

@media (max-width: 920px) {
  .computerhilfe-page-hero-grid {
    grid-template-columns: 1fr;
  }
}

.computerhilfe-lms-page .site-main {
  overflow: clip;
}

.computerhilfe-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.computerhilfe-context-card {
  background:
    linear-gradient(180deg, rgba(255, 251, 244, 0.98), rgba(251, 247, 239, 0.92)),
    var(--ch-surface);
}

.computerhilfe-lms-shell {
  margin-top: 24px;
}

.computerhilfe-lms-shell > .lifterlms,
.computerhilfe-lms-shell > .llms-loop,
.computerhilfe-lms-shell > .llms-loop-list,
.computerhilfe-lms-shell > .llms-memberships,
.computerhilfe-lms-shell > .llms-courses,
.computerhilfe-page-content-card > .lifterlms,
.computerhilfe-page-content-card > .woocommerce,
.computerhilfe-page-content-card > .wp-block-woocommerce-cart,
.computerhilfe-page-content-card > .wp-block-woocommerce-checkout {
  width: 100%;
}

.llms-loop,
.llms-loop-list {
  display: grid;
  gap: 22px;
}

.llms-loop-item {
  overflow: hidden;
}

.llms-loop-item img,
.llms-loop-item .llms-featured-image img,
.llms-loop-item .llms-loop-thumbnail img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 16px;
}

.llms-loop-item-content,
.llms-loop-item-footer,
.llms-access-plan-featured,
.llms-access-plan-content,
.llms-access-plan-footer {
  padding-left: 0;
  padding-right: 0;
}

.llms-loop-item-footer,
.llms-access-plan-footer {
  border-top: 1px solid rgba(223, 210, 190, 0.95);
  margin-top: 18px;
  padding-top: 16px;
}

.llms-loop-item .llms-meta,
.llms-loop-item .llms-author,
.llms-loop-item .llms-course-lesson-length,
.llms-access-plan .llms-access-plan-pricing,
.llms-my-account .llms-meta {
  color: var(--ch-muted);
}

.llms-access-plan .llms-access-plan-title,
.llms-access-plan .llms-access-plan-price,
.llms-loop-item-title,
.llms-loop-item h3,
.llms-loop-item h4 {
  color: #132a4d;
  font-family: Georgia, "Times New Roman", serif;
}

.llms-access-plan .llms-access-plan-price,
.llms-loop-item .llms-price {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ch-brand-dark);
}

.llms-access-plan .llms-access-plan-featured,
.llms-loop-item .llms-featured-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(183, 102, 45, 0.12);
  color: var(--ch-brand-dark);
  font-weight: 700;
}

.llms-my-account nav,
.llms-my-account .llms-nav,
.llms-student-dashboard .llms-sd-nav {
  background: rgba(20, 61, 72, 0.96);
  border-radius: 24px;
  padding: 14px;
  box-shadow: var(--ch-shadow);
}

.llms-my-account nav ul,
.llms-my-account .llms-nav ul,
.llms-student-dashboard .llms-sd-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.llms-my-account nav a,
.llms-my-account .llms-nav a,
.llms-student-dashboard .llms-sd-nav a {
  display: block;
  padding: 11px 14px;
  border-radius: 14px;
  color: rgba(247, 243, 236, 0.92);
}

.llms-my-account nav .current a,
.llms-my-account .llms-nav .current a,
.llms-my-account nav a:hover,
.llms-my-account .llms-nav a:hover,
.llms-student-dashboard .llms-sd-nav a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.llms-notice,
.llms-message,
.llms-error,
.llms-checkout-wrapper .llms-notice {
  border-radius: 18px;
  border: 1px solid rgba(223, 210, 190, 0.95);
  background: rgba(255, 251, 244, 0.98);
}

.llms-checkout-wrapper #llms-checkout-errors,
.computerhilfe-checkout-alert {
  margin: 0 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(145, 45, 43, 0.18);
  background: #fdeceb;
  color: #7f2422;
  box-shadow: 0 12px 24px rgba(145, 45, 43, 0.08);
}

.llms-checkout-wrapper #llms-checkout-errors li,
.computerhilfe-checkout-alert li {
  margin: 0;
}

.computerhilfe-checkout-alert p {
  margin: 0 0 8px;
  font-weight: 800;
  color: inherit;
}

.computerhilfe-checkout-alert ul {
  margin: 0;
  padding-left: 20px;
}

.llms-checkout-wrapper .llms-form-field.error label,
.llms-checkout-wrapper .llms-form-field.invalid label,
.llms-checkout-wrapper .computerhilfe-field-error label {
  color: #912d2b;
}

.llms-checkout-wrapper .llms-form-field.error input,
.llms-checkout-wrapper .llms-form-field.error select,
.llms-checkout-wrapper .llms-form-field.error textarea,
.llms-checkout-wrapper .llms-form-field.invalid input,
.llms-checkout-wrapper .llms-form-field.invalid select,
.llms-checkout-wrapper .llms-form-field.invalid textarea,
.llms-checkout-wrapper .computerhilfe-field-error input,
.llms-checkout-wrapper .computerhilfe-field-error select,
.llms-checkout-wrapper .computerhilfe-field-error textarea {
  border-color: rgba(145, 45, 43, 0.55);
  background: #fff8f7;
  box-shadow: 0 0 0 3px rgba(145, 45, 43, 0.1);
}

.llms-checkout-wrapper .llms-password-strength-meter.too-short,
.llms-checkout-wrapper .llms-password-strength-meter.very-weak,
.llms-checkout-wrapper .llms-password-strength-meter.mismatch {
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fdeceb;
  color: #912d2b;
  font-weight: 700;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(223, 210, 190, 0.95);
  box-shadow: var(--ch-shadow);
}

.woocommerce ul.products li.product img {
  border-radius: 18px;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
}

.woocommerce .quantity .qty,
.woocommerce form .input-text,
.woocommerce form select,
.woocommerce textarea,
.llms-checkout-wrapper input,
.llms-checkout-wrapper select,
.llms-checkout-wrapper textarea,
.llms-my-account input,
.llms-my-account select,
.llms-my-account textarea {
  border-radius: 14px;
  border: 1px solid rgba(210, 196, 175, 0.98);
  background: #fffdfa;
}

.wc-block-cart,
.wc-block-checkout,
.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce,
.woocommerce-account .woocommerce,
.llms-my-account,
.llms-checkout-wrapper {
  position: relative;
}

.wc-block-cart::before,
.wc-block-checkout::before,
.woocommerce-checkout .woocommerce::before,
.woocommerce-cart .woocommerce::before,
.woocommerce-account .woocommerce::before,
.llms-my-account::before,
.llms-checkout-wrapper::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border-radius: 32px;
  background: radial-gradient(circle at top right, rgba(183, 102, 45, 0.14), transparent 34%);
}

@media (max-width: 980px) {
  .computerhilfe-context-grid,
  .woocommerce-account .woocommerce,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

body.post-type-archive-course #masthead,
body.post-type-archive-course #colophon,
body.post-type-archive-course .ast-breadcrumbs-wrapper,
body.post-type-archive-course .entry-header,
body.post-type-archive-course .ast-archive-entry-banner,
body.post-type-archive-course .ast-archive-description,
body.single-course #masthead,
body.single-course #colophon,
body.single-course .ast-breadcrumbs-wrapper,
body.single-course .entry-header,
body.post-type-archive-llms_membership #masthead,
body.post-type-archive-llms_membership #colophon,
body.post-type-archive-llms_membership .ast-breadcrumbs-wrapper,
body.post-type-archive-llms_membership .entry-header,
body.post-type-archive-llms_membership .ast-archive-entry-banner,
body.post-type-archive-llms_membership .ast-archive-description,
body.single-llms_membership #masthead,
body.single-llms_membership #colophon,
body.single-llms_membership .ast-breadcrumbs-wrapper,
body.single-llms_membership .entry-header,
body.tax-course_cat #masthead,
body.tax-course_cat #colophon,
body.tax-course_cat .ast-breadcrumbs-wrapper,
body.tax-course_cat .entry-header,
body.tax-course_cat .ast-archive-entry-banner,
body.tax-course_cat .ast-archive-description,
body.tax-membership_cat #masthead,
body.tax-membership_cat #colophon,
body.tax-membership_cat .ast-breadcrumbs-wrapper,
body.tax-membership_cat .entry-header,
body.tax-membership_cat .ast-archive-entry-banner,
body.tax-membership_cat .ast-archive-description {
  display: none;
}

body.home #primary,
body.front-page #primary,
body.page #primary,
body.post-type-archive-course #primary,
body.post-type-archive-llms_membership #primary,
body.post-type-archive-product #primary,
body.single-course #primary,
body.single-llms_membership #primary {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home .site-content,
body.front-page .site-content,
body.page .site-content,
body.post-type-archive-course .site-content,
body.post-type-archive-llms_membership .site-content,
body.post-type-archive-product .site-content,
body.single-course .site-content,
body.single-llms_membership .site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.admin-bar .computerhilfe-site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .computerhilfe-site-header {
    top: 46px;
  }
}

.computerhilfe-hero h1 {
  font-size: clamp(2.5rem, 4.9vw, 4.45rem);
  line-height: 0.98;
  max-width: 11ch;
  text-wrap: balance;
}

.computerhilfe-page-title {
	font-size: clamp(2.35rem, 4.2vw, 3.8rem);
	line-height: 1.02;
	max-width: 12ch;
	text-wrap: balance;
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
}

.computerhilfe-lms-hero-section {
  padding-top: 56px;
  padding-bottom: 28px;
}

.computerhilfe-lms-hero-grid,
.computerhilfe-lms-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.computerhilfe-lms-hero-copy,
.computerhilfe-lms-hero-panel,
.computerhilfe-lms-content-card,
.computerhilfe-lms-side-card {
  position: relative;
  background: rgba(255, 252, 247, 0.92);
  border: 1px solid rgba(223, 210, 190, 0.92);
  border-radius: 30px;
  box-shadow: var(--ch-shadow);
}

.computerhilfe-lms-hero-copy,
.computerhilfe-lms-content-card,
.computerhilfe-lms-side-card {
  padding: 30px;
}

.computerhilfe-lms-hero-copy {
  overflow: hidden;
}

.computerhilfe-lms-hero-copy::before,
.computerhilfe-lms-hero-panel::before,
.computerhilfe-lms-content-card::before,
.computerhilfe-lms-side-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(183, 102, 45, 0.16), transparent 68%);
  pointer-events: none;
}

.computerhilfe-lms-hero-panel {
  padding: 28px;
  background: linear-gradient(180deg, rgba(20, 61, 72, 0.98), rgba(17, 40, 47, 0.98));
  color: rgba(247, 243, 236, 0.94);
}

.computerhilfe-lms-hero-panel::before {
  inset: auto 0 0 auto;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 66%);
}

.computerhilfe-lms-panel-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 800;
  color: rgba(255, 230, 205, 0.9);
}

.computerhilfe-lms-hero-panel h2,
.computerhilfe-lms-hero-panel p {
  color: inherit;
}

.computerhilfe-lms-badges,
.computerhilfe-lms-highlights {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.computerhilfe-lms-badges {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.computerhilfe-lms-badges span,
.computerhilfe-lms-highlights div {
  display: block;
  padding: 14px 16px;
  border-radius: 18px;
}

.computerhilfe-lms-badges span {
  background: rgba(20, 61, 72, 0.05);
  border: 1px solid rgba(20, 61, 72, 0.08);
  color: var(--ch-text);
  font-weight: 700;
}

.computerhilfe-lms-highlights div {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.computerhilfe-lms-highlights span {
  display: block;
  margin-bottom: 4px;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 230, 205, 0.86);
}

.computerhilfe-lms-highlights strong {
  font-size: 1.05rem;
  color: #fff;
}

.computerhilfe-lms-hero-panel .computerhilfe-button {
  margin-top: 20px;
}

.computerhilfe-lms-content-section {
  padding-top: 0;
}

.computerhilfe-lms-content-card > :first-child,
.computerhilfe-lms-side-card > :first-child {
  margin-top: 0;
}

.computerhilfe-lms-content-card p,
.computerhilfe-lms-content-card li,
.computerhilfe-lms-side-card p,
.computerhilfe-lms-side-card li {
  font-size: 1.05rem;
  line-height: 1.7;
}

.computerhilfe-lms-side-list {
  margin: 16px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

.computerhilfe-lms-single .llms-access-plan,
.computerhilfe-lms-single .llms-access-plans .llms-access-plan,
.computerhilfe-lms-single .llms-syllabus-wrapper,
.computerhilfe-lms-single .llms-lesson-preview,
.computerhilfe-lms-single .llms-instructor-info,
.computerhilfe-lms-single .llms-course-navigation,
.computerhilfe-lms-single .llms-my-account .llms-sd-section,
.computerhilfe-lms-single .llms-my-account .llms-sd-grades,
.computerhilfe-lms-single .llms-loop-item,
.computerhilfe-lms-single .wp-block-group {
  border-radius: 24px;
}

.computerhilfe-lms-single .llms-access-plan,
.computerhilfe-lms-single .llms-syllabus-wrapper,
.computerhilfe-lms-single .llms-instructor-info,
.computerhilfe-lms-single .llms-course-navigation {
  background: rgba(255, 253, 249, 0.98);
  border: 1px solid rgba(223, 210, 190, 0.95);
  box-shadow: var(--ch-shadow);
  padding: 22px;
}

.computerhilfe-lms-single .llms-access-plan {
  overflow: hidden;
}

.computerhilfe-lms-single .llms-access-plan .llms-access-plan-footer,
.computerhilfe-lms-single .llms-course-navigation {
  margin-top: 18px;
}

.computerhilfe-lms-single .llms-syllabus-wrapper .llms-section-title,
.computerhilfe-lms-single .llms-access-plan .llms-access-plan-title,
.computerhilfe-lms-single .llms-access-plan .llms-access-plan-price,
.computerhilfe-lms-single .llms-instructor-info .llms-author,
.computerhilfe-lms-single .llms-course-navigation h2,
.computerhilfe-lms-single .llms-course-navigation h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: #132a4d;
}

.computerhilfe-lms-single .llms-access-plan .llms-access-plan-price {
  font-size: 2rem;
  color: var(--ch-brand-dark);
}

.computerhilfe-lms-single .llms-lesson-preview,
.computerhilfe-lms-single .llms-lesson-link,
.computerhilfe-lms-single .llms-section {
  background: rgba(255, 255, 255, 0.7);
}

.computerhilfe-lms-single .llms-lesson-preview,
.computerhilfe-lms-single .llms-section {
  border-radius: 18px;
}

.computerhilfe-lms-single .llms-lesson-preview {
  padding: 12px 14px;
}

.computerhilfe-lms-single .llms-instructor-info img,
.computerhilfe-lms-single .avatar {
  border-radius: 50%;
  border: 3px solid rgba(183, 102, 45, 0.22);
}

.computerhilfe-lms-single .llms-access-plan .button,
.computerhilfe-lms-single .llms-access-plan .llms-button-action {
  min-height: 50px;
  font-size: 1rem;
  padding-left: 22px;
  padding-right: 22px;
}

@media (max-width: 980px) {
  .computerhilfe-lms-hero-grid,
  .computerhilfe-lms-content-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .computerhilfe-lms-hero-copy,
  .computerhilfe-lms-hero-panel,
  .computerhilfe-lms-content-card,
  .computerhilfe-lms-side-card {
    padding: 22px;
  }

  .computerhilfe-lms-badges {
    grid-template-columns: 1fr;
  }
}
