/********** Template CSS **********/
@font-face {
    font-family: Inter-Light;
    src: url("../fonts/Inter-Light.ttf");
}
@font-face {
    font-family: Inter-ExtraBold;
    src: url("../fonts/Inter-ExtraBold.ttf");
}

  
:root {
    --primary: #0E7E91; /** rgb(14, 126, 145) **/
    --secondary: #5C5C5C; /** rgb(92, 92, 92) **/
    --tertiary: #49a6cc;
    --light: #F2F2F2;
    --dark: #1D2833;
    --white: #FFFFFF;
}
 h1 {
    font-size: 4.5rem;
 }

 h1, h2, h3, h4, h5, h6 {
    font-family: Inter-ExtraBold;
}

h1.display-4 {
     font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;
 }

 body {
    font-family: Inter-Light;
 }

 .landing-container {
    height: 100%;
    min-height: 400px;
 }

 .landing-container-1 {
    height: 100%;
    min-height: 350px;
 }

 @media (min-width: 600px) {
     .landing-container-1 {
        height: 100%;
        min-height: 400px;
     }
 }

 @media (min-width: 800px) {
    .landing-container {
        min-height: 600px;
     }
     .landing-container-1 {
        height: 100%;
        min-height: 500px;
     }
 }

 @media (min-width: 1000px) {
    .landing-container {
        min-height: 700px;
     }
     .landing-container-1 {
        height: 100%;
        min-height: 600px;
        margin-top: 40px!important;
     }
 }

 @media (min-width: 1600px) {
    .landing-container {
        min-height: 800px;
     }
     .landing-container-1 {
        height: 100%;
        min-height: 600px;
        margin-top: 50px!important;
     }
 }

 @media (min-width: 2000px) {
    .landing-container {
        min-height: 850px;
     }
     .landing-container-1 {
        height: 100%;
        min-height: 750px;
        margin-top: 50px!important;
     }
 }

 @media (min-width: 2200px) {
    .landing-container {
        min-height: 950px;
     }
     .landing-container-1 {
        height: 100%;
        min-height: 850px;
        margin-top: 50px!important;
     }
 }

 @media (min-width: 2400px) {
    .landing-container {
        min-height: 1050px;
     }
     .landing-container-1 {
        height: 100%;
        min-height: 950px;
        margin-top: 50px!important;
     }
 }




 @media (max-width: 1200px) {
    h1 {
        font-size: 5rem;
    }
 }

 @media (max-width: 800px) {
    h1 {
        font-size: 4rem;
    }
 }

 @media (max-width: 600px) {
    h1 {
        font-size: 3.0rem;
    }
 }

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    background-color: var(--primary);
    border: none;
}
.mw-sm-600 {
    max-width: 600px;
}

.mw-400 {
    max-width: 400px;
}

@media (min-width: 500px){
    .mw-sm-600 {
        max-width: unset;
    }
}

.mw-500 {
    max-width: 500px;
}

.mw-600 {
    max-width: 600px;
}

.mw-700 {
    max-width: 700px;
}

.mw-800 {
    max-width: 800px;
}

@media (max-width: 450px) {
    .phone-scale {
        padding-left: 0;
        padding-right: 0;
        transform: scale(1.5);
        padding-bottom: 10px;
    }
}

.mb-minus {
    margin-bottom: -3px;
}


.video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 700px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.font-regular, .regular-font {
    font-family:  Inter-Light !important;
    font-weight: 600 !important;
}

.hover-primary:hover {
    color: var(--primary);
}

.hover-secondary:hover {
    color: var(--secondary)!important;
}

.dropdown-menu {
    border-radius: 0;
}

.family-arial {
    font-family: Arial, Helvetica, sans-serif!important;
}

@media (max-width: 970px) {
    .phone-image {
        width: 50% !important;
    }
}

@media (max-width: 600px) {
    .phone-image {
        width: 100% !important;
    }
}

.video video {
    width: 100%;
    border: 10px double var(--white);
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.video img {
    position: absolute;
    width: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

.hidden {
    visibility: hidden;
}

.card {
    margin: 10px;
}

.form-regular-question {
    font-weight: 200 !important;
    color: var(--primary);
    margin-bottom: 15px;
}

button:hover, button:focus, button:active, button:focus-within, button:focus-visible {
    background-color: none !important;
    outline: none !important;
    border-color: none !important;
    box-shadow: none !important;
}



.gmaps_embed {
    min-height: 400px;
    border: 5px double white;
}
 .preview-img {
    max-height: 1750px;
    object-fit: cover;
    margin-bottom: 10px;
 }

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 200 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 200 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

.mr-2 {
    margin-right: 20px;
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.7);
}

/*** Button ***/
.btn {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 8px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--secondary);
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.display-4 {
    font-size: calc(1.475rem + 6vw);
}

.display-flex {
    display: flex;
}

.dropdown-menu {
    border: 0;
}

.font-bold {
    font-weight: bold;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 4.5rem !important;
    }
}

.modal-open .modal {
    margin-top: 75px;
}

.owl-carousel 
{
    touch-action: manipulation; 
}

body {
    scrollbar-width: thin; /* or "auto" to use default system scrollbar width */
    scrollbar-color: var(--primary) var(--primary);
    animation-duration: 0.3s !important;
    animation-fill-mode: both;
  }

@media (max-width: 765px) {
    .heyflow-row {
        display: none;
    }
}
@media (min-width: 970px) {
    .only-mobile-970 {
        display: none;
    }
}

body::-webkit-scrollbar {
    width: 8px;
  }
  
  body::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 8px;
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 8px;
  }
  
  body::-webkit-scrollbar-thumb:hover {
    background-color: var(--secondary);
  }
  
  body::-webkit-scrollbar-thumb:active {
    background-color: var(--secondary);
  }

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Hero Header ***/
.hero-header {
    background:
        url(../img/bg-round.png),
        url(../img/bg-round-2.png),
        url(../img/bg-square.png),
        url(../img/bg-line.png),
        url(../img/balken.svg);
    background-position:
        0px 40%,
        right 0 top 0,
        left 50% top 0,
        left 50% top 50%,
        center bottom -1px;
    background-repeat: no-repeat;
    background-size: auto, auto, auto, auto, contain;
    background-color: transparent;
    margin-top: 70px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

.btn-special {
    font-size: 25px;
    padding: 10px 20px;
}


/*** Domain Search ***/
.domain {
    background: url(../img/bg-round.png) 0% center no-repeat;
    background-size: contain;
}

body {
    background-color: white;
    margin: 0;
}

.bg-content {
    position: relative;
    z-index: 1;
}

#background-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/team.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
  }

  @media (max-width: 700px) {
    #background-fixed {
        background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/team-small.jpg);
      }
  }

  #background-fixed-raeumung {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/wohnungs-raeumung-entruempelung.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
  }

  @media (max-width: 700px) {
    #background-fixed-raeumung {
        background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/raeumung-wohnung-entruempelung.jpg);
      }
  }


  #background-fixed-transport {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/kleinentruempelung-kleinabholung.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
  }

  @media (max-width: 700px) {
    #background-fixed-transport {
        background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/kleinabholung-pack-mas.jpg);
      }
  }

  

  #light {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.8)), url(../img/team.jpg) !important;
  }

  @media (max-width: 700px) {
    #light {
        background-image: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.8)), url(../img/team-small.jpg) !important;
      }
  }

.info_tooltip {
    font-size: 10px;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid var(--primary);
    border-radius: 10px;
    right: 0;
    padding: 4px;
}

.relative {
    position: relative;
}

.rounded-icon {
    width: 70px;
    height: 70px;
    font-size: 25px;
    margin-top: -4px;
}

.quote-icon {
    width: 35px;
    height: 35px;
    font-size: 20px;
    padding: 9px;
    margin-top: -3px;
}

/*** Comparison ***/
@media (min-width: 992px) {
    .separator_1::after {
        position: absolute;
        content: "";
        width: 1px;
        top: 56px;
        bottom: 20px;
        left: 34%;
        background: var(--primary);
    }
    .separator_2::after {
        position: absolute;
        content: "";
        width: 1px;
        top: 56px;
        bottom: 20px;
        left: 67%;
        background: var(--primary);
    }
}

.sebi {
    width: 70%;
}

@media (max-width: 1200px) {
    .phone-pt {
        padding-top: 40px;
    }
}

@media (min-width: 1200px) {
    .sebi {
        margin-top: -170px;
        margin-bottom: -1px;
    }
}

@media (max-width: 600) {
    .phone-break {
        display: block;
    }
}

.w-80 {
    width: 80% !important;
}

.sebi-faq {
    width: 70%;
}

@media (min-width: 1200px) {
    .sebi-faq {
        width: 100%;
        margin-top: -100px;
        margin-bottom: -1px;
    }
}

.mh-750 {
    min-height: 750px;
}

.mh-550 {
    min-height: 550px;
}

.navbar {
    position: fixed !important;
    width: 100%;
    top: 0 !important;
    z-index: 9999;
}

@media (max-width: 700px) {
    .mh-550 {
        min-height: unset;
    }    

    .landing-headline {
        font-size: 3rem !important;
        margin-top: 0px !important;
    }

    .mobile-mt-0 {
        margin-top: 0 !important;
    }
}


@media (max-width: 800px) {
    .sebi {
        margin-top: -50px;
    }
}

.bg-1 {
    background: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.8)), url(../img/team.jpg) center;
    background-size: cover !important;
    background-position: center;
    background-attachment: fixed !important;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/team.jpg) center;
}

@media (max-width: 700px) {
    .bg-1 {
        background: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.8)), url(../img/team-small.jpg) center;
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/team-small.jpg) center;
    }
}

.bg-2 {
    background: linear-gradient(rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.9)), url(../img/bg-2.jpg) center !important;
    background-size: cover !important;
    background-position: center;
    background-attachment: fixed !important;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.9)), url(../img/bg-2.jpg) center !important;
}

iframe {
    width: 100%;
}

.close {
    font-size: 45px;
    color: red;
    border: 0;
    background: none;
    position: absolute;
    right: 15px;
}

.container-xxl {
    max-width: none !important;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--secondary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item .position-absolute {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF;
}

#offset-1-5 {
    width: 12.499999995%;
}

@media (max-width: 768px) {
    #offset-1-5 {
        display: none;
    }
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

@media (max-width: 700px) {
    .back-to-top {
        display: none !important;
    }
}


.bg-landing {
    z-index: 999;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/team.jpg);
    background-size: cover !important;
    background-position: center !important;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../img/team.jpg);
}

@media (max-width: 700px) {
    .bg-landing {
        background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/team-small.jpg);
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(../img/team-small.jpg);
    }
}

.font-20 {
    font-size: 20px;
}

/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.bg-white {
    background-color: white !important;
}

.bg-primary {
    background:
    url(../img/bg-round.png),
    url(../img/bg-round-2.png),
    url(../img/bg-line.png),
    url(../img/truck-1.png);
    background-position:
    0px 40%,
    right 0 top 0,
    left 50% top 50%,
    right -20px top 25% !important;
    background-repeat: no-repeat !important;
    background-size: auto, auto, auto, 0px !important;
    background-color: var(--primary) !important;
}

.bg-primary-section {
    background:
    url(../img/truck-3.png),
    url(../img/bg-line.png),
    url(../img/truck-1.png);
    background-position:
    -90px 60%,
    left 50% top 50%,
    right -20px top 25% !important;
    background-size: auto, auto, auto !important;
}

.bg-primary-section-2 {
    background:
    url(../img/bg-round-2.png),
    url(../img/truck-3.png),
    url(../img/bg-line.png),
    url(../img/truck-1.png);
    background-position:
    right 0 top 0,
    -50px 95%,
    left 50% top 50%,
    right -20px top 25% !important;
    background-size: auto, auto, auto, 0px !important;

}


.bg-primary::after {
    background-color: var(--primary);
}

.bg-primary p, .bg-primary h1, .bg-primary h3, .bg-primary a, .bg-primary .text-primary {
    color: white !important;
}

.bg-primary .card-white {
    color: var(--secondary) !important;
    background-color: white;
    border-radius: 20px;
}


.bg-primary .section-title::before {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}

.heyflow-row {
    padding-top: 30px;
    border-radius: 15px;
}

.btn-white {
    background-color: white !important;
    color: var(--secondary) !important;
    border: 0;
}

.btn-white:hover {
    background-color: var(--secondary) !important;
    color: white !important;
    border: 0;
}

.border-secondary {
    border-color: var(--secondary) !important;
}

.card-white .rounded-icon {
    background-color: var(--secondary) !important;
}

.card-white p {
    color: var(--secondary) !important;
}

.bg-primary .testimonial-item p {
    color: var(--secondary) !important;
}

.bg-primary .testimonial-item .rounded-circle {
    background-color: var(--secondary) !important;
}

.bg-primary .testimonial-carousel .owl-item.center .testimonial-item {
    background-color: white !important;
}

.bg-primary .testimonial-carousel .owl-item.center .testimonial-item .position-absolute {
    background-color: var(--secondary) !important;
}
.bg-primary .testimonial-carousel .owl-item.center .testimonial-item small {
    color: var(--secondary) !important;
}

.bg-primary .testimonial-carousel .owl-dot {
    background-color: white !important;
}

.bg-primary .testimonial-carousel .owl-dot.active {
    background-color: #DDDDDD !important;
}

.carousel-team-blue .owl-stage-outer, .carousel-team-grey .owl-stage-outer {
    overflow-y: visible;
    overflow-x: clip;
}

/*** Footer ***/
.footer {
    background:
    url(../img/truck-3.png),
    url(../img/bg-line.png),
    url(../img/truck-1.png);
    background-position:
    left -50px top 20%,
    left 50% top 50%,
    right 20px bottom 0px !important;
    background-repeat: no-repeat;
    background-size: auto, auto, auto;
}

.owl-carousel .team-item {
    box-shadow: 0 3px 20px rgba(0,0,0,0.15) !important;
}

@media (max-width: 800px) {
    .footer {
        background:
        url(../img/truck-3.png),
        url(../img/bg-line.png),
        url(../img/truck-1.png);
        background-position:
        left -50px top 10%,
        left 50% top 50%,
        right 20px bottom 0px !important;
        background-repeat: no-repeat;
        background-size: auto, auto, auto;
    }
}

.footer p {
    font-size: 15px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .3);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.c-white, .c-white:hover {
    color: white;
}

.c-primary {
    color: var(--primary) !important;
}

.c-secondary, .bg-light .c-secondary {
    color: var(--secondary) !important;
}

.c-green {
    color: green;
}

.btn-request {
    padding: 10px 20px;
    font-size: 24px;
    border: none;
    box-shadow: 2px 2px 4px black !important;
}

.bg-primary .btn-secondary {
    background-color: var(--secondary) !important;
}

.bg-primary .btn-light {
    color: var(--secondary);
}

.bold {
    font-weight: 600!important;
}

#spinner {
    display: none;
}

.bg-primary .bg-white p {
    color: var(--secondary) !important;
}

.bg-primary .bg-white .btn-secondary {
    background-color: var(--primary) !important;
}

.flex-direction-mobile {
    flex-direction: column;
}

@media (max-width: 700px) {
    .flex-direction-mobile {
        flex-direction: row;
    }
    .mw-40-mobile {
        max-width: 40%!important;
    }
}

.font-2em {
    font-size: 2em;
}

.icon-bg-secondary {
    background-color: var(--secondary) !important;
}

.landing-icon {
    min-width: 70px;
    text-align: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.bg-primary-single {
    background-color: var(--primary);
}

.pb-100 {
    padding-bottom: 120px;
}

.danke {
    min-height: 95vh
}

#background-fixed-transport {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/kollage-transport.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
#background-fixed-wohnungs-entruempelung {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/kollage-wohnungs-entruempelung.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
#background-fixed-keller-raeumung {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/kollage-keller-raeumung.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
#background-fixed-haus-entruempelung {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/kollage-haus-raeumung.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
#background-fixed-gewerbe-entruempelung {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/kollage-gewerbe-entruempelung.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
#background-fixed-altwaren {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/kollage-altwaren.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

@media (max-width: 700px) {
    #background-fixed-transport {
        background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/kollage-transport-hf.jpg);
    }
    #background-fixed-wohnungs-entruempelung {
        background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/kollage-wohnungs-entruempelung-hf.jpg);
    }
    #background-fixed-keller-raeumung {
        background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/kollage-keller-raeumung-hf.jpg);
    }
    #background-fixed-haus-entruempelung {
        background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/kollage-haus-raeumung-hf.jpg);
    }
    #background-fixed-gewerbe-entruempelung {
        background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/kollage-gewerbe-entruempelung-hf.jpg);
    }
    #background-fixed-altwaren {
        background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)), url(../img/kollage-altwaren-hf.jpg);
    }
}
