@charset "UTF-8";
/*
Theme Name: BlankSlate-Child
Template: blankslate
 Version: 1.00
*/
:root {
  --white: #FFFFFF;
  --background: #F6F4F0;
  --pag-inactive: #C5C2C2;
  --pag-active: #888686;
  --blackish: #1A1A1A;
  --lime-hell: #ECF1B7;
  --lime: #C7D42F;
  --pink: #E9427D;
  --lila-hell: #A172AF;
  --lila: #78368C;
  --grad-lime: linear-gradient(90deg, #F6F8DD 50%, var(--lime-hell) 100%);
  --grad-lime-zitat: linear-gradient(90deg, #D8E26E 0%, #C7D42F 95%);
  --grad-pink: linear-gradient(90deg, #F7B6CC 0%, #F07BA4 100%);
  --grad-lila: linear-gradient(90deg, #E9DEED 0%, #CDB4D5 100%);
  --h1: 3.125rem;
  --h1-article: 2.75rem;
  --h2: 2.375rem;
  --h3: 1.45rem;
  --button: 1.16rem;
  --h4: 1.083rem;
  --copy: 1rem;
  --small: 0.83rem;
  --pad-xs: 0.42rem;
  --pad-s: var(--small);
  --pad-m: 1.25rem;
  --pad-l: 2.5rem; }

@font-face {
  font-display: swap;
  font-family: 'BG-Reddit-Sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/BG-RedditSans-Regular.woff2") format("woff2"); }
@font-face {
  font-display: swap;
  font-family: 'BG-Reddit-Sans';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/BG-RedditSans-Italic.woff2") format("woff2"); }
@font-face {
  font-display: swap;
  font-family: 'BG-Reddit-Sans';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/BG-RedditSans-SemiBold.woff2") format("woff2"); }
@font-face {
  font-display: swap;
  font-family: 'BG-Reddit-Sans';
  font-style: italic;
  font-weight: 600;
  src: url("fonts/BG-RedditSans-SemiBoldItalic.woff2") format("woff2"); }
@font-face {
  font-display: swap;
  font-family: 'BG-Reddit-Sans';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/BG-RedditSans-Bold.woff2") format("woff2"); }
@font-face {
  font-display: swap;
  font-family: 'BG-Reddit-Sans';
  font-style: italic;
  font-weight: 700;
  src: url("fonts/BG-RedditSans-BoldItalic.woff2") format("woff2"); }
* {
  box-sizing: border-box; }

html {
  font-family: 'BG-Reddit-Sans';
  background: var(--background);
  color: var(--blackish);
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never; }

body {
  position: relative; }

a {
  color: var(--lila);
  font-weight: 600;
  transition: color .3s ease; }
  a:hover {
    color: var(--blackish) !important; }

a[href^='https']:not([href*='demokratieleben-koeln.de']) {
  display: inline-flex;
  align-items: center;
  vertical-align: middle; }
  a[href^='https']:not([href*='demokratieleben-koeln.de']):before {
    content: '';
    display: inline-flex;
    width: 1em;
    height: 1em;
    text-decoration: underline;
    background-color: currentColor;
    mask: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1255_2426" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1255_2426)"><path d="M3.16097 18.2295L1.56372 16.6322L11.0262 7.16971H2.62347V4.89471H14.8985V17.1697H12.6235V8.76696L3.16097 18.2295Z" fill="%2378368C"/></g></svg>');
    -webkit-mask: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1255_2426" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1255_2426)"><path d="M3.16097 18.2295L1.56372 16.6322L11.0262 7.16971H2.62347V4.89471H14.8985V17.1697H12.6235V8.76696L3.16097 18.2295Z" fill="%2378368C"/></g></svg>');
    mask-size: cover; }

a[href^='mailto'] {
  display: inline-flex;
  align-items: center;
  vertical-align: middle; }
  a[href^='mailto']:before {
    content: '';
    display: inline-flex;
    width: 1em;
    height: 1em;
    margin-right: .2em;
    text-decoration: underline;
    background-color: currentColor;
    mask: url("icons/mail.svg");
    -webkit-mask: url("icons/mail.svg");
    mask-size: cover; }

a[href^='tel'] {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  color: var(--lila);
  text-decoration: underline; }
  a[href^='tel']:before {
    content: '';
    display: inline-flex;
    width: 1em;
    height: 1em;
    margin-right: .2em;
    text-decoration: underline;
    background-color: currentColor;
    mask: url("icons/call.svg");
    -webkit-mask: url("icons/call.svg");
    mask-size: cover; }

a[href$=".zip"], a[href$=".pdf"] {
  display: flex;
  align-items: center; }
  a[href$=".zip"]:before, a[href$=".pdf"]:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.25em;
    background-color: currentColor;
    mask: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1167_1403" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1167_1403)"><path d="M13 17.5L7.375 11.875L8.95 10.2438L11.875 13.1688V4H14.125V13.1688L17.05 10.2438L18.625 11.875L13 17.5ZM6.25 22C5.63125 22 5.10156 21.7797 4.66094 21.3391C4.22031 20.8984 4 20.3687 4 19.75V16.375H6.25V19.75H19.75V16.375H22V19.75C22 20.3687 21.7797 20.8984 21.3391 21.3391C20.8984 21.7797 20.3687 22 19.75 22H6.25Z" fill="%2378368C"/></g></svg>');
    -webkit-mask: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1167_1403" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1167_1403)"><path d="M13 17.5L7.375 11.875L8.95 10.2438L11.875 13.1688V4H14.125V13.1688L17.05 10.2438L18.625 11.875L13 17.5ZM6.25 22C5.63125 22 5.10156 21.7797 4.66094 21.3391C4.22031 20.8984 4 20.3687 4 19.75V16.375H6.25V19.75H19.75V16.375H22V19.75C22 20.3687 21.7797 20.8984 21.3391 21.3391C20.8984 21.7797 20.3687 22 19.75 22H6.25Z" fill="%2378368C"/></g></svg>');
    mask-size: cover; }

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

h1, .h1 {
  font-size: var(--h1);
  line-height: 1em !important;
  font-weight: 700;
  margin-bottom: var(--pad-l); }

.h1-article {
  font-size: var(--h1-article) !important; }

h2, .h2 {
  font-size: var(--h2);
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: var(--pad-m); }

h3, .h3 {
  font-size: var(--h3);
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: var(--pad-s); }

.intro {
  font-size: var(--h3);
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: var(--pad-s);
  padding: 0 !important;
  max-width: 80% !important;
  hyphens: none; }

h4, .h4 {
  font-size: var(--h4);
  line-height: 1.1em;
  font-weight: 700;
  margin-bottom: var(--pad-s); }

button, .button, .wp-block-button a {
  width: fit-content;
  font-size: var(--button);
  line-height: 1.1em;
  background: var(--white);
  color: var(--blackish);
  padding: var(--pad-s);
  border-radius: var(--pad-m);
  font-weight: 600;
  transition: all .3s ease;
  text-decoration: none;
  margin-top: 1.5rem; }
  button:hover, .button:hover, .wp-block-button a:hover {
    background: var(--grad-lime); }

p {
  line-height: 1.5em;
  hyphens: auto; }

ul li {
  list-style-image: url("icons/bullet.svg");
  padding-left: 0.25em;
  margin-bottom: 1em;
  margin-left: 0.75em;
  line-height: 1.5em; }

.reg {
  font-weight: 400; }

.semi, strong {
  font-weight: 600; }

.small, .tag {
  font-size: var(--small); }

.wrapper {
  width: 90vw;
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

.wrap-10 {
  width: 83%;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

.indent {
  margin-left: 8.5%;
  width: 60ch;
  max-width: 100%; }
  @media (max-width: 768px) {
    .indent {
      margin-left: 0; } }

.no-indent {
  padding-left: 0 !important; }

#header {
  position: fixed;
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: var(--pad-m);
  background: linear-gradient(180deg, #F6F4F0 41%, rgba(246, 244, 240, 0) 100%); }
  #header #nav-logo {
    width: 15%;
    max-width: 215px;
    min-width: 180px;
    z-index: 1110; }
  #header #menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 7px;
    justify-content: space-between;
    align-items: center; }
    #header #menu .menu-mainmenu-container ul {
      display: flex;
      flex-direction: row;
      margin: 0; }
      #header #menu .menu-mainmenu-container ul li {
        list-style-image: none;
        margin: 0; }
    #header #menu .menu-mainmenu-container a {
      padding: var(--pad-xs) var(--pad-s);
      background: var(--white);
      font-size: var(--small);
      border-radius: var(--pad-s);
      color: var(--blackish);
      text-decoration: none;
      font-weight: 600;
      transition: all .3s ease; }
      #header #menu .menu-mainmenu-container a:hover {
        background: var(--grad-lime); }
    #header #menu .menu-toggle {
      display: none;
      background: none;
      border: none;
      padding: 6px;
      position: relative;
      z-index: 1100;
      cursor: pointer;
      margin-top: 0; }
      #header #menu .menu-toggle .nav-icon {
        height: 32px;
        width: 32px; }
      #header #menu .menu-toggle .icon-close {
        display: none; }
      #header #menu .menu-toggle.open .icon-hamburger {
        display: none; }
      #header #menu .menu-toggle.open .icon-close {
        display: inline-block; }
    #header #menu .menu-overlay {
      position: fixed;
      inset: 0;
      background: rgba(246, 244, 240, 0.5);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 900; }
      #header #menu .menu-overlay .teaser-arrow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .8;
        transition: transform .6s ease;
        z-index: 0; }
      #header #menu .menu-overlay .teaser-arrow--full {
        transform: translateX(-150%) scale(2); }
      #header #menu .menu-overlay .teaser-arrow--half {
        width: 100%;
        transform: translateX(-150%);
        transition-delay: 0.1s; }
    #header #menu.open .menu-overlay {
      opacity: 1;
      pointer-events: auto; }
      #header #menu.open .menu-overlay .teaser-arrow--full {
        transform: translateX(50%) scale(2); }
      #header #menu.open .menu-overlay .teaser-arrow--half {
        transform: translateX(-10%); }
    #header #menu.open .menu-mainmenu-container {
      transform: translateX(0); }
    @media (max-width: 768px) {
      #header #menu {
        width: 100%;
        padding: 1rem;
        box-sizing: border-box; }
        #header #menu .menu-toggle {
          display: flex; }
        #header #menu .menu-mainmenu-container {
          position: fixed;
          top: 0;
          right: 0;
          height: auto;
          transform: translateX(100%);
          transition: transform 0.6s ease;
          display: flex;
          flex-direction: column;
          padding: 9rem 2rem 2rem;
          z-index: 1000; }
          #header #menu .menu-mainmenu-container .menu {
            display: flex;
            align-items: flex-end;
            flex-direction: column;
            gap: 1rem; }
            #header #menu .menu-mainmenu-container .menu li {
              margin: 0;
              font-size: var(--h2); }
              #header #menu .menu-mainmenu-container .menu li a {
                font-size: var(--h2); } }

#hero .wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--pad-s); }
#hero #starthero-img {
  display: flex;
  justify-content: flex-end; }
  #hero #starthero-img img {
    width: 60%; }
    @media (max-width: 1024px) {
      #hero #starthero-img img {
        width: 80%; } }

#container {
  padding-top: 6rem; }

#content {
  display: flex;
  flex-direction: column;
  gap: 5rem; }

.page-content p, .page-content ul, .page-content .button, .page-content .wp-block-button, .page-content cite, .page-content .wp-block-image {
  padding-left: 8.5%;
  max-width: 60ch; }
  @media (max-width: 1024px) {
    .page-content p, .page-content ul, .page-content .button, .page-content .wp-block-button, .page-content cite, .page-content .wp-block-image {
      padding-left: 0; } }
.page-content h2, .page-content .h2 {
  margin-top: 5rem; }
.page-content .h3, .page-content h3, .page-content h4, .page-content .h4, .page-content .kasten, .page-content .wp-block-image, .page-content .projektfoerderung, .page-content .swiper {
  margin: 0;
  margin-top: var(--pad-l);
  margin-bottom: 0; }
.page-content p, .page-content ul, .page-content ol, .page-content .button, .page-content .wp-block-button, .page-content .wp-block-buttons > .wp-block-button, .page-content .akkordeon, .page-content .teaser-container {
  margin-top: 1.5em; }
.page-content .featured-image {
  width: 81%;
  margin: 0 auto 2rem; }
  .page-content .featured-image .caption-container p {
    padding: 0;
    margin: 0;
    display: inline-block; }
    .page-content .featured-image .caption-container p.credits {
      color: var(--pag-active);
      margin-left: 1em; }
.page-content .wp-block-pullquote {
  padding: 0;
  border: none;
  margin: 0 19% 1rem 9.5%;
  border-left: 5px solid var(--lime);
  text-align: left;
  font-weight: 600; }
  .page-content .wp-block-pullquote cite {
    text-transform: none;
    margin-top: 1em;
    font-size: var(--small);
    font-weight: 400; }
.page-content figcaption {
  font-size: var(--small);
  text-align: left;
  color: var(--blackish); }

.tag {
  padding-left: 0 !important;
  font-size: var(--small);
  margin-bottom: .5rem; }

.spezial_teaser {
  display: flex;
  flex-direction: row;
  border-radius: var(--pad-s); }
  .spezial_teaser .image {
    width: 33%;
    height: auto;
    border-bottom-left-radius: var(--pad-s);
    border-top-left-radius: var(--pad-s);
    overflow: hidden; }
    .spezial_teaser .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .spezial_teaser .content {
    padding: var(--pad-m);
    padding-bottom: var(--pad-l);
    display: flex;
    flex-direction: column;
    width: 66%;
    background: var(--grad-lila);
    border-bottom-right-radius: var(--pad-s);
    border-top-right-radius: var(--pad-s); }

#neuigkeiten .wrapper, #projekte .wrapper, #ansprechpartner .wrapper {
  align-items: center; }
#neuigkeiten h2, #neuigkeiten .h2, #projekte h2, #projekte .h2, #ansprechpartner h2, #ansprechpartner .h2 {
  width: 100%; }
#neuigkeiten .teaser-container, #projekte .teaser-container, #ansprechpartner .teaser-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--pad-m);
  margin-bottom: var(--pad-l); }
  @media (max-width: 1024px) {
    #neuigkeiten .teaser-container, #projekte .teaser-container, #ansprechpartner .teaser-container {
      flex-direction: column;
      flex-wrap: nowrap; } }
#neuigkeiten .teaser-card, #projekte .teaser-card, #ansprechpartner .teaser-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  flex: 1;
  background: var(--white);
  color: var(--blackish);
  overflow: clip;
  border-radius: var(--pad-s);
  transition: box-shadow 0.4s ease;
  text-decoration: none;
  /* Inhalt über den Pfeilen halten */ }
  #neuigkeiten .teaser-card .content, #projekte .teaser-card .content, #ansprechpartner .teaser-card .content {
    padding: var(--pad-s);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--pad-xs); }
  #neuigkeiten .teaser-card .teaser-arrow, #projekte .teaser-card .teaser-arrow, #ansprechpartner .teaser-card .teaser-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .6s ease;
    z-index: 0; }
  #neuigkeiten .teaser-card .teaser-arrow--full, #projekte .teaser-card .teaser-arrow--full, #ansprechpartner .teaser-card .teaser-arrow--full {
    transform: translateX(-150%) scale(2); }
  #neuigkeiten .teaser-card .teaser-arrow--half, #projekte .teaser-card .teaser-arrow--half, #ansprechpartner .teaser-card .teaser-arrow--half {
    width: 100%;
    transform: translateX(-150%);
    transition-delay: 0.1s; }
  #neuigkeiten .teaser-card:hover .entry-title, #projekte .teaser-card:hover .entry-title, #ansprechpartner .teaser-card:hover .entry-title {
    text-decoration: underline; }
  #neuigkeiten .teaser-card:hover .teaser-arrow--full, #projekte .teaser-card:hover .teaser-arrow--full, #ansprechpartner .teaser-card:hover .teaser-arrow--full {
    transform: translateX(50%) scale(2); }
  #neuigkeiten .teaser-card:hover .teaser-arrow--half, #projekte .teaser-card:hover .teaser-arrow--half, #ansprechpartner .teaser-card:hover .teaser-arrow--half {
    transform: translateX(-10%); }
  #neuigkeiten .teaser-card .entry-excerpt, #projekte .teaser-card .entry-excerpt, #ansprechpartner .teaser-card .entry-excerpt {
    font-weight: 400;
    font-size: var(--small); }
  #neuigkeiten .teaser-card .entry-title, #projekte .teaser-card .entry-title, #ansprechpartner .teaser-card .entry-title {
    hyphens: auto; }
  #neuigkeiten .teaser-card .entry-category,
  #neuigkeiten .teaser-card .entry-title,
  #neuigkeiten .teaser-card .entry-excerpt,
  #neuigkeiten .teaser-card .image,
  #neuigkeiten .teaser-card h3,
  #neuigkeiten .teaser-card p, #projekte .teaser-card .entry-category,
  #projekte .teaser-card .entry-title,
  #projekte .teaser-card .entry-excerpt,
  #projekte .teaser-card .image,
  #projekte .teaser-card h3,
  #projekte .teaser-card p, #ansprechpartner .teaser-card .entry-category,
  #ansprechpartner .teaser-card .entry-title,
  #ansprechpartner .teaser-card .entry-excerpt,
  #ansprechpartner .teaser-card .image,
  #ansprechpartner .teaser-card h3,
  #ansprechpartner .teaser-card p {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    padding: 0; }
  #neuigkeiten .teaser-card.pinned, #projekte .teaser-card.pinned, #ansprechpartner .teaser-card.pinned {
    width: 100%;
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto; }
    #neuigkeiten .teaser-card.pinned .teaser-arrow, #projekte .teaser-card.pinned .teaser-arrow, #ansprechpartner .teaser-card.pinned .teaser-arrow {
      top: -50%;
      height: 200%; }
    #neuigkeiten .teaser-card.pinned .content, #projekte .teaser-card.pinned .content, #ansprechpartner .teaser-card.pinned .content {
      padding: var(--pad-s);
      flex: 1; }
      #neuigkeiten .teaser-card.pinned .content .entry-title, #projekte .teaser-card.pinned .content .entry-title, #ansprechpartner .teaser-card.pinned .content .entry-title {
        font-size: var(--h2); }
    #neuigkeiten .teaser-card.pinned .image, #projekte .teaser-card.pinned .image, #ansprechpartner .teaser-card.pinned .image {
      width: 33%;
      height: auto; }
      #neuigkeiten .teaser-card.pinned .image img, #projekte .teaser-card.pinned .image img, #ansprechpartner .teaser-card.pinned .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  #neuigkeiten .teaser-card.projekt, #neuigkeiten .teaser-card.ansprechpartner, #projekte .teaser-card.projekt, #projekte .teaser-card.ansprechpartner, #ansprechpartner .teaser-card.projekt, #ansprechpartner .teaser-card.ansprechpartner {
    flex-direction: column; }
    #neuigkeiten .teaser-card.projekt .image, #neuigkeiten .teaser-card.ansprechpartner .image, #projekte .teaser-card.projekt .image, #projekte .teaser-card.ansprechpartner .image, #ansprechpartner .teaser-card.projekt .image, #ansprechpartner .teaser-card.ansprechpartner .image {
      aspect-ratio: 3 / 2;
      position: relative; }
      #neuigkeiten .teaser-card.projekt .image img, #neuigkeiten .teaser-card.ansprechpartner .image img, #projekte .teaser-card.projekt .image img, #projekte .teaser-card.ansprechpartner .image img, #ansprechpartner .teaser-card.projekt .image img, #ansprechpartner .teaser-card.ansprechpartner .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute; }

#ansprechpartner {
  margin-top: 1rem; }
  #ansprechpartner p {
    font-size: var(--small); }
  #ansprechpartner .content {
    padding-bottom: var(--pad-m) !important; }

.akkordeon {
  margin-top: var(--pad-l); }
  .akkordeon details {
    width: 100%;
    margin-block-start: 0 !important;
    margin-bottom: var(--pad-xs) !important;
    cursor: pointer !important; }
    .akkordeon details summary {
      padding: var(--pad-s) var(--pad-m);
      background: var(--white);
      border-radius: var(--pad-s);
      font-size: var(--h3);
      line-height: 1.2em;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .akkordeon details summary:after {
        content: '';
        display: block;
        height: 0.5em;
        width: 2em;
        background: url(icons/chevron.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center; }
      .akkordeon details summary:hover {
        background: var(--grad-lime); }
      .akkordeon details summary * {
        max-width: 75%; }
    .akkordeon details[open] summary {
      background: var(--grad-lime); }
      .akkordeon details[open] summary:after {
        transform: rotate(180deg);
        background-position: left center; }
    .akkordeon details p {
      padding-left: var(--pad-m) !important;
      max-width: 60ch;
      margin-top: 1.5rem; }
  .akkordeon details > *:last-child {
    margin-bottom: var(--pad-m) !important; }

.kasten {
  max-width: 60%;
  background: var(--white);
  padding: var(--pad-l);
  border-radius: var(--pad-s); }
  .kasten ul {
    padding-left: 0; }
  .kasten p {
    margin-top: 1.5em; }

#zitate .wrap-10 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  #zitate .wrap-10 .swiper-container {
    max-width: 80%; }
    @media (max-width: 1024px) {
      #zitate .wrap-10 .swiper-container {
        max-width: 100%; } }
    @media (max-width: 768px) {
      #zitate .wrap-10 .swiper-container .swiper-wrapper {
        padding-bottom: 5rem !important; } }
  #zitate .wrap-10 .zitat-container {
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer; }
    #zitate .wrap-10 .zitat-container .zitat {
      padding: var(--pad-l);
      position: relative;
      border-radius: var(--pad-s);
      background: var(--grad-lime-zitat);
      display: flex;
      flex-direction: row; }
      @media (max-width: 768px) {
        #zitate .wrap-10 .zitat-container .zitat {
          padding: var(--pad-s);
          padding-bottom: var(--pad-m); } }
      #zitate .wrap-10 .zitat-container .zitat .quotemark {
        font-size: var(--h2); }
      #zitate .wrap-10 .zitat-container .zitat blockquote {
        font-size: var(--h2); }
        #zitate .wrap-10 .zitat-container .zitat blockquote:after {
          content: '“';
          display: inline-block; }
    #zitate .wrap-10 .zitat-container .credits {
      position: absolute;
      bottom: -1rem;
      right: 1em;
      padding: var(--pad-s);
      border-radius: var(--pad-s);
      background: var(--lila);
      color: var(--white);
      max-width: 20ch; }
      @media (max-width: 768px) {
        #zitate .wrap-10 .zitat-container .credits {
          bottom: -3rem; } }

#projekte .swiper, #ansprechpartner .swiper {
  width: 100%; }
  #projekte .swiper .teaser-card, #ansprechpartner .swiper .teaser-card {
    flex: none !important; }
#projekte .teaser-container, #ansprechpartner .teaser-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 1024px) {
    #projekte .teaser-container, #ansprechpartner .teaser-container {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 768px) {
    #projekte .teaser-container, #ansprechpartner .teaser-container {
      grid-template-columns: 1fr; } }

.swiper-container {
  width: 100%;
  height: auto;
  position: relative;
  max-width: calc(60ch - 8.5%);
  margin-left: 8.5%; }
  .swiper-container .swiper-wrapper {
    padding-bottom: 1.5rem !important; }
  .swiper-container p {
    margin: 0;
    padding: 0;
    font-size: var(--small); }
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--pag-inactive); }
    .swiper-container .swiper-button-prev:hover,
    .swiper-container .swiper-button-next:hover {
      color: var(--pag-active); }
  .swiper-container .swiper-button-prev {
    left: -2rem; }
  .swiper-container .swiper-button-next {
    right: -2rem; }

#footer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: var(--pad-m);
  margin-top: 5.5rem; }
  #footer .container {
    border-radius: var(--pad-s);
    background: var(--white);
    padding: var(--pad-l);
    display: flex;
    flex-direction: column;
    gap: 4rem; }
    #footer .container .content {
      display: flex;
      flex-direction: row; }
      #footer .container .content a {
        color: var(--blackish); }
        #footer .container .content a:hover {
          color: var(--lila) !important; }
      #footer .container .content .logo img {
        max-width: 70%; }
      #footer .container .content div, #footer .container .content nav {
        flex: 1; }
      #footer .container .content .claim p {
        font-weight: 600;
        line-height: 1.3; }
      #footer .container .content nav li {
        list-style-image: none;
        margin: 0; }
    #footer .container .logoleiste {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 2rem; }
      #footer .container .logoleiste a:before {
        display: none; }
      #footer .container .logoleiste .logo-item {
        display: flex;
        flex-direction: column;
        flex: 1; }
      #footer .container .logoleiste .image {
        width: 100%;
        aspect-ratio: 2 / 1; }
        #footer .container .logoleiste .image img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
  #footer #copyright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
    color: var(--pag-active);
    font-size: var(--small); }
    #footer #copyright a {
      color: currentColor; }
      #footer #copyright a:before {
        display: none; }

.bg-shapes {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  background-size: auto;
  image-rendering: auto;
  background-repeat: repeat-y; }
  .bg-shapes.left {
    width: 100%;
    left: 0;
    background-image: url("icons/Pattern-links-.svg"); }
  .bg-shapes.right {
    width: 100%;
    right: 0;
    background-image: url("icons/Pattern-rechts.svg");
    background-position: top right; }

/*------------------------------------breakpoints--------------------------------------------------*/
@media (max-width: 1024px) {
  html {
    font-size: 20px; }

  .wrap-10 {
    width: 90%; } }
@media (max-width: 768px) {
  html {
    font-size: 17px; }

  #container {
    padding-top: 9rem; }

  #header {
    padding: var(--pad-xs); }
    #header #nav-logo {
      min-width: 140px; }

  :root {
    --h1: 2.17rem;
    --h1-article: 1.88rem;
    --h2: 1.5rem;
    --h3: 1.3rem;
    --button: 1.05rem;
    --h4: 1.1rem;
    --copy: 1rem;
    --small: 1rem;
    --pad-xs: 0.42rem;
    --pad-s: var(--small);
    --pad-m: 1.25rem;
    --pad-l: 2.5rem; }

  .intro {
    max-width: 100% !important; }

  .wrapper {
    width: calc(100% - 2rem); }

  .wrap-10 {
    width: 100%; }

  .spezial_teaser, #neuigkeiten .teaser-card.pinned {
    flex-direction: column; }
    .spezial_teaser .image, #neuigkeiten .teaser-card.pinned .image {
      width: 100%;
      border-top-right-radius: var(--pad-s);
      border-bottom-left-radius: 0; }
    .spezial_teaser .content, #neuigkeiten .teaser-card.pinned .content {
      width: 100%;
      border-bottom-left-radius: var(--pad-s);
      border-top-right-radius: 0; }

  .akkordeon details summary {
    padding: var(--pad-s); }
  .akkordeon details p {
    padding-left: var(--pad-s) !important; }

  .kasten {
    max-width: 100%;
    padding: var(--pad-m); }

  #footer {
    padding: var(--pad-xs); }
    #footer .container {
      padding: var(--pad-m);
      padding-bottom: var(--pad-l);
      gap: 2rem; }
      #footer .container .content {
        flex-wrap: wrap;
        gap: 2rem; }
        #footer .container .content div {
          width: 100%;
          flex: none; }
          #footer .container .content div.logo img {
            max-width: 60%; }
      #footer .container .logoleiste {
        flex-direction: column; }
        #footer .container .logoleiste .logo-item {
          max-width: 75%; }
          #footer .container .logoleiste .logo-item .image {
            aspect-ratio: initial; }
          #footer .container .logoleiste .logo-item:nth-of-type(3) .image, #footer .container .logoleiste .logo-item:nth-of-type(4) .image {
            padding: 0 var(--pad-s); }
    #footer #copyright {
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      text-align: center; }

  .bg-shapes {
    opacity: .5; } }
