/* Bullet Point Elements - imageslideshowblock.php, imageblock.php, videoblock.php start */
.pt-pb-25px {
    padding-top: 25px;
    padding-bottom: 25px;
}
/* Bullet Point Elements - imageslideshowblock.php, imageblock.php, videoblock.php end */


/* header.php start*/
@media (min-width: 1024px) and (max-width: 1439px) {
    .title.title.links-height {
        font-size: 12px;
        line-height: 18px;
        padding-top: 4px;
    }
}
@media (min-width: 1440px) {
    .title.links-height {
        font-size: 21px;
        height: 0px !important;
        letter-spacing: -0.02em;
    }
}

/* header.php end */

/* imageslideshowblock.php start */
.imageslideshow-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    padding: 30%;
}
.imageslideshow-container img {
    max-width: 100%;
    height: 100%;
    height: auto;
}
.img-slider-height {
    max-height: 412px;
}
.mySlides {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none; /* NEU: Inaktive Slides blockieren keine Klicks */
}

.mySlides a {
    pointer-events: auto; /* NEU: Links in aktiven Slides funktionieren */
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}  
.mySlides.active {
    opacity: 1;
    pointer-events: auto; /* NEU: Aktive Slides erlauben Interaktion */
}
@media (max-width: 738.9px) {
    .slide-gap {
        gap: 50px !important;
    }
}

/* imageslideshowblock.php end */


/* Video.php start */
.hero-section-video {
    display: contents;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}
.expand-on-scroll-video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.video {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
/* Video.php end */


/* blogimage.php start */
.hero-section.hero-section-image {
    display: contents;
    height: auto;
    overflow: hidden;
}
.custom-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
/* blogimage.php end */


/* logolist_slider.php start */
/* Slider Container */
.logo-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.logo-slider {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% * 2);
    transition: transform 0.5s ease-in-out;
}
.logo-item {
    flex: 0 0 auto;
    width: 160px;
    height: 120px;
    margin: 0 10px;
    /* transition: transform 0.5s ease-in-out; */
}
.logo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* logolist_slider.php end */


/* logolisting.php start */
.design-default {
    background-color: var(--s-block-bg02);
    --s-content-text: var(--s-bg02-text);
    --s-border: var(--s-bg02-border);
    --s-headings: var(--s-bg02-title);
    --s-headings-gray: var(--s-bg02-title-gray);
    --s-bg02-text: #fff;
}
.design-alternate {
    background-color: var(--s-block-bg03);
    --s-content-text: var(--s-bg03-text);
    --s-border: var(--s-border-dashed);
    --s-bg03-text: #3c4b5f;
}
.partners-grid img {
    opacity: 1;
    transition: none;
}
.design-default .partners-title h5,
.design-default .partners-title h3 {
    color: var(--s-bg02-text);
}
.design-alternate .partners-title h5,
.design-alternate .partners-title h3, .design-alternate .partners-title .h3 {
    color: var(--s-bg03-text);
}
.dark-mode .partners-title h5,
.dark-mode .partners-title h3, .dark-mode .partners-title .h3 {
    color: white;
}
.design-default .testimonial-title,
.design-alternate .testimonial-title {
    color: var(--s-content-text) !important;
}
.dark-mode .design-default .testimonial-title,
.dark-mode .design-alternate .testimonial-title {
    color: white !important;
}
.design-default .testimonial-author-info h6,
.design-alternate .testimonial-author-info h6 {
    color: var(--s-content-text) !important;
}
.dark-mode .design-default .testimonial-author-info h6,
.dark-mode .design-alternate .testimonial-author-info h6 {
    color: var(--s-content-text) !important;
}
.design-default .testimonial-author-info span,
.design-alternate .testimonial-author-info span {
    color: var(--s-content-text) !important;
}
.partners-item img {
    max-width: 160px;
}
.design-default .partners-item img {
    filter: none;
}
.design-alternate .partners-item img {
    filter: none;
}
.dark-mode .design-alternate .partners-item img {
    filter: invert(1);
}
/* Button Styles */
.button {
    background-color: transparent; /* Hintergrundfarbe */
    color: var(--s-content-text); /* Textfarbe */
    border: 2px solid var(--s-content-text); /* Rahmenfarbe */
    padding: 12px 24px; /* Abstände */
    border-radius: 8px; /* Abgerundete Ecken */
    font-size: 16px; /* Textgrösse */
    font-weight: bold; /* Fettdruck */
    text-transform: uppercase; /* Grossbuchstaben */
    cursor: pointer; /* Handcursor beim Hover */
    transition: all 0.3s ease; /* Weiche Übergänge */
}
.button:active {
    background-color: var(--s-headings-gray); /* Dunklerer Farbton beim Klicken */
    border-color: var(--s-headings-gray); /* Rahmenfarbe beim Klicken */
    transform: translateY(2px); /* Kleiner Bewegungseffekt beim Klicken */
}
.partners-grid .partners-item {
    display: none; /* Versteckt alle Logos standardmässig */
}
.partners-item.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.hidden-logo {
    display: none;
}
.toggle-logos-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
.toggle-logos-button:hover {
    background-color: #0056b3;
}
.show-more-button {
    display: inline-block;
    padding: var(--d-button-padding);
    border: 1px solid var(--c-button-border);
    background: var(--c-button-bg);
    color: var(--c-button-color);
    cursor: pointer;
    border-radius: 25px;
    font-family: var(--t-button-ff);
    font-weight: var(--t-button-fw);
    font-size: var(--t-button-fs);
    line-height: var(--t-button-lh);
    letter-spacing: var(--t-button-ls);
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    white-space: nowrap;
}
@media (max-width: 1021px) {
    .testimonial-pb {
    padding-bottom: 10px;
    }
}
button.button.show-more-button {
    font-size: 20px !important;
}
/* Partners-Grid */
.partners-grid .partners-item {
    display: none; /* Versteckt alle Logos standardmäßig */
    text-align: center;
    /* Hier kannst du z.B. den Stil für das Layout der Logos definieren */
}

.partners-item.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Die Logos haben immer die gleiche Bildgröße, egal ob sie in einem Link oder in einem div sind */
.partners-item img {
    max-width: 160px;
    transition: opacity 0.3s ease;
}

/* Die Logos mit einem Link (oder in einem div, wenn kein Link da ist) erhalten dieselben Stile */
.partners-item a img,
.partners-item .logo-container img {
    opacity: 1;
}

/* Optional: Zusätzliche Hover-Effekte für Logos */
.partners-item a:hover img,
.partners-item .logo-container:hover img {
    opacity: 0.8; /* Beispiel für einen Hover-Effekt */
}

/* Andere Styling-Optionen, z.B. für den Container oder für das Layout */
.partners-item .logo-container {
    display: inline-block;
    text-align: center;
}
/* logolisting.php end */


/* technologies_listing.php start */
.design-default {
    background-color: var(--s-block-bg02);
    --s-content-text: var(--s-bg02-text);
    --s-border: var(--s-bg02-border);
    --s-headings: var(--s-bg02-title);
    --s-headings-gray: var(--s-bg02-title-gray);
    --s-bg02-text: #fff;
}
.design-alternate {
    background-color: var(--s-block-bg03);
    --s-content-text: var(--s-bg03-text);
    --s-border: var(--s-border-dashed);
    --s-bg03-text: #3c4b5f;
}
.partners-grid img {
    opacity: 1;
    transition: none;
}
.design-default .partners-title h5,
.design-default .partners-title h3 {
    color: var(--s-bg02-text);
}
.design-alternate .partners-title h5,
.design-alternate .partners-title h3 {
    color: var(--s-bg03-text);
}
.dark-mode .partners-title h5,
.dark-mode .partners-title h3 {
    color: white;
}
.design-default .testimonial-title,
.design-alternate .testimonial-title {
    color: var(--s-content-text) !important;
}
.dark-mode .design-default .testimonial-title,
.dark-mode .design-alternate .testimonial-title {
    color: white !important;
}
/* .testimonial-pb-slider {
    padding-bottom: 1.5rem;
} */
.design-default .testimonial-author-info h6,
.design-alternate .testimonial-author-info h6 {
    color: var(--s-content-text) !important;
}
.dark-mode .design-default .testimonial-author-info h6,
.dark-mode .design-alternate .testimonial-author-info h6 {
    color: var(--s-content-text) !important;
}
.design-default .testimonial-author-info span,
.design-alternate .testimonial-author-info span {
    color: var(--s-content-text) !important;
}
.partners-item img {
    max-width: 160px;
}
.design-default .partners-item img {
    filter: none;
}
.design-alternate .partners-item img {
    filter: none;
}
.dark-mode .design-alternate .partners-item img {
    filter: invert(1);
}
/* Button Styles */
.button {
    background-color: transparent; /* Hintergrundfarbe */
    color: var(--s-content-text); /* Textfarbe */
    border: 2px solid var(--s-content-text); /* Rahmenfarbe */
    padding: 12px 24px; /* Abstände */
    border-radius: 8px; /* Abgerundete Ecken */
    font-size: 16px; /* Textgrösse */
    font-weight: bold; /* Fettdruck */
    text-transform: uppercase; /* Grossbuchstaben */
    cursor: pointer; /* Handcursor beim Hover */
    transition: all 0.3s ease; /* Weiche Übergänge */
}
.button:active {
    background-color: var(--s-headings-gray); /* Dunklerer Farbton beim Klicken */
    border-color: var(--s-headings-gray); /* Rahmenfarbe beim Klicken */
    transform: translateY(2px); /* Kleiner Bewegungseffekt beim Klicken */
}
.partners-grid .partners-item {
    display: none; /* Versteckt alle Logos standardmässig */
}
.partners-item.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.hidden-logo {
    display: none;
}
.toggle-logos-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
.toggle-logos-button:hover {
    background-color: #0056b3;
}
.show-more-button {
    display: inline-block;
    padding: var(--d-button-padding);
    border: 1px solid var(--c-button-border);
    background: var(--c-button-bg);
    color: var(--c-button-color);
    cursor: pointer;
    border-radius: 25px;
    font-family: var(--t-button-ff);
    font-weight: var(--t-button-fw);
    font-size: var(--t-button-fs);
    line-height: var(--t-button-lh);
    letter-spacing: var(--t-button-ls);
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    white-space: nowrap;
}
button.button.show-more-button {
    font-size: 20px !important;
}
/* Standard Button Style für den Default-Modus */
.design-default .button.show-more-button {
    border: 2px solid rgba(255, 255, 255, 0.5); /* Weisse, transparente Umrandung */
    color: rgba(255, 255, 255, 0.5); /* Weisse, transparente Schrift */
    background-color: transparent; /* Keine Hintergrundfarbe */
    transition: all 0.3s ease;
}
/* Hover-Zustand für den Button im Default-Modus */
.design-default .button.show-more-button:hover {
    border-color: rgba(255, 255, 255, 1); /* Weiße Umrandung in Vollfarbe */
    color: rgba(255, 255, 255, 1); /* Weisse Schrift in Vollfarbe */
    background-color: transparent; /* Hintergrund bleibt transparent */
}
/* technologies_listing.php end */

/* textcenterblock.php start */
.small {
    font-size: 2em;
    line-height: 3.5rem;
}
.flex-row-t {
display: flex !important;
justify-content: center !important; /* Zentrale Ausrichtung des Inhalts */
}
.flex-col-8-t {
    display: flex !important; /* Flex-Layout für die Mitte */
    flex-direction: column !important; /* Vertikale Ausrichtung */
    align-items: center !important; /* Horizontale Zentrierung des Inhalts */
    text-align: center !important; /* Textzentrierung für Textinhalte */
}
/* textcenterblock.php end */


/* ytvideo.php start */
.video-thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    /* top: 0;
    left: 0; */
}
/* .video-thumbnail {
    position:relative; 
    width:100%; 
    cursor:pointer;
} */

.flex-row.colum_padding_bottom_large.colum_padding_top_small {
    right: 0px !important;
}

.page-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

body:not(.dark-mode) .page-background img.bgimg-light {
    opacity: 1;
}

body.dark-mode .page-background img.bgimg-dark {
    opacity: 1;
}
 
@media (min-width: 320px) {
    .video-container {
        padding-bottom: 105px;
    }

    .flex-row.colum_padding_bottom_large.colum_padding_top_small {
        right: 10px;
    }
}
@media (min-width: 375px) {
    .video-container {
        padding-bottom: 125px;
    }

    .flex-row.colum_padding_bottom_large.colum_padding_top_small {
        right: 10px;
    }
}
@media (min-width: 425px) {
    .video-container {
        padding-bottom: 150px;
    }
}
@media (min-width:768px) {
    .video-container {
        padding-bottom: 300px;
    }
}
@media (min-width: 1024px) {
    .video-container {
        padding-bottom: 500px;
    }

    .flex-row.colum_padding_bottom_large.colum_padding_top_small {
        right: 13px;
    }
}
@media (min-width: 1440px) {
    .video-container {
        padding-bottom: 600px;
    }

    .flex-row.colum_padding_bottom_large.colum_padding_top_small {
        right: 23px;
    }
}
iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}
/* .yt-video-iframe {
    width: 1024px;
    height: 720px;
} */
.yt-video-thumbnail {
    width: 100%;
    height: auto;
}
/* .play-button {
    position:absolute; 
    top:50%; 
    left:50%; 
    transform:translate(-50%, -50%); 
    font-size:2em; 
    color:white; 
    background:rgba(0,0,0,0.5); 
    border-radius:50%; 
    padding:10px; 
    display:flex; 
    align-items:center; 
    justify-content:center;
} */

/* ytvideo.php end */


/* textblock.php start */
.grid-container-textblock {
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1021px) {
    .grid-container-textblock {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 374px) {
    .counter-number {
        font-size: 45px !important;
    }
}
/* textblock.php end */

/* footer.php start */

.footer-group-logo{
    margin-top: 40px;
    width: 50%;
}

/* footer.php end */
