/****Custom******/
.cookie-preference p._brlbs-accept {
  width: 100%;
}
#BorlabsCookieBoxWidget {
    z-index: 99 !important;
}
#BorlabsCookieBox ul li:before {display: none;}
.cookie-box {
    font-size: 13px !important;
}

p._brlbs-accept, p._brlbs-accept {
    width: 50%;
    padding: 0 3px !important;
}

p._brlbs-accept {
    float: left;
}

p._brlbs-refuse-btn a {
    background: transparent !important;
    color: #000 !important;
    padding: 0 0 !important;
    font-size: 16px !important;
}

p._brlbs-manage-btn a {
    background: transparent !important;
    color: #000 !important;
    padding: 0 0 !important;
    font-size: 16px !important;
}

#BorlabsCookieBox>div.show-cookie-box{
    align-items: center !important;
    justify-content: center !important;
}
@media only screen and (max-width: 1024px) {
    #BorlabsCookieBoxWidget.bottom-left {
        left: 0;
        bottom: 66px !important;
    }
}
@media(max-width: 900px){
    p#CookieBoxTextDescription {
        font-size: 12px;
        line-height: 1.2 !important
    }
        #BorlabsCookieBox .cookie-logo {
        max-width: 40px !important;
    }
        p._brlbs-accept {
        width: 50%;
    }

    p._brlbs-accept {
        width: 50%;
        float: inline-start;
        padding: 0 2px;
    }

    p._brlbs-accept a {
        background: #000 !important;
        color: #fff !important;
        padding: 11px 5px !important;
    }
        #BorlabsCookieBox ._brlbs-box-advanced ul {
        margin: 0;
        margin-bottom: -10px;
    }
        p._brlbs-manage-btn a {
        font-size: 14px !important;
    }

    p._brlbs-manage-btn {
        margin: 0 !important;
    }

    p._brlbs-refuse-btn {
        margin: 0 !important;
    }

    p._brlbs-refuse-btn a {
        font-size: 14px !important;
    }
        .widget_text.header-right.widget {
        right: 28px !important;
    }
}


/*************************************************/

/* truck-css  */
  .road-container {
      position: relative;
      width: 100%;
      min-height: 500px; /* adjust as needed */
      overflow: hidden;
      display: flex;
      flex-direction: row;
      padding: 40px 15px;
    }

    .road {
      position: absolute;
      bottom: 0;
      width: 200%; /* 2x width for looping */
      height: 100%;
      background: url("https://loesche-umzuege.shop-template.de/wp-content/uploads/2025/09/truck-3-1.webp") repeat-x;
      background-size: contain;
      animation: moveRoad 11s linear infinite;
      right: 0px;
      z-index: 1;
    }
.truck-container {
    max-width: 1360px;
    margin: 0px auto;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
    @keyframes moveRoad {
      0% { transform: translateX(0); }
      100% {transform: translateX(50%);}
    }

    
      .truck-img img {
      position: relative;
      /* bottom: calc(-36% - 20px); */ /* adjust to sit on road */
      /* left: 50%; */
      transform: translate(0px , 50%);
      width: auto;
      animation: bounceTruck 4s ease-in-out infinite;
      height: 300px;
      /* position: relative; */
      bottom: 133px;
    }

    @keyframes bounceTruck {
      0%, 100% {transform: translate(0, 50%);}
      50% {transform: translate(0, calc(50% - 40px));} /* move up 25px */
    }
.truck-img {
    position: relative;
}

.truck-container>div:nth-child(2) {
    background: #fe5716;
    padding: 50px;
    border-radius: 20px;
}

.truck-container>div:nth-child(2) h2,.truck-container>div:nth-child(2) p {
    color: #fff;
}

.truck-container>div {
    width: 50%;
    /* margin-left: -74px; */
}

.truck-img {}

.dual-btn {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-top: 15px;
    flex-wrap: wrap;
}

.dual-btn a {
    padding: 15px 23px;
    transition: all 0.3s linear;
    border-radius: 10px;
    font-size: 20px;
    border: 1px solid #fff;
}

a.road-btn-call {
    background: #fff;
    /* border-radius: 10px; */
    /* font-size: 20px; */
    border: 1px solid #fff;
}

.dual-btn a {}

a.road-btn-call:hover {
    background: #fe5716;
    color: #fff;
}

a.road-btn-anfrage {
    color: #fff;
}

a.road-btn-anfrage:hover {
    background: #fff;
    color: #fe5716;
}
/* truck-css  */

.home-serv-row.wp-block-kadence-rowlayout>div>div>div {
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 50px #fe571630;
}

.home-serv-row.wp-block-kadence-rowlayout>div>div>div {
    position: relative;
}

.home-serv-row.wp-block-kadence-rowlayout>div>div>div .serv-con {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #00000063;
    padding: 20px;
    backdrop-filter: blur(1px);
    /* background-color: #f3f3f3db; */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.home-serv-row.wp-block-kadence-rowlayout>div>div>div figure {
    margin: 0px !important;
    height: 100%;
    width: 100%;
    /* background: #000; */
}

.home-serv-row.wp-block-kadence-rowlayout>div>div>div figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-serv-row.wp-block-kadence-rowlayout>div>div>div .serv-con * {
    color: #fff;
}

.home-serv-row.wp-block-kadence-rowlayout>div>div>div .serv-con p {
    font-weight: 300 !important;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 25px;
}

.home-serv-row.wp-block-kadence-rowlayout>div>div:nth-child(3) {
    left: -75%;
    position: relative;
}


.home-serv-row.wp-block-kadence-rowlayout>div>div:nth-child(1) {
    left: 75%;
    position: relative;
}

.home-serv-row.wp-block-kadence-rowlayout>div>div {
    position: relative;
    transition: all 1s ease-in-out 0.5s;
}
.home-serv-row.active-animation.wp-block-kadence-rowlayout>div>div:nth-child(1) {
    left: 0px;
}

.home-serv-row.active-animation.wp-block-kadence-rowlayout>div>div:nth-child(3) {
    left: 0px;
}
.card-sec.wp-block-kadence-rowlayout>div>div>div {
    background: #fff;
    padding: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    box-shadow: 5px 10px 20px #e2e2e2;
}

.card-sec.wp-block-kadence-rowlayout>div>div:nth-child(1) {
    left: calc(100% + 65px);
    transform: rotate(-7deg);
    z-index: 3;
}

.card-sec.wp-block-kadence-rowlayout>div>div {
    position: relative;
    transition: all 1s 
ease-in-out 0.5s;
}

.card-sec.wp-block-kadence-rowlayout>div>div:nth-child(2) {
    z-index: 1;
}

.card-sec.wp-block-kadence-rowlayout>div>div:nth-child(3) {
    z-index: 2;
    left: calc(-100% - 65px);
    transform: rotate(7deg);
    /* z-index: 3; */
}

.card-sec.active-animation.wp-block-kadence-rowlayout>div>div:nth-child(1) {
    left: 0px;
    transform: rotate(0deg);
}

.card-sec.active-animation.wp-block-kadence-rowlayout>div>div:nth-child(3) {
    left: 0px;
    transform: rotate(0deg);
}


/* tabs  */

/* Content area */
    .tab-content>div {
      position: relative;
      min-width: 250px;
      min-height: 100px;
    }

    .tab-content > div>div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.4s ease;
      height: 100%;
    }

    .tab-content >div .active {
      opacity: 1;
      pointer-events: auto;
    }

    /* Tab list */
    .tab-list {
      display: flex;
      flex-direction: column;
      /* gap: 10px; */
      cursor: pointer;
      min-width: 120px;
      padding-top: 30px;
    }

    .tab-list > div {
      padding: 14px 14px;
      border-radius: 0px;
      /* background: #f5f5f5; */
      transition: all 0.4s linear;
      user-select: none;
      border-left: 5px solid #0000000d;
      font-size: 26px;
      color: #0000007d;
    }

    .tab-list > div:hover,
    .tab-list > .active {
      /* background: var(--accent); */
      color: #000000;
      border-color: #fe5716;
    }
.tab-content > div>div .kt-inside-inner-col {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.tab-content > div>div .kt-inside-inner-col figure {
    height: 100%;
    margin-bottom: 0px !important;
}

.tab-content > div>div .kt-inside-inner-col figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* tabs  */


h2.h2-54 {
    font-size: 48px;
    line-height: 58px;
    color: #272727;
}

.steps-list {
    max-width: 550px;
    margin-right: 0px;
    position: absolute;
    bottom: 0px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    background: #ffffffc9;
    padding: 30px 20px 25px 0px;
    backdrop-filter: blur(1px);
    /* background-color: #f3f3f3db; */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0px 20px 0px 0px;
}

.steps-list p {
    margin: 0px;
}

.steps-list .col-1 {
    width: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.steps-list .col-2 {
    width: calc(100% - 80px);
}

.steps-list .col-2 h3 {
    padding-bottom: 10px;
    font-size: 22px;
    font-family: "Poppins";
    line-height: 32px;
}
.steps-list .col-1 p {
    font-family: 'Plus Jakarta Sans';
    font-size: 35px;
    line-height: 40px;
}

.no-pad {
    padding: 0px !important;
}

.col-1-img figure img, .col-2-img figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.col-1-img figure, .col-2-img figure {
    height: 100%;
    width: 100%;
}

.col-2-con, .col-1-con {
    max-width: 695px;
    padding: 100px 15px;
}

.col-2-con {
    margin-right: auto;
    padding-left: 65px;
}

.col-1-con {
    margin-left: auto;
    padding-right: 65px;
}

.col-2-con>div, .col-1-con>div {
    /* padding: 100px 15px; */
}

.counter-sec .kb-count-up-title {
    font-size: 24px;
    color: #0000009c;
}

.testi-carousel .ti-widget.ti-goog .ti-review-item>.ti-inner, .testi-carousel .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    background-color: #fff !important;
    box-shadow: 0px 5px 10px #FE571633;
    padding: 30px !important;
}

.testi-carousel .ti-widget.ti-goog .ti-review-item {
    padding: 11px;
}

.testi-carousel .ti-widget.ti-goog .ti-controls .ti-next:hover, .testi-carousel .ti-widget.ti-goog .ti-controls .ti-prev:hover {
    background-color: #000000 !important;
    outline-color: #fe5716 !important;
}

.testi-carousel .ti-widget.ti-goog .ti-controls .ti-next, .testi-carousel .ti-widget.ti-goog .ti-controls .ti-prev {
    background-color: #fe5716 !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    outline: unset !important;
}

.testi-carousel .ti-widget.ti-goog .ti-controls .ti-next:before, .testi-carousel .ti-widget.ti-goog .ti-controls .ti-prev:before {
    border-color: #fff !important;
}

.cus-form .wpforms-page-indicator.none {
    display: none;
}

.cus-form input {
    border: unset !important;
    box-shadow: unset !important;
    border: 1px solid #00000029 !important;
    border-radius: 8px !important;
    box-shadow: 1px 1px 2px #00000057 inset !important;
}

.cus-form button.wpforms-page-button.wpforms-page-next, button#wpforms-submit-1330 {
    background: #fe5716 !important;
    border-radius: 10px;
}

.cus-form button.wpforms-page-button.wpforms-page-next:hover, button#wpforms-submit-1330:hover {
    background: #000 !important;
}

.cus-form.home-form {
    background: #FFF2EC;
    padding: 20px;
    border-radius: 20px;
}


.cus-form .wpforms-container.wpforms-container-full {
    margin: 0px !important;
}

.cus-form button.wpforms-page-button.wpforms-page-prev {
    all: unset !important;
    color: #fe5716 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.cus-form.home-form .wpforms-submit-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

button#wpforms-submit-1330 {
    margin-top: -51px;
}
.city-list>ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 250px)) !important;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
    justify-items: stretch;
    row-gap: 8px !important;
}
.city-tabs ul.kt-tabs-title-list {
    align-items: center;
    justify-content: center;
}
.wp-block-kadence-tabs.alignnone.city-tabs {
    width: 100%;
}
@media only screen and (max-width:1024px){
    h2.h2-54 {
    font-size: 38px;
    line-height: 48px;
}
.home-serv-row.wp-block-kadence-rowlayout>div>div:nth-child(1) {
    left: unset;
}

.home-serv-row.wp-block-kadence-rowlayout>div>div:nth-child(3) {
    left: unset;
}

.counter-sec .kb-count-up-title {
    font-size: 18px;
}

.card-sec.wp-block-kadence-rowlayout>div>div:nth-child(1) {
    left: unset;
    transform: unset;
}

.card-sec.wp-block-kadence-rowlayout>div>div:nth-child(3) {
    left: unset;
    transform: unset;
}
.wp-block-kadence-column.tab-content>div {
    height: 400px !important;
}
.truck-container>div {
    width: 100%;
}

.road {
    /* position: relative; */
    background-size: cover;
}

.truck-container {
    flex-direction: column;
}

.truck-img img {
    height: 100px;
    bottom: 20px;
    left: calc(50% - 100px);
    /* transform: translateX(0px); */
}
.col-2-con, .col-1-con {
    width: 100%;
    max-width: unset;
}

.col-2-con {
    padding-left: 15px;
}

.col-1-con {
    padding-right: 15px;
}
.city-list>ul {
    grid-template-columns: repeat(3, minmax(0, 250px)) !important;
}
}

@media only screen and (max-width:768px){
    h2.h2-54 {
    font-size: 28px;
    line-height: 38px;
}
.counter-sec .kb-count-up-process.kb-count-up-number {
    font-size: 20px;
}


.counter-sec .kb-count-up-title {
    font-size: 15px;
    line-height: 19px;
}

.counter-sec .kt-inside-inner-col {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.counter-sec>div {
    display: flex !important;
}
.tab-list > div {
    font-size: 20px;
    padding: 7px 12px;
}
.card-sec.wp-block-kadence-rowlayout>div>div>div {
    padding: 25px;
}
.truck-container>div:nth-child(2) {
    padding: 20px 15px;
}

.col-2-con, .col-1-con {
    padding: 40px 15px;
}
.home-serv-row.wp-block-kadence-rowlayout>div>div>div{
    height:400px;
}
}

.city-list>ul li {
    font-size: 16px;
    line-height: 22px !important;
}

.city-list>ul li a {
    color: #000;
    word-break: break-word;
    /* line-height: 17px; */
}

.city-list>ul li a:hover {
    color: #fe5716;
}

@media only screen and (max-width:650px){
    .city-list>ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}
@media only screen and (max-width:550px){
    .city-list>ul {
    grid-template-columns: 137px 165px !important;
}
.city-tabs .kt-tabs-wrap .wp-block-kadence-tab {
    padding: 15px;
}

.city-list>ul li {
    font-size: 14px;
    line-height: 17px !important;
}

.city-list>ul {
    gap: 4px !important;
}

}



/* packform  */

button#wpforms-submit-3257 {
  /* background: linear-gradient(360deg,rgb(254,189,77) 1%,rgb(228,145,1) 100%) !important; */
  /* width: 150px; */
  background: var(--orange);
  border-radius: 10px;
  font-weight: 600;
  font-size: 22px;
  height: unset;
  padding: 14px 21px;
}
.pack-form .wpforms-field-layout-columns.wpforms-field-layout-preset-33-33-33> div>div {
  width: 100%;
}


.pack-form div#wpforms-3257-field_59-container .wpforms-field-layout-columns.wpforms-field-layout-preset-33-33-33> div:not(:first-child) {
  background: unset;
}


.pack-form .wpforms-field-layout-columns.wpforms-field-layout-preset-33-33-33> div>div:first-child>div h4 {/* display: flex; *//* justify-content: center; */margin: 0px;align-self: center;}

.pack-form .wpforms-field-layout-columns.wpforms-field-layout-preset-33-33-33> div>div:first-child>div p, .pack-form .img-box .col-1 p {
    font-size: 14px !important;
    margin-bottom: 7px;
    line-height: 19px;
}

.pack-form .wpforms-field-layout-columns.wpforms-field-layout-preset-33-33-33> div>div:first-child>div h3 {
    margin-bottom: 11px !important;
}


.pack-form .wpforms-field-layout-columns.wpforms-field-layout-preset-33-33-33> div {
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-content: space-between;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px !important;
  gap: 16px;
}
div#wpforms-3257 {
  margin: 0px;
}
.pack-form .wpforms-field-layout-columns.wpforms-field-layout-preset-33-33-33 {
  gap: 30px;
  margin-bottom: 30px;
  padding: 0px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.pack-form .wpforms-field-layout-columns.wpforms-field-layout-preset-33-33-33> div>div:first-child {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-top: 0px;
}

.pack-form .wpforms-field-layout-columns.wpforms-field-layout-preset-33-33-33> div>div:first-child>div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.pack-form {
    background: #fff2ec;
    padding: 25px;
    border-radius: 30px;
}

.img-box {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    background: #f2f2f2 !important;
    width: 100% !important;
    justify-content: space-between;
    gap: 20px;
    padding: 15px !important;
    border-radius: 15px !important;
}

.img-box img {
    margin-bottom: 0px !important;
    width: 120px;
    height: auto;
}
div#wpforms-3257-field_29-container {
    padding-bottom: 0px;
}

.wpforms-container .wpforms-layout-column.wpforms-layout-column-33 .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 0px 0px 0px 0px !important;
}
.wpforms-container .wpforms-field.wpforms-field-content {
    padding: 0px !important;
}
div#wpforms-3257-field_29-container {
    width: calc(50% - 8px);
}

div#wpforms-3257-field_31-container {
    width: calc(50% - 8px);
}
/* packform  */

@media only screen and (max-width:768px){
 .pack-form {
    padding: 15px;
    border-radius: 15px;
}

.pack-form .wpforms-field-layout-columns.wpforms-field-layout-preset-33-33-33> div>div:first-child>div h3 {
    font-size: 20px;
    margin-bottom: 5px !important;
}

.img-box img {
    width: 96px;
}

.img-box {
    gap: 10px;
}

div#wpforms-3257-field_59-container>div>div:nth-child(2),div#wpforms-3257-field_59-container>div>div:nth-child(3) {
    display: none;
}

.pack-form .wpforms-field-layout-columns.wpforms-field-layout-preset-33-33-33 {
    margin-bottom: 15px;
    gap: 15px;
}

.pack-form .wpforms-field-layout-columns.wpforms-field-layout-preset-33-33-33> div {
    border-radius: 10px;
}

}

/* price-table  */
.price-table svg {
    width: 33px;
}

.price-table li {
    list-style: none;
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    justify-content: center;
    font-size: 30px;
    padding: 12px;
    gap: 10px;
}

.price-table ul {
    padding-left: 0px;
    margin: 0px;
    /* max-width: 250px; */
}

.price-table>div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    background: var(--orange);
    padding: 15px 0px;
}

.price-table>div:nth-child(1) h3 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}

.price-table>div:nth-child(2) {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding: 0px 0px 0px 0px;
    line-height: 60px;
}

.price-table>div:nth-child(4) {
    background: var(--orange);
    max-width: 110px;
    text-align: center;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    font-size: 20px;
}

.price-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f8f8f8;
    gap: 25px;
    align-content: center;
    padding-bottom: 25px;
}

.price-table>div {width: 100%;/* background: #fff2ec; */}

.price-table>div:nth-child(3) {
    display: flex;
    justify-content: center;
}

.price-table>p {
    margin: 0px !important;
}

.price-table.entru>p {
    font-size: 25px;
}
/* price-table  */