h1 {
  font-weight: normal;
  font-size: 100px;
  line-height: 105px;
  text-decoration: underline;
}

/*
        This CSS resource incorporates links to font software which is the valuable copyrighted property of 
        Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify 
        or reverse engineer this font software. Please contact Monotype with any questions regarding Web 
        Fonts:  https://www.linotype.com
        */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults  */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/********************************************************/
/** end reset.css                                    ****/
/********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*** B A S I C S
/*********************************************************/
/*********************************************************/
body, a {
  color: #000000;
}

body, a, p, li, input, textarea, label {
  font-family: AntiqueOli-Med, sans-serif;
  font-size: 28px;
  line-height: 33px;
  font-weight: normal;
}

h1, h2, h3, h4 {
  font-family: AntiqueOli-Med, sans-serif;
  font-size: 44px;
  line-height: 50px;
  font-weight: normal;
  margin-bottom: 45px;
}

h2, h3 {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 38px;
  line-height: 46px;
  text-decoration: underline;
  margin-bottom: 65px;
}

.has_gap {
  margin-bottom: 25px;
}

.is_center {
  text-align: center;
}

.no_gap {
  margin-bottom: 0;
}

.no_underline {
  text-decoration: none;
}

a {
  text-decoration: underline;
}

p {
  margin-bottom: 25px;
}

ul {
  padding-left: 1em;
}

.section_gray h2 {
  margin-bottom: 50px;
}

.stoerer {
  display: none;
  width: 100vw;
  height: calc(100vh - 163px);
  background-color: #fff;
  position: fixed;
  z-index: 798;
  top: 180vh;
  left: 0;
  transition: top 1s;
  background-image: url(/src/assets/sbs_savethedate.jpg);
  background-size: auto 114%;
  background-position: 0 0;
}

.entry_home .stoerer {
  display: block;
}

.stoerer.set, .stoerer.set-overrule {
  top: 163px;
}

.stoerer .canvas, .stoerer .in_canvas, .stoerer .inin_canvas {
  height: 100%;
}

.stoerer .in_canvas {
  position: relative;
}

.stoerer .inin_canvas {
  padding: 40px 0;
  position: relative;
}

.stoerer .button, .stoerer .button .st2_desktop {
  cursor: pointer !important;
}

.stoerer svg {
  max-height: 100%;
}

.stoerer svg .button:hover .st2_desktop {
  fill: #1C1C1C;
}

.stoerer .close_stoerer {
  width: 35px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
}

.desktop-button .desktop-black-button {
  fill: transparent;
  cursor: pointer;
}
.desktop-button .desktop-outline-button {
  cursor: pointer;
}
.desktop-button:hover .desktop-black-button {
  fill: black;
}
.desktop-button:hover .desktop-outline-button {
  fill: none;
}

.stoerer .mobile {
  display: none;
}

/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 650px) {
  .stoerer .mobile {
    display: block;
  }
  .stoerer .desktop {
    display: none;
  }
  .stoerer .in_canvas {
    padding-right: 25px;
    padding-left: 25px;
  }
  .stoerer {
    height: calc(100vh - 140px);
  }
  .stoerer .close_stoerer {
    top: 40px;
    right: 25px;
  }
  .stoerer.set, .stoerer.set-overrule {
    top: 140px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 480px) {
  .stoerer {
    height: calc(100vh - 100px);
  }
  .stoerer.set, .stoerer.set-overrule {
    top: 100px;
  }
  .stoerer .in_canvas {
    padding-right: 0;
    padding-left: 0;
  }
  .stoerer .close_stoerer {
    top: 25px;
  }
  .stoerer .inin_canvas {
    padding: 25px 25px 25px 25px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 405px) {
  .stoerer .close_stoerer {
    top: 20px;
    right: 20px;
    width: 25px;
  }
}
/********************************************************************************************************************************************************/
/*** iphone 6/7/8 SE classic
/********************************************************************************************************************************************************/
@media screen and (max-width: 375px) and (max-height: 553px) {
  .stoerer svg {
    width: 81%;
  }
}
/********************************************************************************************************************************************************/
/*** iphone 12
/********************************************************************************************************************************************************/
@media screen and (max-width: 390px) and (max-height: 664px) {
  .stoerer svg {
    width: 97%;
  }
}
/********************************************************************************************************************************************************/
/*** iphone 8 Plus on ios 14.5
/********************************************************************************************************************************************************/
@media screen and (max-width: 414px) and (max-height: 645px) {
  .stoerer svg {
    width: 81%;
  }
}
/********************************************************************************************************************************************************/
/*** iphone 12mini Xs
/********************************************************************************************************************************************************/
@media screen and (width: 375px) and (height: 635px) {
  .stoerer svg {
    width: 95%;
  }
}
/********************************************************************************************************************************************************/
/*** iphone 12mini Xs
/********************************************************************************************************************************************************/
@media screen and (width: 375px) and (height: 629px) {
  .stoerer svg {
    width: 95%;
  }
}
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** L A Y O U T
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
main {
  position: relative;
}

.canvas {
  margin: 0 auto;
  max-width: 1620px;
}

.in_canvas {
  padding: 0 25px;
}

.section_full_single_image {
  line-height: 0;
}

.section_xl_bottom {
  margin-bottom: 175px;
}

.section_l_bottom {
  margin-bottom: 100px;
}

.section_m_bottom {
  margin-bottom: 75px;
}

.section_s_bottom {
  margin-bottom: 50px;
}

.section_xs_bottom {
  margin-bottom: 25px;
}

.section_first {
  padding-top: 50px;
}

.section_gray {
  background-color: #e3e3e3;
  padding-top: 65px;
}

.section_altrosa {
  background-color: #deb8b8;
  padding-top: 65px;
}

section {
  padding: 75px 0 60px;
}

.section_no_padding {
  padding: 75px 0 0;
}

section.the_image {
  padding-top: 0;
}

section.section_70p .in_canvas {
  width: 78%;
}

/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 850px) {
  body, a, p, li, input, textarea, label {
    font-family: AntiqueOli-Med, sans-serif;
    font-size: 32px;
    line-height: 39px;
  }
  h2, h3 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 25px;
  }
  .has_gap {
    margin-bottom: 25px;
  }
  .is_center {
    text-align: center;
  }
  section.section_70p .in_canvas {
    width: 100%;
  }
  section {
    padding: 50px 0 100px;
  }
  .section_gray .enhanced_title h2 {
    margin-bottom: 15px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 650px) {
  body, a, p, li, input, textarea, label {
    font-family: AntiqueOli-Med, sans-serif;
    font-size: 25px;
    line-height: 29px;
  }
  h2, h3 {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .has_gap {
    margin-bottom: 25px;
  }
  .is_center {
    text-align: center;
  }
  section {
    padding: 50px 0 30px;
  }
  .section_gray {
    padding-top: 35px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 430px) {
  body, a, p, li, input, textarea, label {
    font-family: AntiqueOli-Med, sans-serif;
    font-size: 20px;
    line-height: 23px;
  }
  h2, h3 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .has_gap {
    margin-bottom: 15px;
  }
  .is_center {
    text-align: center;
  }
  section {
    padding: 30px 0 0;
  }
  section.section_altrosa {
    padding: 30px 0 10px;
  }
}
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** A S P E C T   R A T I O 
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
.aspect_wrapper img {
  object-fit: fill;
  width: 100%;
  height: auto;
}

.aspect_wrapper {
  position: static;
}

.aspect_wrapper_053 {
  padding-bottom: 0;
  position: relative;
}

/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (min-width: 1650px) {
  .aspect_wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /*object-position: center bottom;*/
    object-position: center center;
  }
  .aspect_wrapper.aspect_wrapper_bottom img {
    object-position: center bottom;
  }
  .aspect_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .aspect_wrapper_053 {
    padding-bottom: 0;
    height: 1100px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** H E A D E R 
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
header {
  z-index: 800;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 163px;
}

header .canvas {
  height: 100%;
}

header .in_canvas {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

header a, header span {
  text-decoration: none;
  font-size: 30px;
  line-height: 42px;
}

.logo img {
  height: 100%;
  width: auto;
}

.logo {
  height: 100%;
}

.language {
  display: flex;
  justify-content: space-between;
  width: 95px;
  top: 50px;
  position: relative;
}

.preview .language {
  display: none;
}

.language a {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 36px;
  line-height: 33px;
  transition: opacity 0.3s;
  margin-right: 25px;
}

.language a.active {
  text-decoration: underline;
}

.language a:not(.active):hover {
  opacity: 0.6;
}

.navi_mobile {
  background-color: #ffffff;
  position: fixed;
  top: -1000px;
  left: 0;
  width: 100%;
  z-index: 799;
  padding: 65px 0 100px;
  transition: top 0.2s;
}

.navi_mobile.menu_open {
  top: 105px !important;
}

.navi_mobile .in_canvas {
  display: flex;
  align-items: flex-start;
}

.navi_mobile a {
  display: block;
  font-size: 36px;
  line-height: 46px;
  text-decoration: none;
}

.navi_mobile a:hover {
  color: #7a7a7a;
}

.section_claim {
  position: fixed;
  z-index: 700;
  top: 163px;
  left: 0;
  height: calc(100vh - 163px);
  width: 100%;
  padding-top: 200px;
}

.hamburger {
  display: block;
  width: 75px;
  height: 39px;
  cursor: pointer;
  position: relative;
  top: 50px;
}

.hamburger span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  transition: top 0.2s;
}

.hamburger .two {
  top: 12px;
}

.hamburger .three {
  top: 24px;
}

.hamburger .four {
  top: 36px;
}

.menu_open .hamburger span {
  top: 0;
}

.section_claim p {
  font-family: AntiqueOli-Med, sans-serif;
  font-size: 90px;
  line-height: 97px;
  font-weight: normal;
  text-decoration: underline;
}

.navi_mobile .block_blog {
  order: 2;
  position: relative;
  width: 230px;
  height: 230px;
}

.navi_mobile .block_lang {
  order: 1;
  top: 0;
  margin-right: 240px;
}

.navi_mobile .block_navi {
  margin-right: 140px;
}

.navi_mobile .boelle {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 230px;
}

.navi_mobile .boelle.border {
  border: 1px solid #000;
  border-radius: 100%;
  transition: background-color 0.2s linear;
}

.navi_mobile .boelle.text {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: puls 1.5s ease-out infinite alternate;
  z-index: 1;
  background-color: transparent;
}

.navi_mobile .block_blog:hover .boelle.border {
  background-color: #000;
}

.navi_mobile .block_blog:hover .boelle.text {
  color: #fff;
}

.navi_mobile .block_blog .boelle.border {
  animation: puls 1.5s ease-out infinite alternate;
}

@keyframes puls2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes puls {
  0% {
    transform: scale(1.05);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.navi_mobile .boelle.text:hover {
  color: #000;
}

.navi_mobile .boelle.text > div {
  text-align: center;
  padding: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 2px;
}

.navi_mobile .boelle.text span {
  font-family: AntiqueOli-Lig, sans-serif;
  font-size: 24px;
  line-height: 1.05;
  display: block;
  max-width: 85%;
  text-align: center;
}

.navi_mobile .boelle.text .one {
  font-family: AntiqueOli-Lig, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}

.navi_mobile .boelle.text .two {
  text-transform: lowercase;
  text-transform: capitalize;
  font-family: AntiqueOli-Med, sans-serif;
  font-size: 22px;
}

/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 1385px) {
  .navi_mobile p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 5;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 3;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;
    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 3;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 3;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 3;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 1240px) {
  .navi_mobile .block_navi {
    margin-right: 50px;
  }
  .navi_mobile .block_lang {
    margin-right: 100px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 980px) {
  .navi_mobile .in_canvas {
    flex-direction: column;
  }
  .navi_mobile .block_blog {
    order: 0;
    position: relative;
    width: auto;
    height: auto;
  }
  .navi_mobile .block_lang {
    order: 2;
    margin-right: 0;
  }
  .navi_mobile .block_navi {
    margin-right: 0;
    order: 1;
    margin-bottom: 45px;
  }
  .navi_mobile .boelle.text .two, .navi_mobile .boelle.border {
    display: none;
  }
  .navi_mobile .block_blog .boelle.border, .navi_mobile .boelle.text {
    animation: none;
  }
  .navi_mobile .boelle.text {
    margin-bottom: 45px;
  }
  .navi_mobile .boelle {
    position: static;
    width: auto;
    height: auto;
  }
  .navi_mobile .block_blog:hover .boelle.text {
    color: #7a7a7a;
  }
  .navi_mobile .boelle.text span {
    text-transform: none;
  }
  .navi_mobile .boelle.text > div {
    border: 1px solid #000;
    border-radius: 26px;
    padding: 7px 24px 0px;
  }
  .language a {
    font-family: AntiqueOli-Med, sans-serif;
  }
  header .language {
    display: none !important;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 950px) {
  .lang_fr .section_claim p {
    font-size: 80px;
    line-height: 84px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 850px) {
  .lang_fr .section_claim p {
    font-size: 60px;
    line-height: 65px;
  }
  .section_claim p {
    font-size: 60px;
    line-height: 65px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 650px) {
  .home_link {
    height: 100%;
    width: 280px;
    display: block;
  }
  .desktop_only {
    display: none;
  }
  header {
    height: 140px;
  }
  .section_claim {
    top: 140px;
    padding-top: 150px;
  }
  .section_claim p, .lang_fr .section_claim p {
    font-size: 50px;
    line-height: 55px;
  }
  .navi_mobile.menu_open {
    top: 115px !important;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .section_claim h1 {
    font-size: 26px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 480px) {
  .hamburger {
    width: 45px;
    top: 40px;
  }
  .home_link {
    width: 200px;
    position: relative;
    left: 15px;
  }
  header {
    height: 100px;
  }
  .section_claim {
    top: 0;
  }
  .navi_mobile.menu_open {
    top: 60px !important;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 430px) {
  .section_claim p, .lang_fr .section_claim p {
    font-size: 45px;
    line-height: 49px;
  }
  .lang_fr .section_claim p {
    font-size: 45px;
    line-height: 49px;
  }
  .navi_mobile p {
    font-size: 22px;
    line-height: 23px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 415px) and (max-height: 700px) {
  .section_claim p, .lang_fr .section_claim p {
    font-size: 30px;
    line-height: 31px;
  }
  .section_claim h1 {
    font-size: 24px;
  }
}
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** C O N T E N T 
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
main {
  position: relative;
  z-index: 750;
  background-color: #fff;
  top: 163px;
  width: 100%;
}

.fixed_claim main {
  top: calc(100vh - 180px);
}

/* SLIDERS */
.slides_container {
  position: relative;
}

.slides_canvas {
  overflow: hidden;
}

.slides_stripe {
  width: 50000px;
  display: flex;
}

.slide_box {
  width: 0;
  flex: 0 0 auto;
  overflow: hidden;
  /* float:left; */
  display: inline-block;
}

.next, .prev {
  width: 42px;
  position: absolute;
  top: 12.5%;
  left: -22px;
  cursor: pointer;
}

.next {
  left: auto;
  right: -22px;
}

.next img, .prev img {
  width: 100%;
  height: auto;
}

.prev img {
  transform: rotate(180deg);
}

.next.off, .prev.off {
  opacity: 0;
  cursor: default;
}

.next.nothere, .prev.nothere {
  display: none;
}

.enhanced_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.enhanced_box {
  top: 5px;
  position: relative;
  text-align: right;
}

/********************************************************************************************************************************************************/
/***  prevent cut claim on cinema screens
/********************************************************************************************************************************************************/
@media screen and (max-height: 880px) and (min-width: 415px) {
  .fixed_claim main {
    top: 650px;
  }
  section.section_claim {
    padding-top: 130px;
  }
}
@media screen and (max-height: 1000px) and (min-width: 850px) and (max-width: 1200px) {
  .section_claim {
    top: 65px;
  }
}
@media screen and (max-height: 980px) and (min-width: 850px) {
  .section_claim p {
    font-size: 69px;
    line-height: 78px;
  }
}
@media screen and (max-height: 1200px) and (min-width: 1000px) and (max-width: 1200px) {
  .section_claim {
    top: 65px;
  }
}
/********************************************************************************************************************************************************/
/***/
ul {
  padding-left: 0;
  padding-bottom: 30px;
}

li {
  list-style-type: none;
  padding-left: 60px;
  position: relative;
  margin-bottom: 30px;
}

li::before {
  position: absolute;
  top: 5px;
  left: 14px;
  width: 18px;
  height: 18px;
  background-color: #000;
  border-radius: 50%;
  content: "";
}

ul.list-square li::before {
  border-radius: 0;
}

ul.list-dash li::before {
  width: 12px;
  height: 2px;
  border-radius: 0;
  top: 12px;
}

ul.list-arrow li::before {
  width: 0;
  height: 0;
  border-radius: 0;
  border-left: 9px solid #000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  background-color: transparent;
}

.two_column_container {
  display: flex;
  justify-content: space-between;
}

.two_column_container .image_box {
  flex: 1 0 44%;
}

figure {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

figure .image_credits {
  margin: 0 0 0 4px;
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 13px;
  line-height: 13px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-orientation: sideways-right;
  -webkit-text-orientation: sideways; /* for Webkit */
}

figure .image_credits p, figure .image_credits a {
  margin: 0 0 0 0;
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 13px;
  line-height: 13px;
}

figure .image_credits a {
  color: #7E7E7E;
  text-decoration: none;
}

.image_box img {
  width: 100%;
  height: auto;
}

.standard_container .text_box p,
.standard_container .text_box a,
.standard_container .text_box li {
  font-family: AntiqueOli-Reg, sans-serif;
}

.two_column_container .text_box {
  flex: 0 1 auto;
  padding-left: 6%;
}

.two_column_container.header_container .text_box p,
.two_column_container.header_container .text_box a,
.two_column_container.header_container .text_box li {
  font-size: 38px;
  line-height: 46px;
}

.text_box a {
  color: #505050;
}

.text_box a:hover {
  color: #000;
}

.two_column_container.header_container .text_box h1 {
  font-size: 38px;
  line-height: 46px;
}

.two_column_container_css .text_box {
  columns: 2 550px;
  column-gap: 35px;
}

.augenhoehe {
  display: flex;
  justify-content: space-between;
}

.augen_item {
  width: 30%;
}

.augen_item img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.augen_item p {
  font-size: 30px;
  line-height: 32px;
}

.portraits_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.portrait_item {
  width: 23%;
  margin-bottom: 50px;
}

.geschaeftsstelle_container .portrait_item {
  width: 47.1%;
}

.portrait_item img {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
}

.portrait_item p {
  font-size: 30px;
  line-height: 32px;
  font-family: AntiqueOli-Reg, sans-serif;
}

.portrait_item p span {
  font-size: 18px;
  line-height: 22px;
}

.portrait_item em {
  font-style: normal;
  text-decoration: underline;
}

.slide_container {
  min-height: 925px;
  position: relative;
}

.slide_item {
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 0 25px;
}

.slide_item:first-child {
  opacity: 1;
}

.slide_item p {
  text-decoration: underline;
  font-size: 70px;
  line-height: 76px;
  margin-bottom: 40px;
  padding-right: 8%;
}

.slide_item .zitat_legend {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 350px;
}

.bullets {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 25px;
  width: 100%;
}

.bullets span {
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 15px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}

.bullets .active, .bullets span:hover {
  background-color: #000;
}

.section_zitate {
  padding-bottom: 75px;
}

.partner {
  display: flex;
  justify-content: space-between;
}
.partner .special_partners__box {
  margin-bottom: 150px;
}
.partner .special_partners__box a.partner_link {
  display: block;
  font-family: AntiqueOli-Reg, sans-serif;
  position: relative;
  padding-left: 20px;
}
.partner .special_partners__box a.partner_link:before {
  background: url(img/biggerthan.svg) center center no-repeat;
  content: "";
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  left: 0;
  width: 15px;
  height: 24px;
  transition: 0.15s ease-in-out;
}
.partner .special_partners__box p {
  text-indent: 0;
}
.partner .special_partners__box p.links_slogan {
  font-family: AntiqueOli-Med, sans-serif;
  margin-bottom: 25px;
}
.partner p {
  font-size: 30px;
  line-height: 34px;
  font-family: AntiqueOli-Reg, sans-serif;
}
.partner img {
  max-width: 80%;
  height: auto;
  margin-bottom: 50px;
}
.partner .special_partners__box.full img {
  max-width: 100%;
}
.partner > div {
  width: 30%;
}
.partner p {
  text-indent: -0.5em;
  margin-bottom: 0;
}
.partner .partner_slogan {
  font-family: AntiqueOli-Reg, sans-serif;
  margin-bottom: 50px;
  text-indent: 0;
}

.intro_organe {
  margin-bottom: 75px;
}

.klapp_item h3 {
  font-family: AntiqueOli-Reg, sans-serif;
  padding: 30px 100px 25px 65px;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}

.klapp_item h3:hover {
  opacity: 0.5;
}

.klapp_item h3:before {
  background: url(img/biggerthan.svg) center center no-repeat;
  content: "";
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: -4px;
  left: 0;
  width: 25px;
  height: 100%;
  transition: 0.15s ease-in-out;
}

.klapp_item.open h3 {
  padding: 30px 100px 33px 65px;
}

.klapp_item.open h3:before {
  transform: rotate(90deg);
  top: -5px;
  left: 10px;
}

.klapp_item h3:after {
  background: url(img/close.svg) center center no-repeat;
  content: "";
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  right: 5px;
  width: 40px;
  height: 100%;
  opacity: 0;
  transition: 0.15s ease-in-out;
}

.klapp_item.open h3:after {
  opacity: 1;
}

.klapp_content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.klapp_item {
  border-top: 3px solid #000;
}

.klapp_item:last-child {
  border-bottom: 3px solid #000;
}

.klapp_item.open .klapp_content {
  max-height: 10000px;
}

.geschaeftsstelle_text a {
  text-decoration: none;
}

.geschaeftsstelle_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.geschaeftsstelle_container .portraits_container,
.geschaeftsstelle_container .geschaeftsstelle_text {
  width: 48.484%;
}

.geschaeftsstelle_text p, .geschaeftsstelle_text p a {
  line-height: 29px;
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.geschaeftsstelle_text .image_box {
  margin-bottom: 25px;
}

.geschaeftsstelle_text .image_box img {
  width: 100%;
  height: auto;
}

.event_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event_box .image_box {
  margin-bottom: 35px;
  cursor: pointer;
}

.event_box .image_box img {
  width: 100%;
  height: auto;
}

.event_box .image_box .image_credits {
  display: none;
}

.event_box .event_texts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 0 auto;
}

.event_box h3,
.augen_item h3 {
  font-family: AntiqueOli-Reg, sans-serif;
  border-bottom: 4px solid #000;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 36px;
  hyphens: auto;
}

.event_box .event_titels p,
.augen_item .subtitle {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0;
}

.event_box .event_image_credits {
  display: none;
}

.augen_item .subtitle {
  margin-bottom: 25px;
}

.event_box .event_titels {
  margin-bottom: 20px;
}

.event_box .event_teaser p,
.event_box p.event_teaser,
.augen_item p.credits {
  font-family: AntiqueOli-Med, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}

.augen_item p.credits .credits_2 {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.event_box .event_long {
  display: none;
}

.event_box .event_teaser .event_more, .event_button, .newsletter_button, .teaser_button {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 30px;
  line-height: 30px;
  border: 3px solid #000;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 12px 40px 4px;
  background-color: #fff;
  display: inline-block;
  margin-top: 50px;
}

.event_box .event_teaser .event_more:hover, .event_button:hover, .newsletter_button:hover, .teaser_button:hover {
  background-color: #000;
  color: #fff;
}

.text_box .spenden_button {
  margin-top: 15px;
  color: #000;
  opacity: 1;
}

.text_box .spenden_button:hover {
  color: #fff;
}

.section_veranstaltungen .enhanced_box p {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.section_veranstaltungen .enhanced_box p span {
  cursor: pointer;
}

.section_veranstaltungen .enhanced_box p .inactive {
  color: #707070;
}

.section_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  z-index: 2000;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

.section_popup .inner {
  min-height: 100%;
  margin: 0 auto;
  max-width: 1620px;
  position: relative;
}

.section_popup .canvas {
  max-width: 862px;
}

.close_popup {
  width: 35px;
  height: auto;
  position: absolute;
  top: 0;
  right: 25px;
  cursor: pointer;
}

.close_popup_wrapper {
  position: fixed;
  max-width: 1670px;
  width: 100%;
  z-index: 1300;
}

.close_popup_container { /* this is the new one */
  position: fixed;
  width: 100%;
  top: 75px;
  left: 0;
  z-index: 1300;
}

.close_popup_container .canvas {
  max-width: 1620px;
}

.section_event_popup h3 {
  font-size: 60px;
  margin-bottom: 25px;
  line-height: 66px;
}

.section_event_popup p {
  font-family: AntiqueOli-Reg, sans-serif;
}
.section_event_popup p a {
  font-family: AntiqueOli-Reg, sans-serif;
}

.section_event_popup p strong {
  font-family: AntiqueOli-Med, sans-serif;
}

.section_event_popup p.event_image_credits {
  font-size: 20px;
  color: #000;
  text-align: right;
}

.section_event_popup .event_titels {
  margin-bottom: 30px;
}

.section_event_popup .event_titels p {
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 0;
}

.section_event_popup .image_box {
  margin-bottom: 65px;
}

.section_event_popup .image_box.placeholder_image {
  display: none;
}

.section_event_popup .event_texts {
  margin-bottom: 65px;
}

.event_further p {
  margin-bottom: 0;
}

.event_further {
  margin-bottom: 40px;
}

.section_event_popup .event_short, .section_event_popup .event_more {
  display: none;
}

.support_inner_columns .image_box img {
  width: 55px;
  height: auto;
  display: inline-block;
}

.support_container {
  max-width: 1200px;
}

.support_columns {
  display: flex;
  justify-content: space-between;
  margin: 45px 0;
}

.support_columns .image_box {
  width: 14%;
  flex: 0 0 auto;
}

.support_columns .text_box {
  flex: 0 1 auto;
  width: 72%;
}

.support_container p, .support_container a, .support_container li {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 30px;
  line-height: 33px;
}

.support_container .support_columns p, .support_container .support_columns a, .support_container .support_columns li,
.support_container .support_columns h3,
.support_container p.standard_size,
.support_container p.standard_size a {
  font-size: 30px;
  line-height: 33px;
}

.support_container .text_box {
  margin: 0 0 25px 0;
}

.support_inner_columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}

.support_inner_columns > div {
  flex: 0 0 30%;
}

.support_inner_columns .image_box {
  width: 100%;
  margin-bottom: 30px;
}

.support_inner_columns .money {
  text-decoration: underline;
}

.video_box video {
  /*
  object-fit: cover;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;

  */
  line-height: 0;
  width: 1000px;
  max-width: 100%;
  height: auto;
}

.video_box_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.videos_container .next, .videos_container .prev {
  left: 170px;
  top: calc((100% - 42px) / 2);
}

.videos_container .next {
  left: auto;
  right: 170px;
}

.download_box .image_item .image_box {
  width: 100px;
}

.section_downloads .klapp_content {
  padding-left: 65px;
}

.download_box {
  display: flex;
  justify-content: space-between;
  border-top: 3px solid #000;
  align-items: center;
  padding: 10px 0;
}

.download_box p, .download_box a {
  font-size: 38px;
  line-height: 46px;
  font-family: AntiqueOli-Reg, sans-serif;
  margin: 0;
}

.download_box .image_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.download_box .image_item .image_box {
  width: auto;
  flex: 1 0 auto;
  height: 80px;
  margin-right: 15px;
}

.download_box .image_item .image_box img {
  width: auto;
  height: 100%;
}

.download_box .details_box {
  display: block;
  padding-left: 80px;
  position: relative;
  text-decoration: none;
}

.download_box .title_box {
  width: 72%;
}

.download_box .details_box:hover {
  opacity: 0.6;
}

.download_box .details_box p, .download_pretext p,
.download_box .details_box a, .download_pretext a {
  text-decoration: none;
  font-size: 30px;
  line-height: 34px;
  font-family: AntiqueOli-Reg, sans-serif;
  margin: 0;
}

.download_pretext p {
  margin-bottom: 30px;
}

.download_box .details_box a, .download_pretext a {
  text-decoration: underline;
}

.download_box .details_box::before {
  background: url(img/download.svg) center center no-repeat;
  content: "";
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: -4px;
  left: 0;
  width: 50px;
  height: 100%;
}

.section_downloads .klapp_item h3 {
  padding: 30px 100px 18px 65px;
}

.section_downloads .klapp_item.open h3::before {
  transform: rotate(90deg);
  top: 3px;
  left: 10px;
}

.section_downloads .klapp_item h3::after {
  background-image: none;
}

.section_popup.section_impressum_popup .canvas {
  max-width: 1420px;
  padding-top: 195px;
}

.columns_2 {
  display: flex;
  justify-content: space-between;
}

.section_impressum_popup .detail_text {
  margin-bottom: 85px;
}

.section_impressum_popup .columns_container .detail_text {
  width: 50%;
}

.do_anmelden {
  margin-top: 55px;
  font-family: AntiqueOli-Reg, sans-serif;
  padding-bottom: 35px;
}

/*BLOG*/
.blog_cat_chooser {
  margin-bottom: 125px;
}

.blog_cat_chooser a {
  display: inline;
  cursor: pointer;
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin-right: 50px;
  text-decoration: none;
}

.blog_cat_chooser a.active, .blog_cat_chooser a:hover {
  text-decoration: underline;
}

.blog_index_container .blog_item h3 {
  font-family: AntiqueOli-Med, sans-serif;
  text-decoration: none;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 18px;
}

.blog_index_container .blog_item p {
  font-family: AntiqueOli-Reg, sans-serif;
  text-decoration: none;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 10px;
}

.blog_index_container .blog_item p a {
  font-family: AntiqueOli-Reg, sans-serif;
  text-decoration: none;
  font-size: 21px;
  line-height: 25px;
  text-decoration: none;
}

.blog_index_container .blog_item p a:hover {
  text-decoration: underline;
}

.blog_button.blog_more {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 30px;
  line-height: 30px;
  border: 3px solid #000;
  cursor: pointer;
  text-decoration: none;
  margin: 10px 0 0;
  padding: 12px 40px 4px;
  background-color: #fff;
  display: inline-block;
  color: #000;
}

.blog_button.blog_more:hover {
  background-color: #000;
  color: #fff;
}

.blog_index_container .blog_item:nth-child(even) .quer {
  display: none;
}

.blog_index_container .blog_item:nth-child(odd) .hoch {
  display: none;
}

.blog_index_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_index_container .blog_item {
  width: calc((100% - 126px) / 3);
  flex: 0 0 auto;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.blog_index_container .blog_item:nth-child(odd) {
  padding-top: 100px;
}

.blog_index_container .blog_item .image_block {
  margin-bottom: 36px;
  display: block;
}

.blog_index_container .blog_item .image_block img {
  width: 100%;
  height: auto;
}

.blog_index_container .blog_item .text_block {
  padding: 0 10%;
}

.blog_index_container .blog_item:nth-child(even) .image_block {
  padding: 0 10%;
}

.section_blog .blog_block {
  margin: 0 auto 35px;
  max-width: 810px;
}

.section_blog .blog_block.blog_block_firstblock {
  margin-bottom: 35px;
}

.section_blog .blog_block.blog_block_breit {
  max-width: 1230px;
}

.blog_block.blog_block_bildblock, .blog_block.blog_block_doppelbild {
  margin-top: 80px;
  margin-bottom: 60px;
}

.blog_block.blog_block_singleButton {
  margin-bottom: 60px;
}

.blog_block h1 {
  font-family: AntiqueOli-Med, sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 25px;
  text-decoration: none;
}

.blog_block h2, .blog_block h3, .blog_block .grafiktitle {
  font-family: AntiqueOli-Med, sans-serif;
  font-size: 28px;
  line-height: 33px;
  font-weight: normal;
  margin-bottom: 32px;
  text-decoration: none;
}

.blog_block h3 {
  margin-bottom: 0;
}

.blog_block_grafikelement .grafiktitle,
.blog_block_grafikelement img {
  margin-bottom: 40px;
}

.blog_block p {
  font-family: AntiqueOli-Reg, sans-serif;
  text-decoration: none;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 28px;
}

.blog_block p a, .blog_block li {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 28px;
  line-height: 33px;
}

.blog_block p sup {
  font-size: 21px;
  line-height: 15px;
}

.blog_block li {
  margin-bottom: 2px;
}

.blog_block ul, .blog_block ol {
  padding: 0;
  margin-top: 0;
}

.blog_block.blog_block_basics p {
  font-family: AntiqueOli-Reg, sans-serif;
  text-decoration: none;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 10px;
}

.blog_block.blog_block_basics p a {
  font-family: AntiqueOli-Reg, sans-serif;
  text-decoration: none;
  font-size: 21px;
  line-height: 25px;
}

.blog_block.blog_block_basics p a:hover {
  text-decoration: underline;
}

.blog_block.blog_block_basics .lead {
  font-family: AntiqueOli-Med, sans-serif;
  font-size: 28px;
  line-height: 33px;
  font-weight: normal;
}

.blog_block .blog_no_gap {
  margin-bottom: 0;
}

.blog_block_doppelbild {
  display: flex;
  justify-content: space-between;
}

.blog_block_doppelbild .doppelbild_img {
  flex: 0 0 auto;
  width: 49%;
}

.blog_block .legende, .blog_block .legende p {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin: 10px 0 0;
}

.blog_block .legende a {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #a0a0a0;
  text-decoration: none;
}

.blog_block .legende p {
  margin: 0;
}

.bildblock_img {
  margin-bottom: 25px;
}

.blog_block .interview_frage {
  font-family: AntiqueOli-Med, sans-serif;
  margin-bottom: 0;
}

.blog_block .interview_antwort .interview_name {
  text-transform: uppercase;
  text-decoration: underline;
}

.blog_block_socialMediaLogoBar {
  display: flex;
  justify-content: space-between;
}

.blog_block_socialMediaLogoBar .social_medias,
.blog_block_socialMediaLogoBar .icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.blog_block_socialMediaLogoBar .social_medias a {
  display: inline-block;
  width: 40px;
  margin-right: 30px;
}

.blog_block_socialMediaLogoBar .social_medias a.twitter {
  margin-right: 20px;
}

.blog_block_socialMediaLogoBar .social_medias img {
  width: 100px;
  height: auto;
  margin-right: 35px;
}

.blog_block_socialMediaLogoBar .social_medias .instagram img {
  height: 40px;
}

.blog_block_socialMediaLogoBar .social_medias .twitter img {
  width: 40px;
}

.blog_block_socialMediaLogoBar .social_medias .facebook img {
  height: 40px;
}

.blog_block_socialMediaLogoBar .icon img {
  max-height: 65px;
  width: auto;
}

.blog_block_autorenkaestchen {
  display: flex;
  justify-content: space-between;
  padding: 35px 35px 30px;
  background-color: #F4F0F0;
}

.blog_block_autorenkaestchen .img_block {
  flex: 0 0 34%;
  margin: 10px 0 0 60px;
}

.blog_block_autorenkaestchen .img_block img {
  width: 100%;
  border-radius: 50%;
  border: 0;
}

.blog_block_autorenkaestchen .img_block.img_block_logo img {
  border-radius: 0;
}

.blog_block.blog_block_autorenkaestchen p {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.blog_block.blog_block_autorenkaestchen p a,
.blog_block.blog_block_autorenkaestchen p a {
  font-size: 20px;
  line-height: 24px;
  color: #a0a0a0;
  text-decoration: none;
}

.blog_block.blog_block_autorenkaestchen h2 {
  margin-bottom: 15px;
}

.blog_block .plyr--audio {
  max-width: 500px;
}

.plyr_settings {
  --plyr-color-main: black;
  --plyr-control-icon-size:45px;
  --plyr-font-size-time:40px;
  --plyr-control-spacing:20px;
  --plyr-range-track-height:5px;
  --plyr-audio-progress-buffered-background:#000;
  --plyr-range-thumb-height:25px;
  --plyr-range-thumb-background:#000;
}

.plyr_settings .plyr_video_settings {
  --plyr-color-main: #fff;
  --plyr-video-progress-buffered-background:#fff;
  --plyr-range-thumb-background:#fff;
  --plyr-video-control-background-hover:rgba(255,255,255,0.2);
  --plyr-video-control-color:#fff;
  --plyr-video-range-track-background:#fff;
  --plyr-range-fill-background:#fff;
}

.plyr_settings .plyr_video_settings svg {
  stroke: var(--plyr-video-control-color);
}

.plyr_settings .plyr_video_settings .plyr__control--overlaid svg {
  width: 70px;
  height: 70px;
}

.plyr_settings .plyr_video_settings .plyr__control--overlaid {
  background-color: transparent;
}

.plyr_settings .plyr--audio .plyr__controls {
  color: #000;
  padding: 0;
}

.plyr_settings .plyr__controls .plyr__controls__item.plyr__time {
  position: relative;
  top: 3px;
}

.plyr_settings .plyr__volume {
  width: 15%;
}

.plyr_settings .plyr {
  left: -10px;
}

.plyr_settings .plyr_video_settings .plyr {
  left: 0;
}

.plyr_settings .plyr__controls > .plyr__control svg {
  width: 35px;
}

.plyr_settings .plyr_video_settings .plyr--paused .plyr__controls {
  display: none;
}

.plyr_settings .plyr_video_settings .plyr--video .plyr__controls {
  padding: 0;
}

.plyr_settings .plyr_video_settings .plyr__controls .plyr__controls__item:last-child {
  margin-left: auto;
}

.plyr_settings .plyr_video_settings .plyr__controls .plyr__controls__item:last-child svg {
  width: 27px;
}

.plyr_settings .plyr_video_settings .plyr__controls .plyr__controls__item:first-child {
  margin-right: inherit;
}

.plyr_settings .plyr_video_settings .plyr__controls .plyr__controls__item.plyr__progress__container {
  width: 250px;
  flex: 0 1 auto;
}

.plyr_settings .plyr_video_settings .plyr__controls .plyr__controls__item.plyr__volume {
  width: auto;
  min-width: 0;
}

.blog_related_entries .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

.blog_related_entries h2 {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 44px;
  line-height: 48px;
  font-weight: normal;
  margin-bottom: 0;
  text-decoration: underline;
}

.blog_related_entries .bar a {
  position: relative;
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 20px;
  line-height: 23px;
  padding-right: 26px;
  text-decoration: none;
}

.blog_related_entries .bar a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background: url(img/pfeil.svg) right 0 top 2px/16px auto no-repeat;
}

.blog_related {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 2px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.blog_related > div {
  width: 48.7%;
}

.blog_related > .text_box {
  top: -3px;
  position: relative;
}

.blog_related .pre, .blog_related .teaser {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
  margin-bottom: 10px;
}

.blog_related .teaser {
  margin-bottom: 4px;
}

.blog_related h3 {
  font-family: AntiqueOli-Med, sans-serif;
  font-size: 28px;
  line-height: 31px;
  text-decoration: none;
  margin-bottom: 5px;
}

.blog_block.blog_related_entries {
  margin-bottom: 105px;
  margin-top: 170px;
}

.event_medias {
  margin-top: 100px;
}

.event_media_blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.event_media_blocks .event_media_block {
  width: 25%;
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  padding: 0 2%;
}

.event_media_blocks .event_media_block.event_media_title {
  align-content: flex-start;
  padding: 0 4% 0 0;
  font-family: AntiqueOli-Reg, sans-serif;
  line-height: 26px;
}

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

.event_media_blocks.many_blocks {
  align-items: center;
}

.event_media_blocks.many_blocks .event_media_block {
  margin-bottom: 35px;
}

.event_medias > .partner_title {
  margin-bottom: 40px;
}

.teaser_container {
  display: flex;
  justify-content: flex-start;
  column-gap: 1.25%;
  margin-top: 25px;
}

.teaser_container .teaser_box {
  width: 32.5%;
}

.teaser_box h2 {
  font-size: 39px;
  text-decoration: none;
  border-bottom: 4px solid #000;
  line-height: 41px;
}

.teaser_box .image_box {
  margin-bottom: 45px;
  display: block;
}

.teaser_box h3 {
  font-size: 30px;
  line-height: 35px;
  font-family: AntiqueOli-Med, sans-serif;
  text-decoration: none;
  margin-bottom: 20px;
}

.teaser_box .textgross {
  font-family: AntiqueOli-Reg, sans-serif;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 29px;
}

.teaser_box .textklein {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 21px;
  line-height: 23px;
}

/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 1750px) {
  .next, .prev {
    left: -13px;
  }
  .next {
    left: auto;
    right: -13px;
  }
  .videos_container .next, .videos_container .prev {
    left: -12px;
  }
  .videos_container .next {
    left: auto;
    right: -12px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 1530px) {
  .two_column_container.header_container .text_box p,
  .two_column_container.header_container .text_box a,
  .two_column_container.header_container .text_box li {
    font-size: 34px;
    line-height: 39px;
  }
  .next, .prev {
    top: 17.5%;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 1330px) {
  .slide_container {
    min-height: 1120px;
  }
  .support_container p, .support_container a, .support_container li {
    font-family: AntiqueOli-Reg, sans-serif;
    font-size: 28px;
    line-height: 31px;
  }
  .support_container .support_columns p,
  .support_container .support_columns a,
  .support_container .support_columns li,
  .support_container .support_columns h3,
  .support_container p.standard_size,
  .support_container p.standard_size a {
    font-size: 28px;
    line-height: 31px;
  }
  .two_column_container.header_container .text_box p,
  .two_column_container.header_container .text_box a,
  .two_column_container.header_container .text_box li {
    font-size: 29px;
    line-height: 33px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 1280px) {
  .teaser_container .teaser_box {
    width: 100%;
    margin-bottom: 125px;
  }
  .teaser_container {
    display: block;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 1200px) {
  .geschaeftsstelle_container {
    display: block;
  }
  .map_box {
    width: 100%;
    margin: 0 0 45px;
  }
  .geschaeftsstelle_text {
    flex-direction: row;
  }
  .geschaeftsstelle_text > div {
    width: 100%;
    margin-right: 0;
  }
  .geschaeftsstelle_text .image_box img {
    width: 100%;
    height: auto;
  }
  .support_inner_columns {
    display: block;
    margin-bottom: 0;
  }
  .support_inner_columns .image_box {
    width: 100%;
    margin-bottom: 10px;
    height: 42px;
  }
  .support_inner_columns .image_box img {
    width: auto;
    height: 100%;
  }
  .blog_index_container .blog_item {
    width: 32%;
  }
  .blog_cat_chooser a {
    display: block;
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .blog_cat_chooser {
    margin-bottom: 50px;
  }
  .geschaeftsstelle_container .portraits_container,
  .geschaeftsstelle_container .geschaeftsstelle_text {
    width: 100%;
  }
  .geschaeftsstelle_container .portrait_item {
    width: 23%;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 1150px) {
  .slide_item p {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
  }
  .partner {
    display: block;
  }
  .partner > div, .partner p {
    width: 100%;
    margin-bottom: 0;
  }
  .partner p {
    margin-left: 0;
  }
  .partner > div:first-child {
    margin-bottom: 73px;
  }
  .partner img {
    max-width: 300px;
  }
  .partner .partner_list {
    padding-left: 0.5em;
  }
  .two_column_container .text_box {
    padding-left: 4%;
  }
  .partner p, .portrait_item p, .augen_item p {
    font-size: 22px;
    line-height: 24px;
  }
  .two_column_container.header_container .text_box p,
  .two_column_container.header_container .text_box a,
  .two_column_container.header_container .text_box li {
    font-size: 25px;
    line-height: 30px;
  }
  .two_column_container.header_container .text_box h1, h2, h3 {
    font-size: 29px;
    line-height: 33px;
  }
  .download_box p, .download_box a {
    font-size: 29px;
    line-height: 33px;
  }
  .next, .prev {
    top: 12.5%;
    left: -13px;
  }
  .next {
    left: auto;
    right: -13px;
  }
  .section_veranstaltungen .enhanced_box p {
    font-size: 20px;
    line-height: 22px;
  }
  .section_popup.section_impressum_popup .canvas {
    padding-top: 90px;
  }
  .event_box h3,
  .augen_item h3 {
    font-size: 29px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 1100px) {
  .next, .prev {
    top: 19.5%;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 1000px) {
  .two_column_container.header_container .text_box p,
  .two_column_container.header_container .text_box a,
  .two_column_container.header_container .text_box li {
    font-size: 22px;
    line-height: 25px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 920px) {
  .slide_container {
    min-height: 1170px;
  }
  .next, .prev {
    top: 17.5%;
    left: 5px;
  }
  .next {
    left: auto;
    right: 8px;
  }
  .blog_index_container .blog_item:nth-child(2n+1) {
    padding-top: 0;
  }
  .blog_index_container .blog_item {
    width: 100%;
    margin-bottom: 45px;
  }
  .blog_index_container .blog_item .text_block {
    padding: 0;
  }
  .blog_index_container .blog_item:nth-child(2n) .image_block {
    padding: 0 15%;
  }
  .blog_index_container .blog_item .image_block {
    margin-bottom: 22px;
    display: block;
  }
  .section_blog .blog_block {
    margin: 0 auto 30px;
    max-width: 810px;
  }
  .blog_block h1 {
    font-size: 32px;
    line-height: 34px;
    font-weight: normal;
    margin-bottom: 18px;
    margin-top: 5px;
  }
  .section_blog .blog_block.blog_block_firstblock {
    margin-bottom: 25px;
  }
  .blog_block p {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 28px;
  }
  .blog_block p a, .blog_block li {
    font-size: 21px;
    line-height: 25px;
  }
  .blog_block li {
    padding-left: 25px;
  }
  .blog_block li::before {
    top: 3px;
    width: 12px;
    height: 12px;
    left: 2px;
  }
  .blog_block.blog_block_basics .lead {
    font-size: 21px;
    line-height: 25px;
  }
  .blog_block_doppelbild {
    display: block;
  }
  .blog_block_doppelbild .doppelbild_img {
    width: 100%;
    margin-bottom: 26px;
  }
  .blog_block .legende {
    font-size: 13px;
    line-height: 16px;
    margin: 7px 0 0;
  }
  .blog_block.blog_block_bildblock, .blog_block.blog_block_doppelbild {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .section_blog .blog_block.blog_related_entries {
    margin: 180px auto 30px;
  }
  .blog_related_entries .bar {
    display: block;
  }
  .blog_related_entries h2 {
    font-size: 25px;
  }
  .blog_related_entries .bar a::after {
    top: -3px;
  }
  .blog_related {
    display: block;
    padding-bottom: 5px;
  }
  .blog_related > div {
    width: 100%;
  }
  .blog_related > .text_box {
    margin-top: 20px;
    top: 0;
  }
  .blog_related {
    display: block;
    border-bottom: 0;
  }
  .blog_related h3 {
    margin-bottom: 15px;
  }
  .blog_related .pre, .blog_related .teaser {
    margin-bottom: 20px;
  }
  .plyr_settings .plyr__controls > .plyr__control svg {
    width: 24px;
  }
  .plyr_settings {
    --plyr-color-main: black;
    --plyr-control-icon-size: 25px;
    --plyr-font-size-time: 25px;
    --plyr-control-spacing: 10px;
    --plyr-range-track-height: 5px;
    --plyr-audio-progress-buffered-background: #000;
    --plyr-range-thumb-height: 25px;
    --plyr-range-thumb-background: #000;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 850px) {
  body, a, p, li, input, textarea, label {
    font-size: 28px;
    line-height: 33px;
  }
  .two_column_container.header_container .text_box p,
  .two_column_container.header_container .text_box a,
  .two_column_container.header_container .text_box li {
    font-size: 29px;
    line-height: 33px;
  }
  .two_column_container.header_container .text_box h1, h2, h3 {
    font-size: 29px;
    line-height: 33px;
  }
  p {
    margin-bottom: 20px;
  }
  .partner p, .portrait_item p, .augen_item p {
    font-size: 22px;
    line-height: 24px;
  }
  .portrait_item,
  .geschaeftsstelle_container .portrait_item {
    width: 48%;
  }
  .partner .partner_list {
    padding-left: 0.5em;
  }
  .augenhoehe {
    display: block;
  }
  .augen_item {
    width: 100%;
    margin-bottom: 50px;
  }
  .slide_item p {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px;
  }
  li {
    padding-left: 50px;
  }
  li::before {
    top: 5px;
    width: 23px;
    height: 23px;
  }
  .slide_container {
    min-height: 800px;
  }
  .two_column_container .image_box {
    flex: 1 0 100%;
    margin-bottom: 45px;
  }
  .two_column_container {
    display: block;
  }
  .two_column_container .text_box {
    padding-left: 0;
    width: 100%;
  }
  figure {
    display: block;
  }
  figure .image_credits {
    margin: 5px 0 0;
    writing-mode: horizontal-tb;
    transform: none;
    text-align: right;
  }
  li {
    padding-left: 40px;
  }
  li::before {
    top: 3px;
    width: 19px;
    height: 19px;
  }
  .klapp_item h2, .klapp_item h3,
  .section_downloads .klapp_item h3 {
    text-decoration: none;
    margin-bottom: 0;
    padding: 22px 90px 15px 50px;
  }
  .klapp_item.open h3, .section_downloads .klapp_item.open h3 {
    padding: 22px 90px 15px 50px;
  }
  .klapp_item h3::before,
  .section_downloads .klapp_item h3::before {
    width: 20px;
    top: -2px;
  }
  .klapp_item.open h3::before,
  .section_downloads .klapp_item.open h3::before {
    top: 0;
    left: 5px;
  }
  .section_downloads .klapp_content {
    padding-left: 50px;
  }
  .download_box p, .download_box a {
    font-size: 28px;
    line-height: 32px;
  }
  .download_box .details_box {
    padding-left: 42px;
    text-decoration: none;
  }
  .download_box .details_box p, .download_pretext p, .download_box .details_box a, .download_pretext a {
    font-size: 22px;
    line-height: 23px;
  }
  .download_box .details_box::before {
    width: 31px;
  }
  .download_box {
    padding: 10px 0 8px;
  }
  .download_box .image_item .image_box {
    height: 46px;
  }
  .klapp_item h3::after {
    width: 30px;
  }
  .geschaeftsstelle_text {
    display: block;
  }
  .geschaeftsstelle_text > div {
    width: 100%;
    margin-right: 0;
  }
  .section_event_popup h3 {
    font-size: 34px;
    margin-bottom: 22px;
    line-height: 39px;
  }
  .section_event_popup .event_titels p {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .section_event_popup .event_titels {
    margin-bottom: 24px;
  }
  .section_event_popup .image_box {
    margin-bottom: 35px;
  }
  .section_popup.section_gray {
    padding-top: 30px;
  }
  .close_popup {
    top: 8px;
    right: 35px;
  }
  .next, .prev {
    top: 12%;
    left: -12px;
  }
  .next {
    left: auto;
    right: -12px;
  }
  .support_container p, .support_container a, .support_container li {
    font-family: AntiqueOli-Reg, sans-serif;
    font-size: 25px;
    line-height: 28px;
  }
  .support_container .support_columns p,
  .support_container .support_columns a,
  .support_container .support_columns li,
  .support_container .support_columns h3,
  .support_container p.standard_size,
  .support_container p.standard_size a {
    font-size: 25px;
    line-height: 28px;
  }
  .columns_2 {
    display: block;
  }
  .enhanced_title {
    display: block;
  }
  .enhanced_box {
    top: 0;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
  }
  .section_impressum_popup .columns_container .detail_text {
    width: 100%;
  }
  .event_box h3,
  .augen_item h3 {
    font-size: 29px;
  }
  .section_impressum_popup .detail_text {
    margin-bottom: 0;
  }
  .close_popup_container { /* this is the new one */
    top: 50px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 720px) {
  .next, .prev {
    top: 22%;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 650px) {
  body, a, p, li, input, textarea, label {
    font-size: 25px;
    line-height: 29px;
  }
  .two_column_container.header_container .text_box p,
  .two_column_container.header_container .text_box a,
  .two_column_container.header_container .text_box li {
    font-size: 29px;
    line-height: 33px;
  }
  .two_column_container.header_container .text_box h1, h2, h3 {
    font-size: 29px;
    line-height: 33px;
  }
  main {
    top: 100px;
  }
  .partner p, .portrait_item p, .augen_item p {
    font-size: 18px;
    line-height: 20px;
  }
  .partner .partner_slogan {
    margin-bottom: 35px;
  }
  .partner .partner_list {
    padding-left: 0.5em;
  }
  .portrait_item,
  .geschaeftsstelle_container .portrait_item {
    width: 100%;
    margin-bottom: 0;
  }
  .portrait_item img {
    margin-bottom: 12px;
  }
  .slide_item p {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .slide_container {
    min-height: 680px;
  }
  li {
    padding-left: 40px;
    margin-bottom: 20px;
  }
  li::before {
    top: 2px;
    width: 20px;
    height: 20px;
  }
  li::before {
    top: 3px;
    width: 19px;
    height: 19px;
  }
  p {
    margin-bottom: 20px;
  }
  .klapp_item h2, .klapp_item h3 {
    font-size: 25px;
    line-height: 29px;
    padding: 22px 75px 14px 30px;
  }
  .section_downloads .klapp_item h3 {
    padding: 22px 75px 14px 30px;
  }
  .section_downloads .klapp_item.open h3::before {
    transform: rotate(90deg);
    top: 0;
    left: 0;
  }
  .klapp_item h3::before,
  .section_downloads .klapp_item h3::before {
    width: 17px;
    top: 0;
  }
  .klapp_item.open h2, .klapp_item.open h3,
  .section_downloads .klapp_item.open h3 {
    padding: 22px 75px 14px 30px;
  }
  .klapp_item.open h3::before {
    top: 0;
    left: 0;
  }
  .klapp_item h3::after {
    width: 24px;
  }
  .event_box h3,
  .augen_item h3 {
    border-bottom-width: 2px;
    font-size: 29px;
  }
  .event_box .event_titels p,
  .augen_item .subtitle {
    font-size: 20px;
    line-height: 22px;
  }
  .event_box .event_teaser p,
  .event_box p.event_teaser,
  .augen_item p.credits {
    font-size: 18px;
    line-height: 20px;
  }
  .event_box {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .event_box .event_teaser .event_more, .event_button, .newsletter_button, .teaser_button {
    font-size: 26px;
    line-height: 29px;
    border: 1px solid #000;
    padding: 8px 30px 2px;
    margin-top: 30px;
  }
  .next, .prev {
    top: 24%;
    left: -13px;
  }
  .next {
    left: auto;
    right: -13px;
  }
  .section_event_popup h3 {
    font-size: 34px;
    margin-bottom: 22px;
    line-height: 39px;
  }
  .section_event_popup .event_titels p {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .section_event_popup .event_titels {
    margin-bottom: 24px;
  }
  .section_event_popup .image_box {
    margin-bottom: 35px;
  }
  .section_popup.section_gray {
    padding-top: 30px;
  }
  .close_popup {
    top: 8px;
    right: 35px;
  }
  .section_event_popup p.event_image_credits {
    font-size: 13px;
    margin-top: 8px;
    line-height: 10px;
  }
  .support_container p, .support_container a, .support_container li {
    font-family: AntiqueOli-Reg, sans-serif;
    font-size: 21px;
    line-height: 25px;
  }
  .support_container .support_columns p,
  .support_container .support_columns a,
  .support_container .support_columns li,
  .support_container .support_columns h3,
  .support_container p.standard_size,
  .support_container p.standard_size a {
    font-size: 21px;
    line-height: 25px;
  }
  .section_veranstaltungen .enhanced_box p {
    font-size: 14px;
    line-height: 17px;
  }
  .do_anmelden {
    margin-top: 35px;
  }
  .close_popup_container { /* this is the new one */
    top: 30px;
  }
  .event_media_blocks .event_media_block {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 4%;
  }
  .event_media_blocks .event_media_block.event_media_title {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
  .event_medias {
    margin-top: 50px;
  }
  .event_media_blocks .event_media_block {
    margin-bottom: 35px;
  }
  .teaser_container .teaser_box {
    margin-bottom: 90px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 540px) {
  .blog_block_autorenkaestchen {
    display: block;
    justify-content: space-between;
    padding: 25px 25px 20px;
  }
  .blog_block_autorenkaestchen .img_block {
    margin: 10px 0 0 29px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 500px) {
  .next, .prev {
    top: 20%;
  }
  .geschaeftsstelle_text p,
  .geschaeftsstelle_text p a {
    line-height: inherit;
    font-size: 25px;
    line-height: 28px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 450px) {
  body, a, p, li, input, textarea, label {
    font-size: 18px;
    line-height: 20px;
  }
  .two_column_container.header_container .text_box p,
  .two_column_container.header_container .text_box a,
  .two_column_container.header_container .text_box li {
    font-size: 22px;
    line-height: 26px;
  }
  .two_column_container.header_container .text_box h1, h2, h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .partner p, .portrait_item p, .augen_item p {
    font-size: 18px;
    line-height: 20px;
  }
  .portrait_item p span {
    font-size: 14px;
    line-height: 17px;
  }
  .partner .partner_slogan {
    margin-bottom: 35px;
  }
  .partner .partner_list {
    padding-left: 0.5em;
  }
  .fixed_claim main {
    top: calc(100vh - 180px);
  }
  .slide_container {
    min-height: 925px;
  }
  .partner {
    padding-bottom: 30px;
  }
  li::before {
    top: 4px;
    width: 12px;
    height: 12px;
  }
  p {
    margin-bottom: 20px;
  }
  .klapp_item h2, .klapp_item h3 {
    font-size: 25px;
    line-height: 29px;
  }
  .klapp_item h3::before {
    width: 15px;
  }
  .event_box h3,
  .augen_item h3 {
    border-bottom-width: 2px;
    font-size: 24px;
  }
  .event_box .event_titels p,
  .augen_item .subtitle {
    font-size: 18px;
    line-height: 20px;
  }
  .event_box .event_teaser p,
  .event_box p.event_teaser,
  .augen_item p.credits {
    font-size: 18px;
    line-height: 20px;
  }
  .event_box {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .event_box .event_teaser .event_more, .event_button, .newsletter_button, .teaser_button {
    font-size: 24px;
    line-height: 27px;
    border: 1px solid #000;
    padding: 8px 30px 2px;
    margin-top: 30px;
  }
  .spenden_button {
    margin-top: 15px;
  }
  .next, .prev {
    top: 14%;
    left: -13px;
  }
  .next {
    left: auto;
    right: -13px;
  }
  .section_event_popup h3 {
    font-size: 34px;
    margin-bottom: 22px;
    line-height: 38px;
  }
  .section_event_popup .event_titels p {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .section_event_popup .event_titels {
    margin-bottom: 24px;
  }
  .section_event_popup .image_box {
    margin-bottom: 35px;
  }
  .section_popup.section_gray {
    padding-top: 30px;
  }
  .close_popup {
    top: 8px;
    right: 35px;
  }
  .download_box p, .download_box a {
    font-size: 20px;
    line-height: 22px;
  }
  .download_box .details_box {
    padding-left: 27px;
    text-decoration: none;
  }
  .download_box .details_box p, .download_pretext p, .download_box .details_box a, .download_pretext a {
    font-size: 15px;
    line-height: 17px;
  }
  .download_box .details_box::before {
    width: 22px;
  }
  .download_box {
    padding: 4px 0 2px;
  }
  .download_box .image_item .image_box {
    height: 39px;
  }
  .klapp_item h2, .klapp_item h3, .section_downloads .klapp_item h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .section_downloads .klapp_content {
    padding-left: 30px;
  }
  .download_box .title_box {
    width: 72%;
  }
  .support_container p, .support_container a, .support_container li {
    font-family: AntiqueOli-Reg, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }
  .support_container .support_columns p,
  .support_container .support_columns a,
  .support_container .support_columns li,
  .support_container .support_columns h3,
  .support_container p.standard_size,
  .support_container p.standard_size a {
    font-size: 18px;
    line-height: 22px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 450px) and (min-height: 719px) {
  .fixed_claim main {
    top: calc(100vh - 215px);
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 375px) and (min-height: 635px) {
  .fixed_claim main {
    top: calc(100vh - 230px);
  }
  .section_claim p, .lang_fr .section_claim p {
    font-size: 38px;
    line-height: 40px;
  }
}
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** F O R M  U P L O A D 
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
.upload_trigger_container {
  display: flex;
  align-items: center;
}

.upload_trigger_container img {
  height: 30px;
  width: auto;
  cursor: pointer;
  margin: -8px 0 0 20px;
}

.section_popup.section_upload_popup .canvas,
.section_popup.section_bestell_popup .canvas {
  max-width: inherit;
}

.section_popup.section_upload_popup .close_popup_container .canvas,
.section_popup.section_bestell_popup .close_popup_container .canvas {
  max-width: 1620px;
}

.section_uploadform .in_canvas,
.section_bestellform .in_canvas {
  padding-bottom: 100px;
  position: relative;
}

.section_uploadform h3,
.section_bestellform h3 {
  font-size: 30px;
  text-decoration: none;
  line-height: 34px;
  font-family: AntiqueOli-Reg, sans-serif;
  margin-bottom: 40px;
}

.form_line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 62px;
}

.form_line.short_margin {
  margin-bottom: 35px;
}

.form_line.long_margin {
  margin-bottom: 105px;
}

.form_line .form_unit {
  width: 48%;
  border-bottom: 1px solid #000000;
  position: relative;
  height: 35px;
}

.checked .form_line .form_unit.error {
  border-bottom: 1px solid #ff0000;
}

.form_full_line .form_unit, .form_full_line .unit_explanation_wrapper {
  width: 100%;
}

.form_wrapper .explanation_title {
  margin: 0;
  line-height: 22px;
  top: 5px;
  position: relative;
}

.form_line .form_unit.form_unit_checkbox, .form_line .form_unit.form_unit_radio, .form_line .form_unit.form_unit_textarea, .form_unit.form_unit_radio .form_pseudo_unit {
  height: auto;
}

.form_line .form_item_explanation {
  position: relative;
  top: 5px;
}

.form_unit label {
  color: #7F7F7F;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 20px;
  line-height: 22px;
  z-index: 100;
  cursor: text;
  transition: font-size 0.15s ease-out, top 0.15s ease-out;
  display: inline-block;
  overflow: hidden;
  max-height: 22px;
}

.form_unit label.focus_or_filled {
  top: -15px;
  font-size: 12px;
  left: 1px;
}

.form_unit textarea, .form_unit .textarea {
  border: 0;
  font-size: 20px;
  line-height: 29px;
  width: 100%;
  position: relative;
  top: -3px;
  cursor: text;
  resize: none;
  height: 35px;
}

.form_unit .textarea {
  z-index: 199;
  height: auto;
  outline: 0;
  top: 2px;
  line-height: 29px;
  padding-bottom: 6px;
}

.form_unit .textarea a,
.form_unit .textarea h4 .form_unit .textarea h1 .form_unit .textarea h3 .form_unit .textarea h2 {
  text-decoration: none !important;
  font-size: inherit;
  font-family: inherit;
}

.form_wrapper .upload_holder {
  display: flex;
  justify-content: space-between;
}

.upload_holder .form_upload_image_button {
  font-family: AntiqueOli-Med, sans-serif;
  font-size: 20px;
  line-height: 48px;
  border: 1px solid #000;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 5px 0 0;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #000000;
  left: auto;
  top: auto;
  max-height: none;
}

.maximum_files_reached.form_unit .form_upload_image_button {
  color: #7f7f7f;
  border-color: #7f7f7f;
  cursor: default;
}

.form_unit_file_upload.form_unit {
  border: 0;
}

.form_wrapper .upload_holder > div,
.form_wrapper .upload_holder > label {
  width: 48%;
}

.form_wrapper .form_unit_uploaded_files {
  align-self: flex-end;
  border: 0;
}

.form_line .upload_holder input {
  position: absolute;
  left: -99999px;
}

.form_unit_uploaded_file span {
  position: relative;
  top: -5px;
}

.form_unit .form_unit_uploaded_file .file_remove {
  background: url(img/close_bold.svg) center center no-repeat;
  content: "";
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: -3px;
  right: 7px;
  width: 18px;
  height: 18px;
  transition: 0.15s ease-in-out;
  cursor: pointer;
}

.disabled .form_unit .form_unit_uploaded_file .file_remove {
  cursor: default;
}

.form_unit_uploaded_file {
  border-bottom: 1px solid #000000;
  top: 1px;
  position: relative;
}

.disabled .form_unit_uploaded_file {
  opacity: 0.6;
}

.form_unit_uploaded_file_template {
  display: none;
}

.form_unit input:focus, .form_unit textarea:focus {
  outline: 0;
}

.spinner_container {
  width: 20px;
  height: auto;
  position: absolute;
  right: 12px;
  top: 10px;
  display: none;
}

.spinner_container.spinner_send {
  top: 13px;
}

.event_button.send_form:hover .spinner_container.spinner_send svg path {
  fill: #fff;
}

.form_wrapper p, .form_wrapper label {
  font-size: 20px;
  margin: 0;
  letter-spacing: 0.03em;
}

.form_wrapper p.general_instruction {
  font-size: 20px;
  font-family: AntiqueOli-Reg, sans-serif;
  margin-bottom: 105px;
}

.form_wrapper p.general_instruction.short_margin {
  margin-bottom: 45px;
}

.form_wrapper p.form-message {
  font-family: AntiqueOli-Reg, sans-serif;
}

.form_wrapper p.form-message.error {
  color: #ff0000;
}

.form_wrapper p.event_button, .form_wrapper p.newsletter_button {
  position: relative;
  font-size: 30px;
  margin-bottom: 25px;
}

.form_wrapper .form_unit_explanation,
.form_wrapper .explanation_text {
  font-size: 15px;
  font-family: AntiqueOli-Reg, sans-serif;
}

.form_wrapper .form_unit_explanation {
  margin-top: 12px;
  line-height: 17px;
}

.form_unit input {
  border: 0;
  font-size: 20px;
  line-height: 22px;
  width: 100%;
  position: relative;
  top: -1px;
  cursor: text;
}

.form_wrapper input:disabled,
.form_wrapper.disabled .form_unit .textarea,
.form_wrapper.disabled .event_send_upload {
  background-color: #fff !important;
  color: #7f7f7f !important;
}

/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 1150px) {
  .section_uploadform h3,
  .section_bestellform h3 {
    font-size: 27px;
    line-height: 29px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 845px) {
  .form_line .form_unit {
    width: 100%;
  }
  .form_line {
    display: block;
    margin-bottom: 0;
  }
  .form_line .form_unit {
    margin-bottom: 45px;
  }
  .form_line .form_unit.form_unit_with_long_explanation {
    margin-bottom: 0;
  }
  .form_wrapper p.general_instruction {
    font-size: 19px;
    line-height: 23px;
    font-family: AntiqueOli-Reg, sans-serif;
    margin-bottom: 55px;
  }
  .form_wrapper p.form-message {
    font-size: 19px;
    line-height: 23px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 450px) {
  .section_uploadform h3,
  .section_uploadform h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .form_wrapper .explanation_text {
    margin-bottom: 12px;
  }
}
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** N E W S L E T T E R
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
.section_newsletter_popup {
  display: block;
  top: auto;
  min-height: 500px;
  bottom: -900px;
  transition: bottom 1s;
}

.section_newsletter_popup.on {
  bottom: 0;
}

.section_newsletter_popup .close_popup_container {
  position: absolute;
}

.section_popup.section_newsletter_popup .canvas {
  max-width: inherit;
}

.section_popup.section_newsletter_popup .close_popup_container .canvas {
  max-width: 1620px;
}

.section_uploadform .in_canvas,
.section_bestellform .in_canvas {
  padding-bottom: 100px;
  position: relative;
}

.section_newsletter_popup.section_uploadform h3 {
  font-size: 38px;
  text-decoration: underline;
}

.section_newsletter_popup.section_uploadform .in_canvas {
  padding-bottom: 50px;
}

.section_newsletter_popup .form_line {
  margin-bottom: 80px;
  margin-top: 80px;
}

.section_newsletter_popup .form_line_combined {
  justify-content: flex-start;
  align-items: center;
}

.form_wrapper p.newsletter_button {
  margin-bottom: 0;
  margin-right: 35px;
}

/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 845px) {
  .form_wrapper p.newsletter_button {
    margin-bottom: 35px;
    margin-right: 35px;
  }
  .section_newsletter_popup.section_uploadform h3 {
    line-height: 45px;
    padding-right: 60px;
    margin-bottom: 0;
  }
  .section_newsletter_popup .form_line {
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .form_wrapper p.newsletter_button {
    margin-bottom: 15px;
  }
  .section_newsletter_popup.section_uploadform .in_canvas {
    padding-bottom: 10px;
  }
}
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** F O O T E R 
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
footer {
  background-color: #000;
  position: relative;
  padding: 65px 0;
}

footer p {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 0;
  color: #fff;
  font-family: AntiqueOli-Reg, sans-serif;
}

footer a {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-family: AntiqueOli-Reg, sans-serif;
}

footer h2 {
  color: #fff;
  margin-bottom: 75px;
}

footer .in_canvas {
  display: flex;
  justify-content: space-between;
}

.footer_block {
  flex: 0 1 auto;
  width: 30%;
}

.footer_block:last-child {
  text-align: right;
}

.footer_block:first-child {
  text-align: left;
}

/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 1510px) {
  footer p, footer a {
    font-size: 23px;
    line-height: 29px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 1370px) {
  footer p, footer a {
    font-size: 20px;
    line-height: 24px;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 850px) {
  footer h2 {
    margin-bottom: 25px;
  }
  footer .in_canvas {
    display: block;
  }
  footer p, footer a {
    font-size: 19;
    line-height: 22px;
    margin-bottom: 25px;
    color: #fff;
  }
  footer {
    padding: 50px 0 40px;
  }
  .footer_block {
    width: 100%;
  }
  .footer_block:last-child {
    text-align: left;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 780px) {
  footer .in_canvas {
    display: block;
  }
  .footer_block:last-child {
    text-align: left;
  }
}
/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/
@media screen and (max-width: 650px) {
  .footer_last {
    display: block;
  }
  .footer_last p:first-child {
    width: 100%;
  }
  .footer_last p:last-child {
    width: 100%;
  }
  footer p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px;
    color: #fff;
  }
  footer a {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
  }
}
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** S O M E
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
.filler {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.section_gray {
  background-color: #e3e3e3;
}

.section_gray.section_s_bottom {
  padding-bottom: 65px;
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** P R E V I E W
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
.section_event_popup_preview {
  display: block;
  top: 130px;
}

.section_event_popup_preview .slide_box {
  width: 100%;
}

.section_event_popup_preview .event_box .event_long {
  display: block;
}

.section_single_preview .portrait_item {
  margin-left: 25px;
}

.section_single_preview .slide_box {
  width: auto;
  margin-left: 25px;
}

/* PROJEKTE & AKTIVITATEN */
.events_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

@media (max-width: 900px) {
  .events_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .events_grid {
    grid-template-columns: 1fr;
  }
}
.kodex_texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 50px;
}
.kodex_texts .kodex_text_item {
  border-top: 3px solid #000;
  width: 100%;
}
.kodex_texts .kodex_text_item .kodex_toggle_btn {
  background: none;
  border: none;
  padding: 30px 65px 30px 65px;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
  transition: 0.15s ease-in-out;
}
.kodex_texts .kodex_text_item .kodex_toggle_btn .toggle_icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(img/biggerthan.svg) center center no-repeat;
  background-size: contain;
  transition: 0.15s ease-in-out;
  font-size: 0;
  color: transparent;
}
.kodex_texts .kodex_text_item .kodex_toggle_btn .kodex_title {
  font-size: 44px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  font-family: AntiqueOli-Reg, sans-serif;
  line-height: 50px;
  margin: 0;
  text-align: left;
}
.kodex_texts .kodex_text_item .kodex_toggle_btn.active {
  padding: 30px 100px 30px 65px;
}
.kodex_texts .kodex_text_item .kodex_toggle_btn.active .toggle_icon {
  transform: translateY(-50%) rotate(90deg);
  left: 10px;
}
.kodex_texts .kodex_text_item .kodex_text_columns {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 0 0 30px 0;
}
.kodex_texts .kodex_text_item .kodex_text_columns .kodex_text_column {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}
.kodex_texts .kodex_text_item .kodex_text_columns .kodex_text_column p {
  font-size: 28px;
  font-weight: normal;
  color: #111;
  text-decoration: none;
  font-family: AntiqueOli-Reg, sans-serif;
}
.kodex_texts .kodex_text_item:last-child {
  border-bottom: 3px solid #000;
}

@media (max-width: 850px) {
  .kodex_texts .kodex_text_item .kodex_toggle_btn {
    padding: 22px 90px 22px 50px;
  }
  .kodex_texts .kodex_text_item .kodex_toggle_btn .toggle_icon {
    width: 20px;
    height: 20px;
  }
  .kodex_texts .kodex_text_item .kodex_toggle_btn.active {
    padding: 22px 90px 22px 50px;
  }
  .kodex_texts .kodex_text_item .kodex_toggle_btn.active .toggle_icon {
    left: 5px;
  }
  .kodex_texts .kodex_text_item .kodex_text_columns {
    padding: 0 0 22px 0;
  }
}
@media (max-width: 650px) {
  .kodex_texts .kodex_text_item .kodex_toggle_btn {
    padding: 22px 75px 22px 30px;
  }
  .kodex_texts .kodex_text_item .kodex_toggle_btn .toggle_icon {
    width: 17px;
    height: 17px;
  }
  .kodex_texts .kodex_text_item .kodex_toggle_btn.active {
    padding: 22px 75px 22px 30px;
  }
  .kodex_texts .kodex_text_item .kodex_toggle_btn.active .toggle_icon {
    left: 0;
  }
  .kodex_texts .kodex_text_item .kodex_text_columns {
    flex-direction: column;
    gap: 20px;
    padding: 0 0 22px 0;
  }
  .kodex_texts .kodex_text_item .kodex_text_columns .kodex_text_column {
    flex: 1;
    width: 100%;
  }
  .kodex_texts .kodex_text_item .kodex_text_columns .kodex_text_column p {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 430px) {
  .kodex_texts .kodex_text_item .kodex_toggle_btn {
    padding: 18px 50px 18px 25px;
  }
  .kodex_texts .kodex_text_item .kodex_toggle_btn .toggle_icon {
    width: 15px;
    height: 15px;
  }
  .kodex_texts .kodex_text_item .kodex_toggle_btn.active {
    padding: 18px 50px 18px 25px;
  }
  .kodex_texts .kodex_text_item .kodex_text_columns {
    flex-direction: column;
    gap: 15px;
    padding: 0 0 18px 0;
  }
  .kodex_texts .kodex_text_item .kodex_text_columns .kodex_text_column {
    flex: 1;
    width: 100%;
  }
  .kodex_texts .kodex_text_item .kodex_text_columns .kodex_text_column p {
    font-size: 20px;
    line-height: 1.3;
  }
  .kodex_texts .kodex_text_item .kodex_text_columns .kodex_text_column {
    padding-left: 0;
    font-weight: normal;
  }
}
.kodex_buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.kodex_buttons a {
  display: inline-block;
  padding: 12px 40px 4px;
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  text-decoration: none;
  cursor: pointer;
  margin: 10px 0 0;
  text-align: center;
}
.kodex_buttons a:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 650px) {
  .kodex_buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0 30px;
  }
  .kodex_buttons a {
    width: 100%;
    padding: 10px 30px 4px;
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 430px) {
  .kodex_buttons {
    gap: 0.5rem;
    padding: 0 20px;
  }
  .kodex_buttons a {
    width: 100%;
    padding: 8px 20px 4px;
    font-size: 22px;
    line-height: 24px;
  }
}
.members-section {
  background-color: #E3E3E3;
}
.members-section .members-section-title {
  font-size: 44px;
  font-weight: normal;
  color: #111;
  text-decoration: none;
  font-family: AntiqueOli-Reg, sans-serif;
}
.members-section .members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.members-section .members .member p {
  font-size: 28px;
  font-weight: normal;
  line-height: 0.5;
  color: #111;
  text-decoration: none;
  font-family: AntiqueOli-Reg, sans-serif;
  margin: 0;
}

@media (max-width: 850px) {
  .members-section .members-section-title {
    font-size: 38px;
  }
  .members-section .members {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .members-section .members .member p {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 600px) {
  .members-section .members-section-title {
    font-size: 32px;
  }
  .members-section .members {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .members-section .members .member p {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (max-width: 430px) {
  .members-section .members-section-title {
    font-size: 28px;
  }
  .members-section .members {
    gap: 10px;
  }
  .members-section .members .member p {
    font-size: 20px;
    line-height: 1.3;
  }
}
.section_projekte_aktivitaten_list {
  padding-top: 0;
}
.section_projekte_aktivitaten_list .projekte_list_item {
  border-top: 3px solid #000;
  padding: 20px 0;
}
.section_projekte_aktivitaten_list .projekte_list_item a {
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 44px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: color 0.3s ease;
}
.section_projekte_aktivitaten_list .projekte_list_item a .item-arrow {
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.section_projekte_aktivitaten_list .projekte_list_item a .item-arrow svg {
  width: 64px;
  height: 64px;
  display: block;
}
.section_projekte_aktivitaten_list .projekte_list_item a:hover {
  color: #999;
}
.section_projekte_aktivitaten_list .projekte_list_item a:hover .item-arrow {
  opacity: 1;
  transform: translateX(0);
}
.section_projekte_aktivitaten_list .projekte_list_item:last-child {
  border-bottom: 3px solid #000;
}

@media (max-width: 850px) {
  .section_projekte_aktivitaten_list .projekte_list_item a {
    font-size: 32px;
  }
  .section_projekte_aktivitaten_list .projekte_list_item a .item-arrow svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 600px) {
  .section_projekte_aktivitaten_list .projekte_list_item {
    padding: 20px 0;
  }
  .section_projekte_aktivitaten_list .projekte_list_item a {
    font-size: 24px;
  }
  .section_projekte_aktivitaten_list .projekte_list_item a .item-arrow svg {
    width: 20px;
    height: 20px;
  }
}
.section_projekte_aktivitaten .projekte_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.section_projekte_aktivitaten .projekte_container > * {
  flex: 1;
  min-width: 0;
}
.section_projekte_aktivitaten .projekte_container .text_box {
  padding-left: 0;
  font-weight: normal;
}
.section_projekte_aktivitaten .projekte_container .text_box p {
  font-family: AntiqueOli-Reg, sans-serif;
}
.section_projekte_aktivitaten .projekte_aktivitaten_blog_title {
  font-size: 44px;
  font-weight: normal;
  color: #111;
  text-decoration: none;
  font-family: AntiqueOli-Reg, sans-serif;
}
.section_projekte_aktivitaten .subpage_button_container {
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
  justify-content: flex-start;
}
.section_projekte_aktivitaten .subpage_button {
  display: inline-block;
  padding: 12px 40px 4px;
  font-family: AntiqueOli-Reg, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  text-decoration: none;
  cursor: pointer;
  margin: 10px 0 0;
}
.section_projekte_aktivitaten .subpage_button:hover {
  background-color: #000;
  color: #fff;
}

/*# sourceMappingURL=baukultur.css.map */
