/*
Theme Name: AWY
Author: eloq GmbH
Author URI: https://eloq.swiss/
Description: Die eloq GmbH macht nicht einfach Internetseiten. Wir bieten Ihnen durchdachte Konzepte, mischen Designkompetenz mit technischem Können und streben so nach der perfekten Internet-Präsenz unseres Kunden. Das vorliegende Theme wurde von uns mit Passion und Freude handgefertigt. Wir hoffen, Ihnen gefällt unsere Arbeit!
Version: 1.0
*/

/* Imports */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://indestructibletype.com/fonts/Jost.css");
@import url("css/util.css");
@import url("css/typo.css");
@import url("css/header.css");
@import url("css/footer.css");


#wpadminbar {
    opacity: 0.2;
    ;
}

:root {
    --black: #2B322D;
    --viridian: #21875E;
    --green: #5EBD91;
    --light-green: #BADFCD;
    --subtle-green: #BBDACD;
    --alt-light-green: #edf7f3;
    --white: #fff;
    --white-alt: #E6F2EE;
    --red: #AE614D;
    --dark-grey: #57615B;
    --light-grey: #CCD8D0;


    /* rare colors */

    --blue: #0086A2;
    --purple: #6175BA;
    --pink: #AB5C90;
    --alt-green: #7B7A30;


    --radial-gradient: radial-gradient(140.72% 140.72% at 1% 0%, #00BE79 0%, #00915C 84.83%), #FFF;


    --radius-medium: 30px;
    --radius-small: 26px;

    --inpage-offset: 40px;

    --glass-bg-default: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);

    --glass-bg-hovered: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%);
    --glass-bg-small: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);

    --glass-bg: var(--glass-bg-default);
    --glass-blur: 5px;
}



/* GENERAL */
html {
    position: relative;
}


.wpforms-recaptcha-container.wpforms-is-recaptcha.wpforms-is-recaptcha-type-invisible {
    display: none;
}

body {
    font-family: "Jost", sans-serif;
    color: var(--black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 75rem;
    padding-top: 4.5rem;
    font-size: clamp(1rem, 0.9989rem + 0.3484vw, 1.3125rem);
    letter-spacing: 0.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 90px;
    hyphens: auto;
}

main,
footer {
    width: 100%;
}

section {
    position: relative;
}


.btn {
    border-radius: 0;
    border: 0;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    font-weight: 400;
    font-size: clamp(1.1875rem, 1.1868rem + 0.2091vw, 1.375rem);
    position: relative;
    background: transparent;
    text-decoration: none;
    color: var(--green);
    padding: 0 8px;
    margin-left: -8px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    width: max-content;
    transition: transform 300ms ease-in-out, background 200ms ease-in-out;
}

.btn-primary:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z' fill='%235FBA94'/%3E%3C/svg%3E%0A");
    display: block;
    width: 16px;
    height: 16px;
    transition: background-image 200ms ease-in-out;
}

.btn-primary:active {
    color: var(--viridian) !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.btn-primary:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z' fill='%2300915C'/%3E%3C/svg%3E%0A");
}



.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible,
a.awy_card:hover .btn-primary,
a.awy_card:focus-visible .btn-primary {
    color: var(--viridian);
    background: var(--white-alt);
    transform: translateX(5px);
}

a.awy_card:hover .btn-primary:after,
a.awy_card:focus .btn-primary:after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z' fill='%2300915C'/%3E%3C/svg%3E%0A");
}


a.awy_card:hover .btn-primary svg path,
a.awy_card:focus-visible .btn-primary svg path {
    color: var(--viridian);
}

.btn-primary.inverted {
    color: var(--alt-light-green);
}

.btn-primary.inverted:hover,
.btn-primary.inverted:focus {
    color: var(--white);
}

.btn-circle,
.btn-circle-small {
    background: var(--green);
    color: var(--white);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 100%;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

@media (max-width: 767px) {
    .btn-circle {
        height: 50px;
        width: 50px;
    }
}

.btn-circle-small {
    height: 40px;
    width: 40px;
}

.btn-circle:hover,
a.awy_card:hover .btn-circle,
.btn-circle-small:hover,
a:hover .btn-circle-small {
    background: var(--viridian);
    color: #fff;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(95, 186, 148, 1);
    box-shadow: 0px 10px 25px 0px rgba(95, 186, 148, 1);
}

input.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.btn-circle-small.inverted {
    background: #edf7f3;
    color: #5fba94;
}

a:hover .btn-circle-small.inverted {
    background: var(--viridian);
    color: #fff;
}

a.back_to_parent_page {
    color: var(--green);
    padding: 5px 15px 5px 5px;
    transform: translateX(0);
}

a.back_to_parent_page svg rect {
    transition: fill 250ms ease-in-out;
}

a.back_to_parent_page svg path {
    transition: transform 250ms ease-in-out;
}

a.back_to_parent_page:hover svg path {
    transform: scale(1.05);
    transform-origin: center;
}

a.back_to_parent_page:hover svg rect {
    fill: var(--viridian);
}

a.back_to_parent_page::after {
    content: '';
    background-image: none;
    display: none;
}

a.back_to_parent_page:hover,
a.back_to_parent_page:focus,
a.back_to_parent_page:active,
a.back_to_parent_page:focus-within {
    color: var(--viridian);
    padding: 5px 15px 5px 5px;
}

a.back_to_parent_page:focus-visible {
    background: var(--alt-light-green);
    box-shadow: 0 -1px 2px 0 rgba(58, 12, 57, 0.10) inset, 0 -2px 3px 0 rgba(255, 255, 255, 0.50), 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 3px 6px 0 rgba(144, 25, 142, 0.06), 0 10px 30px 0 rgba(107, 54, 106, 0.08) !important;
    border-color: var(--viridian);
}

a.back_to_parent_page:hover::after {
    background-image: none;
}


ul {
    list-style: none;
}

main section ul li::before {
    position: absolute;
    left: -25px;
    top: 11px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--green);
    content: " ";
}

svg.e_icon {
    width: 100%;
    height: 100%;
}

.btn-secondary {
    border-radius: 100px;
    border: none;
    background: var(--white-alt);
    color: var(--green);
    font-size: inherit;
    padding: 0 8px 0 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    transition: all 300ms ease-in-out;
}

.btn-secondary svg path {
    transition: all 250ms ease-in-out;
}

.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn-secondary:active {
    background: var(--white-alt) !important;
    background-color: var(--white-alt) !important;
    color: var(--viridian) !important;
    box-shadow: 0 -1px 2px 0 rgba(58, 12, 57, 0.10) inset, 0 -2px 3px 0 rgba(255, 255, 255, 0.50), 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 3px 6px 0 rgba(144, 25, 142, 0.06), 0 10px 30px 0 rgba(107, 54, 106, 0.08) !important;
}

.btn-secondary:hover svg path {
    fill: var(--viridian);
}

button:focus,
:focus {
    outline: none;
}

/* herb & img */

img.herb {
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    width: 220px;
    left: 15px;
}

section.pt_50 img.herb {
    top: -50px;
}

section.pt_100 img.herb {
    top: -100px;
}

section.pt_150 img.herb {
    top: -150px;
}



@media (max-width: 767px) {
    img.herb {
        width: 160px;
    }
}



a.awy_card {
    text-decoration: none;
    color: inherit;
}

a.awy_card svg.external {
    display: none;
}

.awy_card {
    background: #fff;
    border: 4px solid var(--subtle-green);
    border-radius: var(--radius-medium);
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: box-shadow 250ms ease-in;
}

.awy_card:hover {
    box-shadow: 0 -1px 2px 0 rgba(58, 12, 57, 0.02) inset, 0 0 30px 0 rgba(76, 46, 75, 0.03), 0 8px 20px 0 rgba(104, 27, 102, 0.02), 0 15px 60px 0 rgba(76, 46, 75, 0.04);
}


.awy_card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: var(--radius-small);
    border: 2px solid var(--subtle-green);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 4;
}

.awy_card:hover::before,
.awy_card:focus-visible::before {
    opacity: 1;
}


.awy_card .awy_card_content {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.awy_card .awy_card_content p.lead {
    margin-bottom: 15px;
}

.awy_card .awy_card_content p:last-child {
    margin-bottom: 0;
}


/* ./ PLUGIN STYLING */

@media (min-width: 1460px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1660px) {
    .container {
        max-width: 1500px;
    }
}




section.archive .cards_wrapper {

    z-index: 3;
    position: relative;
}

section.archive .cards_wrapper img.bg_static_cover {
    height: inherit;
    margin-bottom: 0;
}

section.archive .cards_wrapper .awy_card_content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 24px;
    padding: 23px;
}


section.archive .cards_wrapper img.post_image {
    height: 240px;
    border-radius: 10px;
}

section.archive .cards_wrapper .awy_card_content .text_wrapper h3 {
    line-height: normal;
    height: max-content;
    font-size: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

section.archive .cards_wrapper .awy_card_content h3,
section.archive .cards_wrapper .awy_card_content p {
    margin-bottom: 0;
}



section.archive .cards_wrapper .awy_card_content p:not(.label) {
    font-weight: 400;
    overflow: hidden;
    max-height: calc(1.5em * 3);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


section.archive .cards_wrapper .awy_card_content span {
    font-weight: 500;
    font-size: 0.925rem;
}

section.archive .cards_wrapper .awy_card_content span.post-category {
    opacity: 0.5;
    text-decoration: underline;
    font-size: 0.765rem;
}



section.archive .cards_wrapper img.post_image {
    height: 240px;
    border-radius: 5px;
}


section.archive img.bg_static_cover.avatar {
    border-radius: 100%;
    width: 40px;
    margin-right: 20px;
    height: 40px;
    margin-bottom: 0;
}

/* archive category */




article.category-archive .hero-category img {
    height: 500px;
    margin-bottom: 0;
    border-radius: var(--radius-medium);
}

article.category-archive .hero-category .card_wrapper {
    top: -50px;
}


article.category-archive .hero-category .hero_card {
    background: var(--alt-light-green);
    padding: 30px;
    padding-right: 45px;
    transform: translateX(-15px);
    top: -85px;
    border-radius: var(--radius-medium);
}



article.category-archive section.archive-category h2 {
    font-weight: 600;
}

article.category-archive section.archive-category .cards_wrapper .awy_card_content p:not(.label) {
    font-weight: 400;
    overflow: hidden;
    max-height: calc(1.5em * 3);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

article.category-archive section.archive-category .excerpt_wrapper.has-mask {
    -webkit-mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.8) 100%);
    mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.8) 100%);
}




@media (max-width: 767px) {

    article.category-archive .hero-category {
        margin-bottom: 0px;
    }
    article.category-archive .hero-category .hero_card {
        transform: translateX(0);
        padding-right: 30px;
    }
}

@media (max-width: 576px) {

    article.category-archive .hero-category .row.card_wrapper {
        margin-right: 0;
        margin-left: 0;
    }

    article.category-archive .hero-category .hero_card {
        top: -50px;
        position: relative !important;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);

    }
}

/* archive aktionen */

article.aktionen-archive .cards_wrapper .awy_card_content {
    gap: 15px;
}


article.aktionen-archive .cards_wrapper img.post_image {
    margin-bottom: 0;
    aspect-ratio: 1/1;
    height: 100%;
    border-radius: 10px;
    position: sticky;
}

article.aktionen-archive .cards_wrapper .awy_card_content p:not(.label) {
    font-weight: 500;
    overflow: hidden;
    max-height: calc(1.5em * 3);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

article.aktionen-archive .excerpt_wrapper.has-mask {
    -webkit-mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.8) 100%);
    mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.8) 100%);
}

article.aktionen-archive .cards_wrapper .awy_card_content .text_wrapper {
    gap: 15px;
}

article.aktionen-archive .cards_wrapper .awy_card_content span.post-category {
    text-decoration: underline;
    font-size: 0.765rem;
}

@media (min-width: 767px) {
    section.archive .cards_wrapper .col-12 {
        margin-top: 30px;
    }


}

@media(max-width: 767px) {
    section.archive .cards_wrapper .col-12 {
        margin-top: 30px;
    }

    section.archive .cards_wrapper .col-12:nth-child(even) {
        margin-top: 0px;
    }
}

@media(max-width: 992px) {

    section.archive .cards_wrapper .awy_card_content .text_wrapper h3,
    section.archive .cards_wrapper .awy_card_content .text_wrapper p {
        display: block;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        max-height: max-content;
    }

    section.archive .cards_wrapper .awy_card_content p.label {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    section.archive .cards_wrapper .row {
        gap: 30px;
    }

    section.archive .cards_wrapper {
        margin-top: 100px;
    }

    section.archive .cards_wrapper .col-12:not(:last-child) {
        margin-bottom: 0;
    }


}

.grecaptcha-badge {
    visibility: hidden;
}


/* page-standort */

article.page-standort .swiper .swiper-wrapper .swiper-slide:nth-child(2n),
article.page-standort .swiper .swiper-wrapper .col-lg-4:nth-child(2n) {
    bottom: 20px;
}


article.page-standort .awy_card_content {
    gap: 15px;
    padding: 23px;
}



article.page-standort img.post_image {
    margin-bottom: 0;
    aspect-ratio: 1/1;
    border-radius: 10px;
    max-height: 365px;
}


article.page-standort .awy_card_content .text_wrapper {
    gap: 15px;
}




article.page-standort .awy_card_content span.post-category {
    text-decoration: underline;
    font-size: 0.765rem;
}

.page-standort section.aktionen .swiper_nav {
    gap: 22px;
    position: relative;
    z-index: 9;
    justify-content: flex-end;
    align-self: flex-end;
}

.page-standort section.aktionen .swiper_nav .button-next,
.page-standort section.aktionen .swiper_nav .button-prev {
    -webkit-box-shadow: 0px 1px 2px 3px rgba(94, 112, 92, 0);
    box-shadow: 0px 1px 2px 3px rgba(94, 112, 92, 0);
    transition: box-shadow 200ms ease-in;
    border-radius: 100px;
}

.page-standort section.aktionen .gallery_swiper__nav-btn {
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 100px;
    cursor: pointer;
}

.page-standort section.aktionen .gallery_swiper__nav-btn:focus-visible {
    outline: 2px solid var(--black);
    outline-offset: 3px;
}

.page-standort section.aktionen .swiper_nav .button-next:hover,
.page-standort section.aktionen .swiper_nav .button-prev:hover {
    box-shadow: 0 -1px 2px 0 rgba(58, 12, 57, 0.10) inset, 0 -2px 3px 0 rgba(255, 255, 255, 0.50), 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 3px 6px 0 rgba(144, 25, 142, 0.06), 0 10px 30px 0 rgba(107, 54, 106, 0.08);
}



.page-standort section.aktionen .swiper_nav .button-next svg rect,
.page-standort section.aktionen .swiper_nav .button-prev svg rect {
    fill: var(--green);
}

.page-standort section.aktionen .swiper_nav .button-next svg rect,
.page-standort section.aktionen .swiper_nav .button-prev svg rect,
.page-standort section.aktionen .swiper_nav .button-next svg path,
.page-standort section.aktionen .swiper_nav .button-prev svg path {
    transform-origin: center;
    transition: fill 160ms ease-in, transform 200ms ease-in;
}

.page-standort section.aktionen .swiper_nav .button-next:hover svg path,
.page-standort section.aktionen .swiper_nav .button-prev:hover svg path {
    transform: scale(1.2);
}

.page-standort section.aktionen .swiper_nav .button-next:hover svg rect,
.page-standort section.aktionen .swiper_nav .button-prev:hover svg rect {
    fill: var(--viridian);
}


@media (max-width: 992px) {

    .page-standort section.aktionen .swiper_nav {
        padding-top: 30px;
        align-self: flex-end;
        justify-content: space-between;
    }
}

/* Single Aktion */

article.aktionen .img_wrapper img {
    aspect-ratio: 1/1;
    border-radius: var(--radius-medium);
}

article.aktionen .hero_aktion .aktion-layout-row {
    align-items: stretch;
    display: flex;
}


article.aktionen .hero_aktion .img_wrapper {
    display: block;
}

article.aktionen .aktion-zeitraum {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid var(--green);
    border-bottom: 1px solid var(--green);
}

article.aktionen .aktion-zeitraum h3 {
    color: var(--viridian);
}

article.aktionen .aktion-zeitraum .zeitraum_wrapper {
    border-left: 2px solid var(--green);
    padding-left: 15px;
    margin-left: 45px;
    color: var(--viridian);
}

article.aktionen .standorte {
    border-bottom: 1px solid var(--green);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

article.aktionen .standorte>div {
    padding-top: 30px;
    padding-bottom: 30px;
}

article.aktionen .standorte h3 {
    color: var(--viridian);
}


article.aktionen .standorte .links_wrapper {
    margin-left: 45px;
}

article.aktionen .standorte .links_wrapper a {
    background: var(--white-alt);
}

article.aktionen .liste {
    padding-left: 0;
    padding-right: 0;
}

article.aktionen .liste a:not(.btn-newsletter) {
    transition: all 250ms ease-in-out;

    padding-left: 0;
    padding-right: 0;
    width: 100%;
}


article.aktionen .liste a:not(.btn-newsletter)::after {
    content: '';
    position: absolute;
    bottom: 5px;
    height: 4px;
    width: 93%;
    display: block;
    background: linear-gradient(90deg, rgba(237, 247, 243, 0.00) 0%, #EDF7F3 15%);
    transition: opacity 300ms ease-in-out;
    border-bottom-left-radius: 100px;
    opacity: 1;
}

article.aktionen .liste a:not(.btn-newsletter):hover::after {
    opacity: 0;
}

article.aktionen .liste a:not(.btn-newsletter) {
    padding: 10px;
    background: transparent;
    transition: background 300ms ease-in-out;
    border-radius: 100px;
}

article.aktionen .liste a:not(.btn-newsletter):hover {
    background: var(--white-alt);
    transform: none;
}

article.aktionen .liste a span {
    transition: all 300ms ease;
}

article.aktionen .liste a:hover span {
    transform: translateX(5px);
}

article.aktionen .liste a svg {
    background: var(--green);
    border-radius: 100px;
    transition: all 300ms ease;
}

article.aktionen .liste a:hover svg {
    background: var(--viridian);
    -webkit-box-shadow: 0 -1px 2px 0 rgba(58, 12, 57, 0.10) inset, 0 -2px 3px 0 rgba(255, 255, 255, 0.50), 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 3px 6px 0 rgba(144, 25, 142, 0.06), 0 10px 30px 0 rgba(107, 54, 106, 0.08);
    -moz-box-shadow: 0 -1px 2px 0 rgba(58, 12, 57, 0.10) inset, 0 -2px 3px 0 rgba(255, 255, 255, 0.50), 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 3px 6px 0 rgba(144, 25, 142, 0.06), 0 10px 30px 0 rgba(107, 54, 106, 0.08);
    ;
    box-shadow: 0 -1px 2px 0 rgba(58, 12, 57, 0.10) inset, 0 -2px 3px 0 rgba(255, 255, 255, 0.50), 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 3px 6px 0 rgba(144, 25, 142, 0.06), 0 10px 30px 0 rgba(107, 54, 106, 0.08);
}

article.aktionen .liste a svg path {
    transition: transform 300ms ease-in-out;
    transform-origin: center;
}

article.aktionen .liste a:hover svg path {
    transform: scale(1.075);
    fill: var(--white);
}

@media (min-width: 992px) {
    @media (min-width: 992px) {
        article.aktionen .hero_aktion .img_wrapper {
            position: sticky;
            top: 200px;
            display: flex;
            align-items: flex-start;
        }

        article.aktionen .hero_aktion .img_wrapper img {
            width: 100%;
            height: auto;
            display: block;
        }
    }
}


@media(max-width: 992px) {

    article.aktionen .text_wrapper {
        padding-bottom: 0;
    }

    article.aktionen .aktion-zeitraum {
        margin-top: 50px;
    }
}

/* Banner */

.awy_banner {
    background: var(--viridian);
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 0px;
    left: 15vw;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    animation: awy_banner_bounce 1s ease;
    -webkit-animation: awy_banner_bounce 1s ease;
    animation-delay: 0.5s;
    animation-fill-mode: backwards;
}

.awy_banner svg {
    margin-left: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.awy_banner:hover {
    color: var(--white);
    text-decoration: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
    position: fixed;
}

.awy_banner:hover svg {
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
}

.awy_banner.hide {
    transform: translateY(101%);
    -webkit-transform: translateY(101%);
    -moz-transform: translateY(101%);
    -ms-transform: translateY(101%);
    -o-transform: translateY(101%);
}

@media (max-width: 400px) {
    .awy_banner {
        left: 15px;
        right: 15px;
    }
}

@keyframes awy_banner_bounce {
    0% {
        opacity: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@-webkit-keyframes awy_banner_bounce {
    0% {
        opacity: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

/* WPForms */

/* Kontaktformular */

#wpforms-form-10496>div.wpforms-field-container {
    max-height: 240px;
}

#wpforms-10496 .wpforms-field {
    max-height: 75px;
    padding: 0;
    margin: 20px 0;
}

#wpforms-10496 .wpforms-field input,
#wpforms-10496 .wpforms-field textarea {
    border-radius: 4px 4px 0 0;
    background-color: var(--alt-light-green);
    color: var(--black);
    font-family: "Roboto", serif;
    border-bottom: 1.5px solid #0000006b;
    border-top: none;
    border-left: none;
    border-right: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#wpforms-10496 .wpforms-field textarea {
    border: 1px solid #00000041 !important;
}

#wpforms-10496 .wpforms-field input:focus {
    border-bottom: var(--viridian) 2px solid !important;
    border: none;
    background-color: #dbdbdb !important;
}

#wpforms-10496 .wpforms-field textarea:focus {
    border: 2px var(--viridian) solid !important;
    background-color: #dbdbdb !important;
    border-radius: 4px !important;
}

#wpforms-form-10496 .floating label:nth-of-type(2) {
    display: none;
}

#wpforms-form-10496 .floating input {
    position: relative;
    min-height: 60px;
    max-height: 65px;
    padding: 15px 10px 10px 15px !important;
}

#wpforms-form-10496 .floating textarea {
    position: relative;
    min-height: 120px;
    max-height: 120px;
    padding: 22px 15px 15px 15px !important;
}

#wpforms-form-10496 .floating input+label {
    position: relative !important;
    top: -65px !important;
    padding: 20px 0 0 15px !important;
    opacity: 0.5;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
    font-size: 14px !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#wpforms-form-10496 .floating textarea+label {
    position: relative !important;
    top: -140px !important;
    padding: 33px 15px 5px 15px !important;
    opacity: 0.5;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
    font-size: 14px !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#wpforms-form-10496 .floating input:focus+label,
#wpforms-form-10496 .floating input:not(:placeholder-shown)+label,
#wpforms-form-10496 .floating textarea:focus+label,
#wpforms-form-10496 .floating textarea:not(:placeholder-shown)+label {
    top: -75px !important;
    opacity: 1;
    color: var(--viridian);
    font-size: 12px !important;
}

#wpforms-form-10496 .floating textarea:focus+label,
#wpforms-form-10496 .floating textarea:not(:placeholder-shown)+label {
    top: -145px !important;
}

#wpforms-form-10496 .wpforms-error {
    color: var(--red) !important;
}

#wpforms-form-10496 .floating ::-webkit-input-placeholder {
    /* Chrome and Safari */
    color: transparent !important;
}

#wpforms-form-10496 .floating :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent !important;
}

#wpforms-form-10496.floating ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent !important;
}

#wpforms-form-10496.floating :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: transparent !important;
}

#wpforms-form-10496 .floating ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: transparent !important;
}

#wpforms-form-10496>div.wpforms-submit-container {
    padding: 65px 0 0 0;
}

#wpforms-submit-10496 {
    background-color: var(--viridian);
    color: var(--white);
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding: 7px 17px;
    font-size: 14px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
        0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-top: 30px;
}

#wpforms-submit-10496:hover {
    background-color: var(--blue);
}

#wpforms-submit-10496:active {
    background-color: var(--purple);
    color: #ddd;
}

#wpforms-confirmation-10496 {
    background: none;
    text-align: center;
    border: none;
    border-bottom: 2px solid var(--viridian);
}

/* Newsletter Form */

#wpforms-10528-field_12>li::before {
    display: none !important;
}

#wpforms-10528 .wpforms-field-row-block {
    width: 100% !important;
    margin: 5px 0 !important;
}

#wpforms-10528 div.wpforms-container-full,
div.wpforms-container-full .wpforms-form p {
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1pt;
    font-size: 18px;
}

#wpforms-10528-field_8 h2 {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 40px;
}

#wpforms-10528-field_5-container>div>button.wpforms-page-button.wpforms-page-next {
    font-weight: 400;
    font-size: 22px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent;
    text-decoration: none;
    color: var(--viridian);
    padding: 0;
    border: none;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#wpforms-10528-field_5-container>div>button.wpforms-page-button.wpforms-page-next:hover {
    transform: translateX(5px);
    background: var(--white);
    padding: 0 8px;
}

#wpforms-10528-field_5-container>div>button.wpforms-page-button.wpforms-page-next:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z' fill='%235FBA94'/%3E%3C/svg%3E%0A");
    display: block;
    width: 16px;
    height: 16px;
}


#wpforms-10528-field_5-container>div>button.wpforms-page-button.wpforms-page-next:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.175 9H0V7H12.175L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9Z' fill='%2300915C'/%3E%3C/svg%3E%0A");
}


#wpforms-10528-field_5-container>div>button.wpforms-page-button.wpforms-page-next:hover,
#wpforms-10528-field_5-container>div>button.wpforms-page-button.wpforms-page-next:focus {
    color: var(--viridian);
}

#wpforms-10528 div.wpforms-container-full .wpforms-form .wpforms-one-half {
    width: 100%;
    margin: 10px 0 0 0;
}

#wpforms-10528 div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    position: relative;
    top: -65px;
}

#wpforms-10528 input[type="text"],
#wpforms-10528 input[type="email"],
#wpforms-10528-field_12>li>label>a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#wpforms-10528 input[type="text"]:focus,
#wpforms-10528 input[type="email"]:focus {
    border: 1px solid var(--viridian);
}

#wpforms-10528-field_12>li>label>a:hover {
    color: var(--viridian);
    text-decoration: underline;
    text-decoration-color: var(--viridian);
}

#wpforms-10528 .transition {
    transition: 5s all ease-in-out;
    -webkit-transition: 5s all ease-in-out;
}

#wpforms-10528 .anim-trans {
    animation: anim 5s ease-in-out;
}

#wpforms-submit-10528 {
    background-color: var(--viridian);
    color: var(--white);
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding: 7px 17px;
    font-size: 14px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
        0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#wpforms-submit-10528:hover {
    background-color: var(--blue);
}

#wpforms-submit-10528:active {
    background-color: var(--purple);
    color: #ddd;
}

@keyframes anim {
    0% {
        opacity: 0;
    }

    20% {
        z-index: 11;
        opacity: 1;
    }
}

.lightbox div img {
    width: 100%;
}

@media (max-width: 992px) {
    #wpforms-10528-field_8 {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #wpforms-10528 div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern) {
        overflow: visible;
    }
}

@media only screen and (max-width: 600px) {
    div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout) {
        overflow-x: visible !important;
    }
}

#wpforms-confirmation-10528 {
    background: none !important;
    text-align: center !important;
    border: none !important;
    border-bottom: 2px solid var(--viridian) !important;
}