﻿/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Netzgaenger working on Elegant Themes
 Author URI:     https://www.netz-gaenger.de
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


.header-background{
    background-image: linear-gradient(180deg, #000000,#0000000d);
}
.desktop-menu {
    margin-top: 15px;
}

.basis-heading h2 {
    font-size: 66px;
    color: #252525;
    max-width:600px;
}
.color-change span,
.basis-heading h2 span {
    color: #EA5800;
}

.menu-style .et_pb_menu__menu {
    width: 100%;
    justify-content: end;
}
.menu-style .et_pb_menu__menu nav{
    width:100%;
}
.menu-style .et_pb_menu__menu nav ul{
    width: 100%;
    gap:10%;
}

.menu-width {
    width: 40% !important;
}
.logo-width {
    width: 20% !important;
}
.right-menu-style {
    display: flex;
}
.header-icon ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 40px;
}
.header-icon{
    width:20%;
}
.right-menu-style .menu-style{
    width:80%;
}



.team-member-name {
    font-size: 17px;
    color: #F5F5F5;
    font-weight: bold;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    padding-bottom: 20px;
    margin-top: 20px;
}
.team-member-designation {
    font-size: 17px;
    font-weight: 500;
    color: #F5F5F5;
    display: inline-block;
    border: solid 2px #EA5800;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    padding: 7px 15px !important;
    visibility:hidden;
}
.team-member-item:hover .team-member-designation{
    visibility:visible;
}
.team-member-item .team-member-thumb img {
    transition:0.5s all;
    width:100%;
}
.team-member-item:hover .team-member-thumb img {
    border-radius: 20px;
}
.team-member-item{
    margin:0 10px;
}
.faq-icon .et_pb_toggle_open .et_pb_toggle_title:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: url(/wp-content/uploads/2025/09/lucide_move-right.svg);
    width: 75px;
    height: 16px;
    background-position: right;
    background-repeat: no-repeat;
}
.latest-posts-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: auto auto auto;
}
.latest-posts-grid .latest-post-card .latest-post-thumb{
    overflow:hidden;
}
.latest-posts-grid .latest-post-card:hover img {
    scale: 1.1;
}
.latest-post-thumb img {
    width: 100%;
    transition:0.5s all;
    height: 100%;
}
.latest-post-title {
    font-size: 17px;
    font-weight: bold;
    color: #252525;
    padding: 0;
    margin: 20px 0;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}
.latest-post-excerpt {
    font-size: 17px;
    color: #252525;
    font-weight: 400;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    margin-bottom:20px;
}
.latest-post-card .latest-post-button {
    color: #252525;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    position: relative;
    padding-left: 50px;
    text-decoration: 1px underline;
}
.latest-post-card .latest-post-button:before{
    position:absolute;
    content:'';
    background: url(/wp-content/uploads/2025/09/lucide_move-right.svg);
    background-repeat: no-repeat;
    background-position: left;
    width: 94px;
    height: 33px;
    left: 0;
    background-size: contain;
    top: -5px;
    transition:0.5s all;
} 
.latest-post-card .latest-post-button:hover:before {
    left: 10px;
}
.alignment-center {
    align-items: center;
}
.list-arrow ul {
    list-style: none;
    padding: 0;
}
.list-arrow ul li {
    padding: 0 0 0 30px;
    position: relative;
}
.list-arrow ul li:before {
   position:absolute;
   content:'';
   background:url(/wp-content/uploads/2025/09/material-symbols_check-rounded.svg);
   width: 35px;
   height: 26px;
   left: 0;
   background-repeat: no-repeat;
   background-size: contain;
}
.vision-block {
    max-width: 435px;
    padding-left: 40px;
}
.fair-block {
    padding-left: 150px;
}
.case-thumb img {
    width: 100%;
}
.case-card {
    background: #252525;
    margin-bottom: 50px;
}
.case-card .case-title {
    color: #F5F5F5;
    font-size: 24px;
    font-weight: 800;
    font-family: 'Verdana', Helvetica, Arial, Lucida, sans-serif;
}
.case-meta p{
    font-size: 17px;
    font-weight: 400;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #F5F5F5;
    padding-bottom:0;
    display:inline-block;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    line-height:17px;
}
.case-meta p:after {
    position: absolute;
    content: '';
    right: 0;
    border-right: solid 1px #fff;
    width: 100%;
    height: 100%;
}
.case-meta p:last-child:after{
    display:none;
}
.case-meta p strong{
    display:none;
}
.case-left-block{
    position:sticky;
    top:10px;
}
.case-project {
    padding-top: 70vh;
    padding-bottom: 21vh;
    position: relative;
}
.contact-info a{
     color: #F5F5F5;
}
.footer-social-icon a {
    color: #F5F5F5;
    display: flex;
    gap: 10px;
    font-size: 17px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;    
}
.text-marquee {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.text-marquee .et_pb_text_inner {
  display: inline-block;
  padding-right: 2rem;
}
.footer-menu ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    gap: 50px;
}
.footer-menu ul li a{
    color:#fff;
}

.marquee__item h3 {
    font-size: 280px;
    line-height: 230px;
    color: #EA5800;
    padding-bottom: 0;
    font-family: 'Montserrat Subrayada', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee__ctn {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.marquee__track {
  display: flex;
  flex-shrink: 0;
}

.marquee__item {
  flex: 0 0 auto;
  padding: 0 2rem;
}
.logo-slider .slick-track .logo-item {
    text-align:center;
    height: 100%;
}
.logo-slider .slick-track .logo-item img {
    height: 39px;
    margin:0 auto;
}
.case-left-block .case-space,
.case-left-block .et_pb_button_module_wrapper{
    max-width: 415px;
    margin: 0 0 0 auto;
}
.case-text-block {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case-slider .slick-arrow{
    top: inherit;
    bottom: -30px;
}
.case-slider .slick-arrow.slick-prev:before{
    transform: rotate(180deg);
    left: 0;
}
.case-slider .slick-arrow:before{
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2025/09/lucide_move-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;  
    height: 55px;
    right: 0;
}

.case-slider .slick-prev{
    left: 30%;
}
.case-slider .slick-next{
    right: 30%;
}
.case-btn{
    display: none;
}



.testimonial-item {
    background: #222;
    color: #fff;
    padding: 20px;
    margin: 10px;
    border: 1px solid #444;
    border-radius: 8px;
    min-height: 200px;
}

.testimonial-title,
.testimonial-designation{
    font-size: 14px;
    margin-bottom: 0;
    color: #F5F5F5;
    display: inline-block;
}
.testimonial-title{
    padding-right:11px;
    margin-right:5px;
    padding-bottom:0;
    position:relative;
}
.testimonial-title:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: solid 1px #F5F5F5;
}
.testimonial-text{
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #F5F5F5;
}
.inner-testimonial {
    margin: 0 10px;
    border: solid 1px #F5F5F5;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
}
.testimonial-info {
    position: relative;
    padding-right: 30px;
}
.img-pintress-icon {
    position: absolute;
    right: 0;
    top: 0;
}
.img-pintress-icon img {
    width: 20px;
}
.testimonial-slider .slick-dots{
    display:none !important;
}
.testimonial-slider .slick-arrow {
    top:inherit;
    bottom:-30px; 
}
.testimonial-slider .slick-next.slick-arrow{
    right:0
}
.testimonial-slider .slick-prev.slick-arrow {
    z-index: 99;
    right: 30%;
    left: initial;
}
.testimonial-slider .slick-next.slick-arrow{
    right:23%
}
.testimonial-slider .slick-prev.slick-arrow:before {
    position:absolute;
    content:'';
    background:url(https://www.aalc.de/wp-content/uploads/2025/09/lucide_move-right.svg);
    background-size:contain;
    background-repeat:no-repeat;
    width: 60px;
    height: 55px;
    transform: rotate(180deg);
}
.testimonial-slider .slick-next.slick-arrow:before {
    position:absolute;
    content:'';
    background:url(https://www.aalc.de/wp-content/uploads/2025/09/lucide_move-right.svg);
    background-size:contain;
    background-repeat:no-repeat;
    width: 60px;
    height: 55px;
}
.cpt-slider .slick-track .slick-slide-item:last-child .main-inner-box {
    border-right: none;
}
.main-inner-box {
    min-height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: solid 1px #000;
    padding-inline:25px;
    gap: 20px;
}
.inner-content .slide-number{
    margin:30px 0;
}
.inner-content .slide-number,
.inner-content .slide-title{
    font-size:24px;
    color:#252525;
    font-weight:bold;
    font-family:'Verdana',Helvetica,Arial,Lucida,sans-serif;
}
.slide-content li,
.slide-content p{
    font-size: 17px;
    color: #252525;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;        
}
.main-inner-box.services-box a {
    font-size: 24px;
    color: #F5F5F5;
    font-weight: bold;
    font-family:'Verdana',Helvetica,Arial,Lucida,sans-serif;
}
.main-inner-box.services-box {
    background: #EA5800;
    justify-content: center;
    border: none;
}
.main-inner-box.services-box a {
    font-size: 24px;
    color: #F5F5F5;
    font-weight: bold;
}
.cursor-change {
  cursor: url('/wp-content/uploads/2025/09/cursor-change.svg') 16 16, auto;
}
.services-box a img {
    width: 50px;
    margin-top: 20px;
}
.aalc-slider .slick-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aalc-slider .overlay {
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: flex-end;
    width:100%;
}
.aalc-slider .overlay .overlay-inner {
    display: flex;
    gap: 30px;
    width:100%;
    margin-bottom: 120px;
}
.aalc-slider .overlay .overlay-inner .overlay-block {
    background: rgb(37 37 37 / 60%);
    padding:10px 20px;
}
.aalc-slider .overlay .overlay-inner .overlay-block h3 {
    color: #F5F5F5;
    font-size: 24px;
    font-weight: bold;
    font-family:'Verdana',Helvetica,Arial,Lucida,sans-serif;
}
.aalc-slider .overlay .overlay-inner .overlay-block p {
    color: #F5F5F5;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;    
}
.aalc-slider .overlay .overlay-inner .overlay-block:first-child {
    width: 45%;
}
.aalc-slider .overlay .overlay-inner .overlay-block:nth-child(2){
    width:20%
}
.aalc-slider .overlay .overlay-inner .overlay-block:nth-child(3){
    width:35%
}
.aalc-slider-nav {
    display: flex;
    position: absolute;
    bottom: 35px;
    width: 100%;
    left: 0;
    padding: 0 20px;
}
.aalc-dots ul.slick-dots {
    position: inherit;
    padding: 0;
}
.aalc-dots .slick-dots li{
    width:100px;
    height:2px;
}
.aalc-slider-wrapper {
    position: relative;
}
.aalc-dots .slick-dots li button:before {
    width: 100px;
    height: 2px;
    content: '';
    background: #fff;
}
.aalc-slider-nav button.slick-prev-custom {
    position: relative;
    background: transparent;
    border: none;
    font-size: 0;
    padding: 0 32px;
    width: 63px;
    cursor: pointer;
}
.aalc-slider-nav button.slick-prev-custom:after{
    position:absolute;
    content:'';
    background:url(/wp-content/uploads/2025/09/lucide_move-right-1-1.svg);
    width: 123px;
    height: 39px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -11px;
    left: 0;
}

.aalc-slider-nav button.slick-next-custom {
    position: relative;
    background: transparent;
    border: none;
    font-size: 0;
    padding: 0 32px;
    width: 63px;
    cursor: pointer;
}
.aalc-slider-nav button.slick-next-custom:after{
    position:absolute;
    content:'';
    background:url(/wp-content/uploads/2025/09/lucide_move-right-2.svg);
    width: 123px;
    height: 39px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -11px;
    right: 0;
    background-position: right;
}
.aalc-slider-wrapper .aalc-slider{
    margin-bottom:0;
}
.overflow-counter {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
}
.overflow-counter .responsive-count {
    min-width: 300px !important;
}
.lp-gallery a img {
    width: 100%;
}
.gallery-slider .logo-slider .slick-track .logo-item img{
        height: 100%;
    width: 100%;
}

.gallery-slider .child-logo {
    margin-inline: 7px;
}
.page-policy .et_pb_text_inner h4 {
    margin-bottom: 15px;
    margin-top: 10px;
}
.page-policy .et_pb_text_inner p a{
    color: #F5F5F5;
}
.data-protection {
    padding-left: 25px;
}
.data-protection h4{
    text-indent: -25px;
}
.cpt-slider .slide-content ul {
    padding-left: 18px;
}



@media(min-width:981px){
    .lp-gallery .et_pb_gallery_item {
    width: 23.875% !important;
    margin-right: 1.5%!important;
}

.lp-gallery .et_pb_gallery_item:last-child {
    margin-right: 0 !important;
}
}



@media(max-width:1280px){
    .desktop-menu nav ul li{
        padding-inline: 0 !important;
    }
    .desktop-menu nav ul li a{
        font-size: 1.406vw !important;
    }
}

@media(max-width:1199px){
    .desktop-logo{
        width: 85% !important;
    }
}
@media(max-width:980px){
    .basis-heading h2{
        font-size:45px;
    }
    .counter-heading .percent {
        height: auto;
    }
    .number-flex {
       display: flex;
       flex-direction: column-reverse;
    }
    .number-flex .counter-heading {
       width: 100%;
       margin-top: 30px;
    } 
    .case-left-block .case-space, 
    .case-left-block .et_pb_button_module_wrapper{
       max-width: 100%;
       margin: 0 ;
    }
    .case-left-block {
       position: sticky;
       top: 10px;
    }
    .case-left-block {
       position: static;
    }
    .case-project {
       padding-top: 40px;
       padding-bottom: 0;
    }
    .cases-row .case-card{
      margin-bottom: 0;
    }
    .vision-block {
        max-width: 100%;
        padding:20px 0 0 0;
    }
    .fair-block {
        padding-left: 0;
    }
    .vission-img-block span.et_pb_image_wrap{
        width:100%;
        display:block;
    }
    .vission-img-block img{
        width:100% !important;
    }
    .team-member-item .team-member-designation {
        visibility: visible;
    }
    .aalc-slider .overlay .overlay-inner .overlay-block h3{
        font-size:22px;
    }
    .aalc-slider .overlay .overlay-inner .overlay-block p{
        font-size:15px;
    }
    .mobile-menu-bg .mobile_nav ul#mobile_menu3{
        background:#000 !important;
    }
    .case-card {
        background: #ffffff;
    }
    .case-card .case-title{
        color:#252525;
        font-size: 22px;
    }
    .case-meta p{
        color:#252525;
        font-size: 15px;
    }
    .case-meta p:after{
        border-color:#252525;
    }
    .fair-block-row {
        display: flex;
        flex-direction: column-reverse;
    }
    .testimonial-text{
        font-size:15px;
    }
    .team-member-designation,
    .team-member-name{
        font-size:15px;
    }
    .latest-post-title,
    .latest-post-excerpt,
    .latest-post-card .latest-post-button{
        font-size:15px;
    }
    .inner-content .slide-number, 
    .inner-content .slide-title{
        font-size:22px;
    }
    .slide-content li, 
    .slide-content p{
        font-size:15px;
    }
    .responsive-100 {
       width: 100% !important;
    }
    .responsive-50 {
        margin-right:0 !important;
       width: 50% !important;
    }
    .contact-info ul{
        list-style:none;
        padding-left:0;
    }
}




@media(max-width:767px){
    .basis-heading h2{
        font-size:40px;
    }
    .latest-posts-grid {
        grid-template-columns: auto;
    }
    .aalc-slider .overlay .overlay-inner {
       display: block;
       width: 90%;  
        margin-inline: auto;
    }
    .aalc-slider .overlay .overlay-inner .overlay-block:first-child,
    .aalc-slider .overlay .overlay-inner .overlay-block:nth-child(2),
    .aalc-slider .overlay .overlay-inner .overlay-block:nth-child(3){
        width:100%
    }
    .aalc-slider-nav {
       justify-content:center;
    }
    .aalc-dots .slick-dots li,
    .aalc-dots .slick-dots li button:before{
        width:50px;
    }
    .aalc-slider .overlay .overlay-inner .overlay-block {
        display: flex;
        flex-direction: column-reverse;
    }


    .testimonial-slider .slick-prev.slick-arrow {
        right: inherit;
        left: 30%;
     }
    .testimonial-slider .slick-prev.slick-arrow:before{
        left:0;
    }
    .testimonial-slider .slick-next.slick-arrow {
        right: 30%;
     }
    .testimonial-slider .slick-next.slick-arrow:before{
        right:0;
    }
    .main-inner-box{
        min-height:550px;
    }
    
    
    
}

@media(max-width:480px){
    .gallery-slider .child-logo {
    margin-inline: 0px;
}
}

