.engineering-banner .bg_banner-bg-area.three {
    background-image: url(../img/bg4.jpg) !important;
}

html, body
{
    font-family: 'Roboto', sans-serif !important;

}

.disc
{

    font-size: 17px !important;
}

@media only screen and (max-width: 760px) {
    #welcome h1{
        font-size: 38px !important;
    }
}

@media only screen and (min-width: 760px) {
    #welcome h1{
        font-size: 50px !important;
    }
}


@media only screen and (max-width: 1050px) {
    #lasttestimonial
    {
     display: none;
    }
}

@media only screen and (min-width: 1050px) {
    #lasttestimonial
    {
     display: block;
    }
}


@media only screen and (max-width: 995px) {
    #mailadress
    {
     font-size: 2rem !important;
    }
}

@media only screen and (min-width: 995px) and (max-width: 1400px) {
    #mailadress
    {
     font-size: 1.4rem !important;
    }
}

@media only screen and (min-width: 1400px) {
    #mailadress
    {
     font-size: 2rem !important;
    }
}





body
{
    scroll-behavior: smooth !important;
}

.single-working-process-area
{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    background-color: #f7f4ef !important;
}

#Leistungen .title, #ablauf .title, #coaching .title, #kontakt .title
{
    color: #31231d;
}

#ablauf .disc
{
    color: #7C7C84;
}

.header-two-main-wrapper {
    z-index: 3 !important;
}

.engineering-banner .banner-area-start::after {

    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0) 100%) !important;
    z-index: -1;
}

.header-two-main-wrapper
{
    background-color: #f7f4ef !important;
}

.header-top {
    background: #d5b690 !important;
}

#Leistungen h4 {
    color: #111 !important;
}


@media only screen and (min-width: 1200px) {
    #menu-btn {
        display: none !important;
    }
}

#kontaktfixedbox i{
    color: #fff;
}

#kontaktfixedbox i:hover{
    color: #333;
    transition: all 0.3s ease;
}

#projekte .inner-content-project{
    background-color: transparent !important;
}

#projekte .inner-content-project .single{
    background-color: none !important;
    width: auto !important;
}


.projekt-overlay 
{
    text-align: center;
    position: absolute;
    bottom: 5px;
}

.projekt-overlay span{
    padding: 3px;
    border-radius: 3px;
    font-size: 12px;
    background-color: rgba(179,162,122,0.5);
    color: #fff !important;
    white-space: nowrap;
}

.testimonials-area-single-wrapper-5 {
    padding: 30px !important;
}


@media only screen and (min-width: 1150px) {
    #testimonialsgrid
    {
        display: grid; 
        grid-template-columns: repeat(3, 1fr); gap: 20px;
    }
}

@media only screen and (min-width: 760px) and (max-width: 1150px) {
    #testimonialsgrid
    {
        display: grid; 
        grid-template-columns: repeat(2, 1fr); gap: 20px;
    }
}

@media only screen and (max-width: 760px) {
    #testimonialsgrid
    {
        display: block;
    }
}



.single-working-process-area .icon {

     border: 0px !important;
     background-color: #f7f4ef;

}

.testimonials-area-single-wrapper-5 p.disc {
    padding-top: 30px !important;
}

.swiper-button-prev i
{
 color: #fff !important;
}

.swiper-button-lock {
    display: block !important;
}