/*
Theme Name: PAVO Ananke Child
Theme URI: https://pavo-werbetechnik.de/
Description: Child theme for Ananke.
Author: PAVO Werbetechnik
Template: ananke
Version: 1.0.0
Text Domain: pavo-ananke-child
*/

/* PAVO managed styles start */
/* Overview and service detail templates for Ananke child theme */

#leistungen-modern-hero .header-text p,
#service-modern-hero .header-text p {
    max-width: 860px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
}

#leistungen-modern-pillars .rows,
#leistungen-modern-grid .rows,
#leistungen-modern-steps .rows,
#leistungen-modern-workflow .rows,
#service-modern-pillars .rows,
#service-modern-steps .rows,
#service-modern-workflow .rows {
    display: grid;
    align-items: stretch;
}

#leistungen-modern-pillars .rows,
#service-modern-pillars .rows {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

#leistungen-modern-grid .rows {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

#leistungen-modern-steps .rows,
#service-modern-steps .rows {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

#leistungen-modern-workflow .rows,
#service-modern-workflow .rows {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

#leistungen-modern-pillars .rows > br,
#leistungen-modern-grid .rows > br,
#leistungen-modern-steps .rows > br,
#leistungen-modern-workflow .rows > br,
#service-modern-pillars .rows > br,
#service-modern-steps .rows > br,
#service-modern-workflow .rows > br {
    display: none;
}

#leistungen-modern-pillars .vc_column_container,
#leistungen-modern-grid .vc_column_container,
#leistungen-modern-steps .vc_column_container,
#leistungen-modern-workflow .vc_column_container,
#service-modern-pillars .vc_column_container,
#service-modern-steps .vc_column_container,
#service-modern-workflow .vc_column_container {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#leistungen-modern-pillars .ak_column-inner,
#leistungen-modern-pillars .wpb_wrapper,
#leistungen-modern-grid .ak_column-inner,
#leistungen-modern-grid .wpb_wrapper,
#leistungen-modern-steps .ak_column-inner,
#leistungen-modern-steps .wpb_wrapper,
#leistungen-modern-workflow .ak_column-inner,
#leistungen-modern-workflow .wpb_wrapper,
#service-modern-pillars .ak_column-inner,
#service-modern-pillars .wpb_wrapper,
#service-modern-steps .ak_column-inner,
#service-modern-steps .wpb_wrapper,
#service-modern-workflow .ak_column-inner,
#service-modern-workflow .wpb_wrapper {
    height: 100%;
}

#leistungen-modern-pillars .about-what-we-do,
#service-modern-pillars .about-what-we-do {
    margin: 0 !important;
    min-height: 260px;
    padding: 34px 28px 30px;
    background: #343434;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

#leistungen-modern-grid .services-offer {
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    margin: 0 !important;
    min-height: 390px;
    padding: 34px 28px 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
}

#leistungen-modern-grid .services-offer h5 {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

#leistungen-modern-grid .services-offer p {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    line-height: 1.55;
}

#leistungen-modern-grid .services-offer small {
    display: block;
}

#leistungen-modern-grid .pavo-service-link {
    display: inline-block;
    margin-top: 14px;
    color: #d4af37;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

#leistungen-modern-grid .pavo-service-link:hover {
    color: #ffffff;
}

#leistungen-modern-focus,
#service-modern-focus {
    padding-top: 65px;
    padding-bottom: 50px;
}

#leistungen-modern-focus .header-text p,
#service-modern-focus .header-text p {
    color: rgba(41, 41, 41, 0.88);
    max-width: 900px;
    margin: 0 auto;
}

#leistungen-modern-focus .wpb_text_column,
#service-modern-focus .wpb_text_column {
    max-width: 900px;
    margin: 34px auto 0;
    text-align: center;
}

#leistungen-modern-focus .wpb_text_column ul,
#service-modern-focus .wpb_text_column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#leistungen-modern-focus .wpb_text_column li,
#service-modern-focus .wpb_text_column li {
    color: #2f2f2f;
    font-size: 21px;
    line-height: 1.75;
    margin: 0 0 16px;
}

#leistungen-modern-steps .facts-wrap,
#service-modern-steps .facts-wrap {
    text-align: center;
}

#leistungen-modern-steps .facts-wrap-num,
#service-modern-steps .facts-wrap-num {
    width: 168px;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    background: rgba(28, 28, 28, 0.18);
    border: 1px solid rgba(35, 35, 35, 0.78);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

#leistungen-modern-steps .facts-wrap-num .counter,
#service-modern-steps .facts-wrap-num .counter {
    font-size: 108px;
    line-height: 1;
}

#leistungen-modern-steps .facts-wrap h5,
#service-modern-steps .facts-wrap h5 {
    margin-top: 0;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: 0.03em;
}

#leistungen-modern-workflow .plans-offer,
#leistungen-modern-workflow .plans-offer-gold,
#service-modern-workflow .plans-offer,
#service-modern-workflow .plans-offer-gold {
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    margin: 0 !important;
    box-sizing: border-box;
}

#leistungen-modern-workflow .plans-offer h3,
#leistungen-modern-workflow .plans-offer h6,
#leistungen-modern-workflow .plans-offer-gold h3,
#leistungen-modern-workflow .plans-offer-gold h6,
#service-modern-workflow .plans-offer h3,
#service-modern-workflow .plans-offer h6,
#service-modern-workflow .plans-offer-gold h3,
#service-modern-workflow .plans-offer-gold h6 {
    color: #d4af37;
}

@media only screen and (max-width: 959px) {
    #leistungen-modern-pillars .rows,
    #leistungen-modern-grid .rows,
    #leistungen-modern-steps .rows,
    #leistungen-modern-workflow .rows,
    #service-modern-pillars .rows,
    #service-modern-steps .rows,
    #service-modern-workflow .rows {
        grid-template-columns: 1fr;
    }

    #leistungen-modern-pillars .about-what-we-do,
    #leistungen-modern-grid .services-offer,
    #service-modern-pillars .about-what-we-do {
        min-height: 0;
    }

    #leistungen-modern-focus .wpb_text_column li,
    #service-modern-focus .wpb_text_column li {
        font-size: 18px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 960px) {
    #leistungen-modern-grid .rows,
    #leistungen-modern-steps .rows,
    #leistungen-modern-workflow .rows,
    #service-modern-steps .rows,
    #service-modern-workflow .rows {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* PAVO managed styles end */
