/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2025 | 10:32:54 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 22 2025 | 10:17:28 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 22 2025 | 10:00:33 */
.proj_sect_head {
    background-color: #eee9e2;
} 
.proj_sect_cont {
    max-width: 1440px;
    margin: 0 auto;
}
.proj_sect_cont p {
    color: #1F1E21;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.09px;
    padding: 0 0 15px 18px;
    margin: 0;
}
.proj_out_slider {
  width: 100%;
  display: block;
  background-color: #EFE9E1; 
}
.proj_sect { 
  position: relative;
  width: 100%; 
  display: flex; 
  justify-content: center;  
  border-top: 1px solid #BABABA; 
}
.proj_sect::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EFE9E1; 
    opacity: 0.8;              
    z-index: 5;               
    transition: opacity 0.5s ease; 
    pointer-events: none;     
}
.proj_sect:hover::after {
    opacity: 0;
}
.proj_cont { 
  width: 100%; 
  max-width: 1440px; 
  display: flex; 
}
.proj_left {
    width: 25%;
    padding: 45px 22px 23px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 0.75px solid #ACA495;
}
.proj_left h2 {
    color: #1F1E21;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 10px;
    overflow-wrap: break-word;
}
.proj_left p {
    color: #1F1E21;
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 500;
    letter-spacing: 0.16px;
    margin-bottom: 0;
}
.proj_right { 
  width: 75%; 
  padding-top: 25px;   
  padding-bottom: 25px; 
  padding-left: 25px;   
}
.proj_out_slider .swiper {
  width: 100%;
  overflow: hidden;
  height: 100%; 
}
.proj_out_slider .swiper-slide {
  height: 401px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto; 
}
.proj_out_slider .swiper-slide img {
  height: 100%;
  width: auto;
  object-fit: cover;
  display: block;
}
.proj_out_slider .swiper-button-next,
.proj_out_slider .swiper-button-prev {
  color: #EFE9E1;
  background: #1F1E21;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}
.proj_out_slider .swiper-button-next:after, .proj_out_slider .swiper-button-prev:after {
    position: absolute;
    content: "";
    width: 24.4px;
    height: 23px;
}
.proj_out_slider .swiper-button-next:after {
    background: url(/wp-content/uploads/2025/11/Pfeil.svg);
}
.proj_out_slider .swiper-button-prev:after {
    transform: rotate(180deg);
    background: url(/wp-content/uploads/2025/11/Pfeil.svg);
}
#load_More_Project_Btn {
    display: block; 
  font-family:'PP Neue Montreal' !important;
    margin: 0 auto;
    padding: 10px 24px 10px 24px;
    background: #000000;
    color: #EFE9E1;
    border-radius: 18px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
}
.outer_load_more.no-loadmore {
    padding: 164px 16px 0;
}
.outer_load_more {
    padding: 164px 16px 126px;
    background: #eeeae2;
    border-top: 1px solid #BABABA;
}
@media (max-width: 1024px) {
.proj_cont {
    flex-direction: column;
}
.proj_right, .proj_left {
    width: 100%;
} 
}
@media(max-width: 767px) {
.proj_out_slider .swiper-slide {
    height: 346px;
}
.proj_left {
  border-right: unset; 
  padding: 42px 20px 25px 
} 
.proj_right {
    padding-top: 0;
    padding-bottom: 24px;
    padding-left: 20px;
}
.proj_left h2 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 24px;
}
.proj_left p {
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: 0.15px;
}
.outer_load_more {
    padding: 61px 16px 130px;
    background: #eeeae2;
}
.outer_load_more.no-loadmore {
    padding: 61px 16px 0;
}
.proj_sect_cont p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
}
}



/* logo-animation css on project page */



.logo-col {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.logo-col.visible {
    opacity: 1;
    transform: translateY(0);
}