.kontur-white span a {
    text-shadow: 
        rgb(255, 255, 255) 2px 0px 0px, 
        rgb(255, 255, 255) 1.75517px 0.958851px 0px,
        rgb(255, 255, 255) 1.0806px 1.68294px 0px, 
        rgb(255, 255, 255) 0.141474px 1.99499px 0px, 
        rgb(255, 255, 255) -0.832294px 1.81859px 0px, 
        rgb(255, 255, 255) -1.60229px 1.19694px 0px, 
        rgb(255, 255, 255) -1.97998px 0.28224px 0px, 
        rgb(255, 255, 255) -1.87291px -0.701566px 0px, 
        rgb(255, 255, 255) -1.30729px -1.5136px 0px, 
        rgb(255, 255, 255) -0.421592px -1.95506px 0px, 
        rgb(255, 255, 255) 0.567324px -1.91785px 0px, 
        rgb(255, 255, 255) 1.41734px -1.41108px 0px, 
        rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
.marg {
    margin: 0 auto;
}
.vorstand_content {
    display: grid;
    /* grid-template-columns: 300px 1fr; */
    grid-template-columns: 300px 1fr;
    gap: 30px;
    background: rgb(0 90 77 / 5%);
    padding: 30px;
    /* margin: 85px 0; */
    border-left: 10px solid #D6B000;
    border-bottom: 10px solid #005A4D;
}

.vorstand_content .profilbild img {
    width: 290px;
}
.vorstand_content .vorstand_data {
    color: #000;
    display: flex; 
    justify-content: center;
    flex-direction: column;
}
.vorstand_content .vorstand_data .data_name {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 0 0;
    flex-direction: column;
}
.vorstand_content .vorstand_data .data_name h2 {
    padding: 0;
    margin: 0;
}
.vorstand_content .vorstand_data .data_name a,
a {
    text-decoration: none !important;
}
.vorstand_content .vorstand_data .data_name span {
    font-weight: 600;
    font-size: 22px
}
.archive_vorstand {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 60px 0;
}
.archive_vorstand .vorstand_content {
    grid-template-columns: 1fr;
    gap: 0;
    transition: all .2s ease
}
.archive_vorstand .vorstand_content:hover {
    background: #005A4D;
    border-bottom: 10px solid #D6B000;
}
.archive_vorstand .vorstand_content:hover h2 {
    color: #fff;
}
.archive_vorstand .vorstand_content:hover .data_name span {
    color: #fff
}
.archive_vorstand .vorstand_content .vorstand_data {
    justify-content: flex-start;
}
.archive_vorstand .profilbild img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
@media (max-width: 768px) {
    .vorstand_content {
        grid-template-columns: 1fr;
        border: 0;
        padding: 30px 20px;
        margin: 0 0;
        background: rgb(0 90 77 / 0%);
    }
    .vorstand_content .profilbild img {
        width: 100%
    }
    .archive_vorstand {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px
    }
}

header.archive_vorstand_header {
    position: relative;
    background-color: var(--e-global-color-cef8867 );
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: var(--e-global-color-621c39a );
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 85px 0px 73px 0px;
}
header.archive_vorstand_header .elementor-background-overlay {
    background-attachment: scroll;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
    background-image: url(/wp-content/uploads/2023/08/bildergaleri_02-min.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.47;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
header.archive_vorstand_header main h1.vorstand_title { 
    text-transform: uppercase !important;
    color: #fff !important;
    font-weight: 700 !important;
}
header.archive_vorstand_header main p {
    color: #fff
}

@media (max-width: 768px) {
    header.archive_vorstand_header {
        padding: 50px 0px 30px 0px;
    }
    header.archive_vorstand_header .site-main {
        padding: 0 30px 0 30px
    }
    header.archive_vorstand_header main h1.vorstand_title { 
        font-size: 26px !important
    }
    header.archive_vorstand_header main p {
        font-size: 14px
    }
}




.kontakt_a a:hover:not(a.elementor-button:hover) {
    color: #000 !important;
}
@media (max-width: 767px) {
    .kontakt_a .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
        align-items: center;
    }
}