/* Kontakt page — Text & Media profile card (frame-type-textmedia) */

.frame-type-textmedia {
  text-align: center;
  max-width: 320px;
  margin: 0 auto 44px;
}
.frame-type-textmedia header h2 {
  color: var(--third);
  font-size: 1.75rem;
  font-weight: 700;
  margin: 20px 0 8px;
}
.frame-type-textmedia figure.image {
  margin: 0;
}
.frame-type-textmedia .image-embed-item {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.frame-type-textmedia .ce-bodytext p {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: #333;
  text-align: center;
}
.frame-type-textmedia .ce-bodytext p:first-child {
  font-weight: 600;
  color: var(--third);
}
.frame-type-textmedia .ce-bodytext a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}
.frame-type-textmedia .ce-bodytext a:hover {
  text-decoration: underline;
}
