.service-title {
    font-size: 15px;
    margin-bottom: 7px !important;
}

@media (max-width: 1024px) {
    .col-lg-3 {
        display: flex;
        flex-direction: column;
    }

   

    .col-lg-3 .text {
        order: 2;
    }

    .col-lg-3 .img-responsive {
        order: 1;
    }

 

    .de_light h2 {
        color: #222;
    }

    .section-mar {
        margin-top: 60px;
    }

    

    .logo-small {
        margin-bottom: 0px;
    }
}

#section-action {
    position: relative;
}

#section-action .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(24 11 0 / 50%);
    z-index: 0;
}

#section-action img {
    position: relative;
    z-index: 1;
}

#section-action .container {
    position: relative;
    z-index: 2;
}

.text-light,
.text-light p {
    color: white;
}

.form-control {
    margin-bottom: 15px;
    font-size: 14px;
    padding: 0.775rem .75rem;
}

.pristine-error {
    color: red;
}

.grecaptcha-badge {
    visibility: hidden;
}

#section-hero {
    position: relative;
    overflow: hidden;
}

#section-hero .jarallax-img {
    width: 100%;
    height: auto;
}

#section-hero .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#section-hero .container {
    position: relative;
    z-index: 2;
}

#section-hero {
    position: relative;
    overflow: hidden;
    /* Prevents content overflow */
}

#section-hero .jarallax-img {
    width: 100%;
    height: auto;
}

#section-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(79 79 79 / 47%);
    z-index: 1;
}

#section-hero .container {
    position: relative;
    z-index: 2;
}

.icon-center {
    margin-bottom: 10px;
}

.read-more-btn {
    background: #03394570;
    padding: 12px 25px;
    font-size: 14px;
    display: inline-flex;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.toggle-text {
    transition: opacity 0.3s ease;
}

.read-more-btn:focus {
    outline: none;
}


#text1,
#text2,
#text3,
#text4 {
    color: #000000b3;
}

@media(max-width:767px) {
    #section-text-2{
        padding: 40px 0 25px 0;
    }
    section {
        padding: 20px 0 30px 0;
    }
      

    .form-control {
        font-size: 14px;
    }

    .display-mobile-impressum {
        display: block !important;
    }

    .display-desktop-impressum {
        display: none;
    }
}


@media (min-width: 768px) {
    .display-mobile-impressum {
        display: none !important;
    }

    .display-desktop-impressum {
        display: block;
    }
}

@keyframes floatLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes floatRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    animation: floatLeft 1s ease-in-out forwards;
}

.fadeInRight {
    animation: floatRight 1s ease-in-out forwards;
}

/*Cookies*/
.cookie-message-outer {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 97%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 9999999;
    transition: all .3s
}

@media(max-width:767px) {
    .cookie-message-outer {
        width: 100%
    }

    .cookie-message-outer .container {
        padding: 0
    }

    .mobile-font {
        font-size: 25px !important;
        color: white;
    }

   

}

@media(max-width:1440px) {
    .loader-img {
        width: 200px !important;
        margin-top: 7%;
    }
}

@media(max-width:450px) {
    .loader-img {
        width: 200px !important;
        margin-top: 12% !important;
    }
}


.cookie-message-outer.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.cookie-message {
    position: relative;
    width: 101%;
    z-index: 9999999;
    padding: 1.25rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #fff;
    border-top: solid 2px #ff6500 !important;
    border-left: solid 1px #ff6500 !important;
}

.cookie-message::after {
    content: "";
    position: absolute;
    top: -1px;
    z-index: 9999999;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff
}

.cm-content {
    width: 100%
}

.cm-content p {
    display: block;
    margin: 0;
    font-size: 15px
}

.cmc-title {
    font-size: 32px;
    margin-bottom: .625rem
}

.cookie-btn {
    background-color: #ff6500;
    padding: 5px 6px !important;
    margin-right: 25px;
}

.cookie-btn:hover {
    background-color: #ff6500;
    padding: 5px 6px !important;
    margin-right: 25px;
}

.check-icon {
    color: #fff !important;
    font-weight: 600;
    line-height: 16px;
}

@media (min-width:768px) {
    .cookie-message::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        z-index: 9999999;
        height: 100%;
        background-color: #ff6500;
        opacity: .1
    }

    .loader-img {
        width: 320px;
    }

}

header {
    height: 105px;
    background: #ffffff;
}

#mainmenu a {
    color: #494949
}

.de_phone-simple .d-num {
    color: #494949 !important;
}

ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile):not(.header-s2) {
    height: 105px;
    border-bottom: 1px solid #80808045;
    background: #ffffff;
}



@media(min-width:1024px) {
    h2.style-5 {
        margin-top: 130px;

    }

    .offset-lg-1 {
        margin-top: 90px;
        margin-left: 8.33333%;
    }

    .text-lg-end {
        margin-top: 100px;
    }

    .leis-img {
        height: 320px !important;
    }
}

header.header-mobile {
    background: #ffffff;
}

#menu-btn {
    margin-top: 20px;
}

#menu-btn:before {
    color: #494949;
}



header.header-mobile #mainmenu li a {
    color: #494949;
}

.col-extra .de_phone-simple {
    margin-top: -5px;
}

a.btn-custom:hover {

    background-color: #fe8331c7;
    ;
    box-shadow: 28px -4px 39px -10px rgba(0, 0, 0, 0.1), 0px 10px 15px 0px rgba(0, 0, 0, 0.1);

}

a.btn-custom {
    box-shadow: 28px -4px 39px -10px rgba(0, 0, 0, 0.1), 0px 10px 15px 0px rgba(0, 0, 0, 0.1);

}

.box-number {
    display: flex;
    align-items: center;
    /* Centers the image and text vertically */

}

.text h3,
.text p {
    margin: 0;
    /* Removes margin from h3 and p to avoid unwanted gaps */
}

.box-number .text {
    margin-left: 16px;
}

a.btn-custom {
    background-color: #ff6500;
}

.id-color {
    color: #ff6500;
}

#mainmenu li a:after {
    color: #ff6500;
}

.owl-custom-nav .btn-prev:before,
.owl-custom-nav .btn-next:before {
    background: #ff6500;
}

#mainmenu a:hover {
    color: #ff6500 !important;
}

address span strong {
    color: #ff6500 !important;
}

input[type=submit].btn-custom {
    background-color: #ff6500;
}

#back-to-top {
    background-color: #ff6500;
}

.google-img {
    width: 95px !important;
}
.google-rev-wrap{
    position: relative;
}
.google-rev {
    position: absolute;
    right: 0;
    z-index: 999;
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    padding-right: 30px;
}

.clearfix-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .clearfix-mobile {
        display: block !important;
    }
    h2.style-5 {
        font-size: 34px;
    }

    .mobile-mar {
        margin-bottom: 2px;
        margin-top: 10px;
    }

}

@media(min-width:768px) {
    #section-action {
        padding: 50px 50px;
    }
    h2.style-5 {
        font-size: 40px;
    }


    #section-text-2 {
        padding: 50px 50px !important;
    }

}

.mt-50 {
    margin-top: -20px !important;
}

.mh-color {
    color: #ff6500 !important;
}

@media(max-width:450px) {
    .dataPrivacy {
        font-size: 13px;
    }

}

@media(min-width:450px) {
    .dataPrivacy {
        font-size: 14px;
    }
}

.services-title {
    margin-bottom: 7px !important;
}

@media(min-width:992px) and (max-width:1400px) {
    h2.style-5 {
        font-size: 41px !important;
    }
}


#sidebar {
    margin-bottom: 0;
}

.col-md-12 .logo-padd {
    padding: 0 !important;
}

.copyright-text {
    color: #ff6500 !important;
}

h2 {
    margin-bottom: 10px;
}

h2.style-5 {
    line-height: 1.1em;
}

#section-services .row {
    display: flex;
    flex-wrap: wrap;
}

#section-services .col-lg-3 {
    
    flex-direction: column;
    justify-content: space-between;
}

#section-services .text {
    flex-grow: 1; 
}

#section-services img {
    object-fit: cover; 
}

@media(min-width:993px){
    section {
        padding: 50px 0 90px 0;
    }
    
}


.de_light footer a:hover {
    color: #ff6500;
}

.active-link{
    color: #ff6500 !important;
}

/* Make sure the text remains aligned on mobile screens */
@media screen and (max-width: 768px) {
  .copyright-text, 
  .albi-address {
    display: inline-block; /* Ensures both the elements are inline, but allow padding/margin */
  }
  .navigation-custom{
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 992px) {
    .container .col-md-12 {
        margin-bottom: 0;
    }
    header, header.fixed {
        display: block;
        position: inherit;
        margin: 0;
        padding: 0;
        margin-top: 0;
        background: #000000;
        padding: 15px 0 0px 0;
    }

    #back-to-top{
        margin-bottom: 100px !important;
    }
}
