.card p {
  text-align: left;
}

/* Dark red square marker for practice area cards - using ::before for reliability */
.cards .card h3 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.6rem;
  position: relative;
}
.cards .card h3::before {
  content: "" !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  background-color: #8B0000 !important;
  flex-shrink: 0 !important;
  margin-top: 0.25rem;
}
/* Hide the span markers since we're using ::before now */
.card h3 .card-marker,
.cards .card h3 .card-marker,
span.card-marker {
  display: none !important;
}

section#disciplines .select-animate {
  font-style: italic;
}

/* Contact icons styling */
.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
}
.contact-icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.slogan-desc {
  margin-bottom: 2.2em;
  margin-top: 0.5em;
  font-size: 1.08rem;
  color: rgba(0,0,0,0.78);
  max-width: 760px;
  line-height: 1.45;
}

/* Make the slogan sentence white as requested */
.slogan-desc.white {
  color: #ffffff;
}

/* Discipline header */
.disciplines-header{
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}
.disciplines-header .eyebrow{
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.72);
  margin: 0;
}
.disciplines-header h2{
  font-size: 2.2rem;
  margin: 0;
  font-weight: 600;
  color: #ffffff;
}
.disciplines-header .lead{
  margin: 0;
  font-size: 1.08rem;
  color: rgba(255,255,255,0.82);
  max-width: 540px;
}

/* Left-align main discipline texts */
#disciplines .ueber-text,
#disciplines .ueber-text p {
  text-align: left;
}

/* Consolidated main navigation styles */
.main-nav{
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-nav ul{
  list-style: none;
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  align-items: center;
}
.main-nav a{
  color: #2f2f2f;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background .16s ease, transform .16s ease, box-shadow .16s ease;
}
.main-nav a:hover{ background: rgba(47,47,47,0.06); transform: translateY(-1px); }
.main-nav .dropdown{ position: relative; }
.main-nav .dropdown > a::after{ content: '▾'; margin-left: 6px; font-size: 0.8em; opacity: 0.85; }
.main-nav .dropdown-menu{
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  display: none;
  min-width: 200px;
  padding: 6px 0;
  z-index: 80;
}
.main-nav .dropdown-menu li a{ display: block; padding: 8px 16px; color: #222; }
.main-nav .dropdown:hover .dropdown-menu, .main-nav .dropdown:focus-within .dropdown-menu{ display: block; }
.main-nav .dropdown.open .dropdown-menu{ display: block; }

@media (max-width: 800px){
  .main-nav{ justify-content: center; }
  .main-nav ul{
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .main-nav .dropdown-menu{ position: static; box-shadow: none; padding-top: 4px; text-align: center; }
}

/* Court building hero image: reduced height */
.court-building-fullwidth{
  width: 100vw;
  display: block;
  margin-left: calc(50% - 50vw);
  height: 100vh;
  max-height: 100vh;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  animation: hero-zoom 5s ease-out forwards;
  will-change: transform;
}

@keyframes hero-zoom{
  from{ transform: scale(1); }
  to{ transform: scale(1.12); }
}

/* Spacer under headings */
.spacer{
  height: 1.6rem;
}

/* Consistent left alignment for all discipline texts */
#disciplines {
  text-align: left;
  padding: 2rem 2rem 0;
}
#disciplines.disciplines--compact{
  padding-bottom: 1.5rem;
}
.disciplines--compact + .lawyers-section{
  margin-top: 0.5rem;
}
#headline{ margin: 0 0 0.6rem 0; padding: 0; }
#slogan{ margin: 0 0 1.1rem 0; padding: 0; }
#expertise{ margin: 1.4rem 0 0 0; padding: 0; }
.ueber-text{ margin-left: 0; }
.cards{ margin-left: 0; }

/* Language select */
.lang-select select{
  border:1px solid rgba(47,47,47,0.14);
  background: rgba(255,255,255,0.8);
  border-radius:0;
  padding:8px 12px;
  font-weight:600;
  color:#2f2f2f;
  box-shadow:0 3px 10px rgba(0,0,0,0.06);
  min-width: 94px;
}
.lang-select select:focus{
  outline:2px solid rgba(47,47,47,0.18);
}
.lang-select{
  display: flex;
  justify-content: flex-end;
  width: auto;
  margin-left: auto;
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}

/* Edler Button-Stil */
.cta-button.erstgespraech {
  background: linear-gradient(90deg, #e6c06b 0%, #fffbe9 100%);
  color: #2f2f2f;
  border: 2px solid #e6c06b;
  box-shadow: 0 4px 18px 0 rgba(230,192,107,0.18), 0 1.5px 4px 0 rgba(162,46,71,0.10);
  font-family: 'Verdana', 'Heiti SC', sans-serif;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 0 #fffbe9, 0 0.5px 0 #e6c06b;
  font-size: 1.05rem;
  padding: 0.85em 1.1em;
  white-space: nowrap;
  transition: background 0.25s, color 0.25s, box-shadow 0.25s, border 0.25s;
}
.cta-button.erstgespraech:hover {
  background: linear-gradient(90deg, #fffbe9 0%, #e6c06b 100%);
  color: #2f2f2f;
  border: 2.5px solid #2f2f2f;
  box-shadow: 0 6px 24px 0 rgba(230,192,107,0.22), 0 2px 8px 0 rgba(47,47,47,0.13);
  text-shadow: 0 1.5px 0 #fffbe9, 0 1px 0 #e6c06b;
}

.cta-button.anrufen {
  background: #e6c06b;
  color: #2f2f2f;
  border: 2px solid #2f2f2f;
}
.cta-button.anrufen:hover {
  background: #3a3a3a;
  color: #fffbe9;
  border: 2px solid #e6c06b;
}

:root {
  --beige-background: #f7f3ec;
  --light-beige-background: #fffaf4;
  --dark-blue: #2f2f2f;
  --light-blue: #f3eee7;
  --deep-red: #972e49;
}



@import url("https://fonts.googleapis.com/css2?family=Verdana:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  letter-spacing: normal;
  border: none;
}

p {
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  letter-spacing: normal;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  background-color: var(--deep-red);
  overflow-x: hidden;
}

body, img {
  max-width: 100%;
.court-building-outer{
  position: relative;
  overflow: hidden;
}
.court-building-outer::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 70%, rgba(0,0,0,0.65) 100%);
  pointer-events: none;
}
.hero-overlay{
  position: absolute;
  bottom: 52px;
  left: 28px;
  max-width: clamp(520px, 78vw, 1040px);
  color: #ffffff;
  text-align: left;
  text-shadow: 0 10px 28px rgba(0,0,0,0.4);
  padding: 12px;
}
.hero-overlay h1{
  font-size: clamp(2rem, 3vw + 1rem, 3.2rem);
  margin: 0 0 0.5rem 0;
  font-weight: 600;
  white-space: normal;
  word-break: keep-all;
  hyphens: auto;
}
.hero-overlay p{
  margin: 0;
  font-size: clamp(1rem, 1vw + 0.6rem, 1.2rem);
  line-height: 1.4;
  white-space: normal;
  word-break: keep-all;
  hyphens: auto;
}

body {
  overflow-x: hidden;
  scroll-snap-type: y proximity;
}

section {
  scroll-margin-top: 120px;
  scroll-snap-align: start;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--dark-blue);
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  box-sizing: border-box;
}

ul {
  display: flex;
}

.nav-links {
  gap: 2rem;
  justify-self: flex-end;
  font-size: 1rem;
  list-style: none;
}
.nav-links > li > a {
  text-decoration: none;
  text-decoration-color: white;
  color: var(--dark-blue);
}

.logo {
  font-family: quicksand, sans-serif;
  font-size: 26px;
  font-weight: lighter;
  border: none;
  padding-left: 1rem;
  text-align: center; /* Center the logo */
}

.logo img {
  width: clamp(160px, 26vw, 420px);
  max-width: 100%;
  height: auto;
}

@media (max-width: 1100px){
  header{ padding: 12px 18px; }
  .main-nav ul{ gap: 10px; flex-wrap: wrap; }
  .main-nav a{ padding: 9px 12px; font-size: 0.98rem; }
  .lang-select{ margin-left: 0; }
  .logo img{ width: clamp(150px, 24vw, 360px); }
}

/* Main navigation */
.main-nav{
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
}
.main-nav ul{
  list-style: none;
  display: flex;
  gap: 14px;
  margin: 0;
  padding: 0;
  align-items: center;
}
.main-nav a{
  color: #2f2f2f;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  transition: color 0.14s ease, transform 0.14s ease;
}
.main-nav .dropdown{
  position: relative;
}
.main-nav .dropdown-menu{
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-radius: 6px;
  display: none;
  min-width: 200px;
  padding: 8px 0;
  z-index: 50;
}
.main-nav .dropdown-menu li{
  padding: 6px 16px;
}
.main-nav .dropdown-menu li a{
  color: #333;
  font-weight: 500;
}
.main-nav .dropdown:hover .dropdown-menu,
.main-nav .dropdown:focus-within .dropdown-menu{
  display: block;
}
.main-nav .dropdown.open .dropdown-menu{
  display: block;
}

.main-nav a:hover{
  color: #972e49;
  transform: translateY(-1px);
}

@media (max-width: 800px){
  header{
    justify-content: center;
    flex-direction: column;
    padding: 12px 16px;
    gap: 10px;
  }
  .hero-overlay{
    left: 16px;
    right: 16px;
    text-align: left;
    bottom: 42px;
    max-width: 92vw;
  }
  .main-nav{
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .main-nav ul{
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0;
    width: 100%;
  }
  .main-nav a{ width: 100%; text-align: center; font-size: 0.94rem; padding: 8px 12px; }
  .main-nav .dropdown{width: 100%; text-align: center;}
  .main-nav .dropdown-menu{position: static; box-shadow: none; text-align: center;}
  .lang-select{width: 100%; display: flex; justify-content: center; margin-left: 0;}
}

@media (prefers-reduced-motion: reduce){
  .court-building-fullwidth{ animation: none; }
}

/* Red strip between sections */
.red-strip {
  background: linear-gradient(90deg, #4a4a4a, #2f2f2f);
  color: #fff;
  padding: 1.4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.red-strip-inner {
  max-width: 1100px;
  width: 100%;
  padding: 0 1rem;
  text-align: center;
}
.red-strip p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

ul > li {
  text-decoration: none;
}

/* title section */

#title {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  background-color: var(--light-blue);
  justify-content: space-between;
  overflow: hidden;
}
#title{
  position: relative;
}

.lawyers-section{
  background: #ffffff;
  padding: 3rem 3rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border-top: 1px solid rgba(47, 47, 47, 0.12);
}

.lawyers-header{
  text-align: left;
  color: var(--deep-red);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.8rem;
}

.lawyers-header .eyebrow{
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  color: rgba(151,46,73,0.72);
  margin: 0;
}

.lawyers-header h2{
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--deep-red);
}
#title-left {
  grid-column: auto / span 2;
}

#title-left img {
  width: 100%;
  height: 100%;
}

#title-right {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  width: 100%;
}

#title-right img {
  width: min(90%, 300px);
}

img + button,
.button {
  background-color: white;
  border-radius: 20px;
  width: 100px;
  height: 2.5rem;
  color: var(--deep-red);
  border: 2px solid var(--deep-red);
  margin-top: 3rem;
  margin-left: 0.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.16s ease, color 0.16s ease, transform 0.12s ease;
  appearance: none;
}

img + button:hover,
.button:hover {
  color: var(--deep-red);
  background-color: #ffffff;
  border: 2px solid var(--deep-red);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

img + button:active,
.button:active {
  transform: translateY(1px);
  color: var(--deep-red);
  background-color: #f7f1f3;
  border-color: var(--deep-red);
}

.button:focus-visible {
  outline: 2px solid rgba(151,46,73,0.55);
  outline-offset: 2px;
  background-color: #ffffff;
}

/* Lawyer CTA buttons: full width, stable layout */
.portrait-text .button{
  width: 100%;
  max-width: 100%;
  margin: 0.85rem 0 0;
  padding: 0.85rem 1rem;
  height: auto;
  border-radius: 12px;
}

/* disciplines */

#disciplines {
  color: #ffffff;
  background: var(--deep-red);
  padding: 3rem 3rem 1rem;
  border-top: 1px solid rgba(47, 47, 47, 0.12);
}

#disciplines h1 {
  border: none;
  padding: 0;
  font-size: 2.8rem;
  font-weight: 300;
  font-family: 'Heiti SC', sans-serif;
  color: #ffffff;
}

#disciplines > h3 {
  padding: 0;
  font-size: 1.2rem;
  margin: 1.4rem 0 0 0;
  color: rgba(255,255,255,0.82);
}

.cards {
  display: flex;
  gap: 2rem;
  padding: 1.5rem 0 0;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

.card {
  flex: 0 0 calc(33.333% - 1.5rem); /* 3 per row with gap accounted */
  width: calc(33.333% - 1.5rem);
  min-height: 280px;
  max-width: 420px;
  padding: 1.6rem;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid rgba(47, 47, 47, 0.08);
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card h3 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: var(--dark-blue);
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.card p {
  font-size: 1rem;
  color: var(--dark-blue);
  flex-grow: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}


/* portrait */

#portrait,
#portrait-berov {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 1.2rem 1.4rem;
  gap: 0.85rem;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.portrait-avatar {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: linear-gradient(180deg,#4a4a4a,#2f2f2f);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.portrait-avatar-img {
  width: 456px;
  height: auto;
  max-width: 456px;
  max-height: 456px;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  border: 2px solid var(--deep-red);
}

.portrait-image {
  width: 100%;
  max-width: 456px;
  flex: 0 0 456px;
  overflow: hidden;
  background: var(--deep-red);
}

.portrait-image img {
  width: 456px;
  height: auto;
  max-width: 456px;
  max-height: 456px;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  border: 2px solid var(--deep-red);
}

.portrait-inline{
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  background: var(--deep-red);
}
.portrait-inline img{
  width: 360px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1.01);
  border-radius: 10px;
  border: 2px solid var(--deep-red);
}

.portrait-content{
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.portrait-copy{
  flex: 1 1 0;
  text-align: left;
}

@media (max-width: 900px){
  .portrait-content{
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .portrait-copy{ width: 100%; text-align: left; }
  .portrait-inline img{ width: 320px; }
}


.portrait-text {
  background: var(--deep-red);
  color: #ffffff;
  padding: 1.4rem 1.2rem;
  flex: 1 1 520px;
  max-width: 1040px;
  min-width: 420px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 36px rgba(0,0,0,0.18);
  border-radius: 10px;
}

.portrait-text h2 {
  margin: 0 0 1.6rem 0; /* add space under the name */
  color: #ffffff;
}

.portrait-text button {
  margin-top: 0.65rem;
  width: 100%;
}


@media (max-width: 900px){
  #portrait,
  #portrait-berov{
    flex-direction: column;
    align-items: flex-start;
    padding: 1.35rem 1.2rem;
    gap: 1rem;
    max-width: 100%;
  }
  .portrait-image{
    max-width: 400px;
    flex: 0 0 400px;
  }
  .portrait-image img,
  .portrait-avatar-img{
    width: 400px;
    height: auto;
    max-width: 400px;
    max-height: 400px;
  }
  .portrait-image img{
    object-fit: contain;
    object-position: center center;
  }
  .portrait-text{
    width: 100%;
    max-width: 760px;
    min-width: auto;
    padding: 1.5rem 1.2rem;
  }
  .portrait-text h2{ margin-bottom: 1.2rem; }
}

@media (max-width: 640px){
  header{ padding: 9px 12px; gap: 8px; }
  .logo img{ width: clamp(140px, 52vw, 260px); }
  .main-nav ul{
    padding: 8px;
    gap: 8px;
    border-radius: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .main-nav a{ font-size: 0.9rem; padding: 7px 10px; width: 100%; text-align: left; }
  .lang-select{ width: 100%; display: flex; justify-content: center; }
  .court-building-fullwidth{ height: 100vh; max-height: 100vh; min-height: 420px; }
  .hero-overlay{ left: 12px; right: 12px; bottom: 34px; max-width: 94vw; text-align: left; }
  .hero-overlay h1{ font-size: clamp(1.25rem, 4vw + 0.35rem, 1.9rem); }
  .hero-overlay p{ font-size: clamp(0.86rem, 3vw + 0.25rem, 1rem); }
  .lawyers-section{ padding: 1.25rem 1.25rem 0; }
  #disciplines{ padding: 1.25rem 1.25rem 0; }
  #headline{ font-size: 2.1rem; }
  #slogan{ font-size: 1rem; }
  #expertise{ margin-top: 1rem; }
  .cards{ gap: 1.25rem; padding: 1.25rem; }
  .card{ padding: 1.25rem; }
  .card h3{ font-size: 1.2rem; }
  .card p{ font-size: 0.95rem; }
  .portrait-image{ max-width: 300px; flex: 0 0 300px; }
  .portrait-image img{ width: 300px; height: 300px; max-width: 300px; max-height: 300px; object-fit: contain; object-position: center center; }
  .portrait-avatar-img{ width: 300px; height: 300px; max-width: 300px; max-height: 300px; object-fit: cover; object-position: center top; }
  .portrait-text{ padding: 1.5rem 1.25rem; }
}


#contact {
  background-color: var(--light-beige-background);
  color: var(--dark-blue);
}
/* #contact div {
  border: var(--dark-blue) 1px solid;
} */

/* #contact > * {
  border: none;
  } */

.contact-grid {
  border-top: 0.5px var(--dark-blue) solid;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-gap: 0.5px;
  background-color: var(--dark-blue);
  grid-template-rows: auto auto;
  grid-template-areas:
    "contact-cta contact-cta contact-cta"
    "phone-number address address";
}

.contact-phone {
  grid-area: phone-number;
}

.contact-address {
  grid-area: address;
}

.contact-cta {
  grid-area: contact-cta;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-grid > div {
  background-color: var(--light-beige-background);
  padding: 1rem 1rem 2rem;
}

#contact-cta {
  background: linear-gradient(90deg, var(--deep-red), #6e1f37);
  color: #fff;
  border: 1px solid var(--deep-red);
  border-radius: 12px;
  padding: 0.9em 1.2em;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
  width: 100%;
  max-width: 320px;
}

#contact-cta:hover {
  background: linear-gradient(90deg, #6e1f37, var(--deep-red));
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

@media (max-width: 900px){
  .contact-grid{
    grid-template-columns: 1fr;
    grid-template-areas:
      "contact-cta"
      "phone-number"
      "address";
  }
  .contact-cta{ justify-content: center; }
  #contact-cta{ width: 100%; }
}

.impressum{
  padding: 1rem 1rem 2rem;
  background: var(--light-beige-background);
  color: var(--dark-blue);
  line-height: 1.55;
  font-size: 0.9rem;
}
.impressum-toggle{
  background: none;
  border: none;
  color: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
}
.impressum-toggle:hover{ text-decoration: underline; }
.impressum-toggle:focus-visible{ outline: 2px solid var(--dark-blue); outline-offset: 2px; }
.impressum-content{ margin-top: 1rem; }
.impressum h2{ margin-bottom: 1rem; color: #2f2f2f; font-size: 1.05rem; }
.impressum p{ margin: 0 0 1rem 0; }
.impressum ul{ padding-left: 1.2rem; margin: 0 0 1rem 0; display: block; }
.impressum li{ margin-bottom: 0.35rem; }
.impressum a{ color: #2f2f2f; }
.impressum a:hover{ text-decoration: underline; }

@media (max-width: 640px){
  .impressum{ padding: 1rem 1rem 2rem; }
}

.animate-fadein {
  animation: fade-in 4s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    display: hidden;
  }
  100% {
    opacity: 1;
  }
}
