@charset "UTF-8";
/* ============
      Fonts
   ============ */
/* noto-sans-sc-latin-wght-normal */
@font-face {
  font-family: "Noto Sans SC Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fonts/@fontsource-variable/noto-sans-sc/files/noto-sans-sc-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ============
      Colors
   ============ */
:root {
  --color-red: #e50000;
  --color-darkgrey: #333333;
  --color-grey: #E0E0E0;
  --color-lightgrey: #F5F5F5;
}

/* ============
    Base Styles
   ============ */
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.navbar,
.hero,
main,
footer {
  max-width: 1440px;
  margin-inline: auto;
}

.hero,
main,
footer {
  padding-inline: 18px;
}

main {
  padding-top: 90px;
}

.home {
  padding-top: 8rem;
}

section {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 960px) {
  .hero,
  main,
  footer {
    padding-inline: unset;
  }
  main {
    padding-inline: 1rem;
  }
  section {
    margin-bottom: 12rem;
  }
}
@media only screen and (min-width: 1300px) {
  main {
    padding-top: 190px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.relative {
  position: relative;
}

.icon {
  fill: white;
  display: inline-block;
  position: absolute;
  bottom: 0.2rem;
  height: 4ex;
}

.icon-next {
  right: 0.5rem;
}

.icon-prev {
  left: 0.5rem;
}

/* Kirby Layout Basics */
.layout {
  display: grid;
  grid-row-gap: 0;
}
.layout figure {
  margin: 0 auto;
}
.layout img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 90vh;
  width: auto;
}
.layout .video-thumbnail {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.layout-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
}

.layout-flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.flex-text {
  flex-direction: column-reverse;
}

.flex-image {
  flex-direction: column;
}

.column {
  grid-column: span var(--span);
  margin-block: 1rem;
  max-width: 42rem;
  width: 100%;
}

#team .layout {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  justify-content: space-evenly;
}
#team img {
  max-height: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: 100%;
  aspect-ratio: 1/1;
}
#team .layout-grid {
  grid-row-gap: 2rem;
}
#team .layout-flex {
  flex-direction: column-reverse;
  justify-content: flex-end;
  grid-row-gap: 0;
  flex-basis: 28rem;
}
#team .column {
  align-content: baseline;
}
#team .column-type-image {
  margin-bottom: 0rem;
}
#team .block-type-text {
  max-width: 595px;
}

@media only screen and (min-width: 960px) {
  .layout {
    --text-indent: clamp(0rem, -24.6691rem + 35.8824vw, 7.625rem);
    display: grid;
    grid-row-gap: 1rem;
  }
  .layout .layout-flex {
    flex-direction: row;
    gap: 4rem;
    align-content: center;
  }
  .layout.image-left {
    flex-direction: row-reverse !important;
  }
  .layout-grid {
    grid-row-gap: 6rem;
    grid-column-gap: 6rem;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (min-width: 1300px) {
  #team .layout {
    display: grid;
    grid-row-gap: 4rem;
  }
  #team .layout-grid {
    grid-template-columns: 1fr;
  }
  #team .layout-flex {
    flex-direction: row;
  }
  #team .flex-image {
    flex-direction: row-reverse;
  }
  #team .column {
    align-content: center;
  }
  #team .column-type-image {
    flex: 0.42;
    flex-basis: 400px;
  }
  #team .column-type-text {
    flex: 0.58;
    flex-basis: 24rem;
  }
  #team .block-type-text {
    max-width: unset;
  }
  .text-indent [data-column-index="0"] .block-type-text {
    padding-left: var(--text-indent);
  }
  .text-indent [data-column-index="1"] .block-type-text {
    padding-right: var(--text-indent);
  }
}
@media only screen and (min-width: 960px) {
  [data-page=about] .layout-grid,
  [data-page=team] .layout-grid {
    grid-row-gap: 5rem;
  }
  [data-page=about] .layout-flex .column,
  [data-page=team] .layout-flex .column {
    align-content: center;
  }
  [data-page=about] .layout-flex img,
  [data-page=team] .layout-flex img {
    max-height: 800px;
    width: 595px;
    height: 414px;
    max-width: 595px;
  }
}

/* ============
    Typography
   ============ */
:root {
  --font-family: "Noto Sans SC Variable", "ui-sans-serif", "system-ui";
  --fs1: clamp(1.75rem, 1.35rem + 2vi, 3.75rem);
  --fs2: clamp(1.375rem, 1.125rem + 1.25vi, 2.625rem);
  --fs3: clamp(1.25rem, 1.2rem + 0.25vi, 1.5rem);
  --fs4: clamp(0.875rem, 0.825rem + 0.25vi, 1.125rem);
  --lh1: clamp(1.75rem, 1.3rem + 2.25vi, 4rem);
  --lh2: clamp(1.875rem, 1.65rem + 1.125vi, 3rem);
  --lh3: 1.5em;
  --lh4: clamp(1.5rem, 1.425rem + 0.375vi, 1.875rem);
}

html * {
  font-family: var(--font-family);
}

h1 {
  font-size: var(--fs1);
  font-weight: 700;
  line-height: var(--lh1);
  text-transform: uppercase;
  margin-bottom: 0.5ex;
  margin-left: -0.05em;
}

h2 {
  font-size: var(--fs2);
  font-weight: 500;
  line-height: var(--lh2);
  margin-bottom: 2.5ex;
}

.pod-box h2 {
  font-size: var(--fs3);
}

h3 {
  font-size: var(--fs3);
  font-weight: 500;
  line-height: var(--lh3);
  margin-block: 1.5ex;
}

p,
li {
  font-size: var(--fs4);
  font-weight: 400;
}

blockquote {
  font-size: var(--fs4);
  font-weight: 300;
  padding-left: 1rem;
  margin-block: 1.5rem;
  border-left: 1px solid var(--color-grey);
  margin-left: 0.5rem;
}
blockquote footer {
  font-size: 0.95em;
  margin-top: 1em;
}

.prose p,
.prose a,
.prose li,
.text p,
.text a,
.text li {
  font-size: var(--fs4);
  font-weight: 400;
  line-height: var(--lh4);
}
.prose a,
.text a {
  color: var(--color-red);
}

.prose p {
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 1em;
}
.prose p:only-child {
  margin-bottom: 0;
}
.prose p:last-child {
  margin-bottom: 0;
}
.prose ul {
  margin-block: 1em;
}
.prose ul li {
  list-style-type: disc;
  margin-left: 1em;
  padding-bottom: 0.5em;
}
.prose a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.default .prose {
  max-width: 50rem;
}
.default h1 {
  margin-bottom: 1em;
}

.introtext {
  max-width: 75rem;
}

.p-mt :first-of-type {
  margin-top: 1em;
}

.contact-name {
  font-size: var(--fs4);
  font-weight: 700;
  line-height: var(--lh4);
  margin-bottom: 1em;
}

.text-bold {
  font-weight: 700 !important;
}

.text-red {
  color: var(--color-red);
}

.text-white {
  color: white !important;
}

.text-darkgrey {
  color: var(--color-darkgrey);
}

nav a {
  font-weight: 500;
  font-size: var(--fs3);
}
@media only screen and (min-width: 960px) {
  nav a {
    font-size: 20px;
  }
}

h2,
h3,
p,
nav {
  letter-spacing: 0.03em;
}

.line-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: var(--lines);
  line-clamp: var(--lines);
  /* Mozilla */
  -webkit-box-orient: vertical;
  /* WebKit */
  box-orient: vertical;
  /* As specified */
}
.line-clamp p {
  -webkit-hyphens: unset;
          hyphens: unset;
}

.mail span {
  margin-right: 0.5em;
}

.tel span {
  margin-right: 1em;
}

figcaption {
  margin-top: 0.5em;
  font-size: 0.9rem;
  text-align: right;
  font-weight: 300;
}

.podcast-description p {
  font-size: 0.95em;
}

/* ============
   Buttons
============ */
.btn {
  --back-color: white;
  --text-color: black;
  display: inline-block;
  background-color: var(--back-color);
  font-size: var(--fs4);
  font-weight: 500;
  color: var(--text-color);
  padding: 0.75em 1em;
  letter-spacing: 0.03;
  margin-top: 1rem;
}
.btn:hover {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.17);
}

.btn-extlink,
.btn-downloads {
  padding: 0.5em 0.75em 0.75em 1em;
}
.btn-extlink::after,
.btn-downloads::after {
  --extlink-color: black;
  content: " ↗";
  margin-left: 0.2em;
  margin-top: 0.2em;
  font-size: 1.1em;
  color: var(--extlink-color);
}

.btn-primary {
  --back-color: var(--color-red);
  --text-color: white;
}
.btn-primary::after {
  --extlink-color: black;
}
.btn-primary:hover {
  --back-color: white;
  --text-color: var(--color-red);
}

.btn-downloads {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.btn-downloads::after {
  content: " ⬇";
  color: white;
  margin: 0;
  margin-left: 0.5rem;
}
.btn-downloads:hover {
  --back-color: var(--color-red);
  --text-color: white;
}

.btn-downloads + .prose {
  margin: 1rem 0 1rem 0;
}
.btn-downloads + .prose ul {
  color: var(--color-red);
}

.block.block-type-downloads {
  padding: 0 1rem;
  border: 2px dashed var(--color-red);
  margin: 2rem 2rem 0 0;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-secondary {
  --back-color: white;
  --text-color: black;
}
.btn-secondary::after {
  --extlink-color: var(--color-red);
}
.btn-secondary:hover {
  --back-color: var(--color-red);
  --text-color: white;
}
.btn-secondary:hover::after {
  --extlink-color: black;
}

.btn-tertiary {
  --back-color: var(--color-grey);
  --text-color: black;
}
.btn-tertiary::after {
  --extlink-color: var(--color-red);
}
.btn-tertiary:hover {
  --back-color: white;
}

.btn-up {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 4;
  bottom: 0.5rem;
  right: 0.5rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-weight: 300;
  font-size: 2rem;
  padding: 0.1em 0 0 0;
  margin: 0;
  text-align: center;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.btn-up.visible {
  opacity: 0.6;
  visibility: visible;
}
.btn-up:not(.visible) {
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; /* Faster disappear transition */
}

@media only screen and (min-width: 960px) {
  .btn-up {
    width: 5rem;
    height: 5rem;
    bottom: 1rem;
    right: 2rem;
    padding: 0.6em 0 0 0;
  }
}
.cta {
  background: var(--color-red);
  height: 11.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: center;
}

/* =================
    Plyr VideoAudio
   ================= */
:root {
  --plyr-color-main:white ;
  --plyr-audio-controls-background: var(--color-red);
  --plyr-audio-control-color: white;
  --plyr-audio-control-background-hover: white;
  --plyr-audio-control-color-hover: var(--color-darkgrey);
}

.plyr {
  padding-block: 2rem;
}

.plyr--video {
  padding: 0;
}

.plyr__time {
  font-weight: 700;
}

.plyr__volume input[type=range] {
  max-width: 60px;
}
@media only screen and (min-width: 960px) {
  .plyr__volume input[type=range] {
    max-width: 90px;
  }
}

.video-container {
  margin: 3rem auto 1rem;
  position: relative;
  cursor: pointer;
}
.video-container figure {
  width: unset !important;
}
.video-container .overlay {
  text-align: left;
  padding: 0 0rem 2rem 0rem;
  align-content: end;
}
.video-container figure {
  position: relative;
}
.video-container figcaption {
  text-align: left;
}
.video-container .btn-secondary {
  display: block;
  margin: 0 auto;
  margin-block: 2rem 0;
}

.play-button {
  font-size: 3rem;
  color: white;
  border: none;
  border-radius: 10%;
  padding: 2rem 3rem 2.5rem;
  cursor: pointer;
  background: var(--color-red);
  opacity: 0.9;
  margin: 0 auto;
  display: block;
}

@media only screen and (min-width: 960px) {
  [data-column-count="1"] .video-container {
    max-width: var(--video-width);
  }
}

.disclaimer-wrap {
  padding: 5rem 1rem 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 960px) {
  .disclaimer-wrap {
    aspect-ratio: 16/9;
    align-content: end;
    padding: 5rem 4rem 2rem;
  }
}

.disclaimer {
  background-color: var(--color-red);
  color: white;
  bottom: 3rem;
  padding: 2rem 1.5rem;
  line-height: 1.5;
  word-wrap: wrap;
  -webkit-hyphens: auto;
          hyphens: auto;
}
[data-video-source=local] {
  height: 25rem;
  align-content: center;
  padding: 0;
}

.video-caption {
  margin: 1rem 0.5rem 0;
}

.hero {
  position: relative;
}
.hero img {
  max-width: 100%;
  height: calc(100vh - 78px);
  -o-object-fit: cover;
     object-fit: cover;
}

.claim {
  position: absolute;
  background-color: var(--color-red);
  padding: 50px 0.75em var(--lh1);
  width: calc(100vw - 96px);
  top: 0;
  right: 18px;
}

@media only screen and (min-width: 960px) {
  .hero img {
    height: calc(100vh - 120px);
  }
  .claim {
    padding: var(--lh1);
    top: unset;
    right: unset;
    bottom: 44px;
    width: unset;
    left: 3px;
  }
}
/* ============
    Hamburger
   ============ */
#ham-input {
  display: none;
}

.ham-label {
  position: absolute;
  fill: black;
  width: auto;
  top: 6px;
  right: 5px;
  padding: 0.5rem;
  z-index: 8;
}

.ham-svg {
  width: 2.5rem;
}

.ham-line {
  transition: 0.5s;
}

#ham-input:checked + .ham-label > svg {
  fill: white;
  position: fixed;
  top: 1rem;
  right: 0.5rem;
}
#ham-input:checked + .ham-label + nav {
  width: 100vw;
}
#ham-input:checked + .ham-label + nav ul {
  visibility: visible;
}
#ham-input:checked + .ham-label #bready-top {
  transform: translate(0.2rem, -0.025rem) rotate(45deg);
}
#ham-input:checked + .ham-label #bready-bottom {
  transform: translate(-0.25rem, 0.205rem) rotate(-45deg);
}
#ham-input:checked + .ham-label #cheese {
  display: none;
}

.navbar-container {
  width: 100%;
  position: sticky;
  background-color: white;
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.19);
  top: 0;
  z-index: 5;
}

.navbar {
  --navbar-height: 60px;
  height: var(--navbar-height);
  position: relative;
}
.navbar .logo {
  position: absolute;
  top: 0;
  z-index: 2;
  margin-left: 18px;
}
.navbar .logo svg {
  height: calc(var(--navbar-height) * 2);
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.19);
}
.navbar nav {
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .navbar nav {
    position: fixed;
    top: 0;
    width: 0;
    height: 100vh;
    background: var(--color-red);
    z-index: 5;
    color: white;
    transition: ease-in-out 0.3s;
  }
  .navbar nav ul {
    visibility: hidden;
    padding: 7rem 3rem;
    width: 100vw;
    flex-direction: column;
    gap: 2rem;
  }
  .navbar nav li::before {
    content: "› ";
    font-weight: 900;
    left: -1rem;
    position: absolute;
    top: -0.05rem;
    font-size: 1.4em;
  }
  .navbar nav li.active {
    color: white;
    text-decoration: underline;
    text-underline-offset: 0.3em;
  }
}
.navbar nav ul {
  display: flex;
  align-items: baseline;
}
.navbar nav li {
  cursor: pointer;
  position: relative;
}
.navbar nav li:hover a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

footer li:hover a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

#privacy a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

@media only screen and (min-width: 1300px) {
  .ham-label {
    display: none;
  }
  .navbar {
    --navbar-height: 98px;
  }
  .navbar .logo {
    margin-left: 35px;
  }
  .navbar nav {
    height: var(--navbar-height);
  }
  .navbar ul {
    position: absolute;
    right: 60px;
    height: inherit;
    align-items: center;
    gap: 80px;
    flex-direction: row;
  }
  .navbar li {
    padding-block: 2em;
  }
}
.active {
  color: var(--color-red);
}

.home .btn-tertiary {
  float: right;
  margin-block: 2rem;
}
.home h2 {
  clear: both;
}
.home #about {
  container-name: about;
  container-type: inline-size;
}
.home #about .layout-flex {
  align-content: center;
  flex-direction: column-reverse;
  gap: 0;
}
.home #about .layout-flex .flex-item:first-child {
  max-width: 38rem;
  margin: 0 auto;
  background: var(--color-lightgrey);
  padding: 2em;
}
.home #about .layout-flex .btn-primary {
  margin-block: 2rem 0;
}
@container about (width > 1100px) {
  .home #about .layout-flex {
    flex-direction: row;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .home #about .layout-flex .flex-item {
    flex: 1;
    flex-basis: 26rem;
  }
  .home #about .layout-flex .flex-item:nth-child(2) {
    align-content: center;
  }
  .home #about .layout-flex .flex-item:first-child {
    background: unset;
    max-width: unset;
    padding-left: 1rem;
  }
}
@container about (width > 1200px) {
  .home #about .layout-flex {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .home #about .layout-flex .flex-item:first-child {
    padding-left: 6rem;
  }
}

.angebote {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 3rem;
}
.angebote h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 6rem;
  min-width: 14rem;
  background-color: var(--color-red);
  padding: 0.5em 1em;
  color: white;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.angebote svg {
  display: block;
  fill: white;
  margin-right: 1.5rem;
  min-width: 3rem;
  width: auto;
  height: auto;
}
.angebote .text {
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 960px) {
  .angebote li {
    max-width: 31.8333333333%;
  }
}

/* === Blog and Splide Preview === */
.flexblog ul {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 960px) {
  .flexblog li {
    flex-basis: 31%;
  }
}

.blogposts li {
  background-color: var(--color-lightgrey);
  margin-bottom: 2rem;
}
.blogposts li:hover {
  background-color: white;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.17);
  transition: 0.1s ease-in-out;
}
.blogposts li:hover .published {
  background: var(--color-lightgrey);
  transition: 0.1s ease-in-out;
}
.blogposts .details {
  padding: clamp(1.875rem, 1.6rem + 1.375vi, 3.25rem) clamp(1.5rem, 1.25rem + 1.25vi, 2.75rem);
}
.blogposts .line-clamp {
  --lines: 4;
}
.blogposts .btn {
  margin-top: 2rem;
}
.blogposts.blog img,
.blogposts.blog .img-placeholder {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.blogposts.podcasts img,
.blogposts.podcasts .img-placeholder {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.blogposts.podcasts .line-clamp {
  min-height: 2rem;
  line-height: 1.5;
}
.blogposts.events li {
  padding: unset;
  flex-basis: unset;
}
.blogposts.events li > :first-child {
  grid-column: span 3;
  padding: clamp(1.875rem, 1.6rem + 1.375vi, 3.25rem) clamp(1.5rem, 1.25rem + 1.25vi, 2.75rem);
}
.blogposts.events li > :nth-child(2) {
  padding: 0 1rem 2rem 0;
}
.blogposts.events .published {
  position: unset;
  padding: 2rem 1rem 1.5rem 2rem;
  min-width: 12rem;
  margin-bottom: 1rem;
}
.blogposts.events .btn {
  margin-left: 1.5rem;
}
.blogposts.events .line-clamp {
  --lines: 4;
}
@media only screen and (min-width: 960px) {
  .blogposts.events {
    visibility: visible;
  }
  .blogposts.events ul {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 0.5rem !important;
  }
  .blogposts.events li {
    flex: 1;
    flex-basis: unset;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
  .blogposts.events li > :nth-child(2) {
    grid-column: span 1;
    padding: 0 2rem clamp(1.875rem, 1.6rem + 1.375vi, 3.25rem) 0;
    min-width: 21rem;
  }
  .blogposts.events li > :not(:first-child) {
    margin-block: unset;
  }
  .blogposts.events .published {
    height: unset;
    width: inherit;
    margin-bottom: 2rem;
  }
  .blogposts.events .btn {
    position: unset;
    margin-left: 0;
  }
}
.blogposts.workshop li > :first-child {
  padding: clamp(1.875rem, 1.6rem + 1.375vi, 3.25rem) clamp(1.5rem, 1.25rem + 1.25vi, 2.75rem) 0;
}
@media only screen and (min-width: 960px) {
  .blogposts.workshop li > :first-child {
    padding: clamp(1.875rem, 1.6rem + 1.375vi, 3.25rem) clamp(1.5rem, 1.25rem + 1.25vi, 2.75rem);
  }
}

.fortbildungen .blogposts.events li > :nth-child(2) {
  align-content: end;
}

/* === Blog Page === */
.blog-wrapper {
  background-color: var(--color-lightgrey);
  margin-top: 2rem;
  padding-block: 2rem;
}
.blog-wrapper .block {
  margin-inline: 1.5em;
}
.blog-wrapper .block-type-image, .blog-wrapper .block-type-video {
  margin-inline: 0;
}
.blog-wrapper .block-type-image + .block-type-text, .blog-wrapper .block-type-video + .block-type-text {
  margin-top: 2rem;
}

.blog-text {
  padding: 1rem;
}
.blog-text figure {
  margin-block: 2rem;
}

.published {
  width: -moz-fit-content;
  width: fit-content;
  background: white;
  padding: 1em;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 960px) {
  .blogposts.blog li, .blogposts.podcasts li {
    position: relative;
    padding-bottom: 4.5rem;
  }
  .blogposts.blog .btn, .blogposts.podcasts .btn {
    position: absolute;
    bottom: 2.5rem;
  }
  .blog-wrapper {
    margin-top: 4rem;
    position: relative;
  }
  .blog-wrapper .layout {
    grid-row-gap: 0;
  }
  .blog-wrapper .layout .layout-flex .column {
    flex: 1;
  }
  .blog-wrapper .block {
    margin-inline: 0;
  }
  .blog-wrapper .block-type-text {
    padding-inline: unset;
  }
  .blog-wrapper .block-type-image {
    margin-top: 0.5rem;
  }
  .published {
    padding: 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 2rem;
  }
  .blog-text {
    grid-column: span var(--span);
    grid-row: 1/2;
    padding-top: 1rem;
  }
  .blog-img {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .blog-wrapper.event {
    padding: 0 6rem 3rem;
    margin-bottom: 0;
  }
  .blog-wrapper.fortbildung {
    padding: 3rem 8rem;
  }
  .blog-wrapper.fortbildung .blog-text {
    padding-top: 0rem;
  }
  .blog {
    --margin-blog: 3rem;
    padding: 2rem 0 8rem 0;
  }
  .blog .layout-grid {
    grid-column-gap: 2rem;
    align-items: center;
    grid-row-gap: 0;
  }
  .blog .column {
    max-width: unset;
  }
  .blog [data-column-index="0"]:not(:only-child) .block:not(.block-type-image) {
    margin-left: var(--margin-blog);
  }
  .blog [data-column-index="1"] .block:not(.block-type-image) {
    margin-right: var(--margin-blog);
  }
  .blog [data-column-index="0"]:only-child {
    flex: unset;
  }
  .blog [data-column-index="0"]:only-child .block {
    margin-inline: var(--margin-blog);
  }
}
@media only screen and (min-width: 1300px) {
  .blog {
    --margin-blog: 8rem;
    padding: 0 0 4rem 0;
    margin-bottom: 4rem;
  }
  .blog .published {
    margin-left: var(--margin-blog);
  }
}
/* === Podcast === */
.podcast .pod-box {
  display: grid;
  padding-top: 1rem;
  padding-top: unset;
}
.podcast .blog-text {
  padding: 2rem 1rem;
}
.podcast .prose {
  margin-bottom: 2rem;
}
.podcast .published {
  margin-bottom: 2rem;
}

#play-button--play {
  font-weight: 500;
}

.podnav {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.podnav a {
  position: relative;
}
.podnav .btn-next {
  padding-right: 3rem;
}
.podnav .btn-prev {
  padding-left: 3rem;
}
.podnav .btn:hover .icon {
  fill: var(--color-red);
}

@media only screen and (min-width: 960px) {
  .podcast {
    padding: 0 0 0 8rem;
    margin-bottom: 3rem;
  }
  .podcast .published {
    position: absolute;
  }
  .podcast .pod-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
  .podcast .blog-text {
    padding-top: 9rem;
    padding-inline: 0;
  }
  .podcast .blog-img {
    padding-top: unset;
  }
}
/* === Experts Section === */
.experts {
  visibility: visible;
}
.experts .text-bold {
  margin-block: 2em;
}
.experts .line-clamp {
  --lines: 6;
  overflow: scroll;
  max-width: 22rem;
}
.experts img {
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 350px;
  width: 100%;
}
.experts .experts-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
}
.experts li {
  margin-block: 4rem 0rem;
}
.experts li > :not(figure) {
  padding-left: 0.25rem;
}
.experts h3 {
  margin-block: 1em;
}
@media only screen and (min-width: 960px) {
  .experts {
    margin-block: 2rem;
  }
  .experts img {
    max-width: 342px;
  }
  .experts li {
    margin-block: unset;
  }
  .experts li p {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1300px) {
  .experts .experts-grid {
    justify-content: start;
  }
  .experts li:not(.splide__slide) {
    flex-basis: 19rem;
  }
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  margin-top: 3rem;
}

.contact-box {
  display: grid;
  flex-basis: 22rem;
}
.contact-box .details {
  background-color: var(--color-lightgrey);
  padding: 2rem 1rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 960px) {
  .contact-wrapper {
    justify-content: start;
  }
  .contact-box {
    grid-template-columns: 27rem auto;
    flex-basis: 40rem;
  }
  .contact-box img {
    width: 210px;
    height: 200px;
  }
}
.contact-box:last-child {
  grid-template-columns: 1fr;
  height: 200px;
}
.contact-box:last-child .details {
  align-items: center;
  padding: 3rem;
}
.contact-box:last-child .details p {
  margin-bottom: 0;
  max-width: 16em;
}

#footer {
  background-color: var(--color-red);
  color: white;
  padding: 3rem 1rem 6rem 1rem;
  margin-top: 7rem;
  position: relative;
}
#footer .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 2rem;
  padding-left: 1rem;
}

.footer-nav {
  -moz-column-count: 2;
       column-count: 2;
  grid-column: span 2;
}
.footer-nav li {
  margin-bottom: 1.5rem;
}
.footer-nav a::before {
  content: "› ";
}

.sponsors {
  display: flex;
  flex-wrap: wrap;
  background: white;
  padding: 2rem;
  margin-block: 3rem;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}
.sponsors .main-sponsor {
  --border: 2px solid var(--color-darkgrey);
}
.sponsors .main-sponsor .orga-logo {
  height: 140px;
}

.orga-logos {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(2rem, 1.8rem + 1vi, 3rem);
}

.orga-logo {
  height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#privacy {
  text-align: right;
}
#privacy a:not(:first-child) {
  margin-left: 2rem;
}

@media only screen and (max-width: 959px) {
  .newsletter {
    grid-column: span 2;
  }
  .main-sponsor {
    border-bottom: var(--border);
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 960px) {
  #footer {
    padding: 3rem 6rem 3rem;
  }
  #footer .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .main-sponsor {
    border-right: var(--border);
    padding-right: 3rem;
  }
}