:root {
  --color-dunkelgruen: #1F4D3A;
  --color-mittelgruen: #4F8F6B;
  --color-hellgruen: #A8CBB5;
  --color-lila: #8A7FB1;
  --color-red: #C7352E;
  --color-black: #1A1A1A;
  --color-white: #fff;
  --color-green: var(--color-dunkelgruen);
  --color-green-accent: var(--color-mittelgruen);
  --color-blue: var(--color-lila);
  --color-maroon: var(--color-red);
  --color-orange: var(--color-red);
  --color-slate: var(--color-dunkelgruen);
  --color-grey-dark: var(--color-black);
  --color-grey-medium: #4A4A4A;
  --color-grey-charcoal: var(--color-black);
  --color-grey: #4A4A4A;
  --color-grey-light: #F3F7F4;
  --color-grey-silver: var(--color-hellgruen);
  --color-grey-pale: #EAF2ED;
  --color-teal-dark: var(--color-mittelgruen);
  --color-blue-accent: var(--color-lila);
}

@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNextUltraLight.eot");
  src: url("../fonts/AvenirNextUltraLight.eot") format("embedded-opentype"), url("../fonts/AvenirNextUltraLight.woff2") format("woff2"), url("../fonts/AvenirNextUltraLight.woff") format("woff"), url("../fonts/AvenirNextUltraLight.ttf") format("truetype"), url("../fonts/AvenirNextUltraLight.svg#AvenirNextUltraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Regular.eot");
  src: url("../fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Regular.woff2") format("woff2"), url("../fonts/AvenirNext-Regular.woff") format("woff"), url("../fonts/AvenirNext-Regular.ttf") format("truetype"), url("../fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNextMedium.eot");
  src: url("../fonts/AvenirNextMedium.eot") format("embedded-opentype"), url("../fonts/AvenirNextMedium.woff2") format("woff2"), url("../fonts/AvenirNextMedium.woff") format("woff"), url("../fonts/AvenirNextMedium.ttf") format("truetype"), url("../fonts/AvenirNextMedium.svg#AvenirNextMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Bold.eot");
  src: url("../fonts/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Bold.woff2") format("woff2"), url("../fonts/AvenirNext-Bold.woff") format("woff"), url("../fonts/AvenirNext-Bold.ttf") format("truetype"), url("../fonts/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial Rounded MT";
  src: url("../fonts/ArialRoundedMTBold.eot");
  src: url("../fonts/ArialRoundedMTBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialRoundedMTBold.woff2") format("woff2"), url("../fonts/ArialRoundedMTBold.woff") format("woff"), url("../fonts/ArialRoundedMTBold.ttf") format("truetype"), url("../fonts/ArialRoundedMTBold.svg#ArialRoundedMTBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--color-white);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover {
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none !important;
}

*:active,
*:focus {
  outline: none;
  border: 0;
}

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

strong {
  font-weight: 700;
}

u {
  border-bottom: 1px solid var(--color-white);
  line-height: 1;
  text-decoration: unset;
}

button {
  background-color: transparent;
  border: 0;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button:active,
button:focus {
  outline: 0;
}

svg.replaced-svg {
  max-width: 100%;
  width: 100%;
}

body {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.3;
  color: var(--color-black);
}

h1 {
  font-family: "Arial Rounded MT", sans-serif;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-family: "Arial Rounded MT", sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
}

h5 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
}

p, li, dd, dt {
  font-size: 1rem;
  line-height: 1.3;
}

small, .text-sm {
  font-size: 0.875rem;
  line-height: 1.2;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1.1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.3;
}

.text-md {
  font-size: 1.25rem;
  line-height: 1.3;
}

.text-lg {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-xl {
  font-size: 1.875rem;
  line-height: 1.1;
}

.text-2xl {
  font-size: 2.875rem;
  line-height: 1.26;
}

.text-3xl {
  font-size: 4.375rem;
  line-height: 1.2;
}

.font-smaller {
  font-size: 0.875em;
}

.font-bigger {
  font-size: 1.125em;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.btn,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  font-size: 1rem;
  line-height: 1.3;
  line-height: 2.5rem;
}

.gradient-box {
  line-height: 2.125rem;
}

.menu ul li a {
  font-size: 1rem;
  line-height: 1.3;
  line-height: 1.5;
}

.menu ul li .dropdown-menu li a {
  line-height: 1.2;
}

.menu-section-list li a {
  line-height: 2;
}

.title h2,
.wpb_text_column h2,
.latest-title h2 {
  font-family: "Arial Rounded MT", sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .title h2,
  .wpb_text_column h2,
  .latest-title h2 {
    font-size: 3.4375rem;
  }
}
@media (max-width: 767px) {
  .title h2,
  .wpb_text_column h2,
  .latest-title h2 {
    font-size: 3.125rem;
  }
}
@media (max-width: 575px) {
  .title h2,
  .wpb_text_column h2,
  .latest-title h2 {
    font-size: 2.5rem;
  }
}

.wpb_text_column h1 {
  font-family: "Arial Rounded MT", sans-serif;
  font-size: 5rem;
  line-height: 1.2;
}

.single-latest h6 {
  font-size: 0.875rem;
  line-height: 1.2;
}

.single-latest h3 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.single-latest p {
  font-size: 1rem;
  line-height: 1.3;
}

.single-content h6 {
  font-size: 0.875rem;
  line-height: 1.2;
}

.single-content-text a {
  font-size: 1.5rem;
  line-height: 1.2;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .single-content-text a {
    font-size: 1.375rem;
  }
}

.single-content-text p {
  font-size: 0.875rem;
  line-height: 1.2;
}

.wb-team-member__name {
  font-size: 1.5rem;
  line-height: 1.2;
}

.wb-team-member__position p,
.wb-team-member__description p,
.wb-team-member__contact p {
  font-size: 1rem;
  line-height: 1.3;
}

.counter {
  font-size: 10.4375rem;
  line-height: 1;
}
@media (max-width: 1199px) {
  .counter {
    font-size: 6.25rem;
  }
}
@media (max-width: 991px) {
  .counter {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .counter {
    font-size: 4.375rem;
  }
}

.single-counter h6 {
  font-size: 1.875rem;
  line-height: 1.1;
  line-height: 1.07;
}
@media (max-width: 1399px) {
  .single-counter h6 {
    font-size: 1.6875rem;
  }
}
@media (max-width: 1199px) {
  .single-counter h6 {
    font-size: 1.4375rem;
  }
}
@media (max-width: 991px) {
  .single-counter h6 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .single-counter h6 {
    font-size: 0.9375rem;
  }
}

.single-counter:last-child span::before {
  font-size: 5.625rem;
  line-height: 1.07;
}
@media (max-width: 1199px) {
  .single-counter:last-child span::before {
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  .single-counter:last-child span::before {
    font-size: 2.5rem;
  }
}
.single-counter:last-child span::after {
  font-size: 5.625rem;
  line-height: 1;
}
@media (max-width: 1199px) {
  .single-counter:last-child span::after {
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  .single-counter:last-child span::after {
    font-size: 2.5rem;
  }
}

.videos-left h3 a {
  font-size: 1.5rem;
  line-height: 1.2;
  line-height: 1.33;
}

.videos-left p {
  font-size: 1rem;
  line-height: 1.3;
}

.single-video h4 a {
  font-size: 1.5rem;
  line-height: 1.2;
  line-height: 1.33;
}

.single-involved h3 {
  line-height: 1.5;
}

.single-involved ul li span {
  font-size: 1.25rem;
  line-height: 1.3;
  line-height: 1.3;
}

.involved-left h3,
.involved-right h3 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.contact-involved h3 {
  font-size: 1rem;
  line-height: 1.3;
}

.accordion-body h6 {
  font-size: 0.875rem;
  line-height: 1.2;
}

.accordion-body p {
  font-size: 1rem;
  line-height: 1.3;
}

.contact-inner input,
.contact-inner textarea {
  font-size: 0.875rem;
  line-height: 1.2;
}

.contact-inner div::-webkit-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.2;
}
.contact-inner div:-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.2;
}
.contact-inner div::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.2;
}
.contact-inner div:-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.2;
}
.contact-inner div::placeholder {
  font-size: 0.875rem;
  line-height: 1.2;
}

.footer-text p {
  font-size: 0.875rem;
  line-height: 1.2;
}

.footer-menu ul li a {
  font-size: 1rem;
  line-height: 1.3;
  line-height: 1.1;
}

.single-form input {
  font-size: 0.75rem;
  line-height: 1.1;
}

.textarea textarea {
  font-size: 0.75rem;
  line-height: 1.1;
}

.single-form::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  font-size: 0.75rem;
  line-height: 1.1;
}
.single-form:-moz-placeholder,
.textarea:-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1.1;
}
.single-form::-moz-placeholder,
.textarea::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1.1;
}
.single-form:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  font-size: 0.75rem;
  line-height: 1.1;
}
.single-form::placeholder,
.textarea::placeholder {
  font-size: 0.75rem;
  line-height: 1.1;
}

.copyright p,
.copyright-text li a {
  font-size: 0.75rem;
  line-height: 1.1;
  line-height: 1.1;
}

.go-top span {
  font-size: 1rem;
  line-height: 1.3;
  line-height: 1.375rem;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.2;
  line-height: 1.875rem;
  letter-spacing: 0.39px;
}

.loading-msg {
  font-size: 0.75em;
}

#loading-msg {
  font-size: 0.8em;
}

@media (max-width: 767px) {
  .menu ul li a {
    line-height: 2;
  }
  .menu ul li .dropdown-menu li a {
    line-height: 2;
  }
}
.container {
  width: 100%;
  max-width: 1320px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: none;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

.cboth {
  overflow: hidden;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.overflow-visible {
  overflow: visible !important;
}

.opacity-5 {
  opacity: 0.5;
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--color-white);
  z-index: 99999999;
}

#preloader-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 2px solid var(--color-grey-light);
  border-top: 3px solid var(--color-blue-accent);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite ease;
}

.loading-msg {
  width: 100%;
  color: var(--color-grey);
  position: fixed;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
}

#loading-msg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
  text-align: center;
  color: var(--color-grey-charcoal);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.go-top {
  bottom: 0.9375rem;
  display: none;
  position: fixed;
  right: 0.9375rem;
  z-index: 999;
}
.go-top img {
  width: 35px;
}
.go-top span {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  float: right;
  font-weight: 400;
  padding: 0.3125rem 0.625rem;
}
.go-top span:hover {
  color: var(--color-white);
}

.btn,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  display: inline-block;
  line-height: 2.5rem;
  padding: 0 1.5625rem 0 3.125rem;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: var(--color-blue);
  margin-left: 0.9375rem;
}

button.btn,
input.btn,
.btn span,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  color: var(--color-white);
}

.btn.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  font-weight: 500;
}

.filled-red {
  display: inline-block;
  line-height: 2.5rem;
  padding: 0 1.5625rem 0 3.125rem;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.filled-red::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.625rem;
  content: "";
  width: 2.375rem;
  height: 0.75rem;
  z-index: 1;
  background-color: currentColor;
  mask: url("../img/angle-right.png") no-repeat center/contain;
  -webkit-mask: url("../img/angle-right.png") no-repeat center/contain;
  transition: all 0.3s ease;
}
.filled-red {
  background: var(--color-red);
  color: var(--color-white);
  border: 1px solid var(--color-red);
}
.filled-red:hover {
  background: var(--color-white) !important;
  color: var(--color-red) !important;
  border: 1px solid var(--color-red);
}
.filled-red:hover span {
  color: var(--color-red) !important;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  display: inline-block;
  line-height: 2.5rem;
  padding: 0 1.5625rem 0 3.125rem;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.625rem;
  content: "";
  width: 2.375rem;
  height: 0.75rem;
  z-index: 1;
  background-color: currentColor;
  mask: url("../img/angle-right.png") no-repeat center/contain;
  -webkit-mask: url("../img/angle-right.png") no-repeat center/contain;
  transition: all 0.3s ease;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  background: var(--color-red);
  color: var(--color-white);
  border: 1px solid var(--color-red);
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background: var(--color-white) !important;
  color: var(--color-red) !important;
  border: 1px solid var(--color-red);
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover span {
  color: var(--color-red) !important;
}

.filled-green {
  display: inline-block;
  line-height: 2.5rem;
  padding: 0 1.5625rem 0 3.125rem;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.filled-green::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.625rem;
  content: "";
  width: 2.375rem;
  height: 0.75rem;
  z-index: 1;
  background-color: currentColor;
  mask: url("../img/green-active.png") no-repeat center/contain;
  -webkit-mask: url("../img/green-active.png") no-repeat center/contain;
  transition: all 0.3s ease;
}
.filled-green {
  border: 1px solid var(--color-green);
  background: var(--color-green);
  color: var(--color-white);
}
.filled-green:hover {
  background: var(--color-white) !important;
  color: var(--color-green) !important;
  border: 1px solid var(--color-green);
}
.filled-green:hover span {
  color: var(--color-green) !important;
}

.gradient-box {
  position: relative;
  background: var(--color-white);
  background-clip: padding-box;
  border: solid 3px transparent;
  transition: all 0.3s ease;
}
.gradient-box span {
  color: var(--color-blue) !important;
}
.gradient-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: inherit;
  transition: all 0.3s ease;
}
.gradient-box::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.625rem;
  content: "";
  width: 2.375rem;
  height: 0.75rem;
  z-index: 1;
  background-color: currentColor;
  mask: url("../img/angle-green-small.png") no-repeat center/contain;
  -webkit-mask: url("../img/angle-green-small.png") no-repeat center/contain;
  transition: all 0.3s ease;
}
.gradient-box.green::before {
  background: var(--color-blue);
}

.white-box {
  border: 3px solid var(--color-white);
  color: var(--color-white);
}
.white-box::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.625rem;
  content: "";
  width: 2.375rem;
  height: 0.75rem;
  z-index: 1;
  background-color: currentColor;
  mask: url("../img/angle-right-white.png") no-repeat center/contain;
  -webkit-mask: url("../img/angle-right-white.png") no-repeat center/contain;
  transition: all 0.3s ease;
}
.white-box:hover {
  color: var(--color-green-accent);
}

button.btn:hover,
input.btn:hover {
  background: var(--color-white);
}

.header-area {
  padding: 0.9375rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--color-white);
  z-index: 999;
}
@media (max-width: 767px) {
  .header-area {
    display: none;
  }
}

.admin-bar .header-area {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .header-area {
    top: 46px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.header-social {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-left: 1.875rem;
}
.header-social a {
  color: var(--color-black);
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header-social a:hover, .header-social a:focus {
  color: var(--color-green);
}
.header-social img {
  display: block;
  height: 20px;
  width: auto;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 2.5rem;
  padding: 0 1.25rem;
  margin-left: 1.875rem;
  border: 1px solid var(--color-red);
  background: var(--color-red);
  color: var(--color-white);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}
.header-cta span {
  color: inherit;
}
.header-cta:hover, .header-cta:focus {
  background: var(--color-white);
  color: var(--color-red);
}
@media (max-width: 991px) {
  .header-cta {
    margin-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.header-social--mobile {
  display: none;
}

.logo img,
.mobile-logo img {
  height: 66px;
  width: auto;
}

.menu ul li {
  list-style: none;
  display: inline-block;
}
.menu ul li a {
  text-align: center;
  color: var(--color-black);
  text-decoration: none;
  margin-left: 3.125rem;
  padding-left: 0;
  position: relative;
  font-weight: 400;
}
.menu ul li a::before {
  position: absolute;
  content: "";
  width: 1.3125rem;
  height: 2px;
  background: var(--color-green);
  bottom: -0.3125rem;
  left: 0;
  opacity: 0;
}
.menu ul li a:hover {
  color: var(--color-black);
}
.menu ul li:hover > a::before, .menu ul li.current-menu-item:not(.ishome) > a::before, .menu ul li.current_page_item:not(.ishome) > a::before, .menu ul li.current-menu-ancestor:not(.ishome) > a::before, .menu ul li.current_page_ancestor:not(.ishome) > a::before {
  opacity: 1;
}
.menu ul li .dropdown-menu li {
  display: block;
}
.menu ul li .dropdown-menu li a {
  padding: 0.3125rem 0.9375rem;
  display: block;
}
@media (max-width: 991px) {
  .menu ul li a {
    margin-left: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .header-social {
    margin-left: 0;
    gap: 0.625rem;
  }
  .header-social a {
    font-size: 1rem;
  }
  .header-social img {
    height: 18px;
  }
  .header-social--mobile {
    display: flex;
  }
}
.active {
  font-weight: 600 !important;
}
.active::before {
  opacity: 1 !important;
}

.dropdown a {
  position: relative;
}
.dropdown > a::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown > a:hover::after {
  color: var(--color-orange);
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: var(--color-white);
}
.dropdown-menu.active {
  display: block;
}
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

main .mobileMenuOpener {
  display: none;
}

.panel-header {
  display: none;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
  background: var(--color-slate);
}

.btn-hamburger {
  cursor: pointer;
}
.btn-hamburger img {
  width: 27px;
}

.menu-section-list {
  padding: 1.5625rem 0.625rem;
}
.menu-section-list li {
  display: block;
}
.menu-section-list li a {
  color: var(--color-white);
}
.menu-section-list li a:hover {
  color: var(--color-grey-silver);
}

.hamburger:hover {
  cursor: pointer;
}
.hamburger:hover .line {
  opacity: 0.8;
}
.hamburger .line {
  width: 40px;
  height: 5px;
  background-color: var(--color-slate);
  display: block;
  margin: 0.5rem auto;
  transition: all 0.3s ease-in-out;
}

.slideout-open .line:nth-child(2) {
  opacity: 0;
}
.slideout-open .line:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}
.slideout-open .line:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}

@media (max-width: 767px) {
  .panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--color-white);
    box-shadow: 0 1px 3px var(--color-grey-pale);
    padding: 0.625rem 0.9375rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  main .mobileMenuOpener {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    z-index: 3;
  }
  .slideout-menu {
    padding-top: 100px;
  }
  .slideout-menu ul li a {
    text-align: left;
  }
  .menu ul li {
    display: block;
  }
  .menu ul li > a {
    color: var(--color-white);
    display: block;
    padding: 0.625rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .menu ul li:hover > a, .menu ul li.current-menu-item:not(.ishome) > a, .menu ul li.current_page_item:not(.ishome) > a, .menu ul li.current-menu-ancestor:not(.ishome) > a, .menu ul li.current_page_ancestor:not(.ishome) > a {
    background-color: var(--color-white);
    color: var(--color-black);
    font-weight: 700;
  }
  .menu ul li a::before {
    content: none;
  }
  .menu ul li .dropdown-menu li {
    padding-left: 0.625rem;
  }
  .menu ul li .dropdown-menu li a {
    padding-left: 0;
    padding-right: 0;
  }
  .dropdown-menu {
    width: 100%;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    position: unset;
    top: unset;
    padding-top: 0;
  }
  .dropdown > a::after {
    right: 0.625rem;
    position: absolute;
    top: 50%;
    margin-top: -1px;
  }
  .mobile-logo {
    width: 180px;
  }
}
.latest-area {
  padding: 5.625rem 0;
}
@media (max-width: 767px) {
  .latest-area {
    padding: 5rem 0;
  }
}
@media (max-width: 575px) {
  .latest-area {
    padding: 4.375rem 0;
  }
}

.latest-title h2 {
  color: var(--color-black);
  margin-bottom: 1.5625rem;
}

.latest {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}
@media (max-width: 767px) {
  .latest {
    margin: 0;
  }
}

.single-latest h6 {
  color: var(--color-black);
  padding-bottom: 0.3125rem;
}
.single-latest h3 {
  font-weight: 500;
  color: var(--color-black);
  margin-top: 1.5625rem;
  margin-bottom: 1.25rem;
}
.single-latest p {
  color: var(--color-black);
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .single-latest {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .single-latest {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575px) {
  .single-latest {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 0;
  }
}

.green-bd {
  border-bottom: 1px solid var(--color-green-accent);
}

.red-bd {
  border-bottom: 1px solid var(--color-maroon);
}

.blue-bd {
  border-bottom: 1px solid var(--color-blue);
}

.last-bttn {
  position: relative;
}
.last-bttn::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  background: var(--color-green-accent);
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .last-bttn::before {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  .last-bttn::before {
    width: 47%;
  }
}

.last-bttn-2::before,
.blue-bd-btn::before {
  background: var(--color-blue);
}

.last-bttn-3::before {
  background: var(--color-maroon);
}

.content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
  align-items: center;
}
@media (max-width: 575px) {
  .content {
    margin: 0;
  }
}

.single-content {
  padding: 0 0.9375rem;
  position: relative;
}
.single-content::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--color-green-accent);
  left: 28px;
  top: 0;
}
.single-content h6 {
  color: var(--color-black);
  padding-left: 1.5625rem;
}
@media (max-width: 991px) {
  .single-content {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575px) {
  .single-content {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 0;
  }
  .single-content::before {
    left: 16px;
  }
}

.align-btn {
  padding-top: 120px;
}

.content-img {
  margin: 0.625rem 0;
}
.content-img img {
  width: 100%;
}

.single-content-text {
  padding-left: 1.5625rem;
}
.single-content-text a {
  font-weight: 500;
  color: var(--color-black);
  display: inline-block;
  text-decoration: none;
}
.single-content-text p {
  font-style: italic;
  color: var(--color-black);
  text-align: right;
}

.wb-team-member {
  container-type: inline-size;
  margin-bottom: 3.75rem;
  border: 1px solid var(--color-grey-pale);
  background: var(--color-white);
}

.wb-team-member__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

.wb-team-member__media {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--color-grey-light);
}

.wb-team-member__image {
  flex: 1;
}
.wb-team-member__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16/11;
  height: auto;
  object-fit: cover;
}

.wb-team-member__quick-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wb-team-member__quick-contact a {
  display: block;
  padding: 0.9375rem;
  border-top: 1px solid var(--color-grey-pale);
  color: var(--color-dunkelgruen);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.wb-team-member__quick-contact a:not(:first-child) {
  border-left: 1px solid var(--color-grey-pale);
}
.wb-team-member__quick-contact a:only-child {
  grid-column: 1/-1;
}

.wb-team-member__body {
  padding: 1.875rem;
}

.wb-team-member__eyebrow {
  margin-bottom: 0.625rem;
  color: var(--color-red);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wb-team-member__name {
  margin-bottom: 0.625rem;
  color: var(--color-dunkelgruen);
  font-family: "Arial Rounded MT", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.wb-team-member__position {
  max-width: 680px;
  margin-bottom: 1.25rem;
  color: var(--color-dunkelgruen);
  font-weight: 700;
}

.wb-team-member__description {
  position: relative;
  max-width: 820px;
  margin-bottom: 1.25rem;
  padding-top: 0.9375rem;
  color: var(--color-black);
}
.wb-team-member__description > span {
  position: absolute;
  top: -0.4em;
  left: -0.1em;
  color: var(--color-grey-pale);
  font-family: "Arial Rounded MT", sans-serif;
  font-size: 5rem;
  line-height: 1;
  z-index: 0;
}
.wb-team-member__description p {
  position: relative;
  z-index: 1;
}

.wb-team-member__contact {
  display: grid;
  gap: 0.625rem;
  max-width: 720px;
  padding-top: 1.25rem;
  border-top: 1px solid var(--color-grey-pale);
  color: var(--color-black);
}

.wb-team-member__contact-row {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 0.9375rem;
}
.wb-team-member__contact-row span {
  color: var(--color-grey-medium);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wb-team-member__position p,
.wb-team-member__description p,
.wb-team-member__contact p {
  margin-bottom: 0.625rem;
}
.wb-team-member__position p:last-child,
.wb-team-member__description p:last-child,
.wb-team-member__contact p:last-child {
  margin-bottom: 0;
}
.wb-team-member__position a,
.wb-team-member__description a,
.wb-team-member__contact a {
  color: var(--color-red);
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
}

@container (min-width: 760px) {
  .wb-team-member__layout {
    grid-template-columns: minmax(260px, 40%) minmax(0, 1fr);
  }
  .wb-team-member__image img {
    aspect-ratio: auto;
    height: 100%;
    min-height: 420px;
  }
  .wb-team-member__body {
    padding: 2.5rem;
  }
  .wb-team-member__name {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .wb-team-member__layout {
    gap: 0;
  }
  .wb-team-member__image img {
    aspect-ratio: 16/11;
    height: auto;
    min-height: 0;
  }
  .wb-team-member__body {
    padding: 1.5625rem;
  }
  .wb-team-member__contact-row {
    grid-template-columns: 1fr;
    gap: 0.3125rem;
  }
}
.mitglied-single {
  max-width: 960px;
  margin: 0 auto;
}

.mitglied-single__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 280px);
  gap: 3.75rem;
  align-items: center;
  margin-bottom: 4rem;
}

.mitglied-single__eyebrow {
  margin-bottom: 0.75rem;
  color: var(--color-red);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.mitglied-single__title h1,
.mitglieder-archive__header h1 {
  color: var(--color-dunkelgruen);
}

.mitglied-single__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 2rem;
  border: 1px solid var(--color-grey-pale);
  background: var(--color-white);
}
.mitglied-single__logo img {
  max-height: 180px;
  object-fit: contain;
}

.mitglied-single__notice {
  margin-bottom: 3.75rem;
  padding: 1.25rem;
  border-left: 6px solid var(--color-red);
  background: var(--color-grey-light);
  font-weight: 500;
}

.mitglied-single__section:not(:last-child) {
  margin-bottom: 3.75rem;
}
.mitglied-single__section h2 {
  margin-bottom: 1.5625rem;
  color: var(--color-dunkelgruen);
  font-size: 2.875rem;
}

.mitglied-single__content p:not(:last-child),
.mitglied-single__content ul:not(:last-child),
.mitglied-single__content ol:not(:last-child) {
  margin-bottom: 1.25rem;
}
.mitglied-single__content ul,
.mitglied-single__content ol {
  padding-left: 1.5625rem;
}

.mitglied-single__footer {
  margin-top: 3.75rem;
}

.mitglieder-archive__header {
  margin-bottom: 3.5rem;
}

.mitglieder-archive__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.mitglieder-archive__item {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 1.5625rem;
  align-items: start;
  padding: 1.5625rem;
  border: 1px solid var(--color-grey-pale);
  background: var(--color-white);
}

.mitglieder-archive__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.mitglieder-archive__logo img {
  max-height: 120px;
  object-fit: contain;
}

.mitglieder-archive__body h2 {
  margin-bottom: 0.9375rem;
  font-size: 1.5rem;
}
.mitglieder-archive__body h2 a {
  color: var(--color-dunkelgruen);
  text-decoration: none;
}
.mitglieder-archive__body p {
  margin-bottom: 1.25rem;
}

.mitglieder-archive__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
.mitglieder-archive__links a {
  color: var(--color-red);
  font-weight: 700;
  text-decoration: none;
}

.mitglieder-archive__pagination {
  margin-top: 3.75rem;
}

@media (max-width: 991px) {
  .mitglieder-archive__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .mitglied-single__header,
  .mitglieder-archive__item {
    grid-template-columns: 1fr;
  }
  .mitglied-single__header {
    gap: 2rem;
    margin-bottom: 3.75rem;
  }
  .mitglied-single__section h2 {
    font-size: 2.25rem;
  }
}
.wb-page-intro,
.wb-key-points,
.wb-fact-grid,
.wb-process-steps,
.wb-notice-box,
.wb-easy-language-section,
.wb-member-overview,
.wb-contact-block,
.wb-document-cta {
  max-width: 960px;
  margin-bottom: 4.6875rem;
}

.wb-page-intro h1 {
  margin-bottom: 1.5625rem;
  color: var(--color-dunkelgruen);
  font-size: 2.875rem;
  line-height: 1.2;
}
.wb-page-intro h2 {
  margin-bottom: 1.5625rem;
  color: var(--color-red);
  font-family: "Avenir Next", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.wb-page-intro__content,
.wb-key-points__intro,
.wb-fact-grid__intro,
.wb-process-steps__intro,
.wb-member-overview__intro {
  max-width: 820px;
}
.wb-page-intro__content p:not(:last-child),
.wb-key-points__intro p:not(:last-child),
.wb-fact-grid__intro p:not(:last-child),
.wb-process-steps__intro p:not(:last-child),
.wb-member-overview__intro p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.wb-page-intro__button {
  margin-top: 1.875rem;
}

.wb-key-points h2 {
  margin-bottom: 1.5625rem;
  color: var(--color-dunkelgruen);
  font-size: 1.875rem;
  line-height: 1.2;
}

.wb-key-points__intro {
  margin-bottom: 1.875rem;
}

.wb-key-points__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wb-key-points__item {
  position: relative;
  padding-left: 1.875rem;
}
.wb-key-points__item::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background: var(--color-red);
}
.wb-key-points__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.wb-key-points__item strong {
  color: var(--color-dunkelgruen);
  font-weight: 700;
}
.wb-key-points__item span {
  display: block;
}

.wb-key-points--cards .wb-key-points__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5625rem;
}
.wb-key-points--cards .wb-key-points__item {
  min-height: 100%;
  padding: 1.5625rem;
  border: 1px solid var(--color-grey-pale);
  background: var(--color-white);
}
.wb-key-points--cards .wb-key-points__item::before {
  top: 1.5625rem;
  left: 0;
  width: 6px;
  height: calc(100% - 2.5rem);
  background: var(--color-mittelgruen);
}
.wb-key-points--cards .wb-key-points__item:not(:last-child) {
  margin-bottom: 0;
}

.wb-fact-grid h2 {
  margin-bottom: 1.5625rem;
  color: var(--color-dunkelgruen);
  font-size: 1.875rem;
  line-height: 1.2;
}

.wb-fact-grid__intro {
  margin-bottom: 1.875rem;
}

.wb-fact-grid__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5625rem;
}

.wb-fact-grid__item {
  min-height: 100%;
  padding: 1.5625rem;
  border: 1px solid var(--color-grey-pale);
  background: var(--color-grey-light);
}
.wb-fact-grid__item strong {
  display: block;
  margin-bottom: 0.625rem;
  color: var(--color-red);
  font-family: "Arial Rounded MT", sans-serif;
  font-size: 1.875rem;
  line-height: 1.1;
}
.wb-fact-grid__item h3 {
  margin-bottom: 0.625rem;
  color: var(--color-dunkelgruen);
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.wb-fact-grid__item p {
  margin: 0;
}

.wb-process-steps h2 {
  margin-bottom: 1.5625rem;
  color: var(--color-dunkelgruen);
  font-size: 1.875rem;
  line-height: 1.2;
}

.wb-process-steps__intro {
  margin-bottom: 1.875rem;
}

.wb-process-steps__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: wb-process-step;
}

.wb-process-steps__item {
  position: relative;
  min-height: 4rem;
  padding-left: 3.75rem;
  counter-increment: wb-process-step;
}
.wb-process-steps__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  content: counter(wb-process-step);
  border: 1px solid var(--color-dunkelgruen);
  color: var(--color-dunkelgruen);
  font-family: "Arial Rounded MT", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}
.wb-process-steps__item:not(:last-child) {
  margin-bottom: 1.875rem;
}
.wb-process-steps__item h3 {
  margin-bottom: 0.625rem;
  color: var(--color-dunkelgruen);
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.wb-process-steps__item p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.wb-notice-box {
  padding: 1.5625rem;
  border-left: 6px solid var(--color-red);
  background: var(--color-grey-light);
}
.wb-notice-box h2 {
  margin-bottom: 0.625rem;
  color: var(--color-dunkelgruen);
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.wb-notice-box p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.wb-notice-box--green {
  border-left-color: var(--color-mittelgruen);
}

.wb-easy-language-section h2 {
  margin-bottom: 1.25rem;
  color: var(--color-dunkelgruen);
  font-family: "Avenir Next", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.wb-easy-language-section__content {
  max-width: 760px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.wb-easy-language-section__content p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.wb-member-overview {
  max-width: 1120px;
}

.wb-member-overview__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5625rem;
  align-items: end;
  margin-bottom: 2.5rem;
}
.wb-member-overview__header h1 {
  margin-bottom: 1.5625rem;
  color: var(--color-dunkelgruen);
  font-size: 2.875rem;
  line-height: 1.2;
}

.wb-member-overview__intro {
  margin-bottom: 0;
}

.wb-member-overview__count {
  display: grid;
  min-width: 8rem;
  padding: 1.25rem;
  border: 1px solid var(--color-grey-pale);
  background: var(--color-grey-light);
  text-align: center;
}
.wb-member-overview__count strong {
  color: var(--color-red);
  font-family: "Arial Rounded MT", sans-serif;
  font-size: 1.875rem;
  line-height: 1.1;
}
.wb-member-overview__count span {
  color: var(--color-dunkelgruen);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wb-member-overview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem;
}

.wb-member-overview__item {
  display: grid;
  grid-template-rows: 150px minmax(0, 1fr);
  min-height: 100%;
  border: 1px solid var(--color-grey-pale);
  background: var(--color-white);
}

.wb-member-overview__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5625rem;
  background: var(--color-grey-light);
  text-decoration: none;
}
.wb-member-overview__visual img {
  max-width: 100%;
  max-height: 105px;
  object-fit: contain;
}
.wb-member-overview__visual span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border: 1px solid var(--color-mittelgruen);
  color: var(--color-dunkelgruen);
  font-family: "Arial Rounded MT", sans-serif;
  font-size: 1.875rem;
  line-height: 1;
}

.wb-member-overview__body {
  display: flex;
  flex-direction: column;
  padding: 1.5625rem;
}
.wb-member-overview__body > *:last-child {
  margin-top: auto;
}
.wb-member-overview__body .wb-member-overview__eyebrow {
  margin-bottom: 0.625rem;
  color: var(--color-red);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.wb-member-overview__body h2 {
  margin-bottom: 0.625rem;
  font-family: "Avenir Next", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.wb-member-overview__body h2 a {
  color: var(--color-dunkelgruen);
  text-decoration: none;
}
.wb-member-overview__body .wb-member-overview__summary {
  margin-bottom: 1.25rem;
}

.wb-member-overview__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0 0 1.5625rem;
  padding: 0;
  list-style: none;
}
.wb-member-overview__meta li {
  padding: 0.25rem 0.625rem;
  background: var(--color-grey-light);
  color: var(--color-dunkelgruen);
  font-size: 0.875rem;
  font-weight: 700;
}

.wb-member-overview__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.wb-member-overview__links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 0.9375rem;
  border: 1px solid var(--color-red);
  font-weight: 700;
  text-decoration: none;
}

.wb-member-overview__read-more {
  background: var(--color-red);
  color: var(--color-white);
}

.wb-member-overview__website {
  background: var(--color-white);
  color: var(--color-red);
}

.wb-contact-block h1 {
  margin-bottom: 2.1875rem;
  color: var(--color-dunkelgruen);
  font-size: 2.875rem;
  line-height: 1.2;
}

.wb-contact-block__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5625rem;
}

.wb-contact-block__item {
  padding: 1.5625rem;
  border: 1px solid var(--color-grey-pale);
  background: var(--color-white);
}
.wb-contact-block__item h2 {
  margin-bottom: 0.9375rem;
  color: var(--color-dunkelgruen);
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.wb-contact-block__item p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.wb-contact-block__item a {
  color: var(--color-red);
  font-weight: 700;
  text-decoration: none;
}

.wb-contact-block__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.wb-document-cta {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) auto;
  gap: 1.5625rem;
  align-items: center;
  padding: 1.5625rem;
  border: 1px solid var(--color-grey-pale);
  background: var(--color-grey-light);
}

.wb-document-cta__marker {
  width: 4rem;
  height: 5rem;
  border: 1px solid var(--color-dunkelgruen);
  background: var(--color-white);
  position: relative;
}
.wb-document-cta__marker::after {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  border-left: 1px solid var(--color-dunkelgruen);
  border-bottom: 1px solid var(--color-dunkelgruen);
  background: var(--color-grey-light);
}

.wb-document-cta__status {
  margin-bottom: 0.625rem;
  color: var(--color-red);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wb-document-cta__body h2 {
  margin-bottom: 0.625rem;
  color: var(--color-dunkelgruen);
  font-size: 1.875rem;
  line-height: 1.2;
}

.wb-document-cta__content p:last-child {
  margin-bottom: 0;
}

.wb-document-cta--center {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.wb-document-cta--center .wb-document-cta__body {
  max-width: 620px;
}

@media (max-width: 767px) {
  .wb-page-intro,
  .wb-key-points,
  .wb-fact-grid,
  .wb-process-steps,
  .wb-notice-box,
  .wb-easy-language-section,
  .wb-member-overview,
  .wb-contact-block,
  .wb-document-cta {
    margin-bottom: 3.125rem;
  }
  .wb-key-points--cards .wb-key-points__list,
  .wb-fact-grid__items,
  .wb-member-overview__header,
  .wb-member-overview__grid,
  .wb-contact-block__items {
    grid-template-columns: 1fr;
  }
  .wb-fact-grid__item strong {
    font-size: 1.5rem;
  }
  .wb-page-intro h1,
  .wb-member-overview h1,
  .wb-contact-block h1 {
    font-size: 1.875rem;
  }
  .wb-key-points h2,
  .wb-fact-grid h2,
  .wb-process-steps h2 {
    font-size: 1.5rem;
  }
  .wb-member-overview__item {
    grid-template-columns: 1fr;
  }
  .wb-process-steps__item {
    padding-left: 3.125rem;
  }
  .wb-document-cta {
    grid-template-columns: 1fr;
  }
}
.counter-area {
  background-color: var(--color-blue);
  padding: 3.125rem 0;
  margin: 8.125rem 0;
}
@media (max-width: 991px) {
  .counter-area {
    margin: 6.25rem 0;
  }
}
@media (max-width: 767px) {
  .counter-area {
    margin: 4.375rem 0;
  }
}

.counter {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
}

.counter-inner div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .counter-inner div {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .single-counter {
    margin: 0.9375rem 0;
  }
}
.single-counter h6 {
  color: var(--color-white);
  position: relative;
  left: -55px;
}
@media (max-width: 1399px) {
  .single-counter h6 {
    left: -55px;
  }
}
@media (max-width: 1199px) {
  .single-counter h6 {
    left: -35px;
  }
}
@media (max-width: 991px) {
  .single-counter h6 {
    left: -25px;
  }
}
@media (max-width: 767px) {
  .single-counter h6 {
    left: -25px;
  }
}
@media (max-width: 575px) {
  .single-counter h6 {
    left: 0;
  }
}
.single-counter:last-child span {
  position: relative;
}
.single-counter:last-child span::before {
  position: absolute;
  content: "k";
  right: -46px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  bottom: 14px;
}
@media (max-width: 1199px) {
  .single-counter:last-child span::before {
    right: -38px;
    bottom: 9px;
  }
}
@media (max-width: 767px) {
  .single-counter:last-child span::before {
    right: -24px;
    bottom: 3px;
  }
}
.single-counter:last-child span::after {
  position: absolute;
  content: "+";
  left: -50px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .single-counter:last-child span::after {
    left: -40px;
  }
}
@media (max-width: 767px) {
  .single-counter:last-child span::after {
    left: -21px;
  }
}

.videos-area {
  padding-bottom: 127px;
}
.videos-area .title h2 {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .videos-area {
    padding-bottom: 100px;
  }
}

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

.videos-left iframe {
  width: 100%;
}
.videos-left h3 a {
  font-weight: 700;
  color: var(--color-black);
  max-width: 500px;
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
  display: inline-block;
  text-decoration: none;
}
.videos-left p {
  color: var(--color-black);
  max-width: 790px;
}
@media (max-width: 1399px) {
  .videos-left {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .videos-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
}

.videos-right {
  max-width: 100%;
}
@media (max-width: 991px) {
  .videos-right {
    max-width: 50%;
    width: 100%;
    margin-top: 3.125rem;
  }
}
@media (max-width: 767px) {
  .videos-right {
    max-width: 100%;
  }
}

.single-video {
  padding-top: 0.3125rem;
}
.single-video h4 a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  color: var(--color-black);
  padding-left: 33px;
  padding-bottom: 48px;
}
@media (max-width: 991px) {
  .single-video iframe {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-video iframe {
    height: 250px;
  }
}

.videos-right-inner {
  position: relative;
}
.videos-right-inner::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 95%;
  background: var(--color-maroon);
  left: 30px;
  top: 0;
}
.videos-right-inner::before {
  top: -20px;
}

.involved-area {
  padding-bottom: 140px;
}
@media (max-width: 991px) {
  .involved-area {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .involved-area {
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .involved-area {
    padding-bottom: 3.125rem;
  }
}

.involved-title {
  margin-bottom: 2.1875rem;
}

.involved {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}
@media (max-width: 991px) {
  .involved {
    margin: 0;
  }
}

.single-involved h3 {
  margin-bottom: 3.75rem;
}
.single-involved ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.single-involved ul li span {
  max-width: 430px;
  display: inline-block;
  padding-left: 1.875rem;
  color: var(--color-black);
}
@media (max-width: 575px) {
  .single-involved ul li span {
    padding-left: 0.9375rem;
  }
}
.single-involved ul li .list-arrow {
  display: inline-block;
  width: 66px;
  height: 20px;
  flex: 0 0 66px;
  background: var(--color-green-accent);
  mask: url("../img/angle-right-green.png") no-repeat center/contain;
  -webkit-mask: url("../img/angle-right-green.png") no-repeat center/contain;
}
@media (max-width: 575px) {
  .single-involved ul li .list-arrow {
    width: 45px;
    flex-basis: 45px;
  }
}
@media (max-width: 991px) {
  .single-involved {
    width: 100%;
    padding: 0;
    margin-bottom: 2.5rem;
  }
}

.involved-left h3 {
  font-weight: 600;
  color: var(--color-black);
  border-bottom: 3px solid var(--color-green-accent);
}

.involved-right h3 {
  font-weight: 600;
  color: var(--color-black);
  border-bottom: 3px solid var(--color-blue);
}
.involved-right ul li {
  margin-bottom: 12px;
}

.involved-btn {
  margin-left: 93px;
  padding-top: 22px;
}
.involved-btn .gradient-box {
  margin-left: 4.375rem;
}
@media (max-width: 575px) {
  .involved-btn {
    margin-left: 0;
    text-align: center;
  }
  .involved-btn a {
    margin: 0 0.625rem;
  }
  .involved-btn .gradient-box {
    margin-left: 0;
  }
}

.contact-involved {
  margin-top: 6.25rem;
}
.contact-involved h3 {
  color: var(--color-black);
}

.accordion-item {
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0;
  color: var(--color-white);
  text-align: left;
  background-color: transparent;
  border: 0;
}
.accordion-button::before {
  position: absolute;
  content: "";
  width: 267px;
  height: 1px;
  background: var(--color-white);
  top: 50%;
  margin-top: -1px;
  right: 45px;
}
@media (max-width: 1399px) {
  .accordion-button::before {
    width: 230px;
  }
}
@media (max-width: 575px) {
  .accordion-button::before {
    width: 190px;
  }
}
.accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 12px;
  margin-left: auto;
  content: "";
  background-image: url(../img/angle-down.png) !important;
  background-repeat: no-repeat;
  background-size: unset;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed) {
  color: var(--color-white);
  background-color: transparent;
  box-shadow: unset;
}
.accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

.accordion-body {
  padding: 0.9375rem;
  padding-bottom: 0;
}
.accordion-body h6 {
  color: var(--color-white);
  margin-bottom: 0.625rem;
}
.accordion-body p {
  font-weight: 200;
  color: var(--color-white);
  margin-bottom: 0.9375rem;
}

.accordion-btn {
  margin-top: 0.625rem;
}
.accordion-btn a {
  transition: all 0.3s ease;
  background: transparent;
}

.event-area {
  background: var(--color-blue);
  padding: 4.6875rem 0;
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  .event-area {
    margin-bottom: 75px;
  }
}

.event {
  position: relative;
}

.event-title {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .event-title {
    margin-bottom: 2.1875rem;
  }
}

.event-left {
  width: 33%;
  position: relative;
  left: 100px;
}
@media (max-width: 1199px) {
  .event-left {
    width: 40%;
    left: 0;
  }
}
@media (max-width: 991px) {
  .event-left {
    width: 100%;
    left: 0;
    margin-bottom: 3.125rem;
  }
}

.map {
  position: absolute;
  right: 0;
  top: -275px;
}
@media (max-width: 991px) {
  .map {
    position: unset;
  }
}

.contact {
  padding: 3.75rem 0;
  background: var(--color-green-accent);
}
@media (max-width: 575px) {
  .contact {
    padding: 3.125rem 0;
  }
}

.contact-inner {
  max-width: 366px;
  margin: 0 auto;
}
.contact-inner div {
  margin-bottom: 1.875rem;
}
.contact-inner input,
.contact-inner textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
  background: transparent;
  padding: 0;
  font-family: inherit;
  height: 2.5rem;
}
.contact-inner input::-webkit-input-placeholder,
.contact-inner textarea::-webkit-input-placeholder {
  color: var(--color-white);
}
.contact-inner input:-moz-placeholder,
.contact-inner textarea:-moz-placeholder {
  color: var(--color-white);
}
.contact-inner input::-moz-placeholder,
.contact-inner textarea::-moz-placeholder {
  color: var(--color-white);
}
.contact-inner input:-ms-input-placeholder,
.contact-inner textarea:-ms-input-placeholder {
  color: var(--color-white);
}
.contact-inner input::placeholder,
.contact-inner textarea::placeholder {
  color: var(--color-white);
}
.contact-inner textarea {
  resize: none;
  height: 80px;
}
.contact-inner div::-webkit-input-placeholder {
  color: var(--color-white);
}
.contact-inner div:-moz-placeholder {
  color: var(--color-white);
}
.contact-inner div::-moz-placeholder {
  color: var(--color-white);
}
.contact-inner div:-ms-input-placeholder {
  color: var(--color-white);
}
.contact-inner div::placeholder {
  color: var(--color-white);
}
@media (max-width: 575px) {
  .contact-inner {
    padding: 0 0.625rem;
  }
}

.contact-btn {
  text-align: center;
  padding-top: 0.9375rem;
}
.contact-btn a {
  background: transparent;
}
@media (max-width: 575px) {
  .contact-btn {
    margin-bottom: 0 !important;
  }
}

.footer-area {
  background: var(--color-black);
  padding-top: 75px;
}

.footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer {
    flex-direction: column;
  }
}

.footer-logo {
  margin-bottom: 1.875rem;
}
.footer-logo img {
  height: 66px;
  width: auto;
}

.footer-text {
  max-width: 267px;
}
.footer-text p {
  font-weight: 200;
  color: var(--color-white);
}

@media (max-width: 767px) {
  .footer-menu {
    margin-top: 1.5625rem;
  }
}
.footer-menu ul li {
  list-style: none;
}
.footer-menu ul li a {
  text-decoration: none;
  color: var(--color-white);
  margin-bottom: 0.9375rem;
  display: block;
}

.footer-icon a {
  display: block;
  margin-bottom: 16px;
}

.footer-social a {
  color: var(--color-white);
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-social a:hover, .footer-social a:focus {
  color: var(--color-green-accent);
}
.footer-social img {
  display: block;
  height: 24px;
  width: auto;
}

.single-form {
  margin-bottom: 0.625rem;
}
.single-form input {
  width: 100%;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  color: var(--color-white);
  padding: 0 0.625rem;
}
.single-form::-webkit-input-placeholder {
  color: var(--color-white);
}
.single-form:-moz-placeholder {
  color: var(--color-white);
}
.single-form::-moz-placeholder {
  color: var(--color-white);
}
.single-form:-ms-input-placeholder {
  color: var(--color-white);
}
.single-form::placeholder {
  color: var(--color-white);
}

.textarea {
  margin-bottom: 0.625rem;
}
.textarea textarea {
  width: 100%;
  height: 72px;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  color: var(--color-white);
  padding: 0.3125rem 0.625rem;
  resize: none;
}
.textarea::-webkit-input-placeholder {
  color: var(--color-white);
}
.textarea:-moz-placeholder {
  color: var(--color-white);
}
.textarea::-moz-placeholder {
  color: var(--color-white);
}
.textarea:-ms-input-placeholder {
  color: var(--color-white);
}
.textarea::placeholder {
  color: var(--color-white);
}

@media (max-width: 767px) {
  .footer-contact {
    margin: 1.5625rem 0;
  }
}

.copyright {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--color-teal-dark);
  margin-top: 78px;
  padding: 1.5625rem 0 1.6875rem;
}
.copyright p {
  color: var(--color-white);
}
@media (max-width: 767px) {
  .copyright {
    margin-top: 55px;
  }
}
@media (max-width: 575px) {
  .copyright {
    flex-direction: column;
    text-align: center;
    margin-top: 2.5rem;
  }
}

.copyright-text li {
  display: inline-block;
  margin-left: 1.875rem;
}
.copyright-text li a {
  text-decoration: none;
  color: var(--color-white);
}
@media (max-width: 575px) {
  .copyright-text li {
    margin-left: 0;
    padding: 0 0.3125rem;
  }
}

.wpb_single_image img {
  width: 100%;
}

.maincontent {
  padding-top: 6.25rem;
  padding-bottom: 140px;
}

.logged-in.admin-bar #mainarea {
  padding-top: 55px;
}

.wpb_text_column h1:not(:last-child),
.wpb_text_column h2:not(:last-child),
.wpb_text_column h3:not(:last-child),
.wpb_text_column h4:not(:last-child),
.wpb_text_column h5:not(:last-child),
.wpb_text_column h6:not(:last-child),
.wpb_text_column ul:not(:last-child),
.wpb_text_column ol:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.wpb_text_column p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.wpb_text_column ul li:not(:last-child),
.wpb_text_column ol li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.wpb_text_column + .vc_btn3-container:not(:last-child) {
  margin-bottom: 2.1875rem;
}

footer .wpcf7 form {
  width: 280px;
}
footer .wpcf7 form.sent .wpcf7-response-output {
  color: var(--color-white);
}

@media (max-width: 767px) {
  #mainarea {
    padding-top: 69px;
    overflow: hidden;
  }
  .loop-veranstaltung-wb,
  .loop-news-item-wb {
    margin-bottom: 3.125rem;
  }
  .loop-veranstaltung-wb > .vc_column-inner,
  .loop-news-item-wb > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
