@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/uploads/fonts/pt-sans-v18-latin/pt-sans-v18-latin-regular.woff2") format("woff2");
}

body,
.et_pb_module,
.et_pb_text {
  font-family: "PT Sans"!important;
}


/* GEDANKENRAUM – CUSTOM STYLES*/


.gr-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.gr-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: "PT Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  transition: all 0.2s ease;
}

.gr-btn-primary {
  background: #0D6EFD;
  color: #ffffff;
  border: 2px solid #0D6EFD;
}

.gr-btn-primary:hover {
  background: #0D6EFD;
  border-color: #0D6EFD;
}

.gr-btn-outline {
  background: transparent;
  color: #0D6EFD;
  border: 2px solid #0D6EFD;
}

.gr-btn-outline:hover {
  background: #0D6EFD;
  color: #ffffff;
}

.gr-topics {
  width: 100%;
  padding: 50px 0;
 font-family: "PT Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

/* Content container */
.gr-topics-inner {
  max-width: 1080px;   /* content width */
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  gap: 90px;
  align-items: center;
}


.gr-topics-inner > div:first-child {
  flex: 1;
}

.gr-topics-inner > div:last-child {
  flex: 1.4;
}

.gr-topics h2 {
  font-size: 30px;
  font-weight: 700;
  color: #2457b8;
  margin-bottom: 5px;
}

.gr-topics p {
  font-size: 18px;
  line-height: 1.6;
  color: #111827;
  max-width: 420px;
}
@media (max-width: 768px) {
  .gr-topics-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .gr-topics {
    padding-left: 0;
    padding-right: 0;
  }
}


.gr-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.gr-tag {
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #dbe3f0;
  font-size: 13px;
  color: #111827;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.gr-tag:hover {
  background: #eef2ff;
}

/* Mobile */
@media (max-width: 900px) {
  .gr-topics-inner {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }

  .gr-topics h2 {
    font-size: 28px;
  }

  .gr-topics p {
    max-width: none;
  }
}

.gr-hosts {
  padding: 10px 0;
 font-family: "PT Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.gr-hosts-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
}

.gr-host-card {
  flex: 1;
  background: #ffffff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.04);
}

.gr-host-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}

.gr-host-role {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 20px;
}

.gr-host-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #111827;
}

/* stack cards */
@media (max-width: 900px) {
  .gr-hosts-inner {
    flex-direction: column;
  }
}

/* FULL-WIDTH MOBILE */
@media (max-width: 768px) {
  .gr-hosts {
    padding: 24px 0;
  }

  .gr-hosts-inner {
    max-width: 100%;
    padding: 0;      
    gap: 20px;
  }

  .gr-host-card {
    width: 100%;
    padding: 24px;
    border-radius: 24px;
  }

  .gr-host-card h3 {
    font-size: 18px;
  }

  .gr-host-role {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .gr-host-card p {
    font-size: 15px;
    line-height: 1.5;
  }
}

.gr-platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
 font-family: "PT Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.gr-platform {
  padding: 9px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  font-size: 14px;
  font-weight: 400;
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 1.2;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.gr-platform:hover {
  background: #f8fafc;
  border-color: #c7d2fe;
}

.gr-platform:last-child {
  color: #111827;
  text-decoration: none;
}

.gr-platform:last-child:hover {
  background: #f8fafc;
  border-color: #e2e8f0;
}

@media (max-width: 768px) {
  .gr-container,
  .gr-hero,
  .gr-topics,
  .gr-hosts {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
/*-----------------------------------------*/

