```css
/*
Theme Name: OGV
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* =========================================================
   Buttons: Enfold-Farbvarianten (teal, purple, dark, green)
   ========================================================= */
.avia-button.avia-color-teal {
    border-width: 1px !important;
    border-radius: 8px !important;
    background-color: #5e7c24 !important;
    border-color: #5e7c24 !important;
    color: #fff !important;
    padding: 10px 20px !important;
}

a.avia-button.avia-color-teal:hover {
    background-color: #5e7c24 !important;
    border-color: #5e7c24 !important;
    color: #fff !important;
    box-shadow: 0 2px 2px 0 #00000024, 0 1px 5px 0 #0000001f, 0 3px 1px -2px #0003 !important;
}

/* Sonder-Button "purple": SVG-Background als data-URI, Inhalt zentriert via inline-flex */
.avia-button.avia-color-purple, .avia-button.avia-color-purple:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 350 90' preserveAspectRatio='none'><path d='M346.69 25.48v.033c0 .2 0 .401-.019.619-.267 5.964-1.433 14.251-2.885 23.558-1.414 8.972-2.464 12.822-4.164 17.985-1.701 5.146-4.031 8.705-7.986 11.344-7.928 5.264-19.757 4.978-42.797 4.978l-241.04-4.623c-17.575-.4-26.363-.584-32.84-3.96-2.426-1.252-4.547-2.806-6.324-4.594-4.757-4.779-5.578-8.678-7.183-22.212-.478-4.06-.917-8.52-1.185-11.645A79.717 79.717 0 0 1 0 33.588c.04-2.589-.036-2.968.04-4.589.02-.518-.056-1.515 0-2 .345-3.458 1.278-6.477 3.093-8.9a24.497 24.497 0 0 1 2.885-3.141 26.974 26.974 0 0 1 3.534-2.74c6.916-4.495 17.233-5.23 37.866-6.45C108.4 2.243 227.267.084 288.249 0c8.043 0 14.978.017 20.977.217 15.953.518 25.352 2.206 31.465 7.62.478.417.898.835 1.299 1.286.077.066.153.15.23.234 2.808 3.157 4.107 6.967 4.432 11.913.076 1.303.095 2.723.038 4.21Z' fill='%23333333'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    border: none;
    color: #fff;
    background-color: transparent;
}

.avia-button.avia-color-purple {
    background-color: transparent!important;
    border-color: #514358;
    color: #fff;
}

/* Alternative Button-Variante "dark": transparenter Button mit Rahmen, Hover wechselt auf Grün */
a.avia-button.avia-color-dark {
    border-width: 1px !important;
    border-radius: 8px !important;
    border-color: #666 !important;
    color: #333 !important;
    background-color: transparent;
    padding: 10px 20px !important;
    text-decoration: none;
}

a.avia-button.avia-color-dark:hover {
    background-color: #719430!important;
    border-color: #4caf50!important;
    color: #fff!important;
}

/* Button-Variante "green": definierter Grünton für Hintergrund/Rahmen */
.avia-button.avia-color-green {
    border-width: 1px !important;
    border-radius: 8px !important;
    background-color: #83a846!important;
    border-color: #6F8F3B!important;
    color: #fff!important;
    padding: 10px 20px !important;
}

a.avia-button.avia-color-green:hover {
    background-color: #83a846!important;
    border-color: #6F8F3B!important;
    color: #fff!important;
    box-shadow: 0 2px 2px 0 #00000024, 0 1px 5px 0 #0000001f, 0 3px 1px -2px #0003 !important;
}

/* =========================================================
   Defaults (gelten überall, MQs überschreiben nur Abweichungen)
   ========================================================= */

/* Headline-Banner: Default (Mobile/Tablet) */
#top .headline-banner .av-special-heading-tag  { 
    font-size: calc(var(--base-font-size, 1rem) * 1.5);
    line-height: calc(var(--base-font-size, 1rem) * 1.75);
    font-weight: 700;
    max-width: 47.4375rem;
}

/* CTA: Default (Mobile/Tablet) */
.cta-inner { padding: 1rem; }
.cta-banner .avia-button { margin-top: 1.5rem; }

/* Bilder: abgerundete Ecken */
.rounded-image img {
    border-radius: 12px;
    height: auto;
    opacity: 1;
    transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

/* Enfold Icon List: Abstände und Timeline */
.avia-icon-list li {
    padding: 0 0 0px 0!important;
}

.avia-icon-list p {
    line-height: calc(var(--base-font-size, 1rem) * 1.5 * 1.25)!important;
    margin: 0.25em 0!important;
}

.main_color .avia-icon-list .iconlist-timeline {
    display: none !important;
}

.avia-icon-list .iconlist_icon {
    line-height: 44px!important;
    margin-right: 10px!important;
}

/* Heading-Bar: Label/Badge über Überschriften */
.heading-bar {
    margin-bottom: 2.0625rem;
    margin-left: 1.03125rem;
    margin-top: 2.75rem;
    transform: translateX(-6.1875rem);
    display: block;
}

.heading-bar span {
    background-color: #83a83d;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: .313rem;
    padding: .34375rem .859375rem;
    font-size: calc(var(--base-font-size, 1rem) * 1.5 * 1.25);
    line-height: calc(var(--base-font-size, 1rem) * 1.75 * 1.25);
}

/* Header-Spacings: Abstände für Header-Container, Menülinks und Cart-Link */
#top #header_main > .container,
#top #header_main > .container .main_menu .av-main-nav > li > a,
#top #header_main #menu-item-shop .cart_dropdown_link {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Link-Stil in Textblöcken: Unterstreichung erzwingen */
.avia_textblock a {
    text-decoration: underline!important;
}

/* Custom Link-Markierung: Pfeil vor Links mit Klasse .mitglied-link */
.mitglied-link::before {
    content: "→";
    display: inline-block;
    text-decoration: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
}

/* Platzhalter-Klasse (derzeit ohne Styles) */
.grey {}

/* Enfold Section Small: Content/Sidebar Padding reduzieren */
.avia-section-small .content,
.avia-section-small .sidebar {
    padding-top: 20px!important;
    padding-bottom: 10px!important;
}

/* Enfold Ajax Form: Grundlayout, Inputs und Submit */
#top .avia_ajax_form {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

#top .avia_ajax_form input[type="text"],
#top .avia_ajax_form input[type="email"],
#top .avia_ajax_form textarea {
    border-radius: 8px !important;
    border: 1px solid #ccc !important;
    padding: 12px 14px !important;
    font-size: 16px;
    background-color: #fff;
}

#top .avia_ajax_form input:focus,
#top .avia_ajax_form textarea:focus {
    border-color: #4caf50 !important;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.15);
    outline: none;
}

#top .avia_ajax_form input[type="submit"] {
    border-radius: 8px !important;
    padding: 12px 26px;
    background-color: #4caf50;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: 
        box-shadow 0.25s ease,
        transform 0.25s ease,
        background-color 0.25s ease;
}

#top .avia_ajax_form input[type="submit"]:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
    background-color: #43a047;
}

/* =========================================================
   Mobile (<= 47.9937rem)
   ========================================================= */
@media (max-width: 47.9937rem) {

    /* Typografie: Rich Content */
    #top .rich-content-headline-h3 .av-special-heading-tag {
        font-size: calc(var(--base-font-size, 1rem) * 1)!important;
        line-height: calc(var(--base-font-size, 1rem) * 1.5);
        font-weight: 600;
    }

    #top .rich-content-headline-h2 .av-special-heading-tag {
        font-size: calc(var(--base-font-size, 1rem) * 1.5)!important;
        line-height: calc(var(--base-font-size, 1rem) * 1.5);
        font-weight: 900;
        margin-bottom: 1rem;
    }

    .rich-content-copy, .all_colors p {
        font-size: calc(var(--base-font-size, 1rem) * 1)!important;
        line-height: calc(var(--base-font-size, 1rem) * 1.5)!important;
    }

    /* Hero: Mobile */
    #top .hero-h1 .av-special-heading-tag { 
        font-size: calc(var(--base-font-size, 1rem) * 3)!important;
        line-height: calc(var(--base-font-size, 1rem) * 3)!important;
        font-weight: 900!important;
        margin-bottom: 1.71875rem!important;
    }

    #top .hero-h1 p { 
        font-size: calc(var(--base-font-size, 1rem) * 1.1875 * 1.25)!important;
        line-height: calc(var(--base-font-size, 1rem) * 1.75 * 1.25)!important;
        font-weight: 600!important;
        margin-bottom: 1.71875rem;
    }

    #top .hero-h1 { 
        padding: 0.75rem;
        align-content: center;
        color: #ffffff;
        grid-area: content;
        position: relative;
        text-align: center;
    }

    /* Heading-Bar Badge: Mobile kompakter */
    .heading-bar span  {
        font-size: calc(var(--base-font-size, 1rem) * 1.25);
        padding: .0775rem .5rem;
    }

    /* Intro-Headline: Mobile Positionierung */
    .intro__headline {
        margin-top: -2rem;
        margin-left: 7.75rem;
    }

    /* Section Small: Mobile kompakter */
    .avia-section-small .content,
    .avia-section-small .sidebar {
        padding-top: 15px !important;
        padding-bottom: 0px !important;
    }

    /* Global Content/Sidebar Padding: Mobile */
    .content, .sidebar {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
}

/* Small Mobile (<= 35.6238rem) */
@media (max-width: 35.6238rem) {
    .heading-bar div {
        font-size: calc(var(--base-font-size, 1rem) * 1.1875);
        line-height: calc(var(--base-font-size, 1rem) * 1.75);
        margin-bottom: 0.3rem;
    }
}

/* =========================================================
   Tablet (48rem bis 75rem)
   ========================================================= */
@media (min-width: 48rem) and (max-width: 75rem) {

    #top .rich-content-headline-h2-m .av-special-heading-tag  { 
        font-size: calc(var(--base-font-size, 1rem) * 1.1875 * 1.25)!important;
        line-height: calc(var(--base-font-size, 1rem) * 1.75 * 1.25);
        font-weight: 700;  
    }

    .heading-bar div {
        margin-bottom: .25rem;
    }
}

/* =========================================================
   Desktop groß (>= 75.0062rem)
   ========================================================= */
@media (min-width: 75.0062rem) {

    #top .rich-content-headline .av-special-heading-tag  { 
        font-size: calc(var(--base-font-size, 1rem) * 1.3 * 1.25) !important; 
        line-height: calc(var(--base-font-size, 1rem) * 1.75 * 1.25);
        font-weight: 900;  
    }

    #top .rich-content-headline-h1 .av-special-heading-tag,
    .all_colors h1,
    .modern-quote  { 
        font-size: calc(var(--base-font-size, 1rem) * 1.1875 * 1.25)!important;
        line-height: calc(var(--base-font-size, 1rem) * 1.75 * 1.25);
        font-weight: 600!important;
    }

    #top .rich-content-headline-h2 .av-special-heading-tag  { 
        font-size: calc(var(--base-font-size, 1rem) * 1.5 * 1.25)!important;
        line-height: calc(var(--base-font-size, 1rem) * 1.75 * 1.25)!important;
        font-weight: 900;
    }

    #top .rich-content-headline-h2-m .av-special-heading-tag  { 
        font-size: calc(var(--base-font-size, 1rem) * 1.1875 * 1.25)!important;
        line-height: calc(var(--base-font-size, 1rem) * 1.75 * 1.25);
        font-weight: 700;  
    }

    #top .rich-content-headline-h3 .av-special-heading-tag  { 
        font-size: calc(var(--base-font-size, 1rem) * 1.1875 * 1.25)!important;
        line-height: calc(var(--base-font-size, 1rem) * 1.75 * 1.25)!important;
        font-weight: 600;
    }

    #top .rich-content-copy, .all_colors p  { 
        font-size: calc(var(--base-font-size, 1rem) * 1 * 1.25);
        line-height: calc(var(--base-font-size, 1rem) * 1.5 * 1.25);
    }

    /* Hero: Desktop */
    #top .hero-h1 .av-special-heading-tag { 
        font-size: 3vw !important;
        line-height: 1;
        font-weight: 900!important;
        margin-bottom: 1.71875rem!important;
    }

    #top .hero-h1 p { 
        font-size: calc(var(--base-font-size, 1rem) * 1.1875 * 1.25);
        line-height: calc(var(--base-font-size, 1rem) * 1.75 * 1.25);
        font-weight: 600!important;
        margin-bottom: 1.71875rem;
    }

    #top .hero-h1 { 
        padding: 2.75rem;
        align-content: center;
        color: #ffffff;
        grid-area: content;
        position: relative;
        text-align: center;
    }

    /* CTA: Desktop überschreibt Default */
    .cta-inner { padding: 4rem; }

    /* Hero-Spaltenlayout: Desktop */
    .hero .flex_cell { flex: none; }
    .hero .flex_cell:nth-child(1) { width: 15% !important; }
    .hero .flex_cell:nth-child(2) { width: 35% !important; }
    .hero .flex_cell:nth-child(3) { width: 35% !important; }
    .hero .flex_cell:nth-child(4) { width: 15% !important; }

    /* Headline-Banner: Desktop überschreibt Default */
    #top .headline-banner .av-special-heading-tag  { 
        font-size: calc(var(--base-font-size, 1rem) * 1.5 * 1.25);
        line-height: calc(var(--base-font-size, 1rem) * 1.75 * 1.25);
        font-weight: 700;
        max-width: 47.4375rem;
    }

    /* Heading-Bar Zusatztext: Desktop */
    .heading-bar div {
        font-weight: 700;
        margin-bottom: .25rem;
    }

    /* Intro-Headline: Desktop */
    .intro__headline {
        margin-bottom: -1.0625rem;
        margin-left: 0.03125rem;
        margin-top: 2.75rem;
        transform: translateX(-6.1875rem);
    }

    /* Iconlist Title: Desktop */
    #top #wrap_all .avia-icon-list-container .av_iconlist_title {
        font-size: calc(var(--base-font-size, 1rem) * 1 * 1.25)!important;
        line-height: calc(var(--base-font-size, 1rem) * 1.5 * 1.25);
    }
}
```
