/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


h1, h2, h3, h4, h5 {
    margin-bottom: 10px !important;
}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
  body {
    font-size: 15px;
  }
  .footer-links h3 {
    color: #fff !important;
    border-bottom: 1px solid #ffffffa1;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#top #footer .widget ul.list-inline {
    display: flex;
    gap: 10px;
    
}
figcaption.av-inner-masonry-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
figcaption.av-inner-masonry-content h3.av-masonry-entry-title {
    min-height: 40px;
}
#top .av-masonry-load-more {
    width: auto;
    max-width: max-content;
    margin: 0 auto;
    background: #0c468d;
    color: #fff;
    padding: 15px 49px;
    border-radius: 73px;
}
header#header {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.news-container .content-area, .best-practice .content-area{
    display: flex;
    gap: 20px;
    padding: 40px 0;
}
.news-container .content-area .news-sidebar, .best-practice .content-area .best-practice-sidebar{
    flex: 1;
}
.news-container .content-area .site-main, .best-practice .content-area .site-main{
    flex: 3;
}
aside.news-sidebar:before,  aside.best-practice-sidebar{
    content: '';
    border: 2px solid #ccc;
    width: 100%;
    height: 0px;
    display: block;
    margin: 15px 0;
}
aside.news-sidebar .sidebar-block h3.date, aside.best-practice-sidebar .sidebar-block h3.date{
    color: #000;
    font-weight: 500;
    margin: 20px 0;
}
aside.news-sidebar .sidebar-block, aside.best-practice-sidebar .sidebar-block{
    display: inline-block;
    width: 100%;
}
aside.news-sidebar .sidebar-block h3, aside.best-practice-sidebar .sidebar-block h3 {
    margin: 20px 0;
    display: block;
}
aside.news-sidebar .sidebar-block h3.tiitle-cat:after {
    content: '';
    width: 100%;
    display: block;
    border-bottom: 1px solid #0c468d;
    padding-top: 10px;
}
}

.news-sidebar .pdf-download a, .best-practice-sidebar .pdf-download a{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #0c478d;
    font-weight: 600;
}

.pdf-download {
    background: #ccc;
    text-transform: uppercase;
    color: #fff;
    background-color: #f37305;
    border-color: #f37305;
    display: block;
    text-align: center;
    width: 200px;
    padding: 5px;
}
.pdf-download a { 
    color: #fff;
}

.post-featured-image img, .news-featured-image img {
    /*max-height: 500px !important;*/
    width: auto;
}

.project-details {
    padding: 0 0;
}
/*.project-details .inner-container {
    display: flex;
}
.project-details .blank-div {
    flex: 1;
}
.post-custom-fields {
    flex: 3;
}*/

.acf-slider .slick-track {
    display: flex;
}
.slider-wrapper {
    width: 100%;
    max-width: 1024px; /* Adjust to your layout */
    margin: 0 0;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}
.slider-with-cta {
    display: flex;
    gap: 20px;
    padding: 25px 0;
}
.slider-with-cta > * {
    flex: 1;
}
.acf-slider {
    width: 100%;
}

.acf-slider .slide {
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
}

.acf-slider img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
.best_practice .image-credits {
    margin-bottom: 25px;
}
.acf-slider .slick-arrow {
    z-index: 1;
}
.acf-slider .slick-arrow.slick-prev {
    left: 5px;
}
.acf-slider .slick-arrow.slick-next {
    right: 15px;
}
.acf-slider .slick-arrow::before {
    color: #0e4f9c;
}
.acf-slider .slick-dots {
    bottom: 30px;
}
.acf-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0e4f9c;
}
.acf-slider .slick-dots li button:before {
    font-size: 10px;
    color: #fff;
    border-radius: 20px;
}
.slider-with-cta .testimonials-part {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.slider-with-cta .testimonials-part .quote-text{
    color: #0c478d;
    font-size: 20px;
    line-height: 31px;
    padding-bottom: 24px;
    position: relative;
}
.slider-with-cta .testimonials-part .quote-text:before {
    content: '';
    font-family: "Font Awesome 6 Free";
    width: 40px;
    height: 40px;
    display: block;
}
.slider-with-cta .testimonials-part .quote-text i.fa-solid.fa-quote-left {
    position: absolute;
    top: 0;
    font-size: 36px;
}
.slider-with-cta .testimonials-part .quote-author .author-name {
    font-size: 18px;
    font-weight: 600;
    color: #0e4f9c;
    
}
.slider-with-cta .testimonials-part .quote-author {
    position: relative;
    padding-left: 13px;
    line-height: 30px;
    height: 30px;
}
.slider-with-cta .testimonials-part .quote-author:before {
    content: '';
    border-left: 3px solid #0e4f9c;
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
}
.para-with-cta {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px 0;
}
.para-with-cta .cta-block {
    padding: 25px;
    background: #DFE2EB;
}
.para-with-cta .cta-block h4 {
    line-height: 27px;
}
.para-with-cta .cta-block a.cta-button {
    background: #f37305;
    color: #fff;
    padding: 10px 30px;
    display: inline-flex;
}
.cta-button {
    margin-top: 8px !important;
}

.quote-with-cta-section .testimonials-part {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.quote-with-cta-section .testimonials-part .quote-text{
    color: #0c478d;
    font-size: 20px;
    line-height: 31px;
    padding-bottom: 24px;
    position: relative;
}
.quote-with-cta-section .testimonials-part .quote-text:before {
    content: '';
    font-family: "Font Awesome 6 Free";
    width: 40px;
    height: 40px;
    display: block;
}
.quote-with-cta-section .testimonials-part .quote-text i.fa-solid.fa-quote-left {
    position: absolute;
    top: 0;
    font-size: 36px;
}
.quote-with-cta-section .testimonials-part .quote-author .author-name {
    font-size: 18px;
    font-weight: 600;
    color: #0e4f9c;
    
}
.quote-with-cta-section .testimonials-part .quote-author {
    position: relative;
    padding-left: 13px;
    line-height: 30px;
    height: 30px;
}
.quote-with-cta-section .testimonials-part .quote-author:before {
    content: '';
    border-left: 3px solid #0e4f9c;
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
}
.quote-with-cta-section .cta-block {
    padding: 25px;
    background: #DFE2EB;
}
.quote-with-cta-section .cta-block h4 {
    line-height: 27px;
}
.quote-with-cta-section .cta-block a.cta-button {
    background: #f37305;
    color: #fff;
    padding: 10px 30px;
    display: inline-flex;
}
.quote-with-cta-section {
    display: flex;
    gap: 20px;
}
.quote-with-cta-section .cta-section {
    flex: 1;
}
.quote-with-cta-section .testimonials-part {
    flex: 2;
}
.zinq-post-layout {
  font-family: sans-serif;
  background: #fff;
  padding: 30px 0;
}
.sidebar-meta {
  padding: 10px;
  font-size: 14px;
}
.sidebar-meta .post-date,
.sidebar-meta .post-category {
  font-weight: bold;
  margin-bottom: 10px;
}
.post-image {
  margin-bottom: 20px;
}
.post-image .caption {
  font-size: 0.8rem;
  color: #777;
}
.post-title h1 {
  font-size: 2rem;
  margin-top: 10px;
}
.post-excerpt h2 {
  font-size: 1.2rem;
  color: #0078c0;
}
.post-content {
  margin-top: 20px;
  line-height: 1.6;
}
article.news.type-news h1 {
    display: block;
}

article.news.type-news .post-content h1 {
    /*display: none;*/
}
.home-page-grid {
    background: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}
.custom-page-header {
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative;
    color: white;
    text-align: left;
    border-bottom: 7px solid #f37305;
}
section.custom-page-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80000000', GradientType=0);
}

.page-title {
    font-size: 4rem;
    margin-bottom: 0.5rem;
}
.page-subtitle {
    font-size: 3rem;
    line-height: 3.4rem;
    margin-top: 0;
}
.page-content {
    padding: 40px 20px;
}
section.custom-page-header .overlay {
    max-width: 1310px;
    margin: 0 auto;
    width: 100%;
}
.custom-page-header .overlay .container {
    padding: 50px 26px;
    display: inline-block;
    background: rgba(12, 71, 141, 0.6);
    color: #fff;
    margin-left: 10px;
    width: auto;
    max-width: 550px;
}
.custom-page-header .overlay .container p.page-subtitle {
    font-size: 20px;
    line-height: 30px;
}
.custom-page-header .overlay .container h1.page-title {
    color: #fff !important;
}
p.page-qoutes {
    padding: 15px;
    border-left: 2px solid;
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eee;
}
.another-sidebar::before {
        content: '';
        border: 2px solid #ccc;
        width: 100%;
        height: 0px;
        display: block;
        margin: 15px 0;
}
.another-sidebar .sub-head {
    color: #333;
    font-size: 20px;
    margin: 15px 0;
        display: inline-block;
        width: 100%;
}
.another-sidebar .main-head {
    color: #0c468d;
    font-size: 29px;
    font-weight: 600;
    margin: 15px 0;
        display: inline-block;
}
.another-sidebar .descriptions {
    color: #777;
}
.best-practice .post-card {
    position: relative;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.best-practice .post-card .featured-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.best-practice .post-card .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Handle AJAX loaded content */
.best-practice .ajax-loaded .post-card .featured-image img {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.best-practice .ajax-loaded .post-card .featured-image img.loaded {
    opacity: 1;
}

/* Ensure masonry grid items show images properly */
.av-masonry-entry .av-masonry-image-container {
    opacity: 0;
    transition: opacity 0.3s ease;
    background-size: cover;
}

.av-masonry-entry.loaded .av-masonry-image-container {
    opacity: 1;
}
.container.news-container.best-practice aside.news-sidebar:before {
    display: none;
}
.container.news-container.best-practice aside.news-sidebar .widget_text.widget.best-practice-widget.widget_custom_html {
    padding-top: 0;
}
.page-content-nachhaltigkeit section.results {
    background: #e8ecf5;
    padding: 44px 0;
}
.page-content-nachhaltigkeit section.results .content-area > * {
    flex: 1;
}
.page-content-nachhaltigkeit section.results .content-area {
    display: flex;
}

.page-content-nachhaltigkeit .flex_cell {
    padding: 0px !important;
}

section.products {
    padding: 40px 0;
    background: url(../images/Zinq_Bauteil_Q8P4861.jpg) no-repeat;
        border-top: 7px solid #f37305;
    background-size: cover;
}
section.products .products-content {
    display: flex;
    gap: 20px;
}
section.products .products-content .product-heading {
    flex: 1;
}

.paroduct-page-block-custom .custom-link-blocks-2 h2 {
    background: rgba(12, 71, 141, 0.8);
    line-height: 40px;
    font-size: 34px;
}

.paroduct-page-block-custom .custom-link-blocks-2 a {
    left: 20px !important;
    right: auto !important;
}

section.products .products-content .product-list {
    flex: 3;
        display: flex;
    gap: 20px;
}
section.products .products-content .product-list img {
    max-width: 150px;
}
section.products .products-content .product-heading h3.text-primary {
    padding-top: 30px;
    position: relative;
}
section.products .products-content .product-heading h3.text-primary:before {
    content: '';
    border: 2px solid #ccc;
    width: 100%;
    height: 0px;
    display: block;
    margin: 15px 0;
    position: absolute;
    top: 0;
    margin-top: 0;
}
.page-content-nachhaltigkeit section.results ul.angle-right li:before {
    content: '\f054';
    font-family: "FontAwesome";
    color: #f37305;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0px;
}
.page-content-nachhaltigkeit section.results ul.angle-right li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}

.page-content-nachhaltigkeit ul {
    list-style-type: none;
}
.page-content-nachhaltigkeit ul.angle-right li:before {
    content: '\f054';
    font-family: "FontAwesome";
    color: #f37305;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0px;
}
.page-content-nachhaltigkeit ul.angle-right li {
    padding-left: 20px;
    margin-left: 0 !important;
    position: relative;
    margin-bottom: 15px;
}

.url_links .list-items {
    display: flex;
    gap: 20px;
}
.url_links .list-items img{
max-width: 189px;
}
.url_links .list-items .items {
   position: relative; 
}
.url_links .list-items .items .title-box {
    position: absolute;
    left: 20px;
    bottom: 20px;
    
}
.url_links .list-items .items .title-box h4 a {
    color: #fff !important;
}
.url_links .list-items span.image-overlay.overlay-type-extern {
    display: none !important;
}
.custom-box-stats {
    display: flex;
    gap: 20px;
    justify-content: space-around;
}
.custom-box-stats .stats-items {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.custom-box-stats .stats-items .image img{
width: 100px;
}
.custom-box-stats .stats-items .numbers {
    font-size: 30px;
    font-weight: 700;
}   
.custom-box-stats .stats-items .stat-name {
    color: #0c478d;
    font-weight: 500;
    font-size: 17px;
    margin-top: 10px;
}
.acf-slick-slider {
    margin-bottom: 30px;
}
.acf-slick-slider .slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    max-width: 590px;
    max-height: max-content;
}
.results .product-specifications {
    display: flex;
    gap: 20px;
}
.results .product-specifications .slider {
    width: 100%;
    flex: 1;
    overflow: hidden;
    position: relative;
}
.results .product-specifications .slider-2 {
    width: 400px;
    height: 520px;
    overflow: hidden;
    position: relative;
}
.results .product-specifications .slider .slick-track {
    display: flex;
}
.results .product-specifications .slider .slick-dots {
    position: relative;
    bottom: 0;
}
.results .product-specifications .slider .acf-slick-slider{
    width: 100% !important;
}
.results .product-specifications .product-details {
    flex: 1;
}
.full-screen-box {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #e8ecf5;
}
.full-screen-box .flex_cell_inner {
    width: 1310px;
    margin: 0 auto;
    padding: 0 50px;
}

.full-screen-box .uber-page-teams {
    display: flex;
    gap: 25px;
}
.full-screen-box .uber-page-teams .team-members {
    flex: 1;
    position: relative;
}
.full-screen-box .uber-page-teams .team-members .info {
    padding: 10px;
    position: absolute;
    bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #fff !important;
}
.full-screen-box .uber-page-teams .team-members .info h4, .full-screen-box .uber-page-teams .team-members .info h4 a {
 color: #fff !important;
 font-weight: 500;}

.full-screen-box .uber-page-teams .team-members.blanck {
    flex: 1;
}
.full-screen-box .uber-page-teams .team-members.blanck .image img.alignnone.size-medium.wp-image-5183 {
    width: 100%;
    height: 100%;
}

.full-screen-box .uber-page-teams .team-members.blanck .image {
    width: 100%;
    height: auto;
}

.full-screen-box .uber-page-teams .team-members.blanck .image {
    width: 100%;
    height: 100%;
    position: absolute;
}

.full-screen-box .uber-page-teams .team-members.blanck .image img.alignnone.size-medium.wp-image-5183 {
    width: 100%;
}
.custom-team-mates .management-team {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    grid-template-rows: 1fr 1fr;
}
.custom-team-mates .management-team .tx-ttaddress-pi1 .team-v3 {
    position: relative;
}
.custom-team-mates .management-team .tx-ttaddress-pi1 .team-v3 .team-img {
    position: relative;
    overflow: hidden;
}
.custom-team-mates .management-team .tx-ttaddress-pi1 .team-v3 .team-img img {
    margin: 0 auto;
}
.custom-team-mates .management-team .tx-ttaddress-pi1 .team-v3 .team-img .team-img-caption {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: rgb(255, 255, 255);
    background-color: rgba(12, 71, 141, 0.7);
    opacity: 0;
    padding: 10px;
    transition: 0.4s ease-in-out 1s;
}
.custom-team-mates .management-team .tx-ttaddress-pi1 .team-v3 .team-img p{
    margin: 0;
        display: flex;
}
.custom-team-mates .management-team .tx-ttaddress-pi1 .team-v3 .team-img:hover .team-img-caption {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.custom-team-mates .management-team .tx-ttaddress-pi1 .team-v3 .team-img .team-img-caption .team-img-caption-inner {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    left: 10px;
    font-size: 16px;
    line-height: 20px;
}
.custom-team-mates .management-team .tx-ttaddress-pi1 .team-v3 .inner-team {
    padding: 20px;
    background: rgb(255, 255, 255);
    min-height: 140px;
}
.custom-team-mates .management-team .tx-ttaddress-pi1 .team-v3 .inner-team h3 {
    font-size: 20px;
    text-align: center;
    margin: 0px;
}
.custom-team-mates .management-team .tx-ttaddress-pi1 .team-v3 .inner-team small {
    display: block;
    margin-bottom: 7px;
    text-align: center;
        line-height: 17px;
}
.custom-team-mates .management-team .tx-ttaddress-pi1 .team-v3 + p .btn-secondary {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background-color: rgb(243, 115, 5);
    border-color: rgb(243, 115, 5);
        display: block;
    text-align: center;
    padding: 5px;
}

#custom-toggle-box section.av_toggle_section {
    position: relative;
    padding-left: 80px;
    background-color: #d2e3f1;
}
#custom-toggle-box section.av_toggle_section::before {
    font-size: 55px;
    position: absolute;
    z-index: 1;
    color: #0e4f9c;
    font-weight: 600;
    position: absolute;
    top: 36px;
    left: 0;
    padding-left: 10px;
}
#custom-toggle-box .single_toggle p {
    background-color: #d2e3f1;
}
#custom-toggle-box section.av_toggle_section:nth-child(1):before {
    content: '01';
}
#custom-toggle-box section.av_toggle_section:nth-child(2):before {
    content: '02';
}
#custom-toggle-box section.av_toggle_section:nth-child(3):before {
    content: '03';
}
#custom-toggle-box section.av_toggle_section:nth-child(4):before {
    content: '04';
}
#custom-toggle-box section.av_toggle_section:nth-child(5):before {
    content: '05';
}
#custom-toggle-box .toggler {
    text-transform: none !important;
    color: #0e4f9c;
    font-weight: 600;
    font-size: 20px;
}
#custom-toggle-box .toggle_content {
    padding: 0 20px 10px 36px;
    font-weight: normal;
    font-size: 16px;
    background-color: transparent;
    margin-top: -15px;
}

#custom-toggle-box .toggle_content p {
    padding-top: 0px;
}

.icon-box-design {
    display: flex;
    gap: 30px;
    align-items: center;
    border-bottom: 1px solid #ef7d00;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.icon-box-design .icon-box-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
        max-width: 33%;
}
.icon-box-design .icon-box-item .icon-box-title {
    text-align: center;
}
section.extra-content .custom-width.two-col {
    display: flex;
    gap: 20px;
}
section.extra-content .custom-width.two-col .main-bar {
    width: 100%;
}
section.extra-content .custom-width.two-col .another-sidebar {
    width: 300px;
}
section.extra-content .custom-width.two-col .main-bar .icon-box-design:last-of-type {
    border-bottom: 0;
}
section.extra-content:nth-child(odd) {
    background: #e8ecf5;
}
section.extra-content, section.technical-section {
    padding: 40px 0;
}
.icon-box-design .icon-box-item .icon-box-title {
    text-align: center;
}

.zinq-wrapper {
    font-family: Arial, sans-serif;
    /*background: #e8ecf5;*/
    padding: 20px;
  }
 
  .zinq-tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #e8ecf5;
    display: flex;
  }
 
  .zinq-tab button {
    flex: 1;
    background-color: #0c478dcc;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 16px;
    color: white;
  }
 
  .zinq-tab button:hover {
    background-color: #0c478dcc;
  }
 
  .zinq-tab button.active {
    background-color: #0c478d80;
  }
 
  .zinq-tabcontent {
    display: none;
    padding: 20px;
    border-top: none;
    /*background: #e8ecf5;*/
  }
 
  .zinq-tabcontent table {
    width: 100%;
    border-collapse: collapse;
  }
 
  .zinq-tabcontent td {
    padding: 8px;
    border: 1px solid #ddd;
  }
 
  .zinq-tabcontent h4 {
    margin-top: 20px;
  }
 
  .zinq-extra-section {
    max-width: 1280px;
    margin: 0 auto;
    /*padding: 0 20px;*/
    /*background: #e8ecf5;*/
  }
 
  .zinq-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
 
  .zinq-box {
    background-color: #eee;
    text-align: center;
    line-height: 100px;
  }
 
  .zinq-image-box {
    width: 150px;
    height: 120px;
    line-height: 120px;
  }
 
  .zinq-full-width {
    flex: 0 0 100%;
    margin-top: 10px;
  }
 
  .zinq-half {
    flex: 0 0 48%;
  }
section.tabs-section-content {
    /*background: #e8ecf5;*/
    padding: 0 0;
}
.standorte-section-one .standorte-right-content {
    display: flex;
    gap: 20px;
}
.standorte-section-one .standorte-right-content .big {
    flex: 2;
}
.standorte-section-one .standorte-right-content .small {
    flex: 1;
}
aside.standorte-sidebar.news-sidebar .another-sidebar::before {
    display: none;
}
.standorte-archive-content {
    padding-top: 15px;
}
.standorte-section-one .standorte-right-content .small:before, .standorte-section-one .standorte-right-content .small:after {
    content: '';
    content: '';
    border: 2px solid #ccc;
    width: 100%;
    height: 0px;
    display: block;
    margin: 25px 0;
    margin-top: 0;
}
.standorte-section-one .standorte-right-content .big ul.icon-list {
    display: flex;
    gap: 25px;
    justify-content: center;
}
.standorte-section-one .standorte-right-content .big ul.icon-list li {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
section.standorte-teams {
    padding: 40px 0;
    background: #ccc;
    background-color: #e8ecf5;
    border: 1px solid #cfd7ea;
}
section.standorte-teams h2, section.standorte-teams p {
    text-align: center;
}
section.standorte-teams .team-list {
display: grid;
    gap: 25px;
    margin-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr auto;
}
section.standorte-teams .team-list .team-item {
    flex: 1;
    position: relative;
    margin-bottom: 25px;
}
section.standorte-teams .team-list .team-item .profile-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
}
section.standorte-teams .team-list .team-item .profile-info a.ansprechpartner-contact-btn {
    background: #ccc;
    text-transform: uppercase;
    color: #fff;
    background-color: #f37305;
    border-color: #f37305;
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px;
    position: absolute;
    left: 0;
    bottom: -28px;
}




section.standorte-teams .team-list .team-item .profile-info .ansprechpartner-name {
    font-weight: 800;
}
section.standorte-teams .team-list .team-item .profile-info.ansprechpartner-position {
    font-size: small;
}
.standorte-header .inner-container {
    display: flex;
    gap: 20px;
}
.standorte-header .inner-container .contact-details {
    flex: 3;
        padding-top: 10px;
}
.standorte-header .inner-container .contact-side-bar {
    flex: 1;
}
.standorte-header {
    padding: 40px 0;
}
.standorte-header .inner-container .contact-details .standorte-title h1 {
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
margin-bottom: 20px;
}
.standorte-header .inner-container .contact-details .standorte-title .standorte-info > * {
    flex: 1;
}
.standorte-header .inner-container .contact-details .standorte-title .standorte-info {
    display: flex;
    gap: 30px;
}
.standorte-header .inner-container .contact-details .standorte-title .standorte-info ul li{
    display: flex;
    flex-direction: column;
    margin-bottom: 13px;
    font-size: 14px;
}
.standorte-tabs {
  margin: 40px 0;
  font-family: inherit;
}
.standorte-tabs .tab-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.standorte-tabs .tab-nav-item {
  background: #f5f7fa;
  border: 1px solid #d1d5db;
  padding: 10px 24px;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
  color: #2a3b5c;
  transition: background 0.2s, color 0.2s;
}
.standorte-tabs .tab-nav-item.active {
  background: #fff;
  color: #0074c2;
  border-bottom: 2px solid #0074c2;
}
.standorte-tabs .tab-content-area {

  border-radius: 0 0 6px 6px;
  padding: 30px 20px;
}
.standorte-tabs .tab-content {
  display: none;
}
.standorte-tabs .tab-content.active {
  display: block;
}
.standorte-tabs .standorte-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}
.standorte-tabs .standorte-card {

  padding: 24px 18px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.standorte-tabs .card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.standorte-tabs .card-title .icon-info {
  color: #0074c2;
  font-size: 22px;
}
.standorte-tabs .card-title h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #2a3b5c;
}
.standorte-tabs .card-title i {
    color: #0c468d;
}
.standorte-tabs .card-content {
    font-size: 16px;
    color: #2a3b5c;
    line-height: 1.6;
}
.standorte-tabs .card-content span +br {
    display: none;
}
.standorte-tabs .card-content a {
  color: #0074c2;
  text-decoration: underline;
  word-break: break-all;
}
.standorte-tabs .card-content span {
  display: block;
  margin-top: 2px;
}
sction.contact-cards {
    /*background: #e8ecf5;*/
    padding: 0 0 40px 0;
        display: block;
}
section.google-maps {
    /*border-bottom: 7px solid #f37305;*/
}
section.certificate-details {
    padding: 40px 0;
}
.certificate-images {
    display: flex;
    gap: 40px;
}
.certificate-images .certificate-images-list {
    flex: 1;
}
.certificate-images .certificate-content {
    flex: 3;
}
.certificate-images .certificate-images-list .certificate-image-item {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 7px;
}
.certificate-images h2 {
    margin-bottom: 25px;
}
.certificate-images .certificate-content ul {
    list-style: disc;
    list-style-position: inside;
}

#header_meta .menu > li.menu-item-lang { margin-left: 0px; }
#header_meta .menu > li.menu-item-lang img { transition: transform .15s ease; }
#header_meta .menu > li.menu-item-lang a:hover img { transform: translateY(-1px); }

.home-page-posts .post-card {
    background: #dbe6f3;
    border: 0;
    border-radius: 0;
}
.home-page-posts .post-card-title {
    margin-bottom: 10px !important;
}
.home-page-posts .post-card .read-more-btn {
    background: #ec6500;
}
.home-page-posts .post-card .read-more-btn:before{
    content: '>>';
    margin-right: 7px;
}
.home-page-posts .post-card .post-card-meta {
    display: none;
}
.home-page-posts .post-card .post-card-excerpt {
    font-size: 15px;
}
.custom-quotes {
    background: #2f4f98;
    color: #fff;
    padding: 15px 15px 15px 200px;
    position: relative;
    margin-top: 30px;
}
.custom-quotes p.quote-item {
    font-size: 23px;
    line-height: 31px;
    margin: 0 0 0 20px;
    max-width: 90%;
}
.custom-quotes p.author span {
    font-weight: normal;
}
.custom-quotes p.author {
    font-weight: normal;
    margin: 12px 0 0 20px;
}
.custom-quotes:before {
    content: '';
    background: url(../images/quote-icon.png) no-repeat;
    width: 158px;
    height: 136px;
    display: block;
    background-size: contain;
    position: absolute;
    left: 25px;
    top: -17px;
}

.new-footer-design {
    background: #0c4e9c;
    color: #fff;
    padding: 40px 0;
}
.new-footer-design .site-logo {
    max-width: 190px;
    margin-left: 12px;
}
.new-footer-design .otheers-company-logo .sister-company li {
    margin: 0;
}
.new-footer-design .otheers-company-logo {
    display: flex;
    gap: 40px;
    margin-left: -16px;
}
.new-footer-design .otheers-company-logo .sister-company{
    display: flex;
    flex: 2;
    gap: 70px;
        margin: 20px 0;
    list-style: none;
}
.new-footer-design .otheers-company-logo .social-links {
    flex: 1;
    list-style: none;

}
.new-footer-design .otheers-company-logo .sister-company li img {
    /*height: 120px;*/
}
.new-footer-design .otheers-company-logo .social-links .footer-links .list-inline {
    display: flex;
    gap: 20px;
    color: #fff;
    margin: 0;
    align-items: center;
    margin-top: 26px;
    list-style: none;
}
.new-footer-design .otheers-company-logo .social-links .footer-links .list-inline a {
    color: #fff;
}
.footer-links-new .footer-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer-links-new .footer-nav {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
        margin-bottom: 30px;
}
.footer-links-new .footer-nav ul {
    margin: 0;
    list-style: none;
}
.footer-links-new .footer-nav ul li::before {
  content: ">";            /* Das Symbol, das vorangestellt wird */
  color: #ec6500;         /* Farbe (z. B. Rotton) */
  font-weight: bold;       /* optional, für mehr Betonung */
  margin-right: 8px;       /* Abstand zwischen Pfeil und Text */
}
.footer-links-new .footer-nav ul li {
    color: #fff;
    margin-left: 0;
    padding: 0 !important;
}
.footer-links-new .footer-nav ul li a{
    color: #fff;
}
.copyright-footer ul {
    margin: 0;
    display: flex;
    gap: 20px;
        list-style: none;
}
.copyright-footer ul li {flex: 1; color: #fff;}
.copyright-footer ul li a{color: #fff;}

/* Floating sticky container */
.floating-icons {
position: fixed;
    top: 25%;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    z-index: 1000;
}

/* Common icon styling */
.floating-icons .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #f36f21; /* Orange */
  color: #fff;
  font-size: 20px;
  transition: background 0.3s;
}

.floating-icons .icon:hover {
  background: #d85f1a;
}

input[type='submit'] {
    background: #d85f1a !important;
}


.search-wrapper {
  position: relative;
}

.search-wrapper:hover a.icon.main {
    left: 260px;
}

.search-form {
  position: absolute;
    right: 0px;
    top: 16px;
    transform: translateY(-28%);
    display: flex;
    gap: 10px;
    background: #004c93;
    padding: 8px 12px;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    flex-direction: column;
    min-width: 260px;
    color: #fff;
}
/* Show on hover */
.search-wrapper:hover .search-form {
    opacity: 1;
    pointer-events: auto;
}



/* Social hover section */
.social-wrapper {
  position: relative;
}

.social-wrapper:hover a.icon.main {
    left: 130px;
}

.social-icons {
  position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-28%);
    display: flex;
    gap: 10px;
    background: #004c93;
    padding: 8px 12px;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    flex-direction: column;
    min-width: 170px;
    color: #fff;
}

/* Show on hover */
.social-wrapper:hover .social-icons {
    opacity: 1;
    pointer-events: auto;
}

.social-icons a {
  color: #fff;
  font-size: 18px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #f36f21;
}
section.new-page-header {
    position: relative;
}
section.new-page-header .overlay {
    position: absolute;
    top: 30%;
    max-width: 42%;
    background: #0c4e9c5c;
    padding: 30px;
    color: #fff;
}
section.new-page-header .overlay h1.page-title {
    color: #fff !important;

}
section.ueber-block-custom .container, section.paroduct-page-block-custom .container, .products-blocks-new .container {
  /*padding: 0 30px;*/
}

section.ueber-block-custom .container .custom-link-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-template-rows: 1fr 1fr;
}

section.ueber-block-custom .container .custom-link-blocks .blocks-item {
  position: relative;
  overflow: hidden;
  height: 400px;
}

section.ueber-block-custom .container .custom-link-blocks .blocks-item p {
    margin: 0;
    padding: 0;
}

section.ueber-block-custom .container .custom-link-blocks .blocks-item img {
  height: 420px;
  object-fit: cover;
  display: block;
}

section.ueber-block-custom .container .custom-link-blocks .blocks-item:before {
  content: '';
  background: #0c4d9cc2; /* overlay color */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

section.ueber-block-custom .container .custom-link-blocks .blocks-item h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  text-align: center;
  z-index: 11;
  color: #fff !important;
  font-size: 40px;
}

section.ueber-block-custom .container .custom-link-blocks .blocks-item .block-link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #ec6500; /* orange button */
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  text-decoration: none;
  z-index: 2;
}
section.ueber-block-custom, section.paroduct-page-block-custom {
    margin-bottom: 40px;
}
.container .custom-link-blocks {
    display: flex;
    gap: 20px;
}
.container .custom-link-blocks-2 .blocks-item {
    position: relative;
  height: 450px;
  background-image: url(/wp-content/uploads/2025/09/ecoZINQ-Oberflaeche.jpg);
  background-size: cover;
  width: 33%;
  background-repeat: no-repeat;
}

.container .custom-link-blocks .blocks-item {
    position: relative;
}
.container .custom-link-blocks .blocks-item h2 {
    transform: translate(0%, -65%);
    position: absolute;
    top: 50%;
    left: 0px;
    color: #fff !important;
    padding: 28px 20px;
    width: 80%;
    margin-top: 0px;
}
.container .custom-link-blocks .blocks-item a.block-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #ec6500;
    color: #fff;
    padding: 12px 12px;
    font-size: 16px;
    text-decoration: none;
    z-index: 2;
}
.container .custom-blocks-products {
    margin-bottom: 40px;
}
.container .custom-blocks-products .blocks-items {
    margin-bottom: 40px;
        position: relative;
}
.container .custom-blocks-products .blocks-items .block-container .text-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
}
.container .custom-blocks-products .blocks-items .block-container .text-container p {
    font-size: 20px;
    color: #fff;
    z-index: 1;
    padding: 20px;
    max-width: 55%;
    line-height: 32px;
}
.container .custom-blocks-products .blocks-items .block-container .text-container .block-links{
       position: absolute;
    bottom: 30px;
    left: 30px;
    background: #ec6500;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    text-decoration: none;
    z-index: 2;
}
.container .custom-blocks-products .blocks-items .block-container .image-block {
        max-height: 400px;
    overflow: hidden;
    position: relative;
}
.container .custom-blocks-products .blocks-items .block-container .image-block:before {
    content: '';
    background: #00000070;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.container .extra-blocks-container {
    margin-bottom: 40px;
}
.container .extra-blocks-container .block-item {
    display: flex;
    gap: 20px;
        align-items: center;
            margin-bottom: 40px;
}
.container .extra-blocks-container .block-item .image-area {
    flex: 2;
}
.container .extra-blocks-container .block-item .text-area {
    flex: 1;
}
.container .extra-blocks-container .block-item .text-area a.block-link{
     background: #ec6500;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}
section.new-page-header .hero-image img {
    width: 100%;
}
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}


.main-div{
	display:flex;		
}

.newsletter-box {
	background-color: #e5e8ef;
	padding: 20px;
	max-width: 300px;
	font-family: Arial, sans-serif;
}

.newsletter-box h3 {
	color: #003c7a;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}

.newsletter-box p {
	color: #888;
	font-size: 14px;
	margin: 0 0 20px;
}

.newsletter-button {
	background-color: #f36f00;
	color: white !important;
	text-decoration: none;
	padding: 12px 16px;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	border: none;
	cursor: pointer;
}

.sup {
	font-size: 0.6em;
	vertical-align: super;
}

.social-icons a {
  margin: 8px;
}

.slideshow_align_caption {
	background-color: rgba(47, 79, 152, .8) !important;
    position: fixed;
    left: 0px;
    top: 20%;
    padding: 20px 0 20px 200px !important;
}

.slideshow_align_caption .avia-caption-title {
    background: none !important;
	margin: 0px !important;
	padding: 12px 0 0 0 !important;
	width: 500px !important;
	font-size: 40px !important;
    color: #fff !important;
}

.slideshow_align_caption .avia-caption-content {
	background: none !important;
	margin: 0px !important;
	padding: 0 12px 0 0 !important;
	width: 400px !important;
}

.slideshow_caption .avia-caption-content p {
    padding: 0 0 0 0 !important;
}

.slideshow_align_caption .avia-caption-content p {
	background: none !important;
	font-weight: bold;
	font-size: 28px;
	line-height: 30px
}

.slideshow_align_caption a {
	background-color: #f36f21 !important;
  border: 0px !important;
  font-size: 18px !important;
  padding: 16px !important;
}

.avia-fullscreen-slider {
    margin-bottom: 20px !important; 
}

.flex_cell {
    padding: 20px !important;
}

#after_full_slider_1 {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}




section.fachinfos-block-custom .container {
    padding: 0 !important;
}

section.fachinfos-block-custom .container .custom-link-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

section.fachinfos-block-custom .container .custom-link-blocks .blocks-item {
  position: relative;
  overflow: hidden;
  height: 400px;
}

section.fachinfos-block-custom .container .custom-link-blocks .blocks-item p {
    margin: 0;
    padding: 0;
}

section.fachinfos-block-custom .container .custom-link-blocks .blocks-item img {
  height: 450px;
  object-fit: cover;
  display: block;
}

section.fachinfos-block-custom .container .custom-link-blocks .blocks-item:before {
  content: '';
  background: #0c4d9cc2; /* overlay color */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

section.fachinfos-block-custom .container .custom-link-blocks .blocks-item h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  background: none;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  z-index: 2;
  text-align: center;
  z-index: 11;
  color: #fff !important;
  font-size: 48px;
}

section.fachinfos-block-custom .container .custom-link-blocks .blocks-item .block-link {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: #ec6500; /* orange button */
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  text-decoration: none;
  z-index: 2;
}
section.fachinfos-block-custom, section.paroduct-page-block-custom {
    margin-bottom: 40px;
}


.post-card {
    background-color: #d2e3f1 !important;
    position: relative;
}

.post-card-meta {
    display: none;
}

.post-card-excerpt {
    min-height: 155px;
}

.post-card-image img {
    height: 300px !important;
}
.post-card-actions {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.post-card-actions a {
    background-color: #f36f21 !important;
}
.post-card-actions a:before {
    content: '>> ';
    color: #fff;
}

.standorte-tabs .tab-nav-item {
    background-color: #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    border: none;
    font-weight: 700;
}

.standorte-tabs .tab-nav-item.active {
    border-bottom: none;
}

.standorte-tabs .tab-nav {
    gap: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #12448f;
}

.standorte-tabs .standorte-card {
    padding: 0;
}

.tab-content-area {
    padding: 20px 0px;
}

.standorte-tabs .card-title {
    background: #12448f;
    color: #fff;
    padding: 8px 8px;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.card-content-address {
    background-color: #d2e3f1;
    padding: 12px;
    margin-bottom: 1px;
    min-height: 80px;
}

.card-content-email {
    background-color: #d2e3f1;
    padding: 12px;
    margin-bottom: 1px;
    height: 54px;
}

.card-content-email div, .card-content-phone div, .card-content-fax div {
    width: 54px;
    height: 54px;
    position: relative;
    top: -12px;
    left: -12px;
    background: #12448f;
    float: left;
}


.card-content-phone {
    background-color: #d2e3f1;
    padding: 12px;
    margin-bottom: 1px;
    height: 54px;
}

.card-content-email div {
    background-image: url("/wp-content/themes/enfold/images/email.png");
    background-position: 50% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
}

.card-content-fax div {
    background-image: url("/wp-content/themes/enfold/images/fax.png");
    background-position: 50% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
}

.card-content-phone div {
    background-image: url("/wp-content/themes/enfold/images/phone.png");
    background-position: 50% 50%;
    background-size: 22px;
    background-repeat: no-repeat;
}

.card-content-fax {
    background-color: #d2e3f1;
    padding: 12px;
    margin-bottom: 1px;
    height: 54px;
}

.standorte-section-one .fachinfos-block-custom {
    margin-top: 40px;
}


.fachinfos-block-custom .blocks-item p {
    margin: 0;
    padding: 0;
}



#top .av-main-nav ul a {
    padding: 4px 15px;
}

.header-scrolled .lang-flag {
    margin-top: 6px !important;
}

.post-card:hover .post-card-image img {
    transform: scale(1) !important;
}

.image-overlay.overlay-type-extern {
    display: none !important;
}


.avia-testimonial-wrapper {
    margin: auto;
}

#top .avia-slider-testimonials.avia-testimonial-wrapper {
    overflow: visible;
    max-width: 1208px;
}
.avia-testimonial-content {
    background: transparent !important;
    font-size: 23px;
    line-height: 31px;
    margin: 0 0 0 0;
    max-width: 90%;
    color: #fff;
}
.avia-testimonial-content {
        border-color: transparent !important;
}

.avia-slider-testimonials .avia-testimonial-name {
    color: #fff !important;
    font-size: 16px !important;
}

.avia-testimonial-arrow-wrap {
    display: none !important;
}

.additional-content {
    margin: 30px 0px;
}

.page-content-nachhaltigkeit section.results {
    background: transparent;
}

.new-page-header {
    height: 700px;
    overflow: hidden;
    margin-bottom: 20px !important;
}

.best_practice.tag-mitarbeiter-portraits img {
    max-width: 400px;
}


.accordion-head-bar {
    background-color: #12448f;
    color: #fff;
    padding: 8px 12px;
    width: 100%;
}

.togglecontainer {
    margin-top: 4px;
}

.togglecontainer .toggle_icon {
    left: auto;
    right: 16px;
    border: none;
    margin-top: -14px;
}

.togglecontainer .toggle_icon::after {
    content: ">";
    color: #12448f;
    font-weight: bold;
    font-size: 30px;
}

.activeTitle .toggle_icon::after {
    content: "v";
    color: #12448f;
    font-weight: bold;
    font-size: 22px !important;
}

.togglecontainer section {
    margin-bottom: 6px;
}
.container { border-color: transparent !important; }

:root {
        --enfold-main-color-border: transparent; 
}

.toggle_content { border-color: #d2e3f1; }
.togglecontainer .toggle_icon .vert_icon { display: none; }
.togglecontainer .toggle_icon .hor_icon { display: none; }
.avia-admin-preview-container .toggler, .js_active .toggler { 
    border-width: 0px; 
    padding: 9px 3px 9px 12px; 
    text-transform: uppercase;
}

.blue-info {
    padding: 20px;
    background-color: #12448f;
    color: #fff;
}

.blue-info a, .cta-button, .read-more-btn, .togglecontainer a, .download{
    background-color: #f36f21 !important;
    border: 0px !important;
    font-size: 16px !important;
    padding: 8px 15px !important;
    margin-right: 16px !important;
    color: #fff !important;
    display: inline-block;
}

.blue-info a[href^="tel:"],
.blue-info a[href^="mailto:"] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.blue-info a[href^="tel:"]::before,
.blue-info a[href^="mailto:"]::before {
    content: "";
    width: 1em;
    height: 1em;
    flex: 0 0 1em;
    background-color: currentColor;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.blue-info a[href^="tel:"]::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
}

.blue-info a[href^="mailto:"]::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4a2 2 0 0 0-1.99 2L2 18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4a2 2 0 0 0-1.99 2L2 18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}

.read-more-btn-blue {
    background-color: #12448f !important;
    border: 0px !important;
    font-size: 16px !important;
    padding: 12px !important;
    margin-right: 0 !important;
    margin-top: -12px;
    color: #fff !important;
    display: inline-block;
}

.blue-info a:hover, .cta-button:hover, .read-more-btn:hover, .togglecontainer a:hover {
    color: #fff;
    filter: brightness(1.05)
}

.post-card-content {
    min-height: 260px;
}

.page-id-7362 .post-card-content {
    min-height: 160px;
}

.page-id-7362 .post-card-image img {
    height: auto !important;
    object-fit: contain !important;
}

.post-type-archive-best_practice .post-card-content {
    min-height: 180px;
}

.cta-section {
    margin-top: 40px;
}

.newsletter-box { display: none;}

#footer-page {
    margin-top: 0px;
}


#hero-slider {
    height: 700px;
    overflow: hidden;
}
.hero-image img {
    height: 700px;
}


.videos {
    margin: 20px 0;
}

.videos {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-page-produkte .read-more-btn {
    margin: 20px 0;
    display: inline-block;
}

.av-main-nav ul {
    width: 230px;
}

.another-sidebar::before {
    border: none;
}

.another-sidebar .sub-head {
    position: absolute;
    left: 0px;
    bottom: 24px;
    color: #000;
    background: rgba(255, 255, 255, .6);
    padding: 4px 8px;
}

.another-sidebar p, .another-sidebar p a {
    padding: 0;
    margin: 0;
}
.another-sidebar p a {
    color: #fff;
}
.another-sidebar p:last-child {
    margin: -9px 0 0 0;
    width: 100%;
    background: #f36f00;
    text-align: center;
    padding: 6px 0;
}

.slider-with-cta .testimonials-part {
    background-color: #12448f;
    color: #fff;
    padding: 20px 40px;
    margin: 40px 0;
}

.best-practice .slider-with-cta .testimonials-part {
    padding: 20px 40px !important;
}

.slider-with-cta .testimonials-part .quote-text:before {
    content: '';
    background: url(../images/quote-icon.png) no-repeat;
    width: 158px;
    height: 136px;
    display: block;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: -38px;
}

.slider-with-cta .testimonials-part .quote-author:before {
    display: none;;
}

.slider-with-cta .testimonials-part .quote-text {
    color: #fff;
    padding-left: 200px;
}

.slider-with-cta .testimonials-part .quote-text i {
    display: none;
}

.slider-with-cta .testimonials-part .quote-author .author-name {
    color: #fff;
    font-weight: normal;
    padding-left: 186px;
    font-size: 16px;
}

.lgx_counter_value_wrap {
    margin-top: 15px;
}

.avia-video-16-9, .js_active .avia-iframe-wrap {
    padding-bottom: 42.5% !important;
}

.tab_titles {
    background-color: #e8ecf5;
}

.tab_titles > div {
    font-size: 16px !important;
    color: #12448f !important;
}

.tab_titles > div.active_tab {
    font-weight: bold !important;
}

.tab_content .col-md-6 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
    background-color: #e8ecf5 !important;
}

.preise-pulverbeschichten .togglecontainer {
    margin-top: -24px;
}

.preise-pulverbeschichten .flex_cell {
    padding: 0 0 20px 0 !important;
}

.best-practice .testimonials-part {
    padding: 0px 20px;
}

.quote-featured-image img {
    max-height: 220px;
    width: auto;
    margin-top: 40px;
}

.no-padding {
    padding: 0 !important;
}

.no-padding h2 {
    color: #12448f;
    margin-top: 20px;
}

.media_box {
    width: 400px;
    height: 260px;
    position: relative;
    background-size: cover;
}

.media_box.contain {
    background-size: contain;
}


.hero-slider-home.contain li {
    background-size: inherit !important;
}

.media_box .layer {
    position: absolute;
    top: 20%;
    right: 0;
    width: 60%;
    padding: 0 20px;
    background-color: #12448f;
    opacity: 0.8;
}
.media_box .layer, .media_box .layer strong {
    color: #fff;
}

.media_box .layer p {
    font-size: 24px;
    color: #fff;
}

.media_box .footer {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 40px;
    padding-top: 8px;
    text-align: center;
    font-weight: bold;
    background-color: #e8ecf5 !important;
}
.margin-top {
    margin-top: 40px;
    margin-bottom: -20px;
}

.col-md-4 {
    display: inline-block;
    width: 32%;
    text-align: center;
    vertical-align: top;
}

.page-id-5760 .image-center {
    padding: 0;
}

.post-card-image {
    position: relative;
}

.post-card-category {
    position: absolute;
    bottom: 8px;
    padding: 4px 12px;
    background-color: #12448f;
    color: #fff;
    font-size: 16px;
}

.acf-slider .slick-arrow::before, .acf-slider .slick-dots li button:before {
    color: #f07d00 !important;
}

.acf-slider .slick-arrow::before {
    font-size: 32px !important;
    opacity: 1 !important;
}

.acf-slider .slick-dots li button:before {
    font-size: 14px !important;
    opacity: 1 !important;
}

.acf-slider .slick-dots .slick-active button:before {
    border: 1px solid #12448f;
    color: #12448f !important;
}

.acf-slider p {
    position: absolute;
    top: -14px;
    left: 0;
    background: #f07d00;
    padding: 8px 12px;
    color: #fff;
    width: 100%;
}

.pagination span {
    background: #12448f !important;
    color: #fff !important;
}
.pagination a {
    background: #f07d00 !important;
    color: #fff !important; 
}

h1, h2, h3, h4, h5 {
    color: #12448f !important;
}

.footer > div {
    padding: 0px !important;
}


.search article {
    background: #dbe6f3;
}

.search article footer {
    display: none;
}

.search article .slider-fallback-image {
    background: url('https://dev.zinq.koeller-it.de/wp-content/uploads/2025/11/weitere.png');
}

.search article .slide-entry-excerpt.entry-content {
    font-size: 15px;
    line-height: 1.5;
    height: 86px;
    margin-bottom: 20px;
    color: #555 !important;
}

.search article .slider-fallback-image {
    visibility: visible !important;
}

.search article .slide-content {
    min-height: 195px;
    padding: 20px;
}

.search article .slide-content h3 {
    font-size: 18px !important;
    text-transform: none !important;
    padding: 0 !important;
    line-height: 25px !important;
    letter-spacing: 0px !important;
    font-family: "trebuchet ms", Helvetica, Arial, sans-serif !important;
}

#top .template-search.content .entry-content-wrapper {
    padding-left: 0 !important;
}


.page-id-6158 .post-card-content {
    min-height: 244px !important;
}

.page-id-6158 .post-card-excerpt {
    min-height: 110px;
}

.page-id-6179 .post-card-content {
    min-height: 250px !important;
}

.page-id-6179 .post-card-excerpt {
    min-height: 130px;
}

.page-id-6179 #post-cards-2 .post-card-content {
    min-height: 200px !important;
}

.page-id-6179 #post-cards-2 .post-card-excerpt {
    min-height: 100px;
}


#zinq-gewicht {
    padding: 20px 0;
}

table th, table td {
    font-size: 16px;
    font-family: "trebuchet ms", Helvetica, Arial, sans-serif !important;
}


.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

@media only screen and (min-width: 1025px) {
    .hero-slider-management li {
        background-position: center -300px !important;
    }
    .standorte-teams .team-list {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media only screen and (min-width: 1852px) {
    .hero-slider-management li {
        background-position: center -500px !important;
    }
}



@media only screen and (max-width: 1024px) {
    #hero-slider {
        height: 400px;
        overflow: hidden;
    }
    .avia-fullscreen-slider .avia-slideshow {
        height: 400px !important
    }
    .avia-fullscreen-slider .avia-slideshow>ul>li {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .standorte-teams .team-list {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media only screen and (max-width: 768px) {
    .standorte-teams .team-list {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
}


@media only screen and (max-width: 767px) {
    h1 {
        font-size: 28px !important;
    }
    h2 {
        font-size: 24px;
    }
    #hero-slider {
        height: 200px;
        overflow: hidden;
    }
    .avia-fullscreen-slider .avia-slideshow {
        height: 300px !important
    }
    .avia-fullscreen-slider .avia-slideshow>ul>li {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .responsive #top .slideshow_caption h2 {
        font-size: 24px !important;
    }
    .responsive #top .slideshow_caption a {
        font-size: 16px !important;
        padding: 4px 16px !important;
        margin-top: 12px !important;
    }
    .responsive #top .slideshow_caption .avia-caption-content, .responsive #top .slideshow_caption .avia-caption-content p {
        font-size: 16px !important;
    }
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .slideshow_align_caption {
        padding: 4px 0 4px 12px !important;
    }
    .new-page-header {
        height: 200px;
    }
    .post-cards-grid.columns-1, .post-cards-grid.columns-2, .post-cards-grid.columns-3, .custom-link-blocks-2 {
        grid-template-columns: 1fr !important;
        display: grid !important;
    }
    .container .custom-link-blocks-2 .blocks-item {
        width: 100% !important;
    }
    .post-card-excerpt {
        min-height: 170px;
    }
    .custom-quotes:before {
        content: '';
        background: url(../images/quote-icon.png) no-repeat;
        width: 66px;
        height: 50px;
        display: block;
        background-size: contain;
        position: absolute;
        left: 25px;
        top: -17px;
    }
    #wrap_all .container {
        max-width: 90% !important;
        width: 90% !important;
    }
    .news-featured-image {
        height: 250px !important;
    }
    .custom-team-mates .management-team {
        grid-template-columns: 1fr;
    }
    .results .product-specifications {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
    .acf-slider .slide {
        height: 200px !important;
    }
    section.new-page-header .overlay {
        position: absolute;
        top: 20%;
        max-width: 80%;
        background: #0c4e9c5c;
        padding: 6px;
        color: #fff;
    }
    .media_box {
        width: 100% !important;
    }
    .content-area {
        display: grid !important;
    }
    .new-footer-design .otheers-company-logo .sister-company, .copyright-footer ul {
        display: block;
    }
    .footer-links-new .footer-nav {
        grid-template-columns: 1fr !important;
    }
    #footer-page {
        margin-top: 40px;
    }
    #footer-page .container {
        max-width: 100% !important;
        width: 100% !important;
    }


    .container .extra-blocks-container .block-item {
        display: grid;
    }
    .container .custom-blocks-products .blocks-items .block-container .text-container p {
        font-size: 16px;
        color: #fff;
        z-index: 1;
        padding: 0 !important;
        max-width: 90% !important;
        line-height: 24px !important;
    }
    .container .custom-blocks-products .blocks-items .block-container .image-block {
        max-height: 100%;
        overflow: hidden;
        position: relative;
        height: 320px;
    }
    .container .custom-blocks-products .blocks-items .block-container .image-block img {
        height: 320px;
        max-height: inherit;
    }
    .container .custom-blocks-products .blocks-items .block-container .text-container .block-links {
        left: 18px !important;
    }
    .standorte-header .inner-container .contact-details .standorte-title .standorte-info {
        display: grid !important;
    }
    .standorte-tabs .tab-nav {
        display: block !important;
    }
    .standorte-teams .team-list {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
    .custom-link-blocks {
        grid-template-columns: 1fr !important;
    }
    section.fachinfos-block-custom .container .custom-link-blocks .blocks-item h2 {
        font-size: 35px !important;
        word-break: break-all;
    }

    .standorte-tabs .tab-content-area {
        padding: 20px 0 !important;
    }
    .standorte-tabs .standorte-card-grid {
        grid-template-columns: 1fr !important;
    }

    .page-id-6158 .post-card-excerpt {
            min-height: 130px;
    }

    #custom-toggle-box section.av_toggle_section {
        padding-left: 0px !important;
    }
    #custom-toggle-box section.av_toggle_section::before {
        display: none !important;
    }
}





.translatepress-nl_BE #toggle-toggle-id-17 {
    display: none;
}
.translatepress-fr_BE #toggle-toggle-id-18 {
    display: none;
}

.avia-image-copyright {
    position: absolute;
    color: #fff;
    display: block;
    background: rgba(0, 0, 0, .7);
    right: 4px;
    top: 4px;
    padding: 2px 6px;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    transform-origin: top right;
    transform: rotate(90deg) translateX(100%) translateY(0%);
}

.another-sidebar .avia-image-copyright {
    top: 20px;
}

.post-card-image .avia-image-copyright {
    display: none;
}

.toggle_content p {
    position: relative;
}

.av-image-copyright.av-copyright-right {
    position: absolute;
    top: 10px;
    right: 10px;
    /* background: rgba(0, 0, 0, .7); */
    color: #fff;
    padding: 2px 6px;
    font-size: 16px;
    border-radius: 4px;
    white-space: nowrap;
    transform-origin: top right;
    transform: rotate(90deg) translateX(100%) translateY(0%);
}

/*
 * Keep the fullscreen hero copyright clear of the fixed 45px icon rail.
 * The element is rotated vertically, so moving it to the left protects the
 * complete credit regardless of its length.
 */
#top .avia-fullscreen-slider .av-image-copyright.av-copyright-right {
    right: 8px;
    background: rgba(0, 0, 0, 0.68) !important;
    color: #fff !important;
    padding: 3px 8px;
    box-sizing: border-box;
    z-index: 20;
    pointer-events: none;
    height: 26px;
}

@media only screen and (max-width: 767px) {
    #top .avia-fullscreen-slider .av-image-copyright.av-copyright-right {
        right: 4px;
        padding: 2px 6px;
        font-size: 13px;
        height: 19px;
    }
}

div.result-image {
    position: relative;
    margin-right: 20px;
}

.extra-blocks-container .image-area {
    position: relative;
}

#top #header .mega_menu_title a:hover {
    text-decoration: none !important;
}

.page-id-5150 .another-sidebar::before {
    margin: 0 !important;
}






section.brandschutz-block-custom .container {
    padding: 0 !important;
}

section.brandschutz-block-custom .container .custom-link-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

section.brandschutz-block-custom .container .custom-link-blocks .blocks-item {
  position: relative;
  overflow: hidden;
  height: 400px;
}

section.brandschutz-block-custom .container .custom-link-blocks .blocks-item p {
    margin: 0;
    padding: 0;
}

section.brandschutz-block-custom .container .custom-link-blocks .blocks-item img {
  height: 475px;
  object-fit: cover;
  display: block;
}

section.brandschutz-block-custom .container .custom-link-blocks .blocks-item:before {
  content: '';
  background: #0c4d9cc2; /* overlay color */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

section.brandschutz-block-custom .container .custom-link-blocks .blocks-item h2 {
    position: absolute;
    top: 20%;
    left: 50%;
    background: none;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    text-align: center;
    z-index: 11;
    color: #fff !important;
    font-size: 22px;
}

section.brandschutz-block-custom .container .custom-link-blocks .blocks-item p {
    position: absolute;
    top: 40%;
    left: 40px;
    width: 480px;
    background: none;
    color: #fff;
    z-index: 2;
    text-align: center;
    z-index: 11;
    color: #fff !important;
    font-size: 18px;
}

section.brandschutz-block-custom .container .custom-link-blocks .blocks-item a.block-link
{
    position: unset;
    margin-top: 20px;
    display: inline-block;
}





.zinq-product-slide {
  overflow: hidden !important;
}

.zinq-product-slide .slide {
  position: relative;
  min-height: 500px;
}

.zinq-product-slide h2 {
  position: absolute;
  bottom: 150px;
  left: 20px;
  color: #fff;
  text-align: left;
  z-index: 11;
  text-transform: none !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 24px;
  background-color: rgba(47, 79, 152, .8) !important;
  padding: 20px !important;
}

.zinq-product-slide p {
  position: absolute;
  bottom: 15px;
  right: 45px;
  height: 40px;
  width: 140px;
  top: unset;
  left: unset;
  background: #ec6500; /* orange button */
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  text-decoration: none;
  z-index: 2;
}

.zinq-product-slide p a {
    color: #fff;
}

.zinq-product-slide p a:hover {
    color: #fff;
}

.zinq-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 80%;
    margin: 30px auto;
    margin-bottom: 80px;
}

.zinq-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.zinq-card picture,
.zinq-card img {
    display: block;
    width: 100%;
    height: 200px;
}

.zinq-card img {
    object-fit: cover;
    transition: transform 0.4s ease;
}

.zinq-card:hover img {
    transform: scale(1.05);
}

.zinq-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 24px;
}

.zinq-overlay h3 {
    margin: 0 0 8px;
    font-size: 28px;
}

.zinq-overlay p {
    margin: 0;
    color: #fff;
}

.zinq-overlay h3 > a {
    color: #fff;
    text-decoration: none;
}

.zinq-overlay h3 > a:hover {
    color: #fff;
}

.zinq-product-grid .zinq-card .zinq-overlay h3 a,
.zinq-product-grid .zinq-card .zinq-overlay h3 a:visited,
.zinq-product-grid .zinq-card .zinq-overlay h3 a:hover,
.zinq-product-grid .zinq-card .zinq-overlay h3 a:focus,
.zinq-product-grid .zinq-card .zinq-overlay h3 a:active {
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .zinq-product-grid {
        grid-template-columns: 1fr;
    }

    .zinq-card img {
        height: 240px;
    }
}

/* Reusable ACF image slider: image, caption and navigation remain one slide. */
#top .best-practice .content-area,
#top .best-practice .site-main,
#top .slider-wrapper,
#top .slider,
#top .acf-slider {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    width: 100%;
}

#top .slider-with-cta,
#top .slider-with-cta > *,
#top .slider-with-cta .testimonials-part {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    width: 100%;
}

#top .acf-slider {
    --zinq-slide-image-height: clamp(260px, 48vw, 500px);
}

#top .acf-slider .slick-list {
    overflow: hidden !important;
}

#top .acf-slider .slick-track {
    align-items: flex-start;
}

#top .acf-slider .slide {
    display: flex !important;
    flex-direction: column;
    height: auto !important;
    min-width: 0;
    box-sizing: border-box;
}

#top .acf-slider .acf-slide-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: var(--zinq-slide-image-height);
    overflow: hidden;
    background: #f4f5f7;
}

#top .acf-slider .acf-slide-image-element,
#top .acf-slider .acf-slide-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

#top .acf-slider .acf-slide-caption,
#top .acf-slider .slide > p {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    min-height: 0;
    margin: 0;
    padding: 16px 4px 4px;
    box-sizing: border-box;
    background: transparent !important;
    color: #333 !important;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

#top .acf-slider.slick-dotted {
    margin-bottom: 0;
}

#top .acf-slider .slick-dots {
    position: static !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 28px;
    margin: 12px 0 0 !important;
    padding: 0;
}

#top .acf-slider .slick-arrow {
    top: calc(var(--zinq-slide-image-height) / 2);
    transform: translateY(-50%);
}

#top .acf-slider .slick-arrow.slick-prev {
    left: 12px;
}

#top .acf-slider .slick-arrow.slick-next {
    right: 12px;
}

/*
 * Product overview slider:
 * keep its CTA inside the image while the shared ACF slider styles place
 * article captions and navigation below their images.
 */
#top .zinq-product-slide .slide {
    display: block !important;
    height: 500px !important;
    min-height: 500px;
}

#top .zinq-product-slide .slide > p:empty {
    display: none;
}

#top .zinq-product-slide .slide > p:not(:empty) {
    position: absolute !important;
    inset: auto 45px 15px auto !important;
    width: 140px !important;
    min-height: 40px;
    margin: 0;
    padding: 6px 12px;
    box-sizing: border-box;
    background: #ec6500 !important;
    color: #fff !important;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    z-index: 12;
}

#top .zinq-product-slide .slide > p:not(:empty) a,
#top .zinq-product-slide .slide > p:not(:empty) a:hover,
#top .zinq-product-slide .slide > p:not(:empty) a:focus {
    color: #fff !important;
    text-decoration: none;
}

#top .zinq-product-slide .slick-dots li button::before,
#top .zinq-product-slide .slick-dots li.slick-active button::before {
    border: 0;
    color: #f07d00 !important;
}

#top .zinq-product-slide .slick-dots li button::before {
    opacity: 0.4 !important;
}

#top .zinq-product-slide .slick-dots li.slick-active button::before {
    opacity: 1 !important;
}

.best-practice-quote-layout {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(180px, 3fr);
    gap: 24px;
    margin-top: 40px;
}

.best-practice-quote-layout > h2 {
    grid-column: 1 / -1;
}

.best-practice-quote-copy,
.best-practice-quote-image {
    min-width: 0;
}

@media only screen and (max-width: 767px) {
    #top .best-practice .content-area {
        display: block !important;
        width: 100%;
    }

    #top .best-practice .site-main {
        width: 100% !important;
        max-width: 100% !important;
    }

    #top .slider-with-cta {
        display: block;
        gap: 0;
        width: 100%;
        padding: 16px 0;
    }

    #top .slider-with-cta .testimonials-part,
    #top .best-practice .slider-with-cta .testimonials-part {
        width: 100% !important;
        min-height: 0 !important;
        margin: 24px 0;
        padding: 24px !important;
    }

    #top .slider-with-cta .testimonials-part .quote-text {
        min-height: 0 !important;
        padding: 64px 0 16px !important;
        font-size: 18px;
        line-height: 1.5;
        overflow-wrap: anywhere;
    }

    #top .slider-with-cta .testimonials-part .quote-text::before {
        top: 0;
        left: 0;
        width: 62px;
        height: 54px;
    }

    #top .slider-with-cta .testimonials-part .quote-author {
        width: 100%;
        height: auto;
        min-height: 0;
        padding-left: 0;
        line-height: 1.5;
    }

    #top .slider-with-cta .testimonials-part .quote-author .author-name {
        width: 100%;
        padding-left: 0;
        overflow-wrap: anywhere;
    }

    #top .slider-wrapper {
        margin-top: 24px;
        overflow: hidden;
    }

    #top .acf-slider {
        --zinq-slide-image-height: clamp(190px, 58vw, 260px);
    }

    #top .acf-slider .acf-slide-caption,
    #top .acf-slider .slide > p {
        padding: 14px 0 2px;
        font-size: 15px;
    }

    #top .zinq-product-slide .slide {
        height: 360px !important;
        min-height: 360px;
    }

    #top .zinq-product-slide .slide > p:not(:empty) {
        right: 16px !important;
        bottom: 16px !important;
        padding: 6px 12px;
        font-size: 14px;
    }

    .best-practice-quote-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        width: 100%;
    }

    .best-practice-quote-layout > h2 {
        grid-column: auto;
    }

    .best-practice-quote-image {
        order: -1;
    }

    .quote-featured-image img {
        width: 100%;
        height: auto;
        max-height: none;
        margin-top: 0;
    }
}
