/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/assets/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --main-blue: #DFEFFF;
  --transparent-blue: #93cbffbc;
  --main-yellow: #FFF9D8;
  --font-dark: #001C36;
  --main-rose: #fdebed;
  --main-green: #caeade;
  --main-grey: #f2f2f2;
}

html {
  font-family: "Montsserat", sans-serif;
  color: var(--font-dark);
}

input, select, button {
  font-family: "Montsserat", sans-serif !important;
  font-size: inherit;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15em;
  padding-bottom: 1rem;
  max-width: 90vw;
  overflow-wrap: break-word;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15em;
  padding-bottom: 1rem;
}

h3 {
  font-size: 24px;
  line-height: 1.3em;
  padding-bottom: 1rem;
  font-weight: 600;
}

a h3 {
  color: var(--font-dark);
}

p {
  font-size: 16px;
  line-height: 1.5em;
  padding-bottom: 1rem;
}
p strong {
  font-weight: 500;
  color: black;
}

.larger-p {
  font-size: 20px;
  line-height: 1.5em;
  padding-bottom: 1rem;
}

.underline-a {
  color: var(--font-dark);
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-weight: 600;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 0.25rem;
}
.underline-a::before {
  content: "";
  position: absolute;
  width: calc(100% + 0.5rem);
  height: 8px;
  background-color: var(--main-blue);
  bottom: 0px;
  left: -2%;
  z-index: -1;
  transition: all 80ms ease-in-out;
}
.underline-a.white::before {
  background-color: white;
}
.underline-a:hover::before {
  height: 100%;
  background-color: var(--transparent-blue);
}
.underline-a.white:hover::before {
  background-color: white;
}
.underline-a:hover {
  font-weight: 600;
  text-decoration: underline;
}
.underline-a.larger {
  font-size: 20px;
}

.tile-grid + .underline-a {
  margin-top: 3rem;
}

button, .button {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  line-height: 50px;
  padding: 0 2rem;
  color: white;
  background-color: var(--font-dark);
  cursor: pointer;
  border: none;
  font-family: "Montserrat";
  -webkit-appearance: none;
}
button:hover, .button:hover {
  outline-width: 4px;
  outline-style: solid;
  outline-color: var(--transparent-blue);
}

.tile .tile-date {
  font-size: 20px;
  display: inline-block;
  padding-bottom: 1rem;
}

.content-wrap h2 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 600;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}
.content-wrap h2 strong {
  font-weight: 700;
}
.content-wrap h3 {
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  font-size: 20px;
  font-weight: 600;
}
.content-wrap h4, .content-wrap h5 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.content-wrap p + h2, .content-wrap ul + h2, .content-wrap .zitat-tile + h2 {
  padding-top: 1rem;
}
.content-wrap a {
  color: var(--font-dark);
  font-weight: 500;
  -webkit-text-decoration-color: var(--transparent-blue);
          text-decoration-color: var(--transparent-blue);
  text-decoration-thickness: 3px;
  transition: all 100ms ease-in-out;
}
.content-wrap a:hover {
  background-color: var(--transparent-blue);
  -webkit-text-decoration: var(--transparent-blue);
          text-decoration: var(--transparent-blue);
  -webkit-text-decoration-color: var(--font-dark);
          text-decoration-color: var(--font-dark);
  text-decoration-thickness: 1px;
}
.content-wrap ul, .content-wrap ol {
  font-size: 17px;
  list-style-position: outside;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}
.content-wrap ul li, .content-wrap ol li {
  line-height: 1.5em;
}
.content-wrap ul li strong, .content-wrap ol li strong {
  font-weight: 500;
  color: black;
}
.content-wrap ul li + li, .content-wrap ol li + li {
  padding-top: 0.5rem;
}

@media (max-width: 520px) {
  h1 {
    font-size: 31px;
    max-width: 90vw;
    overflow-wrap: break-word;
    line-height: 1.3em;
  }

  h2 {
    font-size: 27px;
    line-height: 1.25em;
    max-width: 90vw;
    overflow-wrap: break-word;
  }

  h3 {
    font-size: 22px;
    max-width: 90vw;
    overflow-wrap: break-word;
    line-height: 1.3em;
  }

  p {
    max-width: 90vw;
    overflow-wrap: break-word;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 54px;
  }

  h1.front-page {
    font-size: 60px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 26px;
  }

  p {
    font-size: 18px;
  }

  .tile .tile-date {
    font-size: 28px;
  }

  .content-wrap h2 {
    font-size: 28px;
  }
}
section.blue {
  background-color: var(--main-blue);
}

.section-wrap {
  width: 90vw;
  margin: auto;
  max-width: 1200px;
  padding: 4rem 0;
}
.section-wrap .section-description {
  padding-bottom: 1rem;
}
.section-wrap.spaced {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
.section-wrap.small-top {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .section-wrap {
    padding: 6rem 0;
  }
}
.tile-grid {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem 1rem;
}
.tile-grid .tile {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  height: 100%;
  max-width: 90vw;
}
.tile-grid .tile.blue {
  background-color: var(--main-blue);
}
.tile-grid .tile.white {
  background-color: white;
}
.tile-grid .tile.yellow {
  background-color: var(--main-yellow);
}
.tile-grid .tile.green {
  background-color: var(--main-green);
}
.tile-grid .tile a {
  text-decoration: none;
}
.tile-grid .tile .date-header {
  padding: 1rem 1.5rem 0 1.5rem;
  background-color: var(--transparent-blue);
}
.tile-grid .tile .date-header span {
  font-size: 20px;
  font-weight: 600;
}
.tile-grid .tile img {
  width: 100%;
  height: 50.625vw;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tile-grid .tile .text-wrap {
  padding: 1.5rem 1.5rem 0 1.5rem;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.tile-grid .tile .date-small {
  font-size: 16px;
  display: inline-block;
  padding-bottom: 0.5rem;
  font-weight: 500;
}
.tile-grid .tile:hover {
  outline-width: 4px;
  outline-style: solid;
  outline-color: var(--transparent-blue);
}
.tile-grid .tile:hover a {
  pointer-events: none;
}
.tile-grid .tile:hover h3 {
  text-decoration: underline;
}
.tile-grid .tile .meta-translate {
  background-color: var(--transparent-blue);
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  font-size: 18px;
  line-height: 1.25rem;
  font-weight: 600;
  transform: translateX(-0.75rem) translateY(0.5rem);
}
.tile-grid .tile .meta-translate.date {
  white-space: nowrap;
}
.tile-grid .tile.activity .text-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tile-grid .tile.activity .text-wrap h3, .tile-grid .tile.activity .text-wrap p {
  text-align: center;
  width: 100%;
  max-width: calc(90vw - 3rem);
  overflow-wrap: break-word;
  margin: auto;
}
.tile-grid .tile.activity img {
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 120px;
  margin-bottom: 1rem;
}
.tile-grid .tile h3 {
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .tile-grid {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem 1rem;
  }
}
@media (min-width: 1024px) {
  .tile-grid {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 2rem 1rem;
  }
}
header {
  width: 100vw;
  z-index: 99;
  background-color: var(--main-yellow);
}
header .menu-wrap {
  width: 90vw;
  margin: auto;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
}
header .menu-wrap .logo {
  width: 140px;
}
header .menu-wrap .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header .menu-wrap button {
  display: none;
}
header .menu-wrap #site-navigation.hidden {
  display: none;
}
header .menu-wrap #site-navigation ul {
  list-style: none;
}
header .menu-wrap #site-navigation ul li a, header .menu-wrap #site-navigation ul li button {
  color: var(--font-dark);
  background-color: transparent;
  text-decoration: none;
  background-color: transparent;
  padding-left: 0;
}
header .menu-wrap #site-navigation ul li a.active svg, header .menu-wrap #site-navigation ul li button.active svg {
  transform: rotateX(180deg);
}
header .menu-wrap #site-navigation ul li ul {
  padding: 0.5rem 0 0 0.5rem;
  display: flex;
  flex-direction: column;
}
header .menu-wrap #site-navigation ul li ul.hidden {
  display: none;
}
header .menu-wrap #site-navigation ul li ul li a {
  font-size: 18px;
}

@media (max-width: 1023.9px) {
  main {
    margin-top: 77px;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
  }
  header .menu-wrap button {
    padding: 0 1rem;
    line-height: 32px;
    font-size: 16px;
    height: auto;
    display: block;
    z-index: 10;
  }
  header .menu-wrap #site-navigation {
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 77px);
    width: 100vw;
  }
  header .menu-wrap #site-navigation .menu-info {
    display: none;
  }
  header .menu-wrap #site-navigation ul {
    width: 90vw;
    max-width: 1200px;
    margin: auto;
    padding-top: 3rem;
  }
  header .menu-wrap #site-navigation ul li + li {
    margin-top: 1rem;
  }
  header .menu-wrap #site-navigation ul li a, header .menu-wrap #site-navigation ul li button {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
  header .menu-wrap #site-navigation ul li a.active svg, header .menu-wrap #site-navigation ul li button.active svg {
    transform: rotateX(180deg);
  }
  header .menu-wrap #site-navigation ul li a span + span, header .menu-wrap #site-navigation ul li button span + span {
    display: none;
  }
  header .menu-wrap #site-navigation ul li ul {
    padding: 0.5rem 0 0 0.5rem;
    display: flex;
    flex-direction: column;
  }
  header .menu-wrap #site-navigation ul li ul.hidden {
    display: none;
  }
  header .menu-wrap #site-navigation ul li ul li a {
    font-size: 18px;
  }
  header .menu-wrap #site-navigation ul li ul li + li {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  header .menu-wrap {
    max-width: 1200px;
    align-items: center;
  }
  header .menu-wrap #site-navigation.hidden {
    display: block;
  }
  header .menu-wrap #site-navigation .main-menu {
    display: flex;
    flex-direction: row;
  }
  header .menu-wrap #site-navigation .main-menu > li + li {
    margin-left: 1rem;
  }
  header .menu-wrap #site-navigation .main-menu > li > a:hover, header .menu-wrap #site-navigation .main-menu > li > button:hover {
    text-decoration: underline;
    outline: none;
  }
  header .menu-wrap #site-navigation .main-menu a, header .menu-wrap #site-navigation .main-menu button {
    display: flex;
    line-height: 32px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 500;
    align-items: center;
    font-size: 16px;
    padding: 0;
  }
  header .menu-wrap #site-navigation .main-menu a svg, header .menu-wrap #site-navigation .main-menu button svg {
    margin-left: 0.25rem;
  }
  header .menu-wrap #site-navigation .main-menu a.active-menu-item, header .menu-wrap #site-navigation .main-menu button.active-menu-item {
    text-decoration: underline;
  }
  header .menu-wrap #site-navigation .main-menu ul.services-submenu {
    position: absolute;
    width: 100vw;
    top: 77px;
    left: 0px;
    border-bottom: solid 3px var(--font-dark);
    z-index: 99;
  }
  header .menu-wrap #site-navigation .main-menu ul.services-submenu .submenu-inner {
    width: 90vw;
    max-width: 1200px;
    margin: auto;
    padding: 2rem 0 4rem 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px auto;
    grid-template-columns: 400px auto;
    gap: 3rem;
  }
  header .menu-wrap #site-navigation .main-menu ul.services-submenu .submenu-inner p {
    max-width: 320px;
  }
  header .menu-wrap #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 300px;
    grid-template-columns: 300px 300px;
    gap: 2rem 1rem;
  }
  header .menu-wrap #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem;
  }
  header .menu-wrap #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a:hover span:first-of-type {
    text-decoration: underline;
  }
  header .menu-wrap #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a:hover span + span {
    text-decoration: none;
  }
  header .menu-wrap #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a span {
    font-size: 24px;
    text-align: left;
  }
  header .menu-wrap #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a span + span {
    margin-top: 0rem;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    line-height: 1.25rem;
    max-width: 250px;
    text-decoration: none;
  }
  header .menu-wrap #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a.active-menu-item {
    text-decoration: none;
  }
  header .menu-wrap #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a.active-menu-item span {
    text-decoration: underline;
  }
  header .menu-wrap #site-navigation .main-menu ul.services-submenu .submenu-inner .menu-items li a.active-menu-item span + span {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}
@media (min-width: 1080px) {
  .main-menu > li + li {
    margin-left: 1.75rem !important;
  }
}
#hero {
  margin-bottom: 2rem;
}
#hero .section-wrap.hero {
  padding: 0;
}
#hero .section-wrap.hero .text {
  padding: 0.5rem 0 0.5rem 0;
  max-width: 90vw;
  margin: auto;
  display: -ms-grid;
  display: grid;
  gap: 0rem;
}
#hero .section-wrap.hero .text p {
  font-size: 20px;
  line-height: 1.5em;
  padding-bottom: 0rem;
}
#hero .section-wrap.hero .text .datum {
  display: inline-block;
  padding-bottom: 1rem;
  font-weight: 600;
  color: var(--font-dark);
}
#hero .section-wrap.hero .text .datum a {
  color: var(--font-dark);
  text-decoration: none;
}
#hero .section-wrap.hero .text .underline-a {
  margin-top: 1rem;
}
#hero .section-wrap.hero .text .hero-icon {
  width: 120px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#hero .section-wrap.hero button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#hero .section-wrap.hero .image {
  transform: translateY(2rem);
}
#hero .section-wrap.hero .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1024px) {
  #hero {
    margin-bottom: 1rem;
  }
  #hero .section-wrap.hero {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: 90vw;
    max-width: 1200px;
    margin: auto;
    gap: 0rem;
  }
  #hero .section-wrap.hero .text {
    padding: 6rem 0;
    width: calc(45vw - 1rem);
    max-width: calc(600px - 1rem);
    margin: auto;
  }
  #hero .section-wrap.hero h1 {
    overflow-wrap: break-word;
    overflow: hidden;
  }
  #hero .section-wrap.hero .image {
    width: calc(50vw - 1rem);
    max-width: calc(600px - 1rem);
    transform: translateY(2rem) translateX(2rem);
  }
  #hero .section-wrap.hero .image img {
    max-width: calc(600px - 1rem);
    width: calc(50vw - 1rem);
    height: 100%;
    max-height: 100%;
  }
}
#newsletter-section {
  background-color: var(--main-rose);
}
#newsletter-section a {
  width: 100%;
  margin-top: 1rem;
  justify-content: center;
  max-width: 440px;
  text-decoration: none;
}
#newsletter-section .image {
  display: none;
}

@media (min-width: 1024px) {
  #newsletter-section {
    position: relative;
  }
  #newsletter-section .section-wrap {
    display: flex;
    flex-direction: row;
    padding: 0;
    gap: 1rem;
  }
  #newsletter-section .section-wrap .text-wrap {
    padding: 6rem 0;
  }
  #newsletter-section .image {
    display: block;
    max-height: 460px;
    transform: translateY(-2rem) translateX(-2rem);
    max-width: 460px;
  }
  #newsletter-section .image img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #newsletter-section .text-wrap {
    max-width: 800px;
  }
}
#content .section-wrap {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  #content .section-wrap {
    padding-top: 5rem;
  }
}
.content-wrap {
  max-width: 720px;
}

#content.no-sidebar .content-wrap {
  margin: auto;
}

.with-sidebar .section-wrap {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
}
.with-sidebar .section-wrap .content-wrap {
  margin: auto;
}
.with-sidebar .section-wrap .sidebar {
  padding: 1.5rem;
  background-color: var(--main-rose);
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  gap: 3rem;
}
.with-sidebar .section-wrap .sidebar > div + div {
  position: relative;
}
.with-sidebar .section-wrap .sidebar > div + div::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: -0.5rem;
  width: calc(100% + 1rem);
  border-top: 1px solid white;
}
.with-sidebar .section-wrap .sidebar h2 {
  font-size: 24px !important;
  font-weight: 700;
  max-width: calc(90vw - 3rem);
  overflow-wrap: break-word;
}
.with-sidebar .section-wrap .sidebar h3 {
  font-size: 18px;
  font-weight: 500;
}
.with-sidebar .section-wrap .sidebar a {
  font-weight: 600;
  color: var(--font-dark);
  -webkit-text-decoration-color: var(--main-blue);
          text-decoration-color: var(--main-blue);
  text-decoration-thickness: 6px;
  transition: all 100ms ease;
}
.with-sidebar .section-wrap .sidebar a:hover {
  background-color: var(--transparent-blue);
  -webkit-text-decoration: var(--transparent-blue);
          text-decoration: var(--transparent-blue);
}
.with-sidebar .section-wrap .sidebar span {
  line-height: 1.5em;
}
.with-sidebar .section-wrap .sidebar a, .with-sidebar .section-wrap .sidebar h3 {
  padding-left: 0.5rem;
  display: inline-block;
}
.with-sidebar .section-wrap .sidebar ul {
  list-style: none;
  padding-left: 0.5rem;
}
.with-sidebar .section-wrap .sidebar ul li {
  line-height: 1.5em;
  max-width: calc(90vw - 3rem);
}
.with-sidebar .section-wrap .sidebar ul li + li {
  padding-top: 0.5rem;
}
.with-sidebar .section-wrap .sidebar ul li .icon {
  display: flex;
  background-color: white;
  padding: 0.5rem;
  width: auto;
  max-width: 260px;
}
.with-sidebar .section-wrap .sidebar ul li .icon img {
  max-height: 6rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.with-sidebar .section-wrap .sidebar ul.zitat-grid {
  padding-left: 0;
  max-width: calc(90vw - 2rem);
}
.with-sidebar .section-wrap .sidebar ul.zitat-grid .zitat-tile {
  margin: 0;
  background-color: white;
}
.with-sidebar .section-wrap .sidebar ul.zitat-grid .zitat-tile .image {
  max-width: calc(90vw - 2rem);
}
.with-sidebar .section-wrap .sidebar ul.zitat-grid .zitat-tile h3 {
  padding-bottom: 0rem;
  padding-left: 0;
}
.with-sidebar .section-wrap .sidebar ul.zitat-grid .zitat-tile p {
  padding: 0.5rem 0 1rem 0;
  font-size: 14px;
}
.with-sidebar .section-wrap .sidebar .sidebar-zeitraum .zeitraum-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.with-sidebar .section-wrap .sidebar .sidebar-zeitraum h3 {
  padding-bottom: 0.5rem;
}
.with-sidebar .section-wrap .sidebar .sidebar-zeitraum p {
  padding-left: 0.5rem;
}
.with-sidebar .section-wrap .sidebar .sidebar-logo-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.5rem;
}
.with-sidebar .section-wrap .sidebar .sidebar-logo-grid li + li {
  padding-top: 0;
}
.with-sidebar .section-wrap .sidebar .event-details li {
  font-size: 24px;
}
.with-sidebar .section-wrap .sidebar.kooperation .zitat-tile span {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.with-sidebar .section-wrap .sidebar.kooperation .zitat-tile a {
  padding-left: 0;
  margin-bottom: 1.5rem;
}

@media (min-width: 678px) and (max-width: 1023px) {
  .with-sidebar .sidebar {
    transform: translateY(2rem);
    padding: 2rem 1.5rem !important;
  }
  .with-sidebar .sidebar h2 {
    padding-bottom: 1.5rem;
  }
  .with-sidebar .sidebar div:nth-of-type(2)::before {
    width: 0% !important;
  }
  .with-sidebar .sidebar div:nth-of-type(2)::after,
.with-sidebar .sidebar div:nth-of-type(4)::after {
    content: "";
    position: absolute;
    top: -0.5rem;
    left: -1.5rem;
    height: calc(100% + 1rem);
    border-left: 1px solid white;
  }
  .with-sidebar .sidebar .zitat-grid .image {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .with-sidebar .section-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 350px;
    grid-template-columns: 1fr 350px;
    gap: 2rem;
    align-items: start;
  }
  .with-sidebar .section-wrap .content-wrap {
    margin-left: 0;
    height: 100%;
  }
  .with-sidebar .section-wrap .sidebar {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 1.5rem;
    gap: 3rem;
  }
  .with-sidebar .section-wrap .sidebar div:nth-of-type(2)::after,
.with-sidebar .section-wrap .sidebar div:nth-of-type(4)::after {
    border: none;
    height: 0% !important;
  }
  .with-sidebar .section-wrap .sidebar div:nth-of-type(2)::before {
    width: 100% !important;
  }
  .with-sidebar .section-wrap .sidebar .zitat-grid .image {
    max-height: 200px;
  }
  .with-sidebar .section-wrap .sidebar h2 {
    font-size: 28px;
  }
}
.wp-block-image {
  background-color: var(--main-grey);
}
.wp-block-image figcaption {
  padding: 0.5rem;
  line-height: 1.5em;
  font-size: 14px;
}

.vernetzung-wrap h2 {
  font-size: 26px;
}
.vernetzung-wrap h3, .vernetzung-wrap .tile-date {
  font-size: 22px;
}

.vernetzung-wrap + .vernetzung-wrap {
  padding-top: 5rem;
  position: relative;
}
.vernetzung-wrap + .vernetzung-wrap::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: calc(100% + 4vw);
  border-top: solid 1px white;
  transform: translateX(-2vw);
}

@media (min-width: 768px) {
  .vernetzung-wrap h2 {
    font-size: 30px;
  }
}
#institutionelle-partner {
  background-color: white;
}

#mitglieder {
  background-color: var(--main-yellow);
}

.icon-grid {
  display: -ms-grid;
  display: grid;
  gap: 0rem;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}
.icon-grid .icon {
  width: 10rem;
  height: 10rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.icon-grid .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 8rem;
}

@media (min-width: 768px) {
  .icon-grid {
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  }
  .icon-grid .icon {
    width: 12rem;
    height: 12rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
  }
  .icon-grid .icon img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.zitat-tile {
  background-color: var(--main-blue);
  margin: 2rem 0;
}
.zitat-tile .image {
  height: 66vw;
  max-height: 300px;
}
.zitat-tile .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 33%;
     object-position: 50% 33%;
}
.zitat-tile .text {
  padding: 1rem 1rem 0 1rem;
}
.zitat-tile .text span {
  font-size: 14px;
  font-weight: 700;
  display: block;
  line-height: 1.5em;
}
.zitat-tile .text p {
  font-size: 16px;
}
.zitat-tile .text p:first-of-type {
  padding-top: 1rem;
}
.zitat-tile .kontakt {
  padding-top: 0.5rem;
  list-style: none;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.zitat-tile .kontakt h4 {
  padding-bottom: 0.25rem;
}
.zitat-tile .kontakt li {
  line-height: 1.5rem;
  font-size: 14px;
}

#zitat-tile {
  background-color: var(--main-grey);
}

@media (min-width: 550px) and (max-width: 879px) {
  .zitat-tile.fliesstext .image {
    padding: 1rem 0 0 1rem;
    width: 30vw;
    height: 30vw;
    float: left;
    margin-right: 1rem;
  }
  .zitat-tile.fliesstext .image img {
    max-width: 100%;
  }
}
@media (min-width: 880px) {
  .no-sidebar .zitat-tile {
    max-width: 320px;
    float: left;
    transform: translateX(-4rem);
    margin-right: -2.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .no-sidebar .zitat-tile.horizontal {
    max-width: 100% !important;
    float: none;
    transform: translateX(0) !important;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .no-sidebar .zitat-tile.horizontal h3 {
    padding-top: 0;
  }
  .no-sidebar .zitat-tile.horizontal .image {
    max-width: 240px;
    max-height: 240px;
    float: left;
    margin-right: 1rem;
    padding: 1rem 0 0 1rem;
  }
  .no-sidebar .zitat-tile.horizontal .image img {
    max-width: 100%;
    max-height: 100%;
  }

  .with-sidebar .zitat-tile.fliesstext {
    min-height: 272px;
  }
  .with-sidebar .zitat-tile.fliesstext h3 {
    padding-top: 0;
  }
  .with-sidebar .zitat-tile.fliesstext .image {
    max-width: 240px;
    max-height: 240px;
    float: left;
    margin-right: 1rem;
    padding: 1rem 0 0 1rem;
  }
  .with-sidebar .zitat-tile.fliesstext .image img {
    max-width: 100%;
    max-height: 100%;
  }
}
.zitat-tile-grid {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.zitat-tile-grid .zitat-tile {
  margin: 0;
  background-color: white;
}

#stellenausschreibungen .job p {
  max-width: 820px;
}
#stellenausschreibungen .job ul {
  list-style: none;
}
#stellenausschreibungen .job ul li {
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
}
#stellenausschreibungen .job ul li + li {
  margin-top: 0.25rem;
}
#stellenausschreibungen .job ul li strong {
  margin-left: 0.5rem;
  font-weight: 600;
  font-size: 16px;
}
#stellenausschreibungen .job ul li ul {
  display: inline-flex;
  margin-left: 0.25rem;
}
#stellenausschreibungen .job ul li ul li {
  margin-right: 0.5rem;
}
#stellenausschreibungen .job ul li ul li a {
  font-size: 16px;
}
#stellenausschreibungen .job ul li ul li + li {
  margin-top: 0rem;
}
#stellenausschreibungen .job + .job {
  margin-top: 4rem;
  position: relative;
}
#stellenausschreibungen .job + .job::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: -2vw;
  width: calc(100% + 4vw);
  height: 2px;
  background-color: rgba(223, 239, 255, 0.4549019608);
}

#partner .section-wrap {
  padding-top: 0 !important;
}

.downloads .tile {
  max-width: 520px;
}

/*
*
* RECHTSTEXT
*
*/
.rechtstext h1 {
  padding-bottom: 3rem;
}
.rechtstext h3 {
  padding: 1rem 0 1rem 0;
}
.rechtstext h4 {
  padding: 0.5rem 0;
}
.rechtstext ul {
  font-size: 17px;
  list-style-position: outside;
  padding-left: 1rem;
}
.rechtstext ul li {
  line-height: 1.5em;
}
.rechtstext ul li + li {
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .rechtstext p {
    text-align: justify;
  }
  .rechtstext ul {
    font-size: 18px;
  }
}
/*
*
* Custom Archive 
*
*/
@media (min-width: 1px) and (max-width: 911.9px) {
  .custom-archive--hero-spotlight {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
  .custom-archive--hero-spotlight .section-wrap {
    padding-top: 2rem !important;
    padding-bottom: 0 !important;
  }
  .custom-archive--hero-spotlight .section-wrap h1 {
    padding-bottom: 2rem;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile {
    display: flex;
    flex-direction: column-reverse;
    width: 100vw;
    transform: translateX(-5vw);
    cursor: pointer;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile .image {
    height: 100vw;
    max-height: 400px;
    width: 100vw;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile .image img {
    max-height: 400px;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile .text {
    width: 90vw;
    margin: auto;
    background-color: white;
    padding: 1.5rem;
    transform: translateY(-2rem);
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile .text a {
    text-decoration: none;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile.veranstaltung .text {
    padding: 0 !important;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile.veranstaltung .text .date-header {
    background-color: var(--transparent-blue);
    padding: 1rem 1.5rem 0 1.5rem;
    font-weight: 600;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile.veranstaltung .text .text-wrap {
    padding: 1.5rem;
  }
  .custom-archive--hero-spotlight + section .section-wrap {
    padding-top: 2rem !important;
  }
}
@media (min-width: 912px) {
  .custom-archive--hero-spotlight {
    margin-bottom: 0 !important;
  }
  .custom-archive--hero-spotlight .section-wrap {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .custom-archive--hero-spotlight .section-wrap h1 {
    padding-bottom: 4rem;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: auto;
    cursor: pointer;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile .image {
    height: 100vw;
    max-height: 480px;
    width: calc(90vw - 420px + 2rem);
    max-width: calc(780px + 2rem);
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile .image img {
    max-height: 480px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    transform: translateX(-2vw);
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile .text {
    width: 420px;
    margin: auto;
    background-color: white;
    padding: 1.5rem;
    transform: translateY(-2rem);
    z-index: 1;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile .text a {
    text-decoration: none;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile .text .datum {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 1rem;
    font-size: 18px;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile:hover .text {
    outline-style: solid;
    outline-width: 4px;
    outline-color: var(--transparent-blue);
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile:hover .text h3 {
    text-decoration: underline;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile.veranstaltung .text {
    padding: 0 !important;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile.veranstaltung .text .date-header {
    background-color: var(--transparent-blue);
    padding: 1rem 1.5rem 0 1.5rem;
    font-weight: 600;
  }
  .custom-archive--hero-spotlight .section-wrap .hero-tile.veranstaltung .text .text-wrap {
    padding: 1.5rem;
  }
  .custom-archive--hero-spotlight + #aktuelles .section-wrap {
    padding-top: 3rem !important;
  }
}
#faq .section-wrap {
  max-width: 720px;
  margin: auto;
}
#faq .section-wrap h3 {
  padding-top: 1.5rem;
}

.faq {
  max-width: 720px;
}
.faq:last-of-type {
  border-bottom: 1px solid var(--font-dark);
}

.faq-frage {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: 0.25rem;
  background-color: white;
  border: 1px solid var(--font-dark);
  border-bottom: none;
  color: var(--font-dark);
  line-height: 1.5em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px;
  grid-template-columns: 1fr 40px;
  padding: 0.5rem;
}
.faq-frage span {
  text-align: left;
}
.faq-frage svg.rotate {
  transform: rotateX(180deg);
}

.faq-antwort {
  border: 1px solid black;
  border-top: none;
  border-bottom: none;
}
.faq-antwort p {
  font-size: 16px;
  padding: 0.5rem;
}
.faq-antwort.hidden {
  display: none;
}

@media (min-width: 768px) {
  .faq-frage {
    padding: 1.5rem;
  }

  .faq-antwort p {
    padding: 1.5rem;
  }
}
/*
*
* FOOTER 
* */
#footer {
  background-color: var(--font-dark);
}
#footer .section-wrap {
  padding: 3rem 0;
}
#footer .section-wrap ul {
  list-style: none;
}
#footer .section-wrap ul h3 {
  font-weight: 600;
  font-size: 20px;
  color: white;
}
#footer .section-wrap ul li {
  text-decoration: none;
  color: white;
  line-height: 2em;
  font-weight: 500;
}
#footer .section-wrap ul li a {
  text-decoration: none;
  color: white;
}
#footer .section-wrap ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 540px) {
  #footer nav + ul,
#footer ul + nav {
    margin-top: 1.25rem;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #footer ul + nav {
    margin-top: 1.25rem;
  }
  #footer .section-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  #footer .section-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.pretix-widget {
  padding: 0px !important;
  border: none !important;
  margin: 0 !important;
  border-radius: 0px !important;
  padding-bottom: 1rem !important;
}
.pretix-widget h3 {
  margin-top: 1rem !important;
  padding-left: 0px !important;
  font-weight: 500 !important;
  padding-bottom: 0.5rem !important;
}
.pretix-widget .pretix-widget-item-info-col {
  width: 80%;
}
.pretix-widget .pretix-widget-item-price-col {
  display: none !important;
}
.pretix-widget .pretix-widget-main-item-row {
  display: flex;
}
.pretix-widget button {
  font-size: 16px !important;
  font-weight: 600 !important;
  display: flex !important;
  justify-content: center !important;
  line-height: 50px !important;
  padding: 0 2rem !important;
  color: white !important;
  background-color: var(--font-dark) !important;
  cursor: pointer !important;
  border: none !important;
  font-family: "Montserrat" !important;
  text-align: center !important;
}
.pretix-widget button:hover {
  outline-width: 4px;
  outline-style: solid;
  outline-color: var(--transparent-blue);
}

.pretix-widget .pretix-widget-item-info-col,
.pretix-widget-action,
.pretix-widget-voucher-input-wrap,
.pretix-widget-voucher-button-wrap {
  padding: 0px !important;
}

.newsletter-snippet {
  max-width: 880px;
}

.newsletter-snippet button {
  font-size: 16px !important;
  font-weight: 600 !important;
  display: flex !important;
  line-height: 50px !important;
  padding: 0 2rem !important;
  color: white !important;
  background-color: var(--font-dark) !important;
  cursor: pointer !important;
  border: none !important;
  font-family: "Montserrat" !important;
  -webkit-appearance: none !important;
}
.newsletter-snippet button:hover {
  outline-width: 4px !important;
  outline-style: solid !important;
  outline-color: var(--transparent-blue) !important;
}

/*# sourceMappingURL=style-index.css.map*/