.about-image44 {
    background-image: url(../../assets/img/about/wohnungsausloesung.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.about-image11_new {
    background-image: url(../../assets/img/services/wohnungsaufloesung.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.about-image22 {
    background-image: url(../../assets/img/services/haushaltsaufloesung.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.about-image55 {
    background-image: url(../../assets/img/about/haushaltsaufloesung.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.about-image552 {
    background-image: url(../../assets/img/about/firmenaufloesung.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.about-image33 {
    background-image: url(../../assets/img/about/nachlassaufloesung.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.about-image66 {
    background-image: url(../../assets/img/services/nachlassaufloesung.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.about-image77 {
    background-image: url(../../assets/img/about/messientruempelung.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.about-image88 {
    background-image: url(../../assets/img/services/messi-entruempelung.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.about-image99 {
    background-image: url(../../assets/img/about/about-99.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.about-image91 {
    background-image: url(../../assets/img/about/about-91.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.about-image92 {
    background-image: url(../../assets/img/about/entkernung.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.about-image93 {
    background-image: url(../../assets/img/services/entkernung.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.about-image9311 {
    background-image: url(../../assets/img/services/services-10.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}



.about-image94 {
    background-image: url(../../assets/img/about/wohnungsreinigung.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.about-image95 {
    background-image: url(../../assets/img/services/services-4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}


.about-image95_neu {
    background-image: url(../../assets/img/services/services-6_neu.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

/* um die divs in Dienstleistngseite gleichmaessig zu haben*/

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col-lg-4,
.col-md-6 {
    display: flex;
    margin-bottom: 30px;
}

.services-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image {
    text-align: center;
}

.image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
}

.services-btn {
    align-self: flex-end;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #e11612;
    font-weight: bold;
}

.services-btn i {
    margin-left: 5px;
}

/* accordion styles*/
.accordion-button:not(.collapsed) {
    background-color: white;
    /* Set the background color to white */
    border: 2px solid red;
    /* Add a red border */
}

.accordion-button {
    border: 1px solid #dee2e6;
    /* Maintain the default border for collapsed buttons */
}

.accordion-button:focus {
    box-shadow: none;
    /* Remove the default focus outline */
}

.accordion-item {
    border: none;
    /* Remove default border */
}

.photo-area11 {
    position: relative;
    z-index: 1;
    background-image: url(../../assets/img/about/house11.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 250px;
    padding-bottom: 250px;
    margin-top: 150px;
    margin-bottom: 150px;
    border-top: 3px solid #e11612;
    border-bottom: 3px solid #e11612;
}

.contact-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.contact-info a {
    background-color: #ff0000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
    z-index: 3;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    margin-bottom: 10px;
}
}

.contact-info a:hover {

    color: #ffffff;
    background-color: #1f0a42;
}

.hover-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    /* Ensure the overlay is below the contact info */
}



.margin22 {
    margin-bottom: 5rem;
}

/* Reference Seite CSS*/
@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@900&display=swap');

#header_1 {
    height: 145vh;
    margin-bottom: 200px;
}

.container_solid,
.container_image {
    /* hide fixed overflow contents */
    clip: rect(0, auto, auto, 0);

    /* does not work if overflow = visible */
    overflow: hidden;

    /* only works with absolute positioning */
    position: absolute;

    margin-top: 200px;

    /* Make sure containers are full-width and height */
    height: 60vh;
    width: 100%;



}


.container_solid {
    background: white;
    height: 90vh;
    /* position this container at the top of its parent element */
    top: 0;

}

.title_wrapper {
    position: fixed;
    display: block;
    margin: auto;
    width: 100%;
    /* center the text wrapper vertically */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title_wrapper h1 {
    text-align: center;
    font-size: 64px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Fraunces', serif;
    font-weight: 900;
}



.container_solid .title_wrapper h1 {
    /* the text background */
    background: url('/assets/img/gallery/reference.jpg');
    background-size: 100vw 50vh;
    background-position: center;

    /* clip the text is possible */
    -text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;

    /* fallback text color */
    color: black;
}

.container_image {
    background-image: url('/assets/img/gallery/reference.jpg'
        );
    background-size: 100vw 200vh;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;

    top: 90vh;
}

.container_image .title_wrapper h1 {
    color: #e11612;
}

.button-far {
    background-color: #e11612;
}

.font1 {
    font-weight: bold;
    font-size: 18px;
}

.font2 {
    font-size: 18px;
}

.rot {
    color: #e11612;
}

.padd {
    padding: 40px 20px;
    cursor: pointer;
}

.padd2 {
    padding: 40px 53px;
}

.image-container {
    position: relative;
    width: fit-content;
}

.zertifikat {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
}



.zertifikat.enlarged {
    z-index: 2;
    transform: scale(1.7);

}

.zertifikat.enlarged+.overlay {
    display: flex;
}

.content2 {
    padding: 40px 20px;

}


/* impressum */

@media screen and (min-width: 1024px) {
    #impressum .sqrwithsidebar {
        display: table;
        box-sizing: border-box;
        table-layout: fixed;
        width: 100%;
    }
}

#impressum .sqrcontentcontainer {
    margin: 30px auto;

}

@media screen and (min-width: 1024px) {
    #impressum .sqrwithsidebar .sqrcontent {
        display: table-cell;
        width: 70%;
        vertical-align: top;
    }
}

#impressum .sqrcontent {
    margin: 0;
    padding: 1px 0;
    box-sizing: border-box;
}

#impressum .sqrpara {
    box-sizing: border-box;
    max-width: 1400px;
    padding: 0 30px;
    margin: 0 auto 40px auto;
}

#impressum #sqrbreadcrumbs {
    padding: 10px 0 0 0;
    font-size: 90%;
}

#impressum .sqrpara:after,
#impressum .sqrparabox:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#impressum .sqrcontent p a,
#impressum a.link {
    color: #E01612;
    font-weight: bold;
    text-decoration: none;
}

#impressum .sqrtitle {
    color: #e11612;
    text-align: center;
    margin: 2rem;
}

/* datenschutz */
#datenschutz #sqrmaincontainer {
    max-width: 1400px;
    margin: 30px auto;
    background-color: #ffffff;

}

@media screen and (max-width: 767px) {
    #datenschutz .sqrpara ul li {
        margin: 0;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }
}

@media screen and (max-width: 1460px) {
    #datenschutz #sqrmaincontainer {
        margin: 0;
        border: 0;
        max-width: none;
    }
}

@media screen and (min-width: 1024px) {

    #datenschutz .sqrwithsidebar {
        display: table;
        box-sizing: border-box;
        table-layout: fixed;
        width: 100%;
    }

    #datenschutz .sqrwithsidebar #datenschutz .sqrcontent {
        display: table-cell;
        width: 70%;
        vertical-align: top;
    }

}

@media screen and (max-width: 1023px) {
    #datenschutz .sqrcontent {
        padding: 10px 0;
    }

}



#datenschutz .sqrcontent {
    margin: 0;
    padding: 1px 0;
    box-sizing: border-box;
}

#datenschutz .sqrcontent>div {
    margin: 20px 0;
}

#datenschutz .sqrpara {
    box-sizing: border-box;
    max-width: 1400px;
    padding: 0 30px;
    margin: 0 auto 40px auto;
}


#datenschutz .sqrpara:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#datenschutz .sqrtitle {
    color: #e11612;
    text-align: center;
    margin: 2rem;
}

#datenschutz .sqrcontent p a,
a.link {
    color: #E01612;
    font-weight: bold;
    text-decoration: none;
}


.rating-stars-wrapper .rating-stars {
    display: block;
}


.rating-stars:before,
.rating-stars:after {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #dbb521;
}

.rating-stars:after {
    color: #cccccc;
}

.rating-0:after {
    content: "⭑⭑⭑⭑⭑";
}

.rating-1:before {
    content: "⭑";
}

.rating-1:after {
    content: "⭑⭑⭑⭑";
}

.rating-2:before {
    content: "⭑⭑";
}

.rating-2:after {
    content: "⭑⭑⭑";
}

.rating-3:before {
    content: "⭑⭑⭑";
}

.rating-3:after {
    content: "⭑⭑";
}

.rating-4:before {
    content: "⭑⭑⭑⭑";
}

.rating-4:after {
    content: "⭑";
}

.rating-5:before {
    content: "⭑⭑⭑⭑⭑";
}

.rating-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.google-review .top h3 {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.google-review .top a {
    font-size: 14px;
}
.google-review .top .rating-5 {
    font-size: 18px;
    display: inline-block;
    line-height: 1.2px;
    margin: 0 5px;
}

.rating-top .profile .bubble {
    padding: 8px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.review .review .card-text {
    transition: 0.3s all;

}
.google-logo {
    width: 130px;
    margin-right: 20px;
}
.review .card-body {
    min-height: 250px;
}

.review .read-more-btn {
    background-color: transparent;
    border: 0;
    outline: none;
    text-decoration: underline;
    color: #E01612;
}

.alert li{
    color:#fff !important;
}
.full-width{
    max-width:100% !important;
}

.quote-form .form-group{

    width: 100%;
}

#my-custom-fields{ 
    position: absolute;
    z-index: -100;
    top: -122250px;
}

#mobile_number_footer{
    position:fixed;
    bottom:0px;
    z-index:22222;
    width:100%;
    right:0px;
    left:0px;
    text-align:center;
    background:#e11612;
    color:#fff;
    padding:10px;
    display:none;
  }
  .main-slider-content .slider-btn .default-btn:hover{
    color:#fff;
  }

  #footer-big{
    padding:30px 0px;
    background:#e11612;
  }

  #footer-big h2{
    color:#fff;
  }

  #footer-big .default-btn{
border:2px solid white;
  }
  