@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../fonts/hanken-grotesk-400.woff2") format("woff2");
}

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("../fonts/hanken-grotesk-700.woff2") format("woff2");
}

@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src: url("../fonts/saira-condensed-800.woff2") format("woff2");
}

@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../fonts/saira-condensed-400.woff2") format("woff2");
}

@font-face {
  font-family: "Saira Condensed Fallback";
  font-style: normal;
  font-weight: 400 800;
  src: local("Arial Narrow"), local("Arial");
  size-adjust: 72%;
  ascent-override: 116%;
  descent-override: 25%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Saira Condensed Hero Fallback";
  font-style: normal;
  font-weight: 800;
  src: local("Arial Narrow"), local("Arial");
  size-adjust: 104%;
  ascent-override: 116%;
  descent-override: 25%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Saira Condensed CTA Fallback";
  font-style: normal;
  font-weight: 800;
  src: local("Arial Narrow"), local("Arial");
  size-adjust: 82%;
  ascent-override: 116%;
  descent-override: 25%;
  line-gap-override: 0%;
}

:root {
  --tb-primary: #7b2452;
  --tb-primary-dark: #3d162b;
  --tb-orange: #fd9c10;
  --tb-light-orange: #ffb850;
  --tb-grey: #1e2124;
  --tb-background: #f6ece0;
  --tb-white: #ffffff;
  --tb-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  --tb-content: min(100% - 48px, 1650px);
  --tb-narrow: min(100% - 48px, 1090px);
}

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--tb-background);
}

.wp-site-blocks > * + *,
.tb-main > * + *,
.entry-content > * + * {
  margin-block-start: 0;
}

body,
button,
input,
textarea,
select {
  font-family: "Hanken Grotesk", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a:hover,
a:focus-visible {
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--tb-light-orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 24px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-160%);
  background: var(--tb-white);
  color: var(--tb-grey);
  padding: 12px 16px;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tb-header-layer {
  --tb-motto-progress: 0;
  --tb-motto-height: 61px;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  color: var(--tb-white);
  background: transparent;
}

.tb-header-layer--solid {
  position: sticky;
}

.tb-header-layer--solid,
.tb-header-layer.is-scrolled {
  background: #3d162b;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

@media (min-width: 901px) {
  .tb-header-layer.is-scrolled:not(.tb-header-layer--solid) {
    position: fixed;
  }
}

.tb-motto {
  position: relative;
  min-height: calc(var(--tb-motto-height) * (1 - var(--tb-motto-progress)));
  max-height: calc(var(--tb-motto-height) * (1 - var(--tb-motto-progress)));
  display: grid;
  overflow: hidden;
  place-items: center;
  background: transparent;
  color: var(--tb-white);
  opacity: calc(1 - var(--tb-motto-progress));
  transform: translateY(calc(-10px * var(--tb-motto-progress)));
  transition: min-height 80ms linear, max-height 80ms linear, opacity 120ms ease-out, transform 120ms ease-out;
  will-change: min-height, max-height, opacity, transform;
}

.tb-motto::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #7b2452;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 55%);
  pointer-events: none;
}

.tb-motto p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: 1.3px;
  word-spacing: 22.4px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  transform: translateY(-8px);
}

.tb-header-layer.is-scrolled .tb-motto {
  pointer-events: none;
}

.tb-header {
  width: var(--tb-content);
  margin: 0 auto;
  min-height: 91px;
  justify-content: space-between;
  gap: 28px;
  padding: 13px 0 20px;
  align-items: flex-end !important;
}

.tb-brand {
  margin: 0;
}

.tb-logo-lockup {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  color: var(--tb-white);
  text-decoration: none;
}

.tb-brand-logo {
  display: block;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: var(--tb-icon-url);
  mask-image: var(--tb-icon-url);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.tb-brand-logo--torsten {
  width: 110px;
  height: 58px;
  -webkit-mask-image: url("../icons/logo-torsten.svg");
  mask-image: url("../icons/logo-torsten.svg");
}

.tb-brand-logo--bsw {
  width: 146px;
  height: 56px;
  background: url("../icons/logo-bsw.svg?v=white-gradient") center / contain no-repeat;
  -webkit-mask-image: none;
  mask-image: none;
}

.wp-block-navigation {
  position: relative;
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}

.wp-block-navigation ul {
  margin: 0;
}

.wp-block-navigation .wp-block-navigation__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wp-block-navigation .wp-block-navigation-item {
  display: flex;
  align-items: center;
  position: relative;
}

.wp-block-navigation .wp-block-navigation-item__content {
  display: block;
  color: inherit;
  text-decoration: none;
}

nav.tb-nav {
  flex: 0 0 810px;
}

.tb-nav .wp-block-navigation__container {
  width: 100%;
  justify-content: space-between;
  gap: 0;
}

.tb-nav a,
.tb-header-contact-link {
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}

.tb-header-layer .tb-nav a.wp-block-navigation-item__content:hover,
.tb-header-layer .tb-nav a.wp-block-navigation-item__content:focus-visible,
.tb-header-layer .tb-header-contact-link:hover,
.tb-header-layer .tb-header-contact-link:focus-visible {
  color: var(--tb-orange);
  text-decoration: none;
}

.tb-header-contact {
  gap: 32px;
  align-items: center;
}

.tb-header-contact-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--tb-white);
}

.tb-header-contact-link--icon-only {
  gap: 0;
}

.tb-header-contact-link--icon-only > span:not(.tb-header-icon) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tb-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: var(--tb-white);
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.tb-menu-toggle-bars,
.tb-menu-toggle-bars::before,
.tb-menu-toggle-bars::after {
  display: block;
  width: 24px;
  height: 3px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.tb-menu-toggle-bars {
  position: relative;
}

.tb-menu-toggle-bars::before,
.tb-menu-toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.tb-menu-toggle-bars::before {
  top: -8px;
}

.tb-menu-toggle-bars::after {
  top: 8px;
}

.tb-header.is-menu-open .tb-menu-toggle-bars {
  transform: rotate(45deg);
}

.tb-header.is-menu-open .tb-menu-toggle-bars::before {
  transform: translateY(8px) rotate(90deg);
}

.tb-header.is-menu-open .tb-menu-toggle-bars::after {
  opacity: 0;
}

.tb-header-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.tb-header-icon--phone {
  -webkit-mask-image: url("../icons/phone.svg");
  mask-image: url("../icons/phone.svg");
}

.tb-header-icon--location {
  -webkit-mask-image: url("../icons/location-filled.svg");
  mask-image: url("../icons/location-filled.svg");
}

.tb-main {
  width: 100%;
  max-width: none !important;
  margin-block-start: 0;
}

.tb-main .entry-content {
  width: 100%;
  max-width: none;
}

.entry-content > .tb-section.alignfull {
  width: 100%;
  max-width: none;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.tb-section {
  position: relative;
  padding: clamp(72px, 6vw, 100px) 0;
  margin: 0;
  scroll-margin-top: 110px;
}

.tb-inner,
.tb-section > .wp-block-group__inner-container {
  width: var(--tb-content);
  max-width: var(--tb-content);
  margin: 0 auto;
}

.tb-section-heading {
  max-width: 1090px;
  margin: 0 auto 48px;
  text-align: center;
}

.tb-card-section .tb-section-heading {
  max-width: 1090px;
  margin-bottom: 50px;
}

.tb-card-section .tb-section-title strong {
  color: var(--tb-primary);
}

.tb-card-section .tb-heading-line {
  width: 110px;
  height: 3px;
  margin-top: 20px;
  background: var(--tb-orange);
}

.tb-card-section .tb-section-lead {
  max-width: 1090px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
}

.tb-kicker-line,
.tb-heading-line {
  width: 110px;
  height: 3px;
  margin: 20px auto 0;
  background: var(--tb-orange);
}

.tb-section-title,
.tb-section h1,
.tb-section h2,
.tb-section h3 {
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tb-section-title {
  margin: 0;
  font-size: clamp(44px, 5.6vw, 72px);
  line-height: 1.25;
}

.tb-section-title strong,
.tb-about h2 strong,
.tb-orange {
  color: var(--tb-primary);
}

.tb-section-lead {
  max-width: 1090px;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 27px;
}

.tb-hero {
  min-height: 902px;
  display: flex;
  align-items: flex-end;
  color: var(--tb-white);
  background: linear-gradient(115deg, #271720 0%, #3d162b 48%, #462e3b 100%);
  padding: 152px 0 0;
}

.tb-hero .tb-inner {
  display: grid;
  grid-template-columns: minmax(0, 810px) minmax(340px, 670px);
  gap: 170px;
  align-items: end;
}

.tb-hero-copy {
  padding-bottom: 80px;
}

.tb-hero h1 {
  max-width: 810px;
  margin: 0;
  font-family: "Saira Condensed Critical", "Saira Condensed", "Saira Condensed Hero Fallback", "Saira Condensed Fallback", sans-serif;
  font-size: clamp(52px, 6.2vw, 85px);
  line-height: 1.2;
  color: var(--tb-white);
}

.tb-hero h1 strong {
	color: var(--tb-orange);
}

.tb-hero-name {
  margin-top: 24px;
}

.tb-hero-name strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
}

.tb-hero-buttons {
  width: max-content;
  display: inline-grid !important;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  align-items: stretch;
  gap: 24px;
  margin-top: 64px;
}

.tb-hero-buttons .wp-block-button {
  width: auto;
}

.tb-button,
.wp-block-button__link {
  border-radius: 0;
  padding: 16px 24px;
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-weight: 800;
  line-height: 27px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.tb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tb-hero-buttons .wp-block-button__link {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Saira Condensed Critical", "Saira Condensed", "Saira Condensed CTA Fallback", "Saira Condensed Fallback", sans-serif;
  white-space: nowrap;
  transform: none;
  transition: none;
}

@media (min-width: 901px) {
  .tb-hero-buttons {
    min-width: 452px;
  }
}

@media (min-width: 1281px) {
  .tb-hero {
    height: 902px;
    min-height: 902px;
    align-items: stretch;
    overflow: hidden;
  }

  .tb-hero .tb-inner {
    height: 750px;
    align-items: start;
  }

  .tb-hero .tb-hero-copy {
    align-self: start;
    position: relative;
    top: 134px;
    margin: 0;
    padding-bottom: 0;
  }

  .tb-hero h1 {
    min-height: 0;
  }

  .tb-hero .tb-hero-figure {
    align-self: start;
    position: relative;
    top: 80px;
    margin: 0;
  }

  .tb-hero-figure img {
    height: 670px;
  }
}

.tb-button-primary .wp-block-button__link {
  color: var(--tb-white);
  background: linear-gradient(96deg, var(--tb-primary) 0%, #a22466 58%, #d05c0a 100%);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.tb-button-primary .wp-block-button__link:hover,
.tb-button-primary .wp-block-button__link:focus-visible {
  color: var(--tb-primary);
  background: #fff7ec;
  box-shadow: inset 0 -4px 0 var(--tb-orange), 0 12px 22px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transform: none;
}

.tb-button-light .wp-block-button__link {
  color: var(--tb-grey);
  background: var(--tb-white);
  box-shadow: inset 0 0 0 0 var(--tb-orange), 0 0 0 rgba(0, 0, 0, 0);
}

.tb-button-light .wp-block-button__link:hover,
.tb-button-light .wp-block-button__link:focus-visible {
  color: var(--tb-primary);
  background: #fff7ec;
  box-shadow: inset 0 -4px 0 var(--tb-orange), 0 12px 22px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transform: none;
}

.wp-block-button__link:active {
  transform: translateY(0);
}

.tb-hero-figure {
  margin: 0;
}

.tb-hero-figure img {
  display: block;
  width: min(670px, 100%);
  height: min(670px, 72vw);
  object-fit: cover;
  object-position: center bottom;
}

.tb-card-section {
  isolation: auto;
  overflow: visible;
  padding-top: 100px;
  background: var(--tb-background);
}

.tb-card-section::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 166px;
  background: url("../images/slant-themen.svg") center bottom / 100% 100% no-repeat;
  pointer-events: none;
}

.tb-card-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 62px;
  background: var(--tb-white);
  pointer-events: none;
}

.tb-card-section > * {
  position: relative;
  z-index: 3;
}

.tb-card-grid {
  width: var(--tb-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.tb-card-grid > *,
.tb-demand-grid > * {
  margin-block-start: 0 !important;
}

.tb-topic-card,
.tb-meeting-card {
  background: var(--tb-white);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.14);
}

.tb-topic-card {
  min-height: 578px;
  padding: 30px;
  border-bottom: 3px solid var(--tb-orange);
  box-shadow: var(--tb-shadow);
}

.tb-icon {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--tb-background);
  color: var(--tb-primary);
  font-size: 34px;
  margin: 0 0 24px;
}

.tb-topic-icon img {
  width: 44px;
  height: auto;
  max-height: 44px;
  display: block;
}

.tb-topic-card h3,
.tb-demand-card h3,
.tb-meeting-card h3 {
  margin: 0 0 4px;
  font-size: 32px;
  line-height: 48px;
  color: var(--tb-primary);
  text-transform: uppercase;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.tb-topic-card .tb-subhead {
  margin: 0 0 24px;
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
}

.tb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.tb-list li {
  position: relative;
  padding-left: 32px;
  line-height: 27px;
}

.tb-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--tb-primary) 0%, #a22466 58%, #d05c0a 100%);
  -webkit-mask: url("../icons/check-mark.svg") center / contain no-repeat;
  mask: url("../icons/check-mark.svg") center / contain no-repeat;
}

.tb-about {
  background: var(--tb-white);
}

.tb-about-grid,
.tb-contact-grid,
.tb-meetings-grid {
  width: var(--tb-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 670px) minmax(0, 810px);
  gap: 170px;
  align-items: center;
}

.tb-about-grid {
  align-items: start;
}

.tb-photo-card {
  position: relative;
  margin: 0;
  box-shadow: var(--tb-shadow);
}

.tb-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.tb-photo-card figcaption {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 420px;
  background: var(--tb-primary);
  color: var(--tb-white);
  padding: 14px 18px;
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.tb-about-copy .tb-heading-line,
.tb-contact-copy .tb-heading-line {
  margin-left: 0;
}

.tb-about h2,
.tb-contact h2 {
  margin: 0;
  font-size: clamp(44px, 5.6vw, 72px);
  line-height: 1.25;
  text-transform: uppercase;
}

.tb-about-copy {
  margin-block-start: 5px !important;
}

.tb-about-copy p,
.tb-contact-copy p,
.tb-footer-main p {
  line-height: 27px;
}

.tb-about-copy p {
  margin: 24px 0 0;
}

.tb-quote {
  position: relative;
  z-index: 2;
  width: min(670px, calc(100% + 140px));
  margin: -103px 0 0 140px;
  background: linear-gradient(96deg, var(--tb-primary) 0%, #a22466 58%, #d05c0a 100%);
  box-shadow: var(--tb-shadow);
  padding: 20px 30px;
  color: var(--tb-white);
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  text-transform: uppercase;
}

.tb-quote p {
  margin: 0;
}

.tb-demands {
  isolation: isolate;
  z-index: 1;
  overflow: visible;
  color: var(--tb-white);
  background: var(--tb-primary);
}

.tb-demands::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -77px;
  left: 0;
  height: 166px;
  background: url("../images/slant-demands.svg") center bottom / 100% 100% no-repeat;
  pointer-events: none;
}

.tb-demands > * {
  position: relative;
  z-index: 3;
}

.tb-demands .tb-section-heading {
  margin-bottom: 56px;
}

.tb-demands .tb-section-title {
  color: var(--tb-white);
}

.tb-demands .tb-section-title strong,
.tb-demands .tb-heading-line {
  color: var(--tb-light-orange);
}

.tb-demands .tb-section-title strong {
  color: var(--tb-light-orange);
}

.tb-demands .tb-heading-line {
  background: var(--tb-orange);
}

.tb-demands .tb-section-lead {
  color: var(--tb-white);
}

.tb-demand-grid {
  width: var(--tb-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 42px;
  row-gap: 30px;
}

.tb-demand-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px 0;
  color: var(--tb-white);
  filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.2));
}

.tb-demand-icon {
  width: 48px;
  height: 48px;
  display: block;
  flex: 0 0 auto;
}

.tb-demand-icon img {
  width: 48px;
  height: 48px;
  display: block;
}

.tb-demand-card h3 {
  color: var(--tb-white);
  font-size: 32px;
  line-height: 48px;
  margin: 0;
}

.tb-demand-card p {
  margin: 0;
  color: var(--tb-white);
  font-size: 18px;
  line-height: 27px;
}

.tb-testimonials {
  background: var(--tb-background);
}

.tb-testimonials .tb-section-heading {
  margin-bottom: 24px;
}

.tb-testimonial-grid {
  width: min(100% - 48px, 1370px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.tb-testimonial-feature {
  position: relative;
  padding: 42px 0 0 20px;
  background: transparent;
  box-shadow: none;
}

.tb-testimonial-feature::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--tb-orange);
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-size: 116px;
  font-weight: 800;
  line-height: 1;
}

.tb-testimonial-feature blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 90px;
  text-transform: uppercase;
}

.tb-testimonial-feature blockquote p {
  margin: 0;
}

.tb-testimonial-feature .tb-cite {
  margin-top: 42px;
}

.tb-testimonial-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 30px;
  align-content: center;
  padding-top: 45px;
}

.tb-testimonial-list > .tb-mini-quote {
  margin-block: 0;
}

.tb-mini-quote p:first-child {
  margin-top: 0;
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  text-transform: uppercase;
}

.tb-mini-quote .tb-cite {
  margin-top: 34px;
}

.tb-cite {
  margin-top: 24px;
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  text-transform: uppercase;
}

.tb-cite span {
  display: block;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.tb-meetings {
  color: var(--tb-white);
  background: #7b2452;
}

.tb-meetings-grid {
  grid-template-columns: minmax(320px, 670px) minmax(320px, 810px);
  align-items: start;
}

.tb-meetings h2 {
  margin: 0;
  font-size: clamp(44px, 5.6vw, 72px);
  line-height: 1.25;
}

.tb-meetings h2 strong {
  color: var(--tb-light-orange);
}

.tb-meetings .tb-heading-line {
  margin-left: 0;
  background: var(--tb-orange);
}

.tb-meeting-list {
  display: grid;
  gap: 32px;
  margin-top: 48px;
}

.tb-meetings-grid > *,
.tb-meeting-list > * {
  margin-block-start: 0 !important;
}

.tb-meeting-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 30px;
  align-items: center;
  padding-right: 20px;
  color: var(--tb-grey);
}

.tb-meeting-card > .wp-block-group:not(.tb-date) {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  margin-block-start: 0 !important;
}

.tb-meeting-card > .wp-block-group:not(.tb-date) > * {
  margin-block-start: 0 !important;
}

.tb-meeting-card h3 {
  color: var(--tb-grey);
  margin-bottom: 0;
}

.tb-date {
  color: var(--tb-primary);
  text-align: center;
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.tb-date strong {
  display: block;
  font-size: 72px;
  line-height: 90px;
}

.tb-date span {
  display: block;
  font-size: 32px;
  line-height: 48px;
}

.tb-meeting-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 0;
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.tb-meeting-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tb-meeting-meta span::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background: var(--tb-orange);
}

.tb-meeting-meta span:first-child::before {
  -webkit-mask: url("../icons/time.svg") center / contain no-repeat;
  mask: url("../icons/time.svg") center / contain no-repeat;
}

.tb-meeting-meta span:last-child::before {
  -webkit-mask: url("../icons/location-filled.svg") center / contain no-repeat;
  mask: url("../icons/location-filled.svg") center / contain no-repeat;
}

.tb-donation-table {
  display: grid;
  gap: 8px;
  width: 530px;
  max-width: 100%;
  margin: 16px 0 0;
}

.tb-donation-table p {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  margin: 0;
  font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.tb-donation-table strong {
  font-weight: 800;
}

.tb-donation-table span {
  font-weight: 400;
}

.tb-meetings-grid > .wp-block-group:nth-child(2) > h3.wp-block-heading {
  margin-top: 48px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 48px;
}

@media (min-width: 1281px) {
  .tb-meetings-grid > .wp-block-group > .tb-heading-line + p {
    margin-top: 17px !important;
  }

  .tb-donation-table + p {
    margin-top: 48px !important;
  }
}

@media (min-width: 1680px) {
  .tb-meeting-card h3 {
    overflow-wrap: normal;
    white-space: nowrap;
    hyphens: none;
  }
}

.tb-contact {
  background: var(--tb-white);
}

.tb-contact-grid {
  grid-template-columns: minmax(320px, 670px) minmax(320px, 810px);
}

.tb-contact-copy {
  margin-block-start: 14px !important;
}

.tb-contact address {
  font-style: normal;
  line-height: 27px;
}

.tb-contact address a,
.tb-contact-list a,
.tb-footer-main a,
.tb-footer-nav a {
  color: inherit;
  text-decoration: none;
}

.tb-contact address a:hover,
.tb-contact address a:focus-visible,
.tb-contact-list a:hover,
.tb-contact-list a:focus-visible,
.tb-footer-main a:hover,
.tb-footer-main a:focus-visible,
.tb-footer-nav a:hover,
.tb-footer-nav a:focus-visible {
  text-decoration: none;
}

.tb-contact-list {
  display: grid;
  gap: 24px;
  margin-top: 48px;
}

.tb-contact-list address,
.tb-contact-list p {
  position: relative;
  margin: 0;
  padding-left: 32px;
}

.tb-contact-list address::before,
.tb-contact-list p::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: var(--tb-grey);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.tb-contact-list address::before {
  top: 0;
  -webkit-mask-image: url("../icons/location-filled.svg");
  mask-image: url("../icons/location-filled.svg");
}

.tb-contact-list p::before {
  top: 2px;
}

.tb-contact-list p:nth-of-type(1)::before {
  -webkit-mask-image: url("../icons/phone.svg");
  mask-image: url("../icons/phone.svg");
}

.tb-contact-list p:nth-of-type(2)::before {
  -webkit-mask-image: url("../icons/mail.svg");
  mask-image: url("../icons/mail.svg");
}

.tb-footer-main {
  position: relative;
  isolation: isolate;
  min-height: 323px;
  padding: 80px 0 60px;
  color: var(--tb-white);
  background: #7b2452;
}

.tb-footer-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -65px;
  right: 0;
  left: 0;
  height: 127px;
  background: linear-gradient(96deg, #7b2452 0%, #a22466 58%, #d05c0a 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 55%, 0 100%);
  pointer-events: none;
}

.tb-footer-main a {
  color: var(--tb-white);
  text-decoration: none;
}

.tb-footer-main p {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
}

.tb-footer-grid {
  width: var(--tb-content);
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 390px 170px 390px 170px 146px 134px 250px;
  justify-content: start;
  align-items: start;
  gap: 0;
}

.tb-footer-grid > * {
  margin: 0;
}

.tb-footer-grid > :nth-child(1) {
  grid-column: 1;
}

.tb-footer-grid > :nth-child(2) {
  grid-column: 3;
}

.tb-footer-grid > :nth-child(3) {
  grid-column: 5;
}

.tb-footer-grid > :nth-child(4) {
  grid-column: 7;
}

.tb-footer-title {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 36px;
}

.tb-footer-contact-item {
  position: relative;
  padding-left: 32px;
}

.tb-footer-contact-item + .tb-footer-contact-item {
  margin-top: 24px;
}

.tb-footer-contact-item::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: var(--tb-white);
  -webkit-mask: var(--tb-icon-url) center / contain no-repeat;
  mask: var(--tb-icon-url) center / contain no-repeat;
}

.tb-footer-contact-location::before {
  -webkit-mask: url("../icons/location-filled.svg") center / contain no-repeat;
  mask: url("../icons/location-filled.svg") center / contain no-repeat;
}

.tb-footer-contact-phone::before {
  -webkit-mask: url("../icons/phone.svg") center / contain no-repeat;
  mask: url("../icons/phone.svg") center / contain no-repeat;
}

.tb-footer-contact-mail::before {
  -webkit-mask: url("../icons/mail.svg") center / contain no-repeat;
  mask: url("../icons/mail.svg") center / contain no-repeat;
}

.tb-footer-bsw-logo {
  width: 146px;
  height: 56px;
  background: url("../icons/logo-bsw.svg") center / contain no-repeat;
}

.tb-footer-social-title {
  font-weight: 700;
}

.tb-footer-main .tb-social {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}

.tb-social-link {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: transparent;
  background: var(--tb-white);
  font-size: 0;
  line-height: 0;
  -webkit-mask: var(--tb-icon-url) center / contain no-repeat;
  mask: var(--tb-icon-url) center / contain no-repeat;
}

.tb-social-link-instagram {
  -webkit-mask: url("../icons/instagram.svg") center / contain no-repeat;
  mask: url("../icons/instagram.svg") center / contain no-repeat;
}

.tb-social-link-facebook {
  -webkit-mask: url("../icons/facebook.svg") center / contain no-repeat;
  mask: url("../icons/facebook.svg") center / contain no-repeat;
}

.tb-footer-bottom {
  display: flex;
  justify-content: space-between;
  min-height: 67px;
  align-items: center;
  padding: 0 max(24px, calc((100% - 1650px) / 2));
  color: var(--tb-white);
  background: var(--tb-grey);
  font-size: 16px;
  line-height: 26px;
}

.tb-footer-bottom p {
  flex: 0 0 448px;
  margin: 0;
}

.tb-footer-nav {
  flex: 0 0 auto;
  margin-left: auto;
}

.tb-footer-nav .wp-block-navigation__container {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  justify-content: flex-end;
  width: auto;
}

.tb-footer-nav a {
  color: inherit;
  text-decoration: none;
}

.tb-page-main {
  padding-top: 0;
  background: var(--tb-background);
}

.tb-legal {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 180px;
  min-height: 60vh;
}

.tb-legal h1 {
  font-size: clamp(44px, 5vw, 72px);
}

.tb-picture {
  display: contents;
}

@media (min-width: 1281px) {
  .tb-card-section {
    min-height: 1081px;
  }

  .tb-about {
    min-height: 941px;
    margin-top: -66px;
    padding-top: 145px;
    padding-bottom: 81px;
  }

  .tb-testimonials {
    min-height: 1088px;
    margin-top: 7px;
  }

  .tb-meetings {
    min-height: 856px;
  }

  .tb-contact {
    min-height: 870px;
  }

  .wp-site-blocks > footer.tb-footer-layer {
    margin-block-start: 5px;
  }
}

@media (max-width: 1698px) {
  .tb-footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
  }

  .tb-footer-grid > * {
    grid-column: auto !important;
  }
}

@media (max-width: 1380px) {
  .tb-header-layer {
    position: relative;
    background: var(--tb-primary-dark);
  }

  .tb-header-layer:not(.tb-header-layer--solid):not(.is-scrolled) {
    background: var(--tb-primary-dark);
    background-image: none;
  }

  .tb-header {
    flex-wrap: wrap;
    align-items: center !important;
  }

  .tb-header-contact {
    display: flex !important;
    order: 1;
    gap: 8px;
    margin-left: auto;
  }

  .tb-header-contact-link--location {
    display: none;
  }

  .tb-header-contact-link {
    width: 40px;
    height: 44px;
    flex: 0 0 40px;
    justify-content: center;
    gap: 0;
  }

  .tb-header-contact-link > span:not(.tb-header-icon) {
    display: none;
  }

  .tb-menu-toggle {
    display: inline-flex;
    order: 2;
    margin-left: 0;
  }

  nav.tb-nav {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    margin-top: 18px;
    overflow: hidden;
    max-height: var(--tb-mobile-menu-height, 390px);
    opacity: 1;
    transform: translateY(0);
    transition:
      max-height 280ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 180ms ease,
      transform 240ms ease,
      margin-top 240ms ease;
  }

  .tb-js .tb-header:not(.is-menu-open) nav.tb-nav {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }

  .tb-nav .wp-block-navigation__container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0;
    padding-top: 0;
    border-top: 0;
  }

  .tb-nav a {
    width: 100%;
    min-height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-inline: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    white-space: normal;
  }

  .tb-nav .wp-block-navigation-item__content {
    display: flex;
    align-items: center;
  }

  .tb-nav .wp-block-navigation-item {
    width: 100%;
  }

  .tb-nav .wp-block-navigation-item:last-child a {
    border-bottom: 0;
  }
}

@media (max-width: 1280px) {
  :root {
    --tb-content: min(100% - 40px, 1120px);
  }

  .tb-header {
    flex-wrap: wrap;
    align-items: center !important;
  }

  .tb-header-contact {
    display: flex !important;
    order: 1;
    gap: 8px;
    margin-left: auto;
  }

  .tb-header-contact-link--location {
    display: none;
  }

  .tb-header-contact-link {
    width: 40px;
    height: 44px;
    flex: 0 0 40px;
    justify-content: center;
    gap: 0;
  }

  .tb-header-contact-link > span:not(.tb-header-icon) {
    display: none;
  }

  .tb-menu-toggle {
    display: inline-flex;
    order: 2;
    margin-left: 0;
  }

  nav.tb-nav {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    margin-top: 18px;
    overflow: hidden;
    max-height: var(--tb-mobile-menu-height, 390px);
    opacity: 1;
    transform: translateY(0);
    transition:
      max-height 280ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 180ms ease,
      transform 240ms ease,
      margin-top 240ms ease;
  }

  .tb-js .tb-header:not(.is-menu-open) nav.tb-nav {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }

  .tb-nav .wp-block-navigation__container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0;
    padding-top: 0;
    border-top: 0;
  }

  .tb-nav a {
    width: 100%;
    min-height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-inline: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    white-space: normal;
  }

  .tb-nav .wp-block-navigation-item {
    width: 100%;
  }

  .tb-nav .wp-block-navigation-item:last-child a {
    border-bottom: 0;
  }

  .tb-card-grid,
  .tb-demand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tb-footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
  }

  .tb-footer-grid > * {
    grid-column: auto !important;
  }

  .tb-hero .tb-inner,
  .tb-about-grid,
  .tb-contact-grid,
  .tb-meetings-grid {
    gap: 56px;
  }

  .tb-testimonial-feature blockquote {
    font-size: clamp(48px, 4.25vw, 72px);
    line-height: 1.15;
  }

  .tb-hero {
    min-height: min(760px, 88vh);
    display: block;
    overflow: hidden;
    padding: 0;
  }

  .tb-hero .tb-inner {
    position: relative;
    width: var(--tb-content);
    max-width: var(--tb-content);
    height: min(760px, 88vh);
    display: block;
    margin: 0 auto;
  }

  .tb-about-grid,
  .tb-contact-grid,
  .tb-meetings-grid,
  .tb-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .tb-hero-copy {
    position: absolute;
    z-index: 2;
    top: clamp(136px, 13vw, 170px);
    left: 0;
    width: min(52%, 620px);
    padding-bottom: 0;
  }

  .tb-hero h1 {
    font-size: clamp(52px, 6vw, 80px);
    line-height: 1.08;
    min-height: 0;
  }

  .tb-hero-buttons {
    margin-top: clamp(28px, 4vw, 44px);
  }

  .tb-hero-figure {
    position: absolute;
    z-index: 1;
    right: clamp(-150px, -8vw, -70px);
    bottom: 0;
    width: clamp(480px, 54vw, 650px);
    height: clamp(480px, 54vw, 650px);
    margin: 0;
  }

  .tb-hero-figure img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: right bottom;
  }

  .tb-quote {
    width: 100%;
    max-width: none;
    margin: 24px 0 0;
  }

  .tb-about {
    padding-top: 112px;
  }
}

@media (min-width: 901px) and (max-width: 1380px) {
  .tb-hero {
    min-height: 720px;
  }

  .tb-hero .tb-inner {
    height: 720px;
  }

  .tb-hero-copy {
    top: clamp(118px, 10vw, 148px);
    width: min(50%, 600px);
  }

  .tb-hero h1 {
    font-size: clamp(48px, 5.3vw, 70px);
    line-height: 1.08;
  }

  .tb-hero-name {
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
  }

  .tb-hero-name strong {
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 36px;
  }

  .tb-hero-buttons {
    margin-top: clamp(24px, 3.5vw, 38px);
  }

  .tb-hero-figure {
    right: clamp(-100px, -6vw, -52px);
    width: clamp(500px, 53vw, 650px);
    height: clamp(500px, 53vw, 650px);
  }
}

@media (min-width: 1281px) and (max-width: 1515px) {
  .tb-hero {
    height: min(720px, 100vh);
    min-height: 0;
    display: block;
    overflow: hidden;
    padding: 0;
  }

  .tb-hero .tb-inner {
    position: relative;
    width: var(--tb-content);
    max-width: var(--tb-content);
    height: 100%;
    display: block;
    margin: 0 auto;
  }

  .tb-hero .tb-hero-copy {
    position: absolute;
    z-index: 2;
    top: 180px;
    left: 0;
    width: min(52%, 640px);
    padding-bottom: 0;
  }

  .tb-hero h1 {
    font-size: clamp(52px, 4.75vw, 68px);
    line-height: 1.06;
    min-height: 0;
  }

  .tb-hero-name {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .tb-hero-name strong {
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 34px;
  }

  .tb-hero-copy .tb-hero-buttons,
  .tb-hero-buttons {
    margin-top: 24px;
  }

  .tb-hero .tb-hero-figure {
    position: absolute;
    z-index: 1;
    top: auto;
    right: clamp(-70px, -2.5vw, -24px);
    bottom: 0;
    width: clamp(500px, 37vw, 580px);
    height: clamp(500px, 37vw, 580px);
    margin: 0;
  }

  .tb-hero-figure img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: right bottom;
  }
}

@media (min-width: 1281px) and (max-width: 1380px) {
  .tb-hero .tb-hero-copy {
    top: 96px;
  }
}

@media (min-width: 561px) and (max-width: 1280px) {
  .tb-about h2 {
    font-size: clamp(40px, 4.85vw, 64px);
    line-height: 1.2;
  }

  .tb-card-section .tb-section-heading {
    width: var(--tb-content);
    max-width: var(--tb-content);
  }

  .tb-about-grid > .wp-block-group:first-child,
  .tb-about-grid > .tb-photo-card,
  .tb-contact-grid > .tb-photo-card {
    width: min(100%, 560px);
    justify-self: center;
  }

  .tb-about-grid .tb-photo-card img,
  .tb-about-grid > .tb-photo-card img,
  .tb-contact-grid > .tb-photo-card img {
    aspect-ratio: 4 / 3;
    object-position: center top;
  }
}

@media (max-width: 900px) {
  .tb-header-layer {
    position: relative;
    background: var(--tb-primary-dark);
  }

  .tb-header {
    min-height: auto;
    padding: 18px 0 24px;
    align-items: center !important;
  }

  .tb-logo-lockup {
    gap: 22px;
  }

  .tb-brand-logo--torsten {
    width: 92px;
    height: 49px;
  }

  .tb-brand-logo--bsw {
    width: 122px;
    height: 47px;
  }

  nav.tb-nav {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    margin-top: 18px;
    overflow: hidden;
    max-height: var(--tb-mobile-menu-height, 390px);
    opacity: 1;
    transform: translateY(0);
    transition:
      max-height 280ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 180ms ease,
      transform 240ms ease,
      margin-top 240ms ease;
  }

  .tb-menu-toggle {
    display: inline-flex;
    order: 2;
    margin-left: 0;
  }

  .tb-header-contact {
    display: flex !important;
    order: 1;
    gap: 8px;
    margin-left: auto;
  }

  .tb-header-contact-link {
    width: 40px;
    height: 44px;
    flex: 0 0 40px;
    justify-content: center;
    gap: 0;
  }

  .tb-header-contact-link > span:not(.tb-header-icon) {
    display: none;
  }

  .tb-js .tb-header:not(.is-menu-open) nav.tb-nav {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }

  .tb-nav .wp-block-navigation__container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0;
    padding-top: 0;
    border-top: 0;
  }

  .tb-nav a {
    width: 100%;
    min-height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-inline: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    white-space: normal;
  }

  .tb-nav .wp-block-navigation-item {
    width: 100%;
  }

  .tb-nav .wp-block-navigation-item:last-child a {
    border-bottom: 0;
  }

  .tb-hero {
    min-height: auto;
    padding: 56px 0 0;
  }

  .tb-hero-figure img {
    width: 100%;
    height: auto;
    max-height: 640px;
    object-fit: contain;
  }

  .tb-card-grid,
  .tb-demand-grid,
  .tb-testimonial-list {
    grid-template-columns: 1fr;
  }

  .tb-topic-card {
    min-height: auto;
  }

  .tb-card-section {
    padding-top: 64px;
  }

  .tb-card-section .tb-section-title {
    font-size: clamp(56px, 11vw, 96px);
  }

  .tb-card-section .tb-section-lead {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .tb-quote {
    margin: 24px 0 0;
    width: 100%;
    max-width: none;
  }

  .tb-footer-grid {
    display: grid !important;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 561px) and (max-width: 900px) {
  .tb-hero {
    min-height: 620px;
    height: 620px;
    display: block;
    overflow: hidden;
    padding: 0;
  }

  .tb-hero .tb-inner {
    position: relative;
    width: var(--tb-content);
    max-width: var(--tb-content);
    height: 100%;
    display: block;
    margin: 0 auto;
  }

  .tb-hero-copy {
    position: absolute;
    z-index: 2;
    top: 44px;
    left: 0;
    width: min(60%, 460px);
    padding-bottom: 0;
  }

  .tb-hero h1 {
    font-size: clamp(42px, 7.3vw, 58px);
    line-height: 1.06;
  }

  .tb-hero-name {
    width: min(100%, 330px);
    margin-top: 18px;
    font-size: 17px;
    line-height: 25px;
  }

  .tb-hero-name strong {
    margin-bottom: 4px;
    font-size: 27px;
    line-height: 34px;
  }

  .tb-hero-buttons {
    width: min(100%, 218px);
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: clamp(22px, 4vw, 32px);
  }

  .tb-hero-buttons .wp-block-button,
  .tb-hero-buttons .wp-block-button__link {
    width: 100%;
  }

  .tb-hero-buttons .wp-block-button__link {
    min-height: 40px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 21px;
    white-space: normal;
  }

  .tb-hero-figure {
    position: absolute;
    z-index: 1;
    right: clamp(-120px, -10vw, -54px);
    bottom: 0;
    width: clamp(430px, 62vw, 560px);
    height: clamp(430px, 62vw, 560px);
    margin: 0;
  }

  .tb-hero-figure img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: right bottom;
  }
}

@media (max-width: 560px) {
	* {
		min-width: 0;
	}

	:root {
		--tb-content: min(100% - 28px, 100%);
		--tb-narrow: min(100% - 28px, 100%);
	}

  .tb-section {
    padding: 64px 0;
  }

  .tb-header-layer {
    --tb-motto-height: 48px;
  }

  .tb-motto p {
    font-size: 14px;
    line-height: 24px;
    word-spacing: 2px;
  }

  .tb-header {
    gap: 18px;
  }

  .tb-logo-lockup {
    gap: 16px;
  }

  .tb-brand-logo--torsten {
    width: 76px;
    height: 40px;
  }

  .tb-brand-logo--bsw {
    width: 102px;
    height: 39px;
  }

  .tb-menu-toggle {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .tb-header-contact {
    gap: 6px;
  }

  .tb-header-contact-link {
    width: 36px;
    height: 44px;
    flex-basis: 36px;
  }

  .tb-nav a {
    font-size: 20px;
    line-height: 30px;
  }

  .tb-hero {
    min-height: 542px;
    height: 542px;
    display: block;
    overflow: hidden;
    padding: 0;
  }

  .tb-hero .tb-inner {
    position: relative;
    width: 100%;
    max-width: none;
    height: 100%;
    display: block;
    margin: 0;
  }

  .tb-hero-copy {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 16px 16px;
    gap: 12px;
  }

  .tb-hero h1 {
    width: 242px;
    font-size: 40px;
    line-height: 48px;
  }

  .tb-hero h1 strong {
    display: block;
  }

  .tb-hero-name {
    width: 156px;
    margin-top: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .tb-hero-name strong {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 27px;
  }

  .tb-hero-buttons {
    width: 156px;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: auto;
  }

  .tb-hero-buttons .wp-block-button,
  .tb-hero-buttons .wp-block-button__link {
    width: 156px;
  }

  .tb-hero-buttons .wp-block-button__link {
    min-height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 21px;
    white-space: nowrap;
  }

  .tb-hero-figure {
    position: absolute;
    z-index: 1;
    right: -48px;
    bottom: 0;
    width: 360px;
    height: 360px;
    margin: 0;
  }

  .tb-hero-figure img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: right bottom;
  }

  .tb-about h2 {
    font-size: 38px;
    line-height: 1.2;
  }

  .tb-section-title br,
  .tb-about h2 br,
  .tb-meetings h2 br {
    display: none;
  }

  .tb-about {
    padding-top: 96px;
  }

  .tb-about h2 strong {
    white-space: nowrap;
  }

  .tb-card-section .tb-section-title {
    font-size: 44px;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .tb-card-section .tb-section-heading {
    width: var(--tb-content);
    max-width: var(--tb-content);
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .tb-card-section .tb-heading-line {
    width: 110px;
    margin: 20px 0 0 !important;
  }

  .tb-card-section .tb-section-lead {
    margin: 24px 0 0 !important;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
  }

  .tb-demands .tb-section-heading {
    width: var(--tb-content);
    max-width: var(--tb-content);
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .tb-demands .tb-section-title {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .tb-demands .tb-heading-line {
    margin: 20px 0 0 !important;
  }

  .tb-demands .tb-section-lead {
    margin: 24px 0 0 !important;
    text-align: left;
  }

  .tb-demand-grid {
    row-gap: 24px;
  }

  .tb-demand-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 12px;
    align-items: start;
    padding: 16px 0;
  }

  .tb-demand-card .tb-demand-icon {
    grid-column: 1;
    grid-row: 1;
  }

  .tb-demand-card h3 {
    grid-column: 2;
    grid-row: 1;
  }

  .tb-demand-card p {
    grid-column: 1 / -1;
  }

  .tb-testimonials {
    padding-top: 96px;
  }

  .tb-testimonials .tb-section-heading {
    width: var(--tb-content) !important;
    max-width: var(--tb-content) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: left !important;
  }

  .tb-testimonials .tb-section-title {
    margin-right: 0 !important;
    margin-left: 0 !important;
    line-height: 1.1;
    text-align: left !important;
  }

  .tb-testimonials .tb-heading-line {
    margin: 18px 0 0 !important;
  }

  .tb-testimonials .tb-section-lead {
    margin: 20px 0 0 !important;
    text-align: left !important;
  }

  .tb-testimonial-feature {
    padding: 28px 0 0 20px;
  }

  .tb-testimonial-feature::before {
    font-size: 72px;
  }

  .tb-testimonial-feature blockquote {
    font-size: 24px;
    line-height: 36px;
  }

  .tb-testimonial-feature .tb-cite {
    margin-top: 24px;
    text-transform: none;
  }

  .tb-testimonial-list {
    padding-top: 0;
  }

  .tb-testimonial-list > .tb-mini-quote {
    position: relative;
    padding: 28px 0 0 20px;
  }

  .tb-testimonial-list > .tb-mini-quote::before {
    content: "“";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--tb-orange);
    font-family: "Saira Condensed", "Saira Condensed Fallback", sans-serif;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
  }

  .tb-testimonial-list > .tb-mini-quote .tb-cite {
    margin-top: 24px;
    text-transform: none;
  }

  .tb-contact {
    padding-bottom: 136px;
  }

  @media (max-width: 360px) {
    .tb-testimonials .tb-section-title {
      font-size: 36px;
      line-height: 40px;
    }
  }

  .tb-hero-buttons .wp-block-buttons {
    display: grid;
  }

  .tb-meeting-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .tb-meeting-card h3 {
    font-size: 28px;
    line-height: 36px;
    overflow-wrap: normal;
    hyphens: none;
  }

  .tb-date {
    display: flex;
    gap: 10px;
    align-items: end;
    text-align: left;
  }

  .tb-date strong {
    font-size: 56px;
    line-height: 64px;
  }

  .tb-date span {
    font-size: 28px;
    line-height: 38px;
  }

  .tb-meeting-meta,
	.tb-donation-table p {
		grid-template-columns: 1fr;
		gap: 0;
		font-size: 20px;
		line-height: 30px;
	}

	.tb-footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
		gap: 18px;
		padding-block: 20px;
	}

  .tb-footer-bottom p {
    flex-basis: 100%;
  }

  .tb-footer-nav {
    margin-left: 0;
  }

	.tb-footer-nav .wp-block-navigation__container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px 18px;
	}
}

@media (max-width: 360px) {
  .tb-header {
    gap: 10px;
  }

  .tb-logo-lockup {
    gap: 10px;
  }

  .tb-brand-logo--torsten {
    width: 64px;
    height: 34px;
  }

  .tb-brand-logo--bsw {
    width: 86px;
    height: 33px;
  }

  .tb-header-contact-link {
    width: 34px;
    height: 40px;
    flex-basis: 34px;
  }

  .tb-menu-toggle {
    width: 38px;
    height: 40px;
    flex-basis: 38px;
  }

  .tb-header-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .tb-about h2 {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  nav.tb-nav {
    transition: none;
  }
}
