/* line 1, geld-ct-common.scss */
.geld-ct {
  color: #111;
  font-family: "Ysabeau Infant", var(--font-family, sans-serif);
  font-size: 14px;
  line-height: 1.6;
  box-sizing: border-box; }
  /* line 7, geld-ct-common.scss */
  .geld-ct *, .geld-ct *::before, .geld-ct *::after {
    box-sizing: inherit; }
  /* line 8, geld-ct-common.scss */
  .geld-ct [hidden] {
    display: none !important; }
  /* line 9, geld-ct-common.scss */
  .geld-ct a {
    color: inherit;
    text-decoration: none; }
  /* line 10, geld-ct-common.scss */
  .geld-ct button, .geld-ct input, .geld-ct textarea {
    font: inherit;
    color: inherit; }
  /* line 11, geld-ct-common.scss */
  .geld-ct button {
    cursor: pointer; }
  /* line 12, geld-ct-common.scss */
  .geld-ct button:disabled {
    cursor: default; }
  /* line 13, geld-ct-common.scss */
  .geld-ct :is(a, button, input, textarea, summary):focus-visible {
    outline: 2px solid #111;
    outline-offset: 3px; }
  /* line 14, geld-ct-common.scss */
  .geld-ct h1, .geld-ct h2, .geld-ct h3 {
    font-family: "Forum", var(--font-family-heading, serif);
    font-weight: 400; }
  /* line 15, geld-ct-common.scss */
  .geld-ct img {
    max-width: 100%; }
  /* line 16, geld-ct-common.scss */
  .geld-ct [role='status']:empty {
    display: none; }

/* line 18, geld-ct-common.scss */
.geld-ct-button, .geld-ct-filter {
  border: 1px solid #111;
  border-radius: 0;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  min-height: 44px; }
  /* line 20, geld-ct-common.scss */
  .geld-ct-button:hover, .geld-ct-filter:hover {
    background: #d4e4ee; }

/* line 22, geld-ct-common.scss */
.geld-ct-button {
  padding: 14px 40px;
  font-size: 12px !important; }

/* line 23, geld-ct-common.scss */
.geld-ct-filter {
  padding: 8px 18px;
  font-size: 12px !important; }

/* line 24, geld-ct-common.scss */
.geld-ct-filter[aria-pressed='true'] {
  background: #111;
  color: #fff; }

/* line 25, geld-ct-common.scss */
.geld-ct-text-button {
  background: none;
  border: 0;
  text-decoration: underline;
  padding: 8px;
  min-height: 44px; }

/* line 26, geld-ct-common.scss */
.geld-ct-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: #666;
  font-size: 12px; }

/* line 27, geld-ct-common.scss */
.geld-ct-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 5px; }

/* line 28, geld-ct-common.scss */
.geld-ct-meta__item svg {
  display: block;
  width: 15px;
  height: 15px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 29, geld-ct-common.scss */
.geld-ct-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap; }

/* line 30, geld-ct-common.scss */
.geld-ct-card {
  min-width: 0; }
  /* line 32, geld-ct-common.scss */
  .geld-ct-card__media {
    position: relative;
    background: #f5f5f5;
    aspect-ratio: 1; }
  /* line 33, geld-ct-common.scss */
  .geld-ct-card__media > a {
    display: block;
    height: 100%; }
  /* line 34, geld-ct-common.scss */
  .geld-ct-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  /* line 35, geld-ct-common.scss */
  .geld-ct-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5; }
  /* line 36, geld-ct-common.scss */
  .geld-ct-card__tag {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 62px;
    width: fit-content;
    max-width: calc(100% - 76px);
    background: #fff;
    padding: 5px 9px;
    font-size: 10px;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    pointer-events: none; }
  /* line 37, geld-ct-common.scss */
  .geld-ct-card__body {
    padding-top: 18px; }
  /* line 38, geld-ct-common.scss */
  .geld-ct-card__title {
    font-size: 17px;
    line-height: 1.35;
    text-transform: uppercase;
    margin: 0 0 10px;
    overflow-wrap: anywhere; }
  /* line 39, geld-ct-common.scss */
  .geld-ct-card__title a:hover {
    text-decoration: underline; }
  /* line 40, geld-ct-common.scss */
  .geld-ct-card__excerpt {
    font-size: 13px;
    margin: 0 0 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere; }
  /* line 41, geld-ct-common.scss */
  .geld-ct-card .geld-ct-meta {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding-top: 12px;
    gap: 6px 12px; }

/* line 43, geld-ct-common.scss */
.geld-ct-bookmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #111;
  border-radius: 0;
  background: #fff;
  min-width: 44px;
  min-height: 44px;
  padding: 8px; }
  /* line 45, geld-ct-common.scss */
  .geld-ct-bookmark svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4; }
  /* line 46, geld-ct-common.scss */
  .geld-ct-bookmark[aria-pressed='true'] svg {
    fill: currentColor; }
  /* line 47, geld-ct-common.scss */
  .geld-ct-bookmark:hover {
    background: #d4e4ee; }

/* line 49, geld-ct-common.scss */
.geld-ct-card .geld-ct-bookmark {
  position: absolute;
  top: 10px;
  right: 10px; }

@media (prefers-reduced-motion: reduce) {
  /* line 50, geld-ct-common.scss */
  .geld-ct {
    scroll-behavior: auto; } }
