/* reset */
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
a {
    text-decoration: none;
}
*:focus {
    outline: none;
}
ul {
    list-style-type: none;
}
/* end reset */

/* bakery reset */
.vc_column_container > .vc_column-inner {
    padding-left: unset !important;
    padding-right: unset !important;
}
.vc_section, .vc_row {
    padding: unset !important;
    margin: unset !important;
}
button {
    border: 0 !important;
    background-image: none !important;
}
h1, h2, h3, h4, p {
    margin: 0;
}
/* end bakery reset */

/* basic */
.wrapper, .wrapper-header, .wrapper-footer, .wrapper-post {
    max-width: 1200px;
    margin: 0 auto !important;
}
h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 700;
}
h1 {
    font-size: 4.1rem;
    line-height: 5.1rem;
}
.subpage h1 {
    font-size: 3rem;
    line-height: 3.7rem;
    margin-bottom: 20px !important;
}
.subpage h1, .subpage h2, .subpage h3, .subpage h4  {
    color: #2d99b0;
}
section.mainhero h1 {
    margin-top: 90px;
    margin-bottom: 25px !important;
}
h2 {
    font-size: 3rem;
    line-height: 3.7rem;
    color: #2d99b0;
    margin-bottom: 20px;
}
.subpage h2 {
    font-size: 2.2rem;
    line-height: 3rem;
}
.projekte-archiv h2 {
    font-size: 3rem;
    line-height: 3.7rem;
}
section.aktionstag, .projekte-archiv h2 {
    color: #fff;
}
h3, h4 {
    font-size: 1.3rem;
    line-height: 2rem;
}
p,
li {
    font-family: 'Raleway', sans-serif;
    color: #1a5764;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.9rem;
    letter-spacing: 0.02rem;
}
.lb-data .lb-details {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.9rem;
    letter-spacing: 0.02rem;
}
.projekte-excerpt p {
    font-size: 1.1rem;
    line-height: 1.7rem;
}
.checkbox-container p, .kontakt-sidebar-container p, p.kontakt-mandatory {
    font-size: 1.1rem;
}
.projekt-kontakt-mail-container a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.8rem;
}
section.mainhero-lp p {
    color: #fff;
}
section.maincontent-lp p {
    padding-bottom: 20px;
}
section.maincontent-lp .vc_single_image-img, .content-image img, .vc_gitem-zone {
    border-radius: 15px;
}
/* end basic */

/* sections */
section.stats, section.gutes-tun, section.handlungsfelder, section.einstieg, section.projekte, section.aktionstag, section.referenzen, section.kontakt, section.testimonials, section.kontakt.kontakt-lp, footer, .subpage section {
    padding: 80px 0 !important;
}
section.verteiler .skyline {
    background-position: bottom !important;
}
section.handlungsfelder h3 {
    font-size: 1.7rem;
    color: #1a5764;
    line-height: 2.5rem;
    font-weight: 600;
}
section.handlungsfelder h3 a {
    color: #2d99b0;
}
section.stats h2 {
    color: #1a5764;
    font-size: 4rem;
    line-height: 4.7rem;
}
section.kontakt {
    padding-top: 0 !important;
}
section.aktionstag {
    background-position: center bottom !important;
    min-height: 310px;
}
section.verteiler {
    background-position: center bottom !important;
}
section.aktionstag.aktionstag-dmm {
    min-height: 600px;
}
section.aktionstag .aktionstag-datum p, section.verteiler-lp .aktionstag-datum p {
    color: #2d99b0;
    font-size: 10rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 12rem;
}
section.verteiler-lp .aktionstag-datum p {
    margin-right: 60px;
    margin-top: 60px;
}
section.verteiler-lp .verteiler-dmm h2, section.verteiler-lp .verteiler-dmm .aktionstag-datum p {
    color: #005c6f;
}
.verteiler-dmm > .vc_column-inner, .verteiler-wmd > .vc_column-inner {
    padding-left: 60px !important; 
}
section.mainhero {
    background-repeat: no-repeat !important;
    background-position: center top !important;
    /*background-position: calc(50% - -293px) bottom !important;*/
    height: 70vh;
    background-size: cover;
}
section.mainhero p, section.mainhero-lp p {
    font-size: 1.3rem;
    line-height: 2.1rem;
}
section.referenzen p { 
    color: #8da8ae;
}
section.aktionstag .comic-alert {
    font-family: 'Caveat', cursive;
    position: absolute;
    top: -30px;
    right: -179px;
    font-size: 1.5rem;
    max-width: 200px;
    transform: rotate(9deg);
    text-align: center;
}
section.aktionstag .comic-alert::before {
    content: '';
    position: absolute;
    background-image: url(https://soziales-engagement-unternehmen.de/wp-content/uploads/sites/2/2023/04/comic-alert-arrow.png);
    width: 120px;
    height: 50px;
    top: 30px;
    left: -101px;
    background-repeat: no-repeat;
}
/* end sections */

/* header */
header {
    background-color: #2d99b0;
    padding: 30px 0 30px 0;
}
header.sticky-top {
    position: sticky;
    top: -100px;
    z-index: 999;
    padding: 20px 0 20px 0;
    opacity: 0;
    visibility: hidden;
    background-color: #005c6f;
}
header.header-lp.sticky-top {
    display: none;
}
header.sticky-top.sticky {
    opacity: 1;
    visibility: visible;
    transition: top .2s ease-in;
    top: 0;
}
header.sticky-top .menu-hauptmenue-container {
    background-color: unset;
}
header.sticky-top .custom-logo {
    height: 26px;
}
body.sticky-top {
    padding-top: 30px;
}
.custom-logo {
    width: auto;
    height: 35px;
}
.custom-logo.logo-var {
    height: 70px;
    padding-bottom: 20px;
}
.header-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mainhero-textblock p {
    max-width: 410px;
}
.stoerer-reference {
    position: relative;
}
.stoerer-reference .stoerer {
    position: absolute;
    left: -80px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color: #1a5764;
    border-radius: 50%;
    width: 254px;
    height: 254px;
    padding-left: 34px;
    padding-top: 39px;
    box-sizing: border-box;
    transform: rotate(-10deg);
    top: -338px;
}
.stoerer-reference .stoerer div:nth-child(1) {
    font-family: 'Raleway', sans-serif;
    color: #1a5764;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    padding-left: 31px;
    color: #2ab3d0;
    margin-bottom: 3px;
}
.stoerer-reference .stoerer div:nth-child(2) {
    font-weight: 500;
    font-size: 2.2rem;
}
.stoerer-reference .stoerer div:nth-child(3) {
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 3rem;
    margin-bottom: 16px;
}
.stoerer-reference .stoerer div:nth-child(4) {
    font-family: 'Raleway', sans-serif;
    background-color: #fff;
    text-align: center;
    padding: 9px 16px;
    display: inline-block;
    color: #1a5764;
    border-radius: 30px;
    font-weight: 700;
    margin-left: 33px;
}
.stoerer.stoerer-wimookdat {
    top: 261px;
    right: -156px;
}
/* end header */

/* header landingpage */
header.header-lp {
    background: none;
    padding: unset;
}
header.header-lp .header-layout {
    position: absolute;
    margin-top: 70px;
    z-index: 1;
}
header.header-lp .menu-hauptmenue-container {
    background-color: #2d99b0;
    padding: 15px 50px;
    border-radius: 10px;
}
header.header-lp ul.menu li a {
    font-size: 1.5rem;
}
/* end header landingpage */

/* menu */
header.sticky-top .menu-hauptmenue-container, .subpage .menu-hauptmenue-container {
    padding-right: 0;
}
.subpage .menu-hauptmenue-container {
    background-color: unset;
}
ul.menu {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
ul.menu.menu-credits {
    display: block;
}
ul.menu li {
    margin-right: 50px;
}
ul.menu li:last-child {
    margin: 0;
}
ul.menu li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    position: relative;
}
ul.menu li a::before, ul.footer-contact li a::before {
    content: '';
    background: #1a5764;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 5px;
}
ul.menu li.nohover a::before, ul.footer-contact li a::before {
    display: none;
}
.menu-footer-menue-container ul.menu, .menu-footer-menue-2-container ul.menu {
    flex-direction: column;
}
.menu-footer-menue-container ul.menu li, .menu-footer-menue-2-container ul.menu li {
    margin-right: unset;
    margin-bottom: 5px;
}
header.sticky-top ul.menu li a::before {
    background-color: #2d99b0;
}
ul.menu li a:hover::before, ul.footer-contact li a:hover::before {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
ul.menu li a:hover, ul.footer-contact li a:hover {
    background-position: 0;
}
/* end menu */

/* burger */
.burger {
    display: none;
    cursor: pointer;
}
.burger div {
    width: 40px;
    height: 4px;
    background: #ffffff;
    margin-bottom: 7px;
    transition: all 0.3s;
    border-radius: 15px;
}
/* end burger */

/* projekte */
.vc_grid-filter {
    margin-top: 0;
}
.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
    font-size: 1rem !important;
    line-height: 29px !important;
    transition: all 0.3s ease-in-out !important;
}
.vc_tta-container .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
    background-color: #e0edf0 !important;
    color: #1a5764 !important;
}
.vc_tta-container .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item.vc_active {
    background-color: #1a5764 !important;
}
.vc_tta-container .vc_grid-filter-item.vc_active, .vc_tta-container .vc_grid-filter-item:hover {
    background-color: #1a5764 !important;
}
.vc_tta-container .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
    padding: 5px 0 !important;
}
.vc_tta-container .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item span {
    color: #1a5764 !important;
}
.vc_tta-container .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item.vc_active  span {
    color: #fff !important;
}
.vc_grid-filter > .vc_grid-filter-item > span {
    -webkit-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}

.projekte-container {
    border-radius: 15px;
}
.projekte-container h4, .projekte-grid p {
    color: #fff;
}
.subpage .projekte-grid p {
    margin-bottom: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.projekte-container h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    z-index: 9;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* fallback for non-webkit */
    max-height: 75px;
}
.projekte-container .projekte-top {
    background-size: cover !important;
    background-position: top !important;
}
.projekte-container .projekte-excerpt {
    height: 86px;
    overflow: hidden;
}
.projekte-container .projekte-gradient {
    background-image: linear-gradient(transparent,rgb(18 143 170 / 67%),#2d99b0,#2d99b0);
}
.projekte-container .projekte-gradient.checked {
    background-image: linear-gradient(transparent,rgb(0 92 111 / 68%),#1a5764,#1a5764);
}
/*
.projekte-container .projekte-gradient.checked {
    background-image: linear-gradient(transparent,rgba(151, 151, 151, 0.77),#979797,#979797,#979797);
}
*/
.projekte-archiv .projekte-container .projekte-gradient {
    background-image: linear-gradient(transparent,#003540c7,#003540,#003540);
}
.projekte-container .project-detail-button.checked .vc_btn3 {
    color: #1a5764 !important;
}
.projekte-archiv .projekte-container .project-detail-button .vc_btn3 {
    color: #00576a !important;
}
.projekte-bottom.checked {
    background-color: #1a5764;
}
/*
.projekte-bottom.checked {
    background-color: #979797;
}
*/
.projekte-archiv .projekte-bottom {
    background-color: #003540;
}
.project-participants {
    background-color: #227688;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 5px;
    padding: 12px 28px;
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: initial;
}
.project-participants.checked {
    background-color: #007a93;
}
.projekte-archiv .project-participants {
    background-color: #00576a;
}
.project-participants span {
    margin-right: 5px;
}
.projeckt-status, .post-summary .post-project-status span {
    position: absolute;
    right: 30px;
    top: -345px;
    background-color: #90d02a;
    border-radius: 30px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700 ;
    font-variant-ligatures: none;
    text-transform: capitalize;
    padding: 12px 28px ;
    font-size: 1.2rem;
}
.post-summary .post-project-status {
    margin-right: 10px;
}
.post-summary .post-project-status span {
    position: relative;
    right: unset;
    top: unset;
    display: inline-block;
    font-size: 1rem;
    padding: 12px 22px;
}
.post-summary .post-project-status span.checked {
    background-color: #d02a80;
}
.post-summary .post-project-status span.archived {
    background-color: #003540;
}
.post-summary .project-participants {
    position: relative;
    right: unset;
    bottom: unset;
    display: inline-block;
    background-color: #2d99b0;
    border-radius: 30px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-variant-ligatures: none;
    text-transform: capitalize;
    padding: 12px 22px;
    font-size: 1rem;
}
.projeckt-status.checked {
    background-color: #d02a80;
}
.project-category {
    position: absolute;
    right: 30px;
    top: -177px;
    background-color: #90d02a;
    border-radius: 30px;
    color: #fff;
    font-family: 'Raleway', sans-serif ;
    font-weight: 700 ;
    font-variant-ligatures: none;
    text-transform: capitalize;
    padding: 12px 28px !important;
    font-size: 1.2rem;
    display: inline-block;
    line-height: initial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}
.projekte-archiv .project-category, .projekte-archiv .project-category span, .projekte-archiv .project-category .vc_grid-filter-item {
    background-color: #2d99b0 !important;
}
.projekte-archiv .project-category .vc_grid-filter-item {
    pointer-events: none;
    font-size: 1.2rem !important;
    color: #fff !important;
}
/* end projekte */

/* button */
.vc_btn3-container {
    margin-bottom: 0 !important;
}
.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 40px !important;
}
.vc_btn3 {
    background-color: #1a5764 !important;
    background-image: unset !important;
    color: #fff !important;
    font-size: 1.35rem !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    padding: 16px 32px !important;
    border: 0 !important;
}
.projekte-container .vc_btn3 {
    font-size: 1.2rem !important;
    background-color: #fff !important;
    color: #2d99b0 !important;
    padding: 12px 28px !important;
}
section.aktionstag .vc_btn3, section.mainhero-lp .vc_btn3, section.verteiler-lp .vc_btn3 {
    background-color: #2d99b0 !important;
}
.projekte-archiv .vc_grid-btn-load_more .vc_btn3 {
    background-color: #2d99b0 !important;
}
.vc_btn3:hover {
    transition: all 0.3s ease-in-out !important;
    background-color: unset !important;
}
.vc_btn3:hover {
    color: #1a5764 !important;
    -webkit-box-shadow: inset 0px 0px 0px 4px #1a5764 !important;
    -moz-box-shadow: inset 0px 0px 0px 4px #1a5764 !important;
    box-shadow: inset 0px 0px 0px 4px #1a5764 !important;
}
.post-link .project-url:hover {
    background-color: unset;
    color: #1a5764 !important;
    -webkit-box-shadow: inset 0px 0px 0px 4px #1a5764 !important;
    -moz-box-shadow: inset 0px 0px 0px 4px #1a5764 !important;
    box-shadow: inset 0px 0px 0px 4px #1a5764 !important;
}
section.mainhero .vc_btn3:hover, section.aktionstag .vc_btn3:hover, .projekte-container .vc_btn3:hover, .projekte-archiv .vc_btn3:hover {
    color: #fff !important;
    background-color: unset !important;
    -webkit-box-shadow: inset 0px 0px 0px 4px #fff !important;
    -moz-box-shadow: inset 0px 0px 0px 4px #fff !important;
    box-shadow: inset 0px 0px 0px 4px #fff !important;
}
.projekte-container .project-detail-button.checked .vc_btn3:hover, .projekte-archiv .projekte-container .project-detail-button .vc_btn3:hover {
    color: #fff !important;
}
input[type="submit"]:hover {
    transition: all 0.3s ease-in-out !important;
    color: #fff !important;
    background-color: unset !important;
    -webkit-box-shadow: inset 0px 0px 0px 4px #fff !important;
    -moz-box-shadow: inset 0px 0px 0px 4px #fff !important;
    box-shadow: inset 0px 0px 0px 4px #fff !important;
}
.post-link .project-url {
    background-color: #1a5764;
    color: #fff ;
    font-size: 1.2rem ;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding: 16px 32px;
    display: inline-block;
    border-radius: 15px;
}
section.mainhero-lp .vc_btn3:hover, section.verteiler-lp .vc_btn3:hover, section.verteiler-lp .verteiler-dmm .vc_btn3:hover {
    color: #ffffff !important;
    background-color: transparent !important;
    -webkit-box-shadow: inset 0px 0px 0px 4px #ffffff !important;
    -moz-box-shadow: inset 0px 0px 0px 4px #ffffff !important;
    box-shadow: inset 0px 0px 0px 4px #ffffff !important;
}
section.verteiler-lp .verteiler-dmm .vc_btn3 {
    background-color: #005c6f !important;
}

/* end button */

/* carousel */
.wpcpro-wrapper .wpcp-single-content img {
    max-width: 150px;
    position: relative;
}
.wpcpro-wrapper .wpcp-single-content p {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 20px !important;
}
.wpcp-carousel-section.nav-vertical-center .wpcp-swiper-dots ~ .wpcp-prev-button, .wpcp-carousel-section.nav-vertical-center .wpcp-swiper-dots ~ .wpcp-next-button {
    margin-top: -50px !important;
}
.wpcpro-wrapper .wpcp-carousel-section .wpcp-next-button i {
    font-weight: 900 !important;
}
/* end carousel */

/* kontakt */
.kontakt-container-a p {
    color: #fff;
    bottom: 30px;
    left: 40px;
    position: absolute;
    max-width: 620px;
}
.kontakt-container-a .vc_column-inner {
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0),rgba(0, 92, 111, 0.898),rgb(0, 92, 111)), url(/wp-content/uploads/sites/3/2023/07/kontakt-startseite.webp) !important;
    border-radius: 15px 0 0 15px;
}
.kontakt-container-a.kontakt-container-wmd .vc_column-inner {
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0),rgba(0, 92, 111, 0.898),rgb(0, 92, 111)), url(/wp-content/uploads/sites/2/2023/08/wmd-kontakt.webp) !important;
    border-radius: 15px 0 0 15px;
}
.kontakt-container-b, .kontakt-container-subpage {
    padding: 20px 45px 20px 45px !important;
    background-color: #2d99b0;
    border-radius: 0 15px 15px 0;
}
.kontakt-container-subpage {
    border-radius: 15px;
}
label {
    color: #fff;
    font-size: 1.1rem;
    margin-top: 10px;
    display: block;
    font-weight: 600;
}
input, textarea {
    background-color: #2aacc8;
    border: 0;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.8rem;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
}
textarea {
    resize: vertical;
    height: 150px;
}
input[type="submit"] {
    background-color: #fff;
    color: #2d99b0;
    width: unset;
    font-size: 1.2rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding: 16px 32px;
    margin-top: 10px;
    cursor: pointer;
    line-height: normal;
}
input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    position: relative;
    cursor: pointer;
    margin: 0 5px 0 0;
}
input[type="checkbox"]::before {
    content: '';
    position: absolute;
    left: 10px;
    top: -6px;
    width: 6px;
    height: 18px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity: 0;
}
input[type="checkbox"]:checked::before {
    opacity: 1;
}
.cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.projekt-kontakt-container, .projekt-kontakt-mail-container {
    background-color: #2d99b0;
    border-radius: 15px 15px 0 0;
    padding: 30px 30px 20px 30px;;
}
.kontakt-sidebar-container {
    background-color: #2d99b0;
    border-radius: 15px;
    padding: 30px !important;
}
.projekt-kontakt-mail-container {
    background-color: #1a5764;
    border-radius: 0 0 15px 15px;
}
.projekt-kontakt-container label.wunschprojekt {
    padding: 5px 0;
}
.projekt-kontakt-container h3, .projekt-kontakt-container p, .projekt-kontakt-mail-container p, .kontakt-sidebar-container p, .checkbox-container p {
    color: #fff !important;
}
.subpage .projekt-kontakt-container p, .subpage .projekt-kontakt-mail-container p, .subpage .kontakt-sidebar-container p, .checkbox-container p {
    margin-bottom: 10px;
}
.subpage .checkbox-container p {
    margin-bottom: 10px !important;
}
.subpage .projekt-kontakt-container > p, .subpage .kontakt-sidebar-container h3 + p {
    margin-bottom: 20px;
}
.projekt-kontakt-container h3, .kontakt-sidebar-container h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
}
.projekt-kontakt-container input, .projekt-kontakt-container textarea, .kontakt-sidebar-container input, .kontakt-sidebar-container textarea {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    line-height: 1.5rem;
}
.projekt-kontakt-container label, .kontakt-sidebar-container label {
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.wpcf7-list-item {
    margin: 0 !important;
}
.checkbox-container {
    margin-top: 20px;
}
.projekt-kontakt-container .checkbox-container + p, .kontakt-sidebar-container .checkbox-container + p {
    margin: 0;
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff !important;
    background-color: #d02a80;
    padding: 20px !important;
    border-radius: 15px;
    font-family: 'Raleway', sans-serif;
    border: unset !important;
    font-weight: normal;
}
p.kontakt-mandatory {
    margin-top: 20px;
    margin-bottom: 0 !important;
    color: #ffffff !important;
    font-style: italic;
}
/* end kontakt */

/* verteiler landingpage */
/* section.verteiler-lp .verteiler-wmd .vc_column-inner, section.verteiler-lp .verteiler-dmm .vc_column-inner {
    filter: grayscale(100);
}
section.verteiler-lp .verteiler-wmd:hover .vc_column-inner, section.verteiler-lp .verteiler-dmm:hover .vc_column-inner {
    filter: unset;
} */
.verteiler-wmd > div, .verteiler-dmm > div {
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
/* end verteiler landingpage */

/* content subpages */
.subpage section ul {
    list-style-type: initial;
    padding-left: 16px;
}
.subpage section ul.vc_grid-filter {
    padding-left: 0;
}
.subpage section ul li {
    margin-bottom: 20px;
    color: #1a5764;
}
.subpage .wpb_single_image img, .subpage .wp-block-image img {
    border-radius: 15px;
}
.subpage .wrapper {
    max-width: calc(1200px + 50px);
}
.subpage .highlights .wrapper, .subpage .kontakt-subpage .wrapper {
    max-width: 1200px;
}
.subpage .vc_col-sm-4, .subpage .vc_col-sm-6, .subpage .vc_col-sm-8, .subpage .vc_col-sm-12 {
    padding: 0 25px;
}
.subpage .highlights .vc_col-sm-4, .subpage .highlights .vc_col-sm-6, .subpage .highlights .vc_col-sm-8, .subpage .highlights .vc_col-sm-12 {
    padding: 0;
}
.subpage .kontakt-subpage .vc_col-sm-8 {
    padding: 0;
}
.subpage p {
    margin-bottom: 20px;
}
.kontakt-container-subpage p {
    margin-bottom: 0;
}
.subpage figure {
    margin-bottom: 20px;
}
.subpage figure + p {
    text-align: left;
}
.subpage .entry-content ul {
    list-style-type: initial;
    padding-left: 15px;
    margin: unset;
    margin-bottom: 20px;
}
.subpage .entry-content ul li {
    color: #1a5764;
}
.subpage .entry-content h2 {
    padding-top: 20px;
}
span.back-button {
    color: #2d99b0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.6rem;
    position: relative;
    margin-left: 19px;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
}
span.back-button::before {
    content: '';
    position: absolute;
    top: 10px;
    background-image: url(/wp-content/uploads/sites/2/2023/03/arrow-down.png), url(/wp-content/uploads/sites/3/2023/09/arrow-down.png);
    background-repeat: no-repeat;
    height: 7px;
    width: 11px;
    transform: rotate(90deg);
    left: -19px;
}
.subpage .vc_toggle_round .vc_toggle_icon {
    background-color: #2d99b0;
}
.subpage .vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #2d99b0;
}
.subpage .vc_toggle_title {
    padding-left: 40px !important;
}
.subpage figcaption {
    font-family: 'Raleway', sans-serif;
    color: #1a5764;
    font-weight: 400;
    font-size: 1rem !important;
    line-height: 1.9rem;
    letter-spacing: 0.02rem;
    margin-left: 20px;
}
/* end content subpages */

/* posts */
.post-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 50px;
}
.post-summary {
    background: #eee;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.post-summary h3 {
    margin-bottom: 6px;
}
.post-summary p {
    margin-bottom: 15px;
}
.post-summary .partner-name p, .post-summary div:last-child {
    margin-bottom: unset;
}
.post-summary .post-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}
/* end posts */

/* footer */
footer {
    background-color: #003540;
}
footer p, li, a {
    color: #2d99b0;
}
footer p.credits {
    color: #fff;
}
footer .custom-logo-link {
    display: inline-block;
    margin-bottom: 20px;
}
.footer-layout, .footer-layout-credits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.footer-layout-credits {
    grid-template-columns: repeat(2, 1fr);
}
footer hr {
    border: 0;
    background: #00414f;
    height: 3px;
    margin: 50px 0 20px 0;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul.footer-contact li:nth-child(1){
    margin-left: 33px;
}
footer ul.footer-contact li:nth-child(2){
    margin-left: 35px;
}
footer ul li {
    margin-bottom: 5px;
    position: relative;
}
footer ul li:last-child {
    margin-top: 20px;
    margin-bottom: 0;
}
footer ul li a {
    position: relative;
}
footer .tel, footer .mail {
    position: absolute;
}
footer .tel {
    left: -34px;
    top: 4px;
    width: 23px;
}
footer .mail {
    left: -35px;
    top: 6px;
    width: 25px;
}
footer.lp-footer ul.menu {
    flex-direction: column;
}
footer.lp-footer img.lp-footer-logos {
    max-width: 250px;
    margin-bottom: 30px;
}
footer.lp-footer .lp-footer-grid {
    display: grid; 
    grid-template-columns: repeat(2, 1fr);
}
footer.lp-footer .lp-footer-grid span {
    min-height: 100px;
    display: block;
}
/* end footer */

/* cookie consent */
.cmplz-cookiebanner {
    font-family: 'Raleway', sans-serif;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    background-color: #2D99B0 !important;
}
/* end cookie consent */

/* counter plugin */
.wpsm_counter_b_row {
    overflow: visible !important;
}
.wpsm_counter_b_row .wpsm_number span {
    font-family: 'Montserrat', sans-serif !important;
    color: #1a5764;
    font-size: 4rem;
    line-height: 4.7rem;
}
.wpsm_counter_b_row h3.wpsm_count-title {
    font-family: 'Raleway', sans-serif !important;
    color: #1a5764 !important;
    font-weight: 400 !important;
    font-size: 1.2rem !important;
    line-height: 1.9rem !important;
    letter-spacing: 0.02rem !important;
    margin-top: 5px !important;
}
.wpsm_counter_b_row .wpsm_row div .wpsm_counterbox .counter {
    position: relative;
}
.wpsm_counter_b_row .wpsm_row div .wpsm_counterbox .counter::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    top: -70px;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}
.wpsm_counter_b_row .wpsm_row div:nth-child(1) .wpsm_counterbox .counter::before {
    background-image: url(/wp-content/uploads/sites/2/2023/07/jahre.png);
}
.wpsm_counter_b_row .wpsm_row div:nth-child(2) .wpsm_counterbox .counter::before {
    background-image: url(/wp-content/uploads/sites/2/2023/07/euro.png);
}
.wpsm_counter_b_row .wpsm_row div:nth-child(3) .wpsm_counterbox .counter::before {
    background-image: url(/wp-content/uploads/sites/2/2023/07/zeit.png);
}
.wpsm_counter_b_row .wpsm_row div:nth-child(4) .wpsm_counterbox .counter::before {
    background-image: url(/wp-content/uploads/sites/2/2023/07/leute-1.png);
}
/* end counter plugin */

.grecaptcha-badge {
    z-index: 999;
}

/* responsive */
@media (max-width: 2200px) {
    section.verteiler-lp .aktionstag-datum p {
        font-size: 8rem;
    }
}
@media (max-width: 1900px) {
    section.verteiler-lp .vc_inner .vc_col-sm-6 {
        width: 100%;
    }
    section.verteiler-lp .aktionstag-datum p {
        font-size: 10rem;
        margin-top: unset;
        text-align: left !important;
    }
    section.verteiler-lp .vc_empty_space {
        height: 200px !important;
    }
}
@media (max-width: 1600px) {
    section.aktionstag .comic-alert {
        top: -66px;
        right: -39px;
    }
}
@media (max-width: 1400px) {
    .stoerer-reference .stoerer {
        left: 0;
    }
}
@media (max-width: 1300px) {
    section.vc_section, header, footer {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    section.verteiler-lp {
        padding-left: unset !important;
        padding-right: unset !important;
    }
    section.aktionstag .comic-alert {
        right: 0px;
    }
    .wrapper-post {
        padding: 0 30px;
    }
}
@media (max-width: 1200px) {
    section.verteiler-lp .aktionstag-datum p {
        font-size: 8rem;
    }
}
@media (max-width: 1100px) {
    .footer-layout, .footer-layout-credits {
        grid-gap: 2rem;
    }
    section.mainhero {
        height: 50vh;
    }
}
@media (max-width: 1000px) {
    .header-lp nav {
        display: block;
    }
    header.header-lp .header-layout ul.menu {
        flex-direction: unset;
    }
    section.verteiler-lp .aktionstag-datum p {
        font-size: 6rem;
    }
    section.verteiler-lp .vc_empty_space {
        height: 120px !important;
    }
    body.sticky-top {
        padding-top: 20px;
    }
    section.mainhero {
        background-position: center !important;
        /*background-size: 90% !important;*/
    }
    nav {
        display: none;
    }
    .burger {
        display: block;
        position: absolute;
        top: 35px;
        right: 30px;
    }
    .burger.active {
        position: absolute;
        right: 30px;
        top: 30px;
    }
    header.sticky-top.sticky .burger {
        top: 22px;
    }
    .burger.active div:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(45deg);
        -moz-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -o-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }
    .burger.active div:nth-child(2) {
        display: none;
    }
    .burger.active div:nth-child(3) {
        -webkit-transform: translateY(-4px) rotate(-45deg);
        -moz-transform: translateY(-4px) rotate(-45deg);
        -ms-transform: translateY(-4px) rotate(-45deg);
        -o-transform: translateY(-4px) rotate(-45deg);
        transform: translateY(-4px) rotate(-45deg);
    }
    header.sticky-top.sticky .burger.active div:nth-child(3) {
        -webkit-transform: translateY(-1px) rotate(-45deg);
        -moz-transform: translateY(-1px) rotate(-45deg);
        -ms-transform: translateY(-1px) rotate(-45deg);
        -o-transform: translateY(-1px) rotate(-45deg);
        transform: translateY(-1px) rotate(-45deg);
      }
    header.sticky-top.sticky .burger div {
        width: 30px;
        height: 3px;
        margin-bottom: 5px;
    }
    header.active .custom-logo-link {
        margin-left: 30px;
    }
    header.active {
        background: #1a5764;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9;
        padding-left: 0 !important;
        padding-right: 0 !important;
        top: 0;
    }
    header.active nav {
        display: block;
    }
    header.active .header-layout, ul.menu {
        flex-direction: column;
        align-items: flex-start;
    }
    header.active .menu-hauptmenue-container {
        background-color: unset;
        padding: 4px 30px;
    }
    header.active ul.menu {
        padding-top: 50px;
    }
    header.active ul.menu li {
        margin: 10px 0;
        text-align: center;
    }
    header.active ul.menu li a {
        font-size: 1.3rem;
    }
    header.active ul.menu li a::before {
        background-color: #2ab3d0;
    }
    header.active ul.menu li:last-child {
        margin: 10px 0;
    }
    body.active {
        overflow: hidden;
    }
    .post-layout {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    footer.lp-footer .lp-footer-grid div:first-child {
        margin-bottom: 50px;
    }
    #social-volunteering {
        margin-bottom: -80px !important;
    }
    footer.lp-footer .lp-footer-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    section.mainhero-lp p {
        font-size: 1rem;
        line-height: 1.5;
    }
    header.header-lp .header-layout {
        margin-top: 30px;
    }
    section.mainhero-lp .lp-hero-text {
        margin-top: 400px;
    }
    .verteiler-dmm > .vc_column-inner, .verteiler-wmd > .vc_column-inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    section.verteiler-lp .aktionstag-datum p {
        font-size: 10rem;
    }
    section.verteiler-lp .vc_btn3-container {
        padding-bottom: unset;
    }
    section.verteiler-lp .vc_empty_space {
        height: 180px !important;
    }
    .vc_tta-panel {
        margin-bottom: 20px;
    }
    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
        background-color: #e0edf0 !important;
        border: none !important;
    }
    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
        background-color: #2d99b0 !important;
    }
    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
        color: #1a5764 !important;
        line-height: 1.5 !important;
        font-size: 1rem !important;
        font-weight: 400 !important;
    }
    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
        color: #ffffff !important;
    }
    section.mainhero {
        height: 30vh;
    }
    section .vc_column_container > .vc_column-inner {
        margin: unset !important;
    }
    section .wpb_content_element {
        padding-right: unset !important;
        padding-left: unset !important;
    }
    section.stats, section.gutes-tun, section.handlungsfelder, section.einstieg, section.projekte, section.aktionstag, section.referenzen, section.kontakt, section.kontakt.kontakt-lp, footer, .subpage section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .swap-on-mobile {
        flex-direction: column-reverse;
    }
    section .vc_btn3-container {
        padding-bottom: 45px;
        padding-left: unset !important;
    }
    .vc_btn3 {
        font-size: 1rem !important;
    }
    section.aktionstag.aktionstag-dmm {
        min-height: 650px;
    }
    section.aktionstag {
        background-size: 100% !important;
    }
    h1, .subpage h1 {
        font-size: 2.3rem;
        line-height: 1.3;
    }
    h2, .subpage h2 {
        font-size: 2rem;
        line-height: 1.3;
    }
    h3, h4 {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    p,
    li,
    ul.menu li a,
    .projekte-excerpt p,
    .project-participants,
    .projeckt-status,
    .post-summary .post-project-status span {
        font-size: 1rem;
        line-height: 1.5;
    }
    .projekte-container .vc_btn3 {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }
    section.handlungsfelder h3 {
        font-size: 1.3rem;
        line-height: 1.4;
    }
    .footer-layout, .footer-layout-credits {
        grid-template-columns: repeat(1, 1fr);
    }
    .stoerer-reference .stoerer {
        width: 200px;
        height: 200px;
        padding-top: 25px;
        transform: rotate(10deg);
        right: 0;
        left: unset;
        top: -230px;
    }
    .stoerer-reference .stoerer div:nth-child(2) {
        font-size: 1.6rem;
    }
    .stoerer-reference .stoerer div:nth-child(3) {
        font-size: 2rem;
        margin-bottom: 6px;
        line-height: 2.3rem;
    }
    .stoerer-reference .stoerer div:nth-child(1) {
        font-size: 1.2rem;
        padding-left: 17px;
    }
    .stoerer-reference .stoerer div:nth-child(4) {
        margin-left: 16px;
        font-size: 0.8rem;
    }
    section.stats {
        margin-top: 0 !important;
    }
    section.testimonials {
        padding-bottom: 0 !important;
    }
    .kontakt-container-b, .kontakt-container-subpage {
        border-radius: 15px;
    }
    section.verteiler .vc_empty_space {
        height: 200px !important;
    }
    section.verteiler {
        background-size: 140%;
      }
    .kontakt-container-b, .kontakt-container-subpage {
        padding: 20px 30px 20px 30px !important;
    }
    label,
    .checkbox-container p,
    .kontakt-sidebar-container p,
    p.kontakt-mandatory {
        font-size: 0.9rem;
    }
    .subpage .vc_col-sm-4, .subpage .vc_col-sm-6, .subpage .vc_col-sm-8, .subpage .vc_col-sm-12 {
        padding: 0;
    }
    .vc_grid-filter > .vc_grid-filter-item {
        display: block !important;
    }
    section.projekte .vc_btn3-container {
        padding-bottom: unset;
    }
    .projekte-container h4 {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .projekte-container .projekte-excerpt {
        height: 70px;
    }
    .projekte-container {
        height: 560px !important;
    }
    .projeckt-status {
        top: -327px;
    }
    .kontakt-subpage div:first-child {
        margin-top: unset !important;
    }
    .wpsm_col-xs-1, .wpsm_col-sm-1, .wpsm_col-md-1, .wpsm_col-lg-1, .wpsm_col-xs-2, .wpsm_col-sm-2, .wpsm_col-md-2, .wpsm_col-lg-2, .wpsm_col-xs-3, .wpsm_col-sm-3, .wpsm_col-md-3, .wpsm_col-lg-3, .wpsm_col-xs-4, .wpsm_col-sm-4, .wpsm_col-md-4, .wpsm_col-lg-4, .wpsm_col-xs-5, .wpsm_col-sm-5, .wpsm_col-md-5, .wpsm_col-lg-5, .wpsm_col-xs-6, .wpsm_col-sm-6, .wpsm_col-md-6, .wpsm_col-lg-6, .wpsm_col-xs-7, .wpsm_col-sm-7, .wpsm_col-md-7, .wpsm_col-lg-7, .wpsm_col-xs-8, .wpsm_col-sm-8, .wpsm_col-md-8, .wpsm_col-lg-8, .wpsm_col-xs-9, .wpsm_col-sm-9, .wpsm_col-md-9, .wpsm_col-lg-9, .wpsm_col-xs-10, .wpsm_col-sm-10, .wpsm_col-md-10, .wpsm_col-lg-10, .wpsm_col-xs-11, .wpsm_col-sm-11, .wpsm_col-md-11, .wpsm_col-lg-11, .wpsm_col-xs-12, .wpsm_col-sm-12, .wpsm_col-md-12, .wpsm_col-lg-12 {
        min-height: 200px !important;
    }
    .wpsm_counter_b_row {
        margin-top: 100px !important;
    }
}
@media (max-width: 600px) {
    section.verteiler-lp .aktionstag-datum p {
        font-size: 6rem;
        line-height: 4rem;
    }
    section.verteiler-lp .vc_empty_space {
        height: 180px !important;
    }
    header.header-lp .menu-hauptmenue-container {
        padding: 15px 30px;
    }
    header.header-lp ul.menu li {
        margin-right: 30px;
    }
    header.header-lp ul.menu li:last-child {
        margin-right: 0;
    }
}
@media (max-width: 500px) {
    .vc_custom_1679929466783 {
        margin-bottom: 20px !important;
    }
    header.header-lp .menu-hauptmenue-container {
        padding: 15px 20px;
    }
    header.header-lp ul.menu li {
        margin-right: 10px;
    }
    header.header-lp ul.menu li a {
        font-size: 1rem;
    }
    section.mainhero-lp .lp-hero-text {
        margin-top: 200px;
    }
    section.mainhero-lp .vc_btn3-container {
        margin-top: -10px;
    }
    header.header-lp .header-layout ul.menu{
        gap: 10px;
    }
    section.verteiler-lp .vc_empty_space {
        height: 100px !important;
    }
    section.aktionstag.aktionstag-dmm {
        min-height: 540px;
    }
    .burger {
        top: 28px;
    }
    section.aktionstag .comic-alert {
        top: -10px;
        font-size: 1.2rem;
    }
    section.aktionstag .aktionstag-datum p {
        text-align: left !important;
        font-size: 5rem;
    }
    section.aktionstag .comic-alert::before {
        width: 80px;
        height: 30px;
        top: 30px;
        left: -63px;
        background-size: contain;
    }
    .custom-logo, header.sticky-top .custom-logo {
        width: 200px;
        height: auto;
    }
}
@media (max-width: 479px) {
    .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center .wpcp-next-button,
    .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center .wpcp-prev-button {
        top: 70px !important;
    }
    section.testimonials .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center .wpcp-next-button,
    section.testimonials .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center .wpcp-prev-button {
        top: 230px !important;
    }
    .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center:not(.wpcp_swiper_vertical) {
        margin: 0 30px !important;
    }
    footer .credits img {
        max-width: 200px !important;
    }
}
@media (max-width: 400px) {
    header.sticky-top .custom-logo {
        height: auto;
    }
    .burger div {
        width: 40px;
        height: 4px;
    }
    .project-participants {
        display: none;
    }
}
/* end responsive */

/* very bad fix please chaeck again for this */
iframe[src*="www.google.com/recaptcha/api2/bframe"] {
    display: none;
}
