/*
 Theme Name:     mo
 Theme URI:      https://aweos.de
 Description:    Das offizielle Design von Mo. Entworfen von AWEOS
 Author:         AWEOS
 Author URI:     https://aweos.de
 Template:       Divi
 Version:        1.0.0
*/


/* roboto-condensed-regular - latin */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('/wp-content/themes/mo/fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/wp-content/themes/mo/fonts/roboto-condensed-v19-latin-regular.woff') format('woff');
    /* Modern Browsers */
}


/* roboto-condensed-700 - latin */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('/wp-content/themes/mo/fonts/roboto-condensed-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/wp-content/themes/mo/fonts/roboto-condensed-v19-latin-700.woff') format('woff');
    /* Modern Browsers */
}

:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none !important;
}

:root {
    --rose: #ddb0b0;
    --mauve: #946572;
    --brick: #a96066;
    --dark: #333333;
    --white: #ffffff;
    --light-beige: #f5f0e6;
    --ghost-white: #F8F8FF;
  }
  

body {
    font-family: 'Roboto Condensed';
}


/* =Theme customization starts here */

.logged-in header#main-header {
    top: 50px;
}

.produkte-btn a {
    font-weight: 700;
    color: #fff;
    background: #cf0173;
    padding: 10px 20px;
    border-radius: 10px;
    line-height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.produkte-btn a:hover {
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 40px rgb(0 0 0 / 30%);
}

.et_pb_section.produkte-btn.et_section_regular {
    padding: 0;
}

.produkte-btn .et_pb_text_inner {
    text-align: center;
}

.leistung-boxen .et_pb_text_inner p {
    min-height: 121px;
}


/*allgemein*/

p {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.leistung-boxen .jquery-opener .et_pb_column.et_pb_column_1_4 {
    margin-top: 0;
}

#top-menu li.mega-menu>ul>li>a:first-child {
    border: none;
    padding-bottom: 6px;
}

#top-menu li.mega-menu>ul>li>a {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600 !important;
}

body #BorlabsCookieBox a._brlbs-btn._brlbs-btn-accept-all._brlbs-cursor {
    background: #28a745;
    color: white;
}

body #BorlabsCookieBox ._brlbs-box-wrap {
    max-width: 400px;
}

body #BorlabsCookieBox ._brlbs-btn {
    background: #e6e6e6;
    color: #5b5b5b;
}

#top-menu li.mega-menu>ul>li>a:first-child:hover {
    text-decoration: underline;
    opacity: 1;
}

#top-menu li.mega-menu>ul>li {
    width: 50%;
}

#top-menu li.mega-menu>ul>li:last-child a {
    padding-bottom: 0;
}

#top-menu li.mega-menu>ul>li>a:before {
    content: '5';
    font-family: 'ETmodules';
    padding-right: 3px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.breadcrumbs-head {
    background: #f3f3f3;
    padding: 10px 0;
}

#top-menu .menu-item-has-children>a:first-child:after,
#et-secondary-nav .menu-item-has-children>a:first-child:after {
    top: 29px;
}

#top-menu li.mega-menu>ul {
    width: 52%;
    right: 0px !important;
    margin: 0 auto;
    border: none;
}




img#logo {
    padding: 0px 0px 0px 0px;
}


.leistung-boxen .jquery-opener .et_pb_column.et_pb_column_1_4.et_pb_column_empty,
.leistung-boxen .jquery-opener .et_pb_column.et_pb_column_1_4.et_pb_column_empty:last-child {
    padding: 0;
    display: none;
}

.headerbild h2 {
    font-size: 34px;
}

.headerbild h4 {
    color: var(--brick);
    font-style: italic;
    font-size: 34px;
}


/*Header Menü Logo und Buttons*/
     
header#main-header {
    position: absolute;
    background: none;
    top: 18px;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container.clearfix.et_menu_container {
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 0px 30px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}

.et_header_style_left .logo_container {
    position: relative;
    width: 200px;
    margin-top: -10px;
    padding-bottom: 10px;
}

div#et-top-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

nav#top-menu-nav,
#top-menu,
nav.et-menu-nav,
.et-menu {
    float: none;
}

.mobile_menu_bar:before,
.mobile_menu_bar:after,
#top-menu li.current-menu-ancestor>a,
body.page #top-menu li.current-menu-item>a {
    color: var(--brick);
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding-bottom: 29px;
    font-size: 18px;
    color: #000;
    padding-top: 29px;
}

.cta-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-container li {
    padding-left: 6px;
}

.hero-bild img {
    transform: scaleX(-1);
  }
  
  .hero-bild-ueber-mich img {
    object-position: center 20%;
}

  
.lightSlider {
    overflow: visible;
}

/*Boxen mit Leistungen*/

.leistung-boxen .et_pb_column.et_pb_column_1_4:last-child .et_pb_module.et_pb_text {
    text-align: center;
}

.et_pb_section.leistung-boxen.et_section_regular {
    padding: 60px 0 60px;
    background: none;
}

.leistung-boxen .et_pb_row.et_pb_row_4col {
    padding: 0;
}

.leistung-boxen .et_pb_column.et_pb_column_1_4 {
    margin-top: -110px;
    background: #fff;
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    padding: 25px;
    margin-right: 3%;
    width: 22.7%;
    border-radius: 10px;
    position: relative;
    bottom: 0;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    min-height: 375px;
}

.leistung-boxen .et_pb_module.et_pb_image {
    margin: -25px -25px 20px -25px;
}

.leistung-boxen img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.leistung-boxen h2 {
    font-size: 18px;
}

.leistung-boxen .jquery-opener .et_pb_column.et_pb_column_1_4.et-last-child {
    background: #fff;
    padding: 25px;
}

.leistung-boxen .jquery-opener .et_pb_column.et_pb_column_1_4:last-child .et_pb_module.et_pb_text {
    text-align: left;
}

.et_pb_row.jquery-opener {
    display: none;
    margin-top: 30px;
}

.leistung-boxen .et_pb_text a {
    color: #000;
    text-decoration: underline;
    display: inline-block;
    padding-top: 12px;
}


/**mehr leistungen button**/

.leistung-boxen .et_pb_column.et_pb_column_1_4.et-last-child {
    padding: 108px 20px;
    background: #d00173;
}

.leistung-boxen .et_pb_column_4.et-last-child a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.leistung-boxen .et_pb_column_4.et-last-child a:before {
    content: '+';
    display: block;
    margin: 0 auto;
    width: 50px;
    line-height: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--brick);
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}


/*Über Uns*/

.et_pb_section.ueber-uns {
    padding-bottom: 0;
}

.ueber-uns a {
    background: var(--brick);
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    line-height: 100%;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.ueber-uns a:hover {
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 40px rgb(0 0 0 / 30%);
}

.ueber-uns .et_pb_column_1_2.et-last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
}

.ueber-uns .et_pb_module.et_pb_image:first-child {
    position: relative;
    bottom: 40px;
    left: 40px;
}

.ueber-uns .et_pb_column .et_pb_image img {
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}

.ueber-uns.mit-slider .et_pb_column_1_2.et-last-child {
    display: block;
}

.ueber-uns.mit-slider ul.lSPager {
    margin-top: 15px !important;
}

.ueber-uns.mit-slider .et_pb_column_1_2.et-last-child {
    padding-top: 0;
}

.ueber-uns.mit-slider .lSSlideOuter li,
.ueber-uns.mit-slider .lSSlideOuter li img {
    height: 100%;
}

.ueber-uns.mit-slider .lSSlideOuter li img {
    object-fit: cover;
    aspect-ratio: 7 / 12;
    width: 100%;
    max-height: 80vh;
}

.ueber-uns.mit-slider .lSSlideOuter img {
    border-radius: 10px;
}

.ueber-uns.mit-slider .lSSlideOuter .lSAction>a {
    padding: 15px;
    background-color: transparent;
    background-image: url(//doctor-mo.de/wp-content/themes/mo/js/lightslider-master/dist/css/../img/controls.png);
    opacity: 0;
}

.ueber-uns.mit-slider .lSSlideOuter .lSAction>a:hover {
    box-shadow: none;
}

.ueber-uns.mit-slider .lSSlideOuter .lSPager.lSpg>li a {
    padding: 0px;
    height: 8px;
    width: 8px;
    background: var(--brick);
}

body #offcanvas_container #offcanvas_menu_inner>li.menu-item.menu-item-has-children>a:after {
    background-color: #fff;
    color: #333;
}

body #offcanvas_menu_inner>li.menu-item.visible>a,
body #offcanvas_menu_inner>li.menu-item.visible>ul>li.menu-item.visible>a {
    color: #000;
    background-color: #eee;
}

body #offcanvas_container #offcanvas_menu_inner>li.menu-item>ul.sub-menu>li>a {
    background: #fff;
}


/*Kundenbewertungen*/

.et_pb_section.bewertung.et_section_regular {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffc), to(#fffc)), url(/wp-content/uploads/2022/07/beerdigung-orlowski-blumen.jpeg) !important;
    background-image: -o-linear-gradient(#fffc, #fffc), url(/wp-content/uploads/2022/07/beerdigung-orlowski-blumen.jpeg) !important;
    background-image: linear-gradient(#fffc, #fffc), url(/wp-content/uploads/2022/07/beerdigung-orlowski-blumen.jpeg) !important;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.et_pb_section.bewertung.et_section_regular:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, #0000), color-stop(90%, #ffffffb3), to(#fff));
    background: -o-linear-gradient(bottom, #0000 70%, #ffffffb3 90%, #fff 100%);
    background: linear-gradient(to top, #0000 70%, #ffffffb3 90%, #fff 100%);
}

.et_pb_section.bewertung.et_section_regular:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #0000), color-stop(90%, #ffffffb3), to(#fff));
    background: -o-linear-gradient(top, #0000 70%, #ffffffb3 90%, #fff 100%);
    background: linear-gradient(to bottom, #0000 70%, #ffffffb3 90%, #fff 100%);
}

/*Header*/

.head-image {
    height: 600px;
    position: relative;
}

.head-image img {
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.head-container {
    position: absolute;
    top: 40%;
    left: 0;
    width: 80%;
    right: 0;
    margin: 0 auto;
    max-width: 1180px;
}

.head-image h1 {
    font-size: 36px;
    color: #ffffff;
}

.head-image p.sub-text {
    padding: 0 0 20px;
    width: 30%;
}

.head-image a {
    color: #ffffff;
    background: #b30264;
    padding: 10px 20px;
    font-weight: bold;
    line-height: 100%;
    border-radius: 10px;
    display: inline-block;
    font-size: 18px;
}


/*Inhalt allgemein*/

.unterseite-vorlage .et_pb_column.et_pb_column_3_4 {
    margin-right: 3%;
    width: 70%;
}

.unterseite-vorlage .et_pb_row_inner {
    padding: 30px;
    margin-bottom: 43px;
    background: #f9f9f9;
    border-radius: 10px;
}

.unterseite-vorlage .et_pb_row_inner:before {
    content: '|';
    font-size: 44px;
    color: #f9f9f9;
    bottom: -30px;
    position: absolute;
    z-index: 102;
    font-weight: bold;
    opacity: 1;
    right: 0;
    left: 0;
    text-align: center;
}


/*tabelle*/

table caption {
    display: none;
}

.entry-content table:not(.variations) {
    border: none;
    margin: 0;
}

.error404 h1.not-found-title {
    padding-top: 80px;
}

.entry-content .tablepress tbody td {
    padding-left: 0;
}

.tablepress td.column-1 {
    font-weight: bold;
}


/*liste ablauf*/

.ablauf ol {
    padding-top: 30px;
    padding-bottom: 0;
}

#behandlungsablauf li {
    list-style: none;
    counter-increment: my-awesome-counter;
    padding-left: 40px;
    padding-bottom: 30px;
    position: relative;
}

#behandlungsablauf li:before {
    content: counter(my-awesome-counter);
    position: absolute;
    top: 0;
    left: 0;
    background: #d10072;
    border-radius: 50%;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    z-index: 2;
}

#behandlungsablauf li:after {
    content: '';
    border-left: 1px solid #efefef;
    height: 100%;
    left: 12px;
    top: 0;
    position: absolute;
}

#behandlungsablauf li:last-child:after {
    display: none;
}


/*bilderserie*/

.unterseite-vorlage #bilderfolge {
    padding: 0;
    background: none;
}

.et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner#bilderfolge>.et_pb_column_1_4 {
    margin-right: 2%;
    width: 32%;
}

.unterseite-vorlage #bilderfolge img {
    border-radius: 10px;
    height: 100%;
    /* -webkit-filter: grayscale(0.8); */
    /* filter: grayscale(0.8); */
}

.unterseite-vorlage #bilderfolge img:hover {
    -webkit-filter: none;
    filter: none;
}

.unterseite-vorlage #bilderfolge .et_pb_column_1_4:nth-child(2) img {
    -webkit-filter: none;
    filter: none;
}

.unterseite-vorlage #bilderfolge,
.unterseite-vorlage #bilderfolge div,
.unterseite-vorlage #bilderfolge span {
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    display: flex;
}

.unterseite-vorlage #bilderfolge .et_pb_column {
    margin-bottom: 0;
}

.unterseite-vorlage #bilderfolge img {
    -o-object-fit: cover;
    object-fit: cover;
}


/*liste anwendung*/

#anwendungsgebiet ul {
    list-style: none;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

#anwendungsgebiet li {
    display: inline-block;
    width: 36%;
    margin-right: 2%;
    margin-bottom: 14px;
    padding-left: 36px;
    position: relative;
    vertical-align: top;
    font-size:18px
}

#anwendungsgebiet li:before {
    content: '\4e';
    font-family: 'ETmodules';
    width: 24px;
    height: 24px;
    background: #b30264;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
}


/*faq*/

#faq .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_open {
    background: #fff;
    border: none;
}

#faq .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close {
    border: none;
    border-radius: 10px;
    background: #f5f5f5;
    margin: 0px 0px 15px;
}




/*Sidebar*/

.unterseite-vorlage .et_pb_column.et_pb_column_1_4.et_pb_column_single {
    padding-top: 0;
    position: sticky;
    top: 30px;
    width: 27%;
}

.unterseite-vorlage .et_pb_column_1_4 .et_pb_widget {
    margin-bottom: 30px;
}

.unterseite-vorlage .widget_nav_menu .menu-ankermenu-container li a {
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 13px;
    display: block;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.unterseite-vorlage .menu-ankermenu-container li a:hover {
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 15%);
    box-shadow: 0 10px 40px rgb(0 0 0 / 15%);
    color: #666;
}

.unterseite-vorlage .widget_nav_menu .menu-ankermenu-container li a.ds-menu-active {
    background: #d00072;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.unterseite-vorlage .widget_nav_menu .menu-ankermenu-container li a.ds-menu-active:before {
    content: "\44";
    font-family: 'ETmodules';
    position: absolute;
    top: 11px;
    left: -20px;
    font-size: 35px;
    display: block;
    color: #d00072;
}

.unterseite-vorlage .person-sidebar .one-third {
    width: 40%;
    display: inline-block;
    margin-right: 2%;
}

.unterseite-vorlage .person-sidebar .two-third {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    line-height: 24px;
    margin-top: 10px;
}

.unterseite-vorlage .person-sidebar .two-third strong:after {
    content: "\e033 \e033 \e033 \e033 \e033";
    font-family: 'ETmodules';
    color: #e0b42c;
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
}

.unterseite-vorlage .person-sidebar a {
    background: var(--brick);
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 15px;
    display: block;
    text-align: center;
    margin-top: 17px;
    line-height: 100%;
    font-size: 18px;
}

.unterseite-vorlage .leistungmenu .menu-leistungmenu-container li a {
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 13px;
    display: block;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    font-size: 18px;
}

.unterseite-vorlage .menu-leistungmenu-container li a:hover {
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 15%);
    box-shadow: 0 10px 40px rgb(0 0 0 / 15%);
    color: #666;
}

.unterseite-vorlage .leistungmenu .menu-leistungmenu-container li.current-menu-item a {
    background: var(--brick);
    color: #fff !important;
    font-weight: bold;
}

.unterseite-vorlage .et_pb_module.et_pb_widget_area.clearfix.et_pb_widget_area_left.et_pb_bg_layout_light {
    border: none;
    padding: 0;
}

.unterseite-vorlage .person-sidebar {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
}

/*Google Maps*/

iframe {
    height: 362px;
    width: 81%;
}

/* Icons */

.icons {
    width: 25% !important;
    margin-left: 37% !important;
}
.icons-header {
    text-align: center !important;
    color: #b30264 !important;
}
.icons-texte {
    text-align: center !important;
    margin-top: -20px !important;
}



@media (max-width: 1024px) {
    .head-image img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 450px;
    }
    .head-image {
        height: 450px;
    }
    .headerbild h2 {
        font-size: 28px;
    }
    .headerbild .et_pb_module.et_pb_text {
        top: 30%;
    }
    .headerbild p {
        width: 100%;
    }
    h2 {
        font-size: 22px;
        line-height: 130%;
    }
    h3 {
        font-size: 18px;
    }
    .head-container p.sub-text {
        width: 56%;
    }
    .head-image h1 {
        font-size: 28px;
    }
    .anwendung li {
        width: 45%;
    }
}

@media (max-width: 1024px) and (min-width: 981px) {
    .et_header_style_left #et-top-navigation nav>ul>li>a {
        font-size: 14px !important;
    }

    .cta-btn-menu {
        font-size: 14px !important;
        background-size: 20px 20px !important;
        padding: 13px 13px 13px 38px !important;
    }

    .container.clearfix.et_menu_container {
        padding: 0px 15px !important;
    }

    .cta-tel {
        width: 38px !important;
        height: 38px !important;
        background-size: 20px 20px !important;
    }

    #top-menu li {
        padding-right: 14px !important;
    }
}

@media (max-width: 980px) and (min-width: 769px) {
    .et_header_style_left .logo_container {
        width: 400px;
        margin-top: 5px;
    }

    .cta-container ul {
        justify-content: end;
    }
}

@media (max-width: 980px) {
    .et_pb_row_4col.why-pilates-cards {
        display: block !important;
    }
    .card-image .et_pb_image_wrap img {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .et_pb_row_4col.why-pilates-cards {
        display: block !important;
    }
    .intro-row .et_pb_text_inner p:last-child {
        margin-bottom: 0 !important;
    }
    .et_pb_row_4col.why-pilates-cards .et_pb_column {
        margin-bottom: 30px !important;
    }
    .cta-buttons {
        justify-content: center !important;
    }
    .cta-button {
        width: auto;
        flex: 0 0 auto;
        min-width: 180px;
    }
}

@media (max-width: 798px) {
    .cta-button.primary {
        margin-bottom: 15px;
    }
}


@media (max-width: 768px) and (min-width: 581px) {
    .cta-container ul {
        margin-bottom: 15px;
    }

    .cta-btn-menu {
        font-size: 14px !important;
        background-size: 23px 30px !important;
    }

    .cta-tel {
        width: 35px !important;
        height: 35px !important;
        background-size: 20px 20px !important;
    }

    .mobile_menu_bar:before {
        top: 18px !important;
        left: 0px !important;
    }
         .et_header_style_left .logo_container {
         width: 300px !important;
         margin-top: 0px !important;
         padding-bottom: 0px !important;
      }
}

@media (max-width: 580px) and (min-width: 474px) {
    .cta-btn-menu {
        padding: 8px 11px 8px 35px !important;
        font-size: 14px !important;
        background-size: 18px 18px !important;
    }

    .mobile_menu_bar:before {
        top: 7px !important;
        left: 0px !important;
    }

    .et_header_style_left .logo_container {
        margin-top: -5px !important;
        padding-bottom: 0px !important;
    }

    .cta-container ul {
        margin-top: 8px !important;
    }
}

@media (max-width: 473px) and (min-width: 360px) {
    .cta-btn-menu {
        padding: 8px 8px 8px 40px !important;
        font-size: 14px !important;
        background-size: 23px 23px !important;
    }

    .et_header_style_left .logo_container {
        margin-top: -7px !important;
        padding-bottom: 0px !important;
    }

    .cta-container ul {
        margin-top: 4px !important;
    }

    .mobile_menu_bar:before {
        top: 11px !important;
        left: 0px !important;
    }
}

/* Typography scaling for mobile devices under 480px */
@media (max-width: 480px) {
    h1 {
        font-size: 38px !important;
    }
    
    h2 {
        font-size: 32px !important;
    }
    
    p {
        font-size: 16px !important;
    }
}
@media(max-width:1007){
    #top-menu-nav li a {
        font-size: 15px !important;
    }
}

@media (max-width:980px) {
    #offcanvas_container .ps__rail-y {
        display: none !important
    }
    .unterseite-vorlage .et_pb_column.et_pb_column_1_4.et_pb_column_single {
        width: 100%;
    }
    .unterseite-vorlage .et_pb_column.et_pb_column_3_4 {
        margin-right: 0;
        width: 100%;
    }
    body div#offcanvas_container {
        background: white;
    }
    body #offcanvas_container .close-sidebar-inner .fa:before,
    body #offcanvas_container .close-sidebar-inner .fa:after {
        height: 20px;
        width: 1px;
    }
    body #offcanvas_container .close-sidebar-inner .fa {
        opacity: 1;
        top: 6px;
    }
    .et_pb_section.ueber-uns.et_section_regular {
        padding-top: 0;
    }
    .ueber-uns .et_pb_column.et_pb_column_1_2.et-last-child {
        padding-top: 80px;
    }
    .ueber-uns.mit-slider .et_pb_column.et_pb_column_1_2.et-last-child {
        padding-top: 20px;
        display: none;
    }
    .mobile_menu_bar:before {
        color: var(--brick) !important;
        top: 25px;
        left: 5px;
    }
    img.wp-image-1523.lazy-loaded {
        display: none;
    }   
    img.wp-image-1546.lazy-loaded {
        display: none;
    }
    .et_pb_column.et_pb_column_1_2.et_pb_column_14.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        margin-top: 4%;
        display: none;
    }
    img.wp-image-1673.lazy-loaded {
        display: none;
    }
    img.wp-image-1546 {
        display: none;
    }
    img.wp-image-1673 {
        display: none;
    }
    .et_pb_column.et_pb_column_1_4.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough {
        margin-bottom: 29px !important;
    }

    iframe {
        width: 100%;
    }
    .cta-container ul {
    margin-top: 15px;
    }
    /* ergaenzung 11.07.23 */
    .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 107vh;
    }

    .lSSlideOuter .lSPager.lSpg {
        margin: 10px 0 0;
        padding: 0;
        text-align: center;
        margin-top: -47vh!important;
    }
    /* ende */
}

.mobile_menu_bar:before,
.mobile_menu_bar:after,
#top-menu li.current-menu-ancestor>a,
body.page #top-menu li.current-menu-item>a {
    color: var(--brick);
}
/* Steven ergaenzung 11.07.23 */
@media (max-width:883px) {
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    margin-top: -42vh!important;
}
}

@media (max-width:792px) {
    .lSSlideOuter .lSPager.lSpg {
        margin: 10px 0 0;
        padding: 0;
        text-align: center;
        margin-top: -37vh!important;
    }
}
/* ende */
@media (max-width:768px) {
    .head-image img,
    .head-image {
        -o-object-fit: cover;
        object-fit: cover;
        height: 330px;
    }
    .logged-in .unterseite-vorlage .et_pb_column.et_pb_column_1_4.et_pb_column_single {
        top: 0;
    }
    .unterseite-vorlage .person-sidebar a {
        display: none;
    }
    .unterseite-vorlage .et_pb_column.et_pb_column_1_4 {
        width: 100%;
        top: 0;
    }
    .cta-container ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 20px;
    }
    .headerbild img {
        height: 500px;
    }
    .headerbild h2 {
        font-size: 26px;
    }
    .headerbild h3 {
        font-size: 18px;
    }
    .headerbild p:last-of-type {
        display: block;
    }
    .et_header_style_left .logo_container {
        width: 60%;
    }
    .et_header_style_left #et-top-navigation .mobile_menu_bar {
        padding-bottom: 0;
        padding-top: 6px;
    }
    .container.clearfix.et_menu_container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .headerbild .et_pb_module.et_pb_text {
        width: 80%;
    }
    .leistung-boxen .et_pb_column.et_pb_column_1_4 {
        width: 48.5%;
        margin-top: 0;
    }
    .et_pb_section.et_pb_section_2.et_section_regular {
        padding-top: 0px;
    }
    .leistung-boxen .et_pb_column.et_pb_column_1_4 {
        width: 47.5%;
    }

    /* ergaenzung 11.07.23 */
    .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 92vh;
}
/* ende */
}
/* Steven 11.07.23 */
@media (max-width:705px) {
    .lSSlideOuter .lSPager.lSpg {
        margin: 10px 0 0;
        padding: 0;
        text-align: center;
        margin-top: -30vh!important;
    }
}

@media (max-width:620px) {
    .lSSlideOuter .lSPager.lSpg {
        margin: 10px 0 0;
        padding: 0;
        text-align: center;
        margin-top: -26vh!important;
    }
}
/* ende */

@media (max-width:480px) {
    .unterseite-vorlage #bilderfolge {
        /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; */
    }
    .unterseite-vorlage #bilderfolge .et_section_specialty .et_pb_row .et_pb_column .et_pb_module,
    .unterseite-vorlage #bilderfolge .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child,
    .unterseite-vorlage #bilderfolge div.et_pb_column {
        margin-bottom: 20px;
    }
    #logo {
        margin-top: 10px;
    }
    .leistung-boxen .et_pb_column.et_pb_column_1_4 {
        margin-right: 20px !important;
    }
    .leistung-boxen .et_pb_column.et_pb_column_1_4 {
        margin-right: 10px !important;
        margin-left: 10px;
    }
    .leistung-boxen .et_pb_column.et_pb_column_1_4 {
        width: 46.5%;
    }
    .et_pb_row.et_pb_row_1.et_pb_row_4col {
        left: 1%;
    }
    .et_pb_row_2, .et_pb_row_3 {
        left: 1%;
    }
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner#bilderfolge>.et_pb_column_1_4 {
        margin-right: 2%;
    }
    #bilderfolge .et_pb_image_wrap {
        margin-right: 7%;
    }
    .unterseite-vorlage #bilderfolge {
        flex-direction: inherit;
    }

    .anchor li:before {
        content: counter(my-awesome-counter);
        position: absolute;
        left: 0;
        top: 0;
        background: #b30264;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        color: hsl(0deg 0% 100%);
        z-index: 2;
    }

    .anchor li {
        counter-increment: my-awesome-counter;
        position: relative;
        padding-left: 30px
    }

    .anchor li {
        display: block;
        margin: 10px 0;
    }
}

@media (max-width:580px) {
    .et_pb_section.et_pb_section_2.et_section_regular {
        width: 100% !important;
    }
    .entry-content table:not(.variations) {
        display: block;
    }
    .entry-content .tablepress tbody td {
        display: block;
    }
    .et_pb_row.form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #offcanvas_container #offcanvas_menu_inner>li.menu-item.menu-item-has-children>a {
        padding-right: 0;
    }
    .form-row .et_pb_column.et_pb_column_1_2:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        border-radius: 0;
    }
    .form-row .et_pb_column.et_pb_column_1_2 {
        padding: 20px;
    }
    .et_pb_section.form-unterseite.et_section_regular {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .form-row .et_pb_column.et_pb_column_1_2:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    header#main-header {
        position: relative;
        top: 0;
    }
    p.expertin {
        padding-left: 0;
    }
    p.expertin:before {
        width: 65px;
        height: 65px;
        position: relative;
        display: block;
    }
    .et_pb_section .et_pb_toggle.et_pb_module.et_pb_accordion_item:last-child {
        border: none;
    }
    body .et_pb_section .et_pb_toggle.et_pb_module.et_pb_accordion_item {
        padding-left: 0;
        padding-right: 0;
        background: none;
        border-bottom: 1px solid #cccccc;
        border-radius: 0;
        margin-bottom: 0;
    }
    body .et_pb_toggle_title,
    h5.et_pb_toggle_title,
    body .et_pb_toggle_open .et_pb_toggle_title,
    .et_pb_toggle_open h5.et_pb_toggle_title {
        line-height: 130%;
    }
    .informationen h4:before {
        content: '';
        background-image: url(/wp-content/uploads/2021/11/swipe.svg);
        width: 30px;
        height: 30px;
        background-size: 100%;
        position: absolute;
        top: -5px;
        left: 0;
    }
    .informationen h4 {
        font-weight: 500;
        font-size: 18px;
        padding-top: 20px;
        position: relative;
        margin-top: 25px;
        padding-left: 40px;
        padding-top: 0;
        font-style: italic;
    }
    .head-container p.sub-text {
        width: 100%;
    }
    #anwendungsgebiet li {
        width: 100%;
    }
    .head-image a {
        font-size: 14px;
        padding: 8px 15px;
    }
    .head-container {
        position: relative;
        top: 0;
        background: #f9f9f9;
        padding: 20px;
        border-radius: 10px;
        line-height: 26px;
        margin-top: -80px;
    }
    .unterseite-vorlage .et_pb_column_3_4 .et_pb_row_inner {
        padding: 20px;
    }
    .head-image img {
        height: 250px;
    }
    .headerbild h1 {
        font-size: 18px;
    }
    .headerbild h4 {
        display: none;
    }
    .headerbild h2 {
        font-size: 22px;
    }
    .leistung-boxen .et_pb_column.et_pb_column_1_4 {
        margin-top: 0;
        margin-right: 15 !important;
    }
    h2 {
        font-size: 20px;
    }
    .et_pb_section.leistung-boxen.et_section_regular {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .ueber-uns .et_pb_column.et_pb_column_1_2.et-last-child .et_pb_module.et_pb_image:first-child {
        left: 20px;
    }
    .ueber-uns .et_pb_column.et_pb_column_1_2.et-last-child .et_pb_module.et_pb_image:last-child {
        right: 20px;
        position: relative;
    }
    .et_pb_section.kontaktformular.et_section_regular {
        padding-top: 0;
    }
    .et_pb_section.bewertung.et_section_regular {
        padding-top: 0;
    }
    .headerbild a {
        padding: 8px 15px;
        font-size: 14px;
    }
    .headerbild p {
        width: 100%;
        padding: 0 0 20px 0;
    }
    .leistung-boxen .et_pb_text_inner p {
        min-height: auto;
    }
    .leistung-boxen .et_pb_column.et_pb_column_1_4.et-last-child {
        padding: 45px 20px;
    }
    .headerbild .et_pb_module.et_pb_text {
        padding: 0px;
        margin-top: -160px;
    }
    .headerbild p {
        width: 70% !important;
    }
    .et_header_style_left .logo_container {
        width: 100%;
    }
    .et_header_style_left #logo {
        max-width: 60%;
    }
    a.cta-btn {
        font-size: 14px;
        padding: 5px 12px;
    }
    .et_header_style_left #et-top-navigation .mobile_menu_bar {
        padding-top: 0;
    }
    h2 {
        font-size: 20px;
    }
    .cta-container {
        margin-top: 4px;
    }
    .cta-container li:nth-child(2),
    .cta-container li:nth-child(3) {
        display: none;
    }
    .container.clearfix.et_menu_container {
        border-radius: 0;
        padding: 0px 0;
        width: 90%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .logged-in header#main-header {
        top: 0;
    }
    .headerbild img {
        height: 355px;
    }
    .et_pb_section.et_pb_section_2.et_section_regular {
        width: 80%;
    }
    .et_pb_column.et_pb_column_4_4.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        left: 0% !important;
    }
    .et_pb_column.et_pb_column_1_2.et_pb_column_14.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        width: 100%;
    }
    .et_pb_column.et_pb_column_1_2.et_pb_column_16.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        margin-left: 0px;
    }
    .et_pb_column_20 {
        margin-left: 0px;
    }
    .et_pb_column.et_pb_column_1_2.et_pb_column_14.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        margin-left: 0px;
    }
    .et_pb_column.et_pb_column_4_4.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        width: 98%;
    }
    .et_pb_column.et_pb_column_4_4.et_pb_column_18.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        margin-left: 0px;
    }

    /*Für Unterseiten*/
    .inline-block.head-text-content h1 {
        color: #0a0a0a;
    }
    .et_pb_section_0 {
        padding-top: 0;
    }
    img#logo {
        padding: 10px;
    }

    /* ergaenzung 11.07.23 */
    .lSSlideWrapper {
        max-width: 100%;
        overflow: hidden;
        position: relative;
        max-height: 55vh;
    }
    /* ende */
}

@media (max-width:529px) {
/* Steven ergänzung des sliders 11.07.23 */
.et_pb_row_inner.et_pb_row_inner_4 {
    max-height: none;
}
/* ende */
}

@media (max-width:320px){
    .et_pb_column.et_pb_column_1_4.et_pb_column_5, .et_pb_column.et_pb_column_1_4.et_pb_column_6, .et_pb_column.et_pb_column_1_4.et_pb_column_7, .et_pb_column.et_pb_column_1_4.et_pb_column_8, .et_pb_column.et_pb_column_1_4.et_pb_column_9, .et_pb_column.et_pb_column_1_4.et_pb_column_10 {
        width: 94% !important;
    }
    .et_pb_section_2 .et_pb_row.et_pb_row_4 {
        margin-left: 6% !important;
    }
}
/* ********************** DAVID- DESIGN ********************** */

/*------------------Startseite Bild und Text----------------*/

.headerbild img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 800px;
}

.headerbild .et_pb_module.et_pb_image {
    margin-bottom: 0;
}

.headerbild span.et_pb_image_wrap {
    width: 100%;
}

.headerbild .header-row {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.et_pb_section.headerbild.et_section_regular {
    padding: 0;
}
.headerbild .et_pb_image_wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0.2));
    z-index: 1;
    border-radius: inherit;
  }
  
  .headerbild .et_pb_image_wrap img {
    position: relative;
    z-index: 0;
  }

.headerbild .infotext {
    position: relative;
    z-index: 1;
}

.headerbild .infotext {
    position: absolute;
    width: 80%;
    top: 25%;
    left: 0;
    right: 0;
    max-width: 1180px;
    margin: 0 auto;
}

.headerbild h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
    color: var(--brick);
}

.headerbild h1:first-child {
    color: var(--ghost-white);
}


.headerbild p {
    font-size: 18px;
    width: 50%;
    color: var(--ghost-white);
    padding-top: 30px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .infotext .cta-buttons {
    justify-content: left;
  }
  
  .cta-buttons a {
    display: inline-block;
    margin: 0 5px;
  }
  

/* CTA Buttons */
.headerbild a {
    display: inline-block;
    font-weight: 700;
    color: var(--ghost-white);
    background: var(--brick);
    padding: 12px 16px;
    border-radius: 10px;
    line-height: 1.2;
    text-decoration: none;
    margin-right: 15px;
    margin-top: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(169, 96, 102, 0.2);
}

.headerbild a:hover {
    background: var(--mauve);
    color: var(--ghost-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(148, 101, 114, 0.3);
}

/* Secondary CTA */
.headerbild a:last-child {
    background: transparent;
    border: 2px solid var(--brick);
    color: var(--brick);
    box-shadow: none;
}

.headerbild a:last-child:hover {
    background: var(--brick);
    color: var(--ghost-white);
    box-shadow: 0 6px 15px rgba(169, 96, 102, 0.3);
}

/* ----------------Menu-CTA---------------- */

.cta-btn-menu {
    background-color: var(--brick);
    background-image: url(https://pilates-by-marie.aweos.dev/wp-content/uploads/2025/05/mail-1.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 28px 30px;
    color: var(--ghost-white);
    font-weight: bold;
    border-radius: 10px;
    padding: 11px 20px 11px 46px;
    font-size: 18px;
    line-height: 100%;
    display: inline-block;
    text-decoration: none;
    transition: 300ms;
  }
  
  .cta-btn-menu:hover {
    background: var(--mauve);
    color: var(--ghost-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(148, 101, 114, 0.3);
  }
  
  /*Telefon und Mail Symbol-Button*/

.cta-tel {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 6px;
    background-color: transparent;
    border: 2px solid var(--brick);
    border-radius: 10px;
    background-image: url(/wp-content/uploads/2025/05/telephone-2.svg);
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 300ms;
  }
  
  .cta-tel:hover {
    background-color: var(--brick);
    background-image: url(/wp-content/uploads/2025/05/telephone-3.svg);
    box-shadow: 0 6px 15px rgba(169, 96, 102, 0.3);
  }

  /* ----------------Leistungen---------------- */

/* ----------------Why Pilates Marie Section---------------- */

.why-pilates-marie {
    position: relative;
    background: var(--ghost-white);
}

/* Individual Card */
.pilates-card {
    background: var(--white);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.pilates-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(148, 101, 114, 0.15);
}

/* Card Image */
.card-image {
    margin-bottom: 0 !important;
}

.card-image .et_pb_image_wrap,
.card-image .et_pb_image_wrap img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: relative;
}

/* Card Text */
.card-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(65%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 1px solid rgba(221, 176, 176, 0.15);
}

.pilates-card:hover .card-text,
.pilates-card:active .card-text {
    transform: translateY(0);
}

/* Mobile touch optimization */
@media (max-width: 768px) {
    .pilates-card {
        cursor: pointer;
    }
    
    .pilates-card.mobile-active {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(148, 101, 114, 0.15);
    }
    
    .pilates-card.mobile-active .card-text {
        transform: translateY(0);
    }
    
    .pilates-card .card-image {
        pointer-events: none;
    }
    
    .pilates-card .pilates-btn {
        pointer-events: auto;
    }
}

.card-text h2 {
     color: var(--mauve);
     font-family: 'Roboto Condensed', sans-serif;
     font-size: 20px;
     font-weight: 700;
     margin-bottom: 12px;
     position: relative;
     letter-spacing: 0.3px;
     text-transform: uppercase;
}

.card-text p {
    color: var(--dark);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
}

/* Card Button */
.pilates-btn {
    display: inline-block;
    background: var(--brick);
    color: var(--ghost-white) !important;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.pilates-btn:hover {
    background: var(--mauve);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(148, 101, 114, 0.3);
}



/* ----------------Three Part Text Layout---------------- */
.intro-row .et_pb_text_inner {
    position: relative;
    text-align: center;
}

.intro-row .et_pb_text_inner p:first-child {
    color: var(--rose);
    padding-bottom: 5px;
    font-size: 20px;
}

.intro-row .et_pb_text_inner p:first-child::before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url('/wp-content/uploads/2025/06/yoga.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    top: 6px;
    position: relative;
}

.intro-row .et_pb_text_inner h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
    color: var(--dark);
}

.intro-row .et_pb_text_inner p:last-child {
    font-size: 24px;
    line-height: 1.4;
    color: var(--dark);
    margin-bottom: 40px;
}

/* ----------------About Section---------------- */
.about-row {
    padding-bottom: 40px !important;
}

.about-image {
    position: relative;
    margin-bottom: 0 !important;
}

.about-image .et_pb_image_wrap {
    position: relative;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
    display: block;
    max-height: 600px;
}

.about-image .et_pb_image_wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.about-image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--rose);
    border-radius: 30px;
    top: 20px;
    left: 20px;
    z-index: 1;
    opacity: 0.2;
}

.about-row .et_pb_text_inner span {
    color: var(--brick);
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.about-row .et_pb_text_inner h2 {
    color: var(--dark);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}


.mehr-lesen {
    display: inline-block;
    background: var(--brick);
    color: var(--ghost-white) !important;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.mehr-lesen:hover {
    background: var(--mauve);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(148, 101, 114, 0.3);
}
@media (max-width: 980px) {
    .about-row .et_pb_text_inner span {
        margin-top: 30px;
    }
}

/* ----------------CTA Section---------------- */
.cta-section {
    position: relative;
    padding: 180px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0.2));
    z-index: -1;
}

.cta-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: var(--ghost-white);
    padding: 0 20px;
}
.cta-content .cta-buttons {
    justify-content: center;
}

.cta-content h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--ghost-white);
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
}

.cta-content p {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: var(--ghost-white);
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    opacity: 0.95;
}

.cta-button {
    display: inline-block;
    padding: 18px 36px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.5px;
    min-width: 250px;
    text-align: center;
}

.cta-button.primary {
    background: var(--brick);
    color: var(--ghost-white);
    box-shadow: 0 4px 6px rgba(169, 96, 102, 0.2);
}

.cta-button.primary:hover {
    background: var(--mauve);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(148, 101, 114, 0.3);
}

.cta-button.secondary {
    background: transparent;
    color: var(--ghost-white);
    border: 2px solid var(--ghost-white);
    backdrop-filter: blur(5px);
}

.cta-button.secondary:hover {
    background: var(--ghost-white);
    color: var(--brick);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .cta-section {
        padding: 120px 0;
    }
    
    .cta-content h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .cta-content p {
        font-size: 18px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .cta-button {
        padding: 16px 32px;
        min-width: 220px;
    }
}

/* ----------------Pricing Intro Section---------------- */



/* ----------------Service Cards (Professional & Brand-Aligned)---------------- */
.service-card {
    background: rgba(148, 101, 114, 0.15);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 32px;
    padding: 40px 30px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border: 1px solid rgba(255, 255, 255, 0.7);
    text-align: center;
    height: 100%;
}

.service-card p:first-of-type {
    min-height: 180px;
}

.service-card:hover {
    transform: translateY(-12px) scale(1.02);
    background: rgba(148, 101, 114, 0.25); 
    box-shadow: 0 30px 50px rgba(0,0,0,0.25);
    border-color: rgba(255, 255, 255, 0.25);
}

.service-stretching::before,
.service-flexibility::before,
.service-floor::before {
    content: '';
    display: block;
    width: 90px;
    height: 90px;
    background-size: 55px 55px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 35px auto;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-stretching::before {
    background-image: url('/wp-content/uploads/2025/08/einzeltraining-start.svg');
    filter: brightness(0) invert(1);
}

.service-flexibility::before {
    background-image: url('/wp-content/uploads/2025/08/duo-training.svg');
    filter: brightness(0) invert(1);
}

.service-floor::before {
    background-image: url('/wp-content/uploads/2025/08/gruppentraining-start.svg');
    filter: brightness(0) invert(1);
}

.service-card:hover::before {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
}


.service-card h3 {
    color: var(--ghost-white);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.service-card p {
    color: var(--ghost-white);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    opacity: 0.85;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.service-card a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 12px 24px;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0.9;
    background: transparent;
    color: var(--ghost-white);
    border: 2px solid var(--ghost-white);
    backdrop-filter: blur(5px);
}

.service-card a:hover {
    color: var(--brick);
    transform: translateY(-3px);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 8px 20px;
    background: var(--ghost-white);
}

/* ----------------Angebote Section Header (Professional & Refined)---------------- */

.pricing-intro-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 84%), #ddb0b08f);
    pointer-events: none;
    z-index: 1;
  }
  

.pricing-intro {
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 30px;
}

.pricing-intro .et_pb_text_inner {
    position: relative;
    padding-right: 320px;
}

.intro-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.pricing-intro h2 {
    color: var(--brick);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.trustindex-google h2 {
    color: var(--brick);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.trustindex-google span {
    color: var (var(--dark));
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.pricing-intro p {
    color: var(--white);
    font-size: 18px;
    line-height: 1.7;
    max-width: 650px;
    margin-bottom: 0;
    opacity: 0.85;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.et_pb_text p:empty {
    display: none;
  }
  

.view-all-button {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    font-weight: 700;
    color: var(--ghost-white);
    background: var(--brick);
    padding: 12px 24px;
    border-radius: 10px;
    line-height: 1.2;
    text-decoration: none;
    margin-right: 0px;
    margin-top: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(169, 96, 102, 0.2);
}

.view-all-button:hover {
    background: var(--mauve);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(148, 101, 114, 0.3);
}

@media (max-width: 768px) {
    .view-all-button {
        position: relative;
    }
    .pricing-intro .et_pb_text_inner {
        padding-right: 0;
    }
}

/* ----------------Contact Form Section (Final)---------------- */
.kontaktformular {
    background-color: var(--ghost-white);
    padding-top: 80px;
    padding-bottom: 80px;
}

.kontaktformular .et_pb_row {
    align-items: flex-start;
}

.kontaktformular h2 {
    color: var(--dark);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}

.kontakt-icons ul {
    list-style: none;
    padding-left: 0;
}

.kontakt-icons li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.6;
}

.kontakt-icons li:last-child {
    margin-bottom: 0;
}

.kontakt-icons li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
}

/* --- Ikonok --- */
.kontakt-icons li:nth-child(1)::before {
    background-image: url('/wp-content/uploads/2025/06/location-1.svg');
    top: 35px;
}

.kontakt-icons li:nth-child(2)::before {
    background-image: url('/wp-content/uploads/2025/06/phone-call.svg');
}

.kontakt-icons li:nth-child(3)::before {
    background-image: url('/wp-content/uploads/2025/06/mail.svg');
}
/* --- End Ikonok --- */

.kontakt-icons a {
    color: var(--brick);
    text-decoration: none;
    transition: color 0.3s ease;
}

.kontakt-icons a:hover {
    color: var(--mauve);
    text-decoration: underline;
}

.kontaktformular iframe {
    border-radius: 24px;
    overflow: hidden;
    height: 350px;
    width: 100%;
}

.kontaktformular .et_pb_column_1_2.et-last-child .et_pb_text_inner {
    background: var(--white);
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(148, 101, 114, 0.1);
}
@media (max-width: 768px) {
    .kontaktformular .et_pb_column_1_2.et-last-child .et_pb_text_inner {
        padding: 20px;
    }
}

.kontakt-form p:first-child{
	display: none;
}

.kontakt-form h2 {
    font-size: 32px;
    margin-bottom: 5px;
}

.kontakt-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

.kontakt-form input[type="text"],
.kontakt-form input[type="email"],
.kontakt-form input[type="tel"],
.kontakt-form textarea {
    width: 100%;
    background: #F8F8FF;
    border: 1px solid var(--border, #eee);
    border-radius: 12px;
    padding: 16px 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: var(--dark);
    transition: all 0.3s ease;
    box-shadow: none;
}

.kontakt-form textarea {
	height: 150px;
}

.kontakt-form input[type="text"]:focus,
.kontakt-form input[type="email"]:focus,
.kontakt-form input[type="tel"]:focus,
.kontakt-form textarea:focus {
    outline: none;
    border-color: var(--rose);
    background: var(--white);
    box-shadow: 0 0 0 3px var(--ring);
}

.kontakt-form ::-webkit-input-placeholder { color: #946572b8; }
.kontakt-form ::-moz-placeholder { color: #946572b8; }
.kontakt-form :-ms-input-placeholder { color: #946572b8; }
.kontakt-form :-moz-placeholder { color: #946572b8; }

.kontakt-form .wpcf7-list-item-label {
    font-size: 14px;
    color: var(--dark);
}

.kontakt-form .wpcf7-list-item-label a {
    color: var(--brick);
}

.kontakt-form h4 {
    font-size: 14px;
    color: var(--mauve);
    font-weight: 400;
    margin-left: 34px;
    top: -25px;
    position: relative;
}

.kontakt-form .wpcf7-submit {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: var(--brick);
    color: var(--ghost-white);
    border: none;
    border-radius: 12px;
    padding: 18px 36px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.kontakt-form .wpcf7-submit:hover {
    background: var(--mauve);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(148, 101, 114, 0.3);
}

/* ----------------Footer Design---------------- */

#main-footer {
    background-color: var(--brick);
    color: var(--ghost-white);
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
    padding-bottom: 60px;
    width: 100% !important;
}

@media (max-width: 768px) {
    .et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
        padding-bottom: 0;
    }
}

#footer-brand-info {
    width: 100% !important;
}



.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 60px;
}

@media (max-width: 768px) {
    .footer-grid {
        gap: 20px;
    }
}

.footer-logo {
    width: 180px;
    margin-bottom: 20px;
}

.footer-widget p {
    color: var(--ghost-white);
    opacity: 0.8;
    line-height: 1.7;
    font-size: 16px;
}

.footer-title {
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- Footer Contact & Links --- */
.footer-contact,
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    color: var(--ghost-white);
    opacity: 0.9;
}

.footer-contact a,
.footer-links a {
    color: var(--ghost-white);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--rose);
    padding-left: 5px;
}

.footer-links li {
    margin-bottom: 12px;
}

/* --- Footer CTA Button --- */
.pilates-btn-footer {
    display: inline-block;
    background: var(--rose);
    color: var(--white) !important;
    padding: 15px 30px;
    border-radius: var(--border-radius-small);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 15px;
    border: 2px solid var(--rose);
    border-radius: 10px;
}

.pilates-btn-footer:hover {
    background: transparent;
    color: var(--rose) !important;
}


/* --- Footer Bottom --- */
#footer-bottom {
    background-color: rgba(0,0,0,0.2);
    padding: 25px 0;
}

#footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

#footer-info {
    color: var(--ghost-white);
    opacity: 0.6;
    margin: 0;
    font-size: 14px;
}

.footer-legal-links {
    display: flex;
    gap: 25px;
}

.footer-legal-links a {
    color: var(--ghost-white);
    opacity: 0.6;
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-size: 14px;
}

.footer-legal-links a:hover {
    opacity: 1;
}


/* ----------------Meine Geschichte Section (Simplified for Divi)---------------- */
.meine-geschichte-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--ghost-white) 0%, rgba(221, 176, 176, 0.1) 100%);
    position: relative;
    overflow: hidden;
}

.meine-geschichte-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: -200px;
    width: 400px;
    height: 400px;
    background: var(--rose);
    border-radius: 50%;
    opacity: 0.3;
    z-index: 1;
}

.meine-geschichte-section .et_pb_row {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

/* Timeline Line */
.meine-geschichte-section .et_pb_column::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--rose), var(--brick), var(--mauve));
    border-radius: 2px;
}

/* Timeline Items */
.meine-geschichte-section .et_pb_text {
    position: relative;
    margin-bottom: 50px;
    padding-left: 80px;
}

.meine-geschichte-section .et_pb_text_inner {
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(148, 101, 114, 0.1);
    position: relative;
    transition: all 0.3s ease;
}

.meine-geschichte-section .et_pb_text_inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(148, 101, 114, 0.15);
}

/* Timeline Icons */
.timeline-sport .et_pb_text_inner::after {
    content: '';
    position: absolute;
    left: -75px;
    top: 15px;
    width: 50px;
    height: 50px;
    background: var(--brick);
    border-radius: 50%;
    background-image: url('/wp-content/uploads/2025/08/meine-sportliche-kindheit.svg');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(169, 96, 102, 0.3);
}

.timeline-education .et_pb_text_inner::after {
    content: '';
    position: absolute;
    left: -75px;
    top: 15px;
    width: 50px;
    height: 50px;
    background: var(--brick);
    border-radius: 50%;
    background-image: url('/wp-content/uploads/2025/08/studium-und-berufseinstieg-ueber-mich.svg');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(169, 96, 102, 0.3);
}

.timeline-corona .et_pb_text_inner::after {
    content: '';
    position: absolute;
    left: -75px;
    top: 15px;
    width: 50px;
    height: 50px;
    background: var(--brick);
    border-radius: 50%;
    background-image: url('/wp-content/uploads/2025/08/corona-und-der-wendepunkt.svg');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(169, 96, 102, 0.3);
}

.timeline-pilates .et_pb_text_inner::after {
    content: '';
    position: absolute;
    left: -75px;
    top: 15px;
    width: 50px;
    height: 50px;
    background: var(--brick);
    border-radius: 50%;
    background-image: url('/wp-content/uploads/2025/08/die-entdeckung-von-pilates.svg');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(169, 96, 102, 0.3);
}

/* Mission Box */
.mission-text ::before{
    content: '';
    position: absolute;
    top: -150px;
    right: -200px;
    width: 400px;
    height: 400px;
    background: var(--rose);
    border-radius: 50%;
    opacity: 0.05;
    z-index: 1;
}


.mission-text .et_pb_text_inner {
    background: linear-gradient(135deg, var(--brick), var(--mauve));
    color: var(--ghost-white);
    padding: 40px 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mission-text .et_pb_text_inner::after {
    content: '';
    position: absolute;
    left: -75px;
    top: 15px;
    width: 40px;
    height: 40px;
    background: var(--ghost-white);
    border-radius: 50%;
    background-image: url('/wp-content/uploads/2025/06/woman-stretching-arms-and-flexing-legs.svg');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

.mission-text .et_pb_text_inner::before {
    border-color: var(--ghost-white);
    background: var(--brick);
}

.mission-text .et_pb_text_inner h3 {
    color: var(--ghost-white) !important;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.mission-text .et_pb_text_inner p {
    color: var(--ghost-white);
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.95;
}

.mission-text .et_pb_text_inner a {
    display: inline-block;
    background: var(--ghost-white);
    color: var(--brick) !important;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .mission-text .et_pb_text_inner a {
        padding: 10px 10px;
    }
}

.mission-text .et_pb_text_inner a:hover {
    background: var(--rose);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(148, 101, 114, 0.3);
    color: var(--ghost-white) !important;
}

/* Text Styling */
.meine-geschichte-section .et_pb_text_inner h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
    color: var(--mauve);
}

.meine-geschichte-section .et_pb_text_inner p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .meine-geschichte-section .et_pb_column::before {
        left: 20px;
    }
    
    .meine-geschichte-section .et_pb_text {
        padding-left: 70px;
    }
    
         .timeline-sport .et_pb_text_inner::after,
     .timeline-education .et_pb_text_inner::after,
     .timeline-corona .et_pb_text_inner::after,
     .timeline-pilates .et_pb_text_inner::after,
     .mission-text .et_pb_text_inner::after {
         left: -65px;
         width: 35px;
         height: 35px;
         background-size: 20px 20px;
     }
    
    .meine-geschichte-section .et_pb_text_inner {
        padding: 25px;
    }
    
    .meine-geschichte-section .et_pb_text_inner h3 {
        font-size: 20px;
    }
    
    .mission-text .et_pb_text_inner h3 {
        font-size: 24px;
    }
}

/* Alternative: Card-based Layout */
.geschichte-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.geschichte-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(148, 101, 114, 0.1);
    transition: all 0.3s ease;
}

.geschichte-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(148, 101, 114, 0.15);
}

.geschichte-card-header {
    background: linear-gradient(135deg, var(--rose), var(--brick));
    padding: 25px;
    color: var(--ghost-white);
    text-align: center;
}

.geschichte-card-header h3 {
    color: var(--ghost-white);
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.geschichte-card-content {
    padding: 30px;
}

.geschichte-card-content p {
    color: var(--dark);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0.2));
    z-index: -1;
}

/* ----------------Pilates Prinzipien Section (3 Icons)---------------- */

.prinzipien-header .et_pb_text_inner {
    text-align: center;
}

.prinzipien-header p {
    color: var(--brick);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.prinzipien-header h2 {
    color: var(--dark);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

/* Card Design - Minimal */
.prinzip-card {
    background: var(--white);
    padding: 50px 30px 40px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(148, 101, 114, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}


.prinzip-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(148, 101, 114, 0.15);
}

/* Icon Styling */
.prinzip-card .et_pb_image_wrap {
    width: 140px;
    height: 140px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, var(--rose), var(--brick));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(169, 96, 102, 0.2);
    border: 4px solid var(--white);
    overflow: hidden;
    padding: 15px;
}

.prinzip-card:hover .et_pb_image_wrap {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(169, 96, 102, 0.3);
}

.prinzip-card img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
    background: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.9);
}

.prinzip-card:hover img {
    transform: scale(1.08);
}

/* Text Styling */
.prinzip-card h3 {
    color: var(--mauve);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.prinzip-card p {
    color: var(--dark);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* ----------------Angebot Overview Section---------------- */

.angebot-content h2 {
    color: var(--brick);
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
}

.angebot-content h3 {
    color: var(--rose);
    position: relative;
    padding-left: 20px;
}

.angebot-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 33%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: var(--rose);
    border-radius: 2px;
}

.angebot-content p {
    color: var(--dark);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Bessere Abstände zwischen den Modulen */
.angebot-content.et_pb_text {
    margin-bottom: 30px;
}

.angebot-content.et_pb_text:last-child {
    margin-bottom: 0;
}

/* Kurszeiten Styling - bessere Positionierung */
.kurszeiten {
    background: linear-gradient(135deg, rgba(169, 96, 102, 0.1), rgba(221, 176, 176, 0.05));
    padding: 30px;
    border-radius: 16px;
    margin: 0;
    border-left: 4px solid var(--brick);
    position: relative;
    top: -20px;
}

.kurszeiten h3 {
    color: var(--mauve);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 0;
    text-align: center;
}

.kurszeiten h3::before {
    display: none;
}

/* Grid Layout für die Wochentage */
.kurszeiten-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.kurszeiten-tag {
    background: var(--white);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(148, 101, 114, 0.1);
    transition: all 0.3s ease;
}

.kurszeiten-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(148, 101, 114, 0.1);
}

.kurszeiten h4 {
    color: var(--mauve);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--rose);
}

.kurszeiten ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kurszeiten li {
    padding: 8px 0;
    font-size: 15px;
    color: var(--dark);
    text-align: center;
    border-bottom: 1px solid rgba(148, 101, 114, 0.05);
}

.kurszeiten li:last-child {
    border-bottom: none;
}

/* Responsive für Kurszeiten */
@media (max-width: 768px) {
    .kurszeiten-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .kurszeiten-tag {
        padding: 15px;
    }
}

/* Preise Styling - bessere Positionierung */
.preise {
    background: linear-gradient(135deg, var(--brick), var(--mauve));
    color: var(--white);
    padding: 30px;
    border-radius: 16px;
    margin: 0;
    text-align: center;
    position: relative;
    top: -10px;
    margin-top: 50px;
}

.preise h3 {
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 0;
}

.preise h3::before {
    display: none;
}

.preise p {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 10px;
}

.preise .preis-highlight {
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.preise em {
    font-size: 14px;
    opacity: 0.9;
}

/* Subtle separation between Einzeltraining and Duo Training */
.preise h3:nth-of-type(2) {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* Small spacing before the footnote for readability */
.preise em {
    display: block;
    margin-top: 16px;
}

/* ----------------Pricing Cards Section---------------- */

.pricing-cards-section {
    position: relative;
}

.pricing-cards-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    pointer-events: none;
}

/* Pricing Card Styling */
.pricing-card {
    position: relative;
    z-index: 2;
}

.pricing-card .et_pb_text_inner {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(148, 101, 114, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pricing-card .et_pb_text_inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--rose), var(--brick), var(--mauve));
    border-radius: 24px 24px 0 0;
}

.pricing-card:hover .et_pb_text_inner {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(148, 101, 114, 0.2);
    background: rgba(255, 255, 255, 0.95);
}

/* Card Title */
.pricing-card h3 {
    color: var(--rose);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Price Styling */
.pricing-card .price {
    font-size: 48px;
    font-weight: 700;
    color: var(--brick);
    line-height: 1;
    margin-bottom: 5px;
}

.pricing-card .period {
    color: var(--mauve);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    opacity: 0.8;
}

/* Features List */
.pricing-card .features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.pricing-card .features li {
    color: var(--dark);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
    position: relative;
    padding-left: 0px;
}

.pricing-card .features li::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 2px;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2025/06/yoga-mat.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-card .features li:last-child {
    margin-bottom: 0;
}

/* Pricing Button */
.pricing-card .pricing-btn {
    display: inline-block;
    background: var(--brick);
    color: var(--ghost-white) !important;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.pricing-card .pricing-btn:hover {
    background: var(--mauve);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(148, 101, 114, 0.3);
}

/* Special Cards */
.pricing-trial .et_pb_text_inner {
    background: linear-gradient(135deg, var(--rose), var(--brick));
    color: var(--ghost-white);
}

.pricing-trial h3,
.pricing-trial .price,
.pricing-trial .period,
.pricing-trial .features li {
    color: var(--ghost-white);
}

.pricing-trial .pricing-btn {
    background: var(--ghost-white);
    color: var(--brick) !important;
}

.pricing-trial .pricing-btn:hover {
    background: var(--brick);
    color: var(--ghost-white) !important;
}

/* Trial Card Hover Effects */
.pricing-trial:hover h3 {
    color: var(--rose);
}

.pricing-trial:hover .price {
    color: var(--brick);
}

.pricing-trial:hover .features li {
    color: var(--dark);
}

.pricing-trial:hover .pricing-btn {
    background: var(--brick);
    color: var(--ghost-white) !important;
}

/* Popular Badge */
.pricing-double-6 .et_pb_text_inner::after {
    content: 'Beliebt';
    position: absolute;
    top: 15px;
    right: -10px;
    background: var(--brick);
    color: var(--ghost-white);
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: rotate(15deg);
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(169, 96, 102, 0.3);
}

/* ----------------Impressum Section---------------- */

.impressum h1 {
    color: var(--brick);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.impressum h3 {
    color: var(--mauve);
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--rose);
    padding-bottom: 10px;
}

.impressum h4 {
    color: var(--brick);
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.impressum p, .datenschutz p {
    color: var(--dark);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.impressum strong {
    color: var(--mauve);
    font-weight: 700;
}

.impressum a {
    color: var(--brick);
    text-decoration: none;
    transition: color 0.3s ease;
}

.impressum a:hover {
    color: var(--mauve);
    text-decoration: underline;
}

/* ----------------Datenschutz Section---------------- */

.datenschutz h1 {
    color: var(--brick);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.datenschutz h3 {
    color: var(--mauve);
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--rose);
    padding-bottom: 10px;
}

.datenschutz h4 {
    color: var(--brick);
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.datenschutz p {
    color: var(--dark);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.datenschutz strong {
    color: var(--mauve);
    font-weight: 700;
}

.datenschutz a {
    color: var(--brick);
    text-decoration: none;
    transition: color 0.3s ease;
}

.datenschutz a:hover {
    color: var(--mauve);
    text-decoration: underline;
}



/* ----------------YouTube Videos Section---------------- */

.yt-videos {
    background: linear-gradient(135deg, var(--ghost-white) 0%, rgba(221, 176, 176, 0.05) 100%);
    padding: 80px 0;
}

.yt-videos .et_pb_text_inner {
    text-align: center;
}

.yt-videos h3 {
    color: var(--brick);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.yt-videos h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--rose), var(--brick));
    border-radius: 2px;
}

/* Video Container Styling */
.yt-videos .et_pb_column {
    margin-bottom: 30px;
}

.yt-videos .et_pb_video {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(148, 101, 114, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 0;
    position: relative;
}

.yt-videos .et_pb_video:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(148, 101, 114, 0.15);
}

/* Video Wrapper */
.yt-videos .et_pb_video_box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.yt-videos .fluid-width-video-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.yt-videos iframe {
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.yt-videos .et_pb_video:hover iframe {
    transform: scale(1.02);
}

/* Video Titel Styling */
.yt-videos .et_pb_text {
    margin-bottom: 15px;
}

.yt-videos .et_pb_text:not(:first-child) {
    background: var(--white);
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(148, 101, 114, 0.08);
    margin-bottom: 40px;
}

.yt-videos .et_pb_text:not(:first-child) p {
    color: var(--mauve);
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    line-height: 1.3;
}

/* Hover-Effekt für Video-Titel */
.yt-videos .et_pb_text:not(:first-child):hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(148, 101, 114, 0.12);
}

.post-password-required .et_password_protected_form {
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
}
.et_password_protected_form .et_submit_button {
    background-color: #a96066;
    font-size: 16px;
  }

***********************************************************

/* Hero Section - Karriere */
.hero-karriere {
    background-image: url('team-background.jpg'); /* Platzhalter für Team-Hintergrundbild */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}

.hero-karriere::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); /* Dunkler Overlay für bessere Textlesbarkeit */
}

.hero-karriere__content {
    position: relative;
    z-index: 2;
}

.hero-karriere__title {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-karriere__subtitle {
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* Button - kann als Divi Button-Modul oder HTML im Text-Modul verwendet werden
   HTML: <a href="#" class="hero-karriere__button">JETZT MEHR ERFAHREN</a> */
.hero-karriere__button {
    background-color: #2196F3;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.hero-karriere__button:hover {
    background-color: #1976D2;
}

.hero-karriere__image {
    text-align: center;
}

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

/* Responsive */
@media (max-width: 767px) {
    .hero-karriere {
        padding: 60px 0;
    }
    
    .hero-karriere__title {
        font-size: 2rem;
    }
    
    .hero-karriere__subtitle {
        font-size: 1rem;
    }
}
