body {
    margin: 0 !important;

    overflow-x: hidden !important;

    font-family: 'Poppins', sans-serif;
    width: 100% !important;
    height: 100vh !important;
}

.ourSolutionsChild img {
    height: 360px;

}


.greeting {

    width: 100%;
    height: 40px;
    background-color: #CC0000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

.greeting h3 {
    font-size: 16px;
    color: white;
}

.header {

    display: flex;
    height: 100px;
    width: 100%;
    align-items: center;

    box-shadow: 0px 4px 1px rgb(0 0 0 / 20%);
    justify-content: space-between;

}



.header h2 {
    padding-left: 50px;
    font-size: 25px;
}



.navBar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;

}

.navBarChild a {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-size: 16px;
}

.navBarChild {
    margin-left: 200px;
}

.navBarChild a:hover {
    text-decoration: underline;
    color: #CC0000;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
    line-height: 3em;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.phoneIcon {
    height: 20px;
}

.phoneNumber {
    display: flex;
    background-color: rgb(247, 210, 210);
    padding: 10px;
    border-radius: 100px;
    width: 180px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.phoneNumber a {
    color: black;

}

.contact a {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 16px;
}

.contact {
    display: flex;
    align-items: center;
    padding-right: 40px;
}

.logoHeader {
    height: 100px;
    display: flex;
    padding-left: 60px;
    padding-top: 10px;


}

.buttonChild {
    display: flex;
    background-color: rgb(0, 168, 205);
    padding: 10px;
    border-radius: 100px;
    width: 180px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.button {
    margin-left: 20px;

}

.backgroundImg {
    height: 600px;
    width: 100vw;
    object-fit: cover;
}

.textMain {
    position: absolute;
    top: 8px;
    left: 78px;
    font-size: 40px;
}

.textMainParent {
    position: absolute;
    top: 300px;
    left: 78px;
    font-size: 25px;
}

.textMainParent span {
    font-weight: bold;
}

.textMainChild {
    display: flex;
    position: absolute;
    top: 220px;
    left: 160px;
    flex-direction: column;
}

.textMainList {
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: bold;

}

.iconCorrect {
    height: 30px;
    padding-right: 10px;
}

.buttonChildMain {
    position: absolute;
    top: 477px;
    left: 170px;
    display: flex;
    background-color: rgb(0, 168, 205);
    padding: 10px;
    border-radius: 100px;
    width: 300px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

.howItWork h2 {
    display: flex;
    justify-content: center;
    font-size: 30px;
}

.howItWork {
    display: flex;
    text-align: center;
    flex-direction: column;
    font-size: 30px;
    margin: 30px;
    margin-left: 150px;
    margin-right: 150px;
    padding-left: 60px;
    padding-right: 60px;

}

.howItWorkChild {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;

}

.iconhowItWork {
    height: 60px;
    margin-bottom: 30px;
}

.howItWorkSection {
    display: flex;
    flex-direction: column;
    align-items: center;


}

.howItWorkSection h3 {
    font-size: 18px;
}

.howItWorkSection p {
    display: flex;
    width: 300px;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    margin-top: -3px;
    line-height: 1.5em;
}

.cleanSpectrum {
    background-color: rgb(254, 236, 236);
    height: 300px;
    display: flex;
    align-items: center;
    padding: 30px;
    flex-direction: column;
    padding-bottom:100px;

}

.cleanSpectrumChild {
    width: 300px;
    display: flex;
    height: 150px;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    margin-right: 40px;
}

.cleanSpectrum h2 {
    font-size: 30px;
    margin-bottom: 60px;
}

.cleanSpectrumSection {
    display: flex;

}

.iconSpectrum {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.booking {
    display: flex;
    background-color: rgb(0, 168, 205);
    flex-direction: column;
    min-height: 350px;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding-top: 50px;

}

.whiteBox {
    position: absolute;
    top: -17px;
    z-index: 2;
    height: 50px;
    background-color: white;
    transform: rotate(1deg);
    width: 100%;

}

.whiteBoxRed {
    position: absolute;
    top: -17px;
    z-index: 99;
    height: 50px;
    background-color: rgb(254, 236, 236);
    transform: rotate(1deg);
    width: 100%;

}

.box {
    position: absolute;
    top: -17px;
    z-index: 99;
    height: 50px;
    background-color: rgb(0, 168, 205);
    transform: rotate(1deg);
    width: 99.9%;
}

.box-polster {
    position: absolute;
    top: -17px;
    z-index: 99;
    height: 50px;
    background-color: rgb(0, 168, 205);
    transform: rotate(1.8deg);
    width: 100%;
}

.booking-h2 {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    display: flex;
    justify-content: center;
    height: 40px;
    line-height: 1.5em;
    color: white;
    text-align: center;
    margin-top: 60px;
}

.booking a {
    text-decoration: none;

}

.buttonsBookingSection {
    display: flex;
    flex-direction: row;
    padding: 40px;
}

.bookingPositionButton {
    display: flex;
    justify-content: center;
}

.buttonBooking {
    display: flex;
    padding: 20px;
    border-radius: 10px;

    height: 30px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    background-color: white;
    color: rgb(0, 168, 205);


}

.buttonsBookingSectionChild {
    display: flex;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid white;
    width: 300px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    background-color: rgb(0, 168, 205);
    margin-left: 20px;

}

.buttonsBookingSectionChild a {
    text-decoration: none;
    color: white;
    padding-left: 5px;
}

.promisSection {
    display: flex;
    flex-direction: column;
}

.promisSection h2 {
    display: flex;
    justify-content: center;
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.promisSectionChild {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-left: 80px;
    padding-right: 80px;

}

.promisSection h3 {
    font-size: 14px;
}

.promisIcon {
    height: 50px;
}

.promisSectionContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
    padding: 5px;
}

.promisSectionContainer p {
    display: flex;
    font-size: 16px;
    line-height: 1.5em;
}

.customer img {
    height: 80px;
    margin-bottom: -20px;
}

.customerIcon {
    height: 40px !important;
    margin-right: -100px;
    padding-right: 15px;
}

.customerIcon1 {
    height: 40px !important;
    margin-right: -100px;
    padding-right: 20px;
}

.customerSection {
    display: flex;
    align-items: center;
    overflow-x: hidden;
    justify-content: space-between;
    height: 200px;
    padding-bottom: 50px;
    padding-top: 20px;
    background-color: rgb(254, 236, 236);
    ;
}

.customer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.customerChild {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
}



.ourSolutions h2 {
    font-size: 30px;
    display: flex;
    justify-content: center;
    margin: 60px;
    text-align: center;
}

.ourSolutions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    margin: 0 !important;
    overflow-x: hidden !important;
}

.bevorAfter {
    object-fit: cover;
    margin-left: 30px;
    height: 400px;
    width: 600px;
}

.rezesion {
    height: 280px;
    margin-right: 250px;
}

.ourSolutionsChild {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 80px;
}

.availableSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(254, 236, 236);
    padding-bottom: 50px;
    padding-top: 40px;
}

.availableSection h2 {
    text-align: center;
    line-height: 1.5em;
    font-size: 30px;

}

.availableList {
    text-align: center;
}

.availableList p {
    font-size: 25px;
    color: #CC0000;
    font-weight: bold;
}

.footer {
    background-color: rgb(70, 67, 67);
    color: white;

}

.footerHeader {
    display: flex;
    justify-content: space-between;
    margin-left: 100px;
    padding-top: 30px;

}

.footerHeader h2 {
    font-size: 40px;
}

.footerHeaderChild {
    display: flex;
    flex-direction: column;
    margin-right: 100px;
}

.footerHeaderMain {
    display: flex;
}

.undertag {
    line-height: 2em;
    text-decoration: none;
    color: white;
}

.undertag :hover {
    cursor: pointer;
    text-decoration: underline;
}

.unterteilung1 {
    position: relative;
    left: 10%;
    right: 10%;
    display: flex;
    width: 80%;
    margin-top: 80px;
}

.unterteilung2 {
    position: relative;
    left: 10%;
    right: 10%;
    display: flex;
    width: 80%;
}

.footerPlacesHeader {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.footerPlacesList {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 16px;
}

.impressum {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    gap: 20px;
}

.impressum a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.impressum a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.footerEnd p {
    display: flex;
    justify-content: center;
    font-size: 16px;

}

.fotterLast {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

/*Preise*/

.mainPriceList {
    background-color: rgb(254, 236, 236);
    margin-top: -25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

.cleaningPriceListBg1 {
    display: flex;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 30px;
    font-size: 32px;
}

.priceListEins {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.priceListDrei {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}

.priceListVier {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 80px;
}

.priceListChild_1 {
    display: flex;
    justify-content: space-around;

    margin-top: 60px;
    border-bottom: 2px solid black;
}

.priceListChild_2 {
    display: flex;

}

.iconPriceList {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.priceListIcon {
    display: flex;
    justify-content: center;
    height: 60px;
    width: 60px;
}

.list_1 {
    display: flex;
    width: 150px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 2px solid black;

}

.list_2 {
    display: flex;
    width: 150px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 2px solid black;

}

.list_2_1 {
    display: flex;
    width: 150px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 30px;
    padding-bottom: 30px;


}

.list_3 {
    display: flex;
    width: 150px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 2px solid black;

}

.list_4 {
    display: flex;
    width: 150px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 30px;
    padding-bottom: 30px;

}

.list_1Child {
    line-height: 1.5em;
    padding-top: 30px;
}

.priceListZwei {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}


.SwissPolsterSection {
    background-color: rgb(0, 168, 205);
    margin-top: -21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    display: flex;
    flex-direction: column;
}

.SwissPolsterSection h1 {
    margin-top: 50px;
}

.soldSection {
    margin-top: 20px;
}

.soldSectionInner {
    display: flex;
    align-items: center;
    background-color: rgb(254, 236, 236);
    padding-left: 330px;
    padding-right: 330px;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.soldSectionInnerChild {
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;

}

.equal {
    height: 30px;
    width: 30px;
    padding-right: 90px;
}

.plus {
    height: 30px;
    width: 30px;
    padding-right: 50px;
}

.solution {
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution p {
    padding-left: 10px;
}

.solutionPrice {
    color: #CC0000;
    font-weight: bold;
    font-size: 30px;
}

.solutionOldPrice {
    text-decoration: line-through;
    color: black;
}

.bg3 {
    font-weight: bold;
    color: black;
}

.soldSectionText span {
    color: black;
}

/*Matratzenreinigung*/

.mattressSection {
    background-color: rgb(254, 236, 236);
    position: relative;

}

.bg-mattress {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
}

.mattressSection span {
    display: flex;

    justify-content: center;
    line-height: 1.5em;
}

.mattressText {
    padding-bottom: 30px;
}

.promisSectionMattress {
    margin-top: 50px;
    margin-bottom: 50px;
}

.promisSectionMattressChild {
    background-color: rgb(254, 236, 236);
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;

}

.promisSectionMattressChild h2 {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
}





/*Polsterreinigung*/

.center {
    text-align: center;
}

.border-none {
    border-right: 0px !important;
}

.mattressSectionPolster {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    line-height: 1.5em;


}

.cleaningPriceListBg2 {
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 30px;
}



.polstercleaningSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    line-height: 1.5em;
}

.polsterCleaningMain {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 80px;
    padding-bottom: 80px;
    background-color: white;
}

.bg4 {
    color: white;
}

.promisSectionPolstercleaning {
    padding-bottom: 30px;
    background-color: rgb(254, 236, 236);
    display: flex;
    flex-direction: column;

}

.promisSectionPolstercleaning h2 {
    justify-content: center;
    display: flex;
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}


/*Geschäftskunden*/

.services {
    padding-top: 80px;
    background-color: rgb(254, 236, 236);
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.servicesChild {
    background-color: rgb(254, 236, 236);
    display: flex;
    justify-content: center;
    padding-bottom: 50px;

}

.servicesCleaning {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    margin-left: 130px;
    margin-right: 160px;
    padding-bottom: 60px;
}

.servicesChild1 {
    display: flex;
}

.servicesCleaningInner {
    padding: 20px;
}

.servicesCleaningHeadline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

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

.servicesCleaningList {
    line-height: 1.5em;
    font-size: 18px;

}

.servicesCleaningFooter {
    font-size: 18px;
    margin-top: 50px;
}

.iconCorrectCleaning {
    height: 20px;
    width: 20px;
}

.servicesCleaningListChild {
    display: flex;
    align-items: center;
    margin-bottom: -25px;
}

.servicesCleaningListChild p {
    padding-left: 20px;
}

.servicesCleaningFooter {
    padding-left: 35px;

}

.border {
    border-top: 1px solid lightgray;
    margin-left: 100px;
    margin-right: 100px;
    height: 5px;
    margin-top: 50px;
    margin-bottom: -30px;
    justify-content: center;
}

.contactSection {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;

}

.contactSectionChild {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    margin-top: 50px;
}

.imgMichi {
    height: 200px;
    width: 200px;
    object-fit: cover;
    background-color: rgb(254, 236, 236);
    padding: 5px;
}

.personalContact p {
    color: black !important;
}

.contactSection p {
    color: lightgray;
    margin-top: -10px;
}

.personalContact {
    margin-top: -40px;
    font-size: 18px;
    padding-left: 50px;
}

.buttonCustomerChild {
    display: flex;
    background-color: rgb(0, 168, 205);
    padding: 15px;
    border-radius: 10px;
    width: 350px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
}

.buttonCustomer {
    padding-top: 40px;
}

/*Teppich reinigung*/

.carpetSection {
    background-color: rgb(254, 236, 236);
    position: relative;
}

.carpetSection h2 {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.carpetSection span {
    padding-top: 30px;

}

.carpetSectionText {
    position: relative;
    display: flex;
    flex-direction: column;

    justify-content: center;
    padding-bottom: 30px;
    background-color: rgb(254, 236, 236);
}

table {
    border-collapse: collapse;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 50px;

}

table td {
    border-top: 0;
    border: 3px solid black;

}

table tr:first-child td {
    border-top: 0px;
}

table tr td:first-child {
    border-left: 0px;
}

table tr:last-child td {
    border-bottom: 0px;

}

table tr td:last-child {
    border-right: 0px;
}

.imgCarpetSpectrum1 {
    object-fit: contain;
    height: 120px;
    width: 120px;
    padding: 50px;
}

.imgCarpetSpectrum2 {
    object-fit: contain;
    height: 80px;
    width: 80px;
    padding: 50px;
}

.tableFieldLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 50px;
}

.tableFieldRight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
}

.tableFieldText {
    margin-top: -20px;
}

.CleaningSpectrumCarpet h2 {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.polstercleaningSectionCarpetLeft {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    line-height: 1.5em;

}

.polstercleaningSectionCarpetMiddle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    line-height: 1.5em;

}

.polstercleaningSectionCarpetRight {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    line-height: 1.5em;
}

.promisSectionCarpet {
    display: flex;
    flex-direction: column;
    background-color: rgb(254, 236, 236);
}

.promisSectionCarpet h2 {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;

}


/*FAQ*/

.accordion-item {
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 30px;
}

.headlineFaq {
    display: flex;
    justify-content: center;
    font-size: 20px;
    padding-top: 50px;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active,
.collapsible:hover {
    background-color: #555;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.d-one {
    display: flex;
}

.d-none {
    display: none !important;
}



/*navbar Mobile*/

.bars {
    position: absolute;
    right: 20px;
    top: 70px;
    width: 30px;
    cursor: pointer;
}

.overlay {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0px;
    display: flex;
    flex-direction: column;
    width: 390px;
    height: 100vh;
    background-color: rgb(244 235 235);
    border-left: 1px solid black;
    width: 100%;
    transition: all 225ms ease-in-out;
    gap: 40px;

}

.overlay-menu-mobile {
    padding-bottom: 0px;
}

.overlay-menu-header {
    display: flex;
    align-items: center;
    border-bottom: 2px solid lightgray;
    background-color: white;
}

.logoHeader-overlay {
    height: 100px;
    padding-top: 50px;

}

.show-overlay-menu a {
    padding-left: 30px;
    text-decoration: none;
    color: rgb(210, 0, 0);
    padding-bottom: 30px;
    font-weight: bold;


}

/* .show-overlay-menu a:hover{
        transform: scale(1.5);
    }*/
.overlay-menu-power {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid lightgray;
    padding-bottom: 10px;

}

.overlay-menu-power h2 {
    font-size: 28px;
    padding-left: 20px;
    margin-top: -10px;
    margin-bottom: 50px;

}

.show-overlay-menu {
    transform: translateX(0);
}

.delete {
    height: 30px;
    position: absolute;
    right: 30px;
    cursor: pointer;

}


.headline-agb {
    font-size: 50px;
}

.h1-impressum {
    font-size: 50px;
}

.image-polster {
    height: 60px !important;
}

/*Handy ansicht*/
@media (max-width: 1190px) {

    .container-mobile {
        padding-left: 0px !important;

    }

    .send-mail-mobile {
        margin-left: 0px;
    }

    .imput-mobile {
        width: 90% !important;
    }

    .imput-mobile-textarea {
        width: 300px;
    }

    .toggle-polster-1 {
        position: absolute;
        width: 100%;

        top: 265px !important;
        display: flex;
        justify-content: center;
        background-image: linear-gradient(to bottom, rgba(254, 236, 236, 0.93), rgba(255, 255, 255, 1));
    }

    .header a {
        padding-bottom: 30px;
    }

    .hide-mobile {
        display: none !important;
    }

    .logoHeader {
        padding-top: 39px;
    }

    .overlay-mobile {
        display: flex;
    }

    .text-main-mobile {

        font-size: 20px;
        left: 10px;
    }

    .text-main-child-mobile {
        top: 100px;
        left: 25px;
    }

    .text-main-list-mobile {
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .icon-correct-mobile {
        height: 30px;
    }

    .button-child-main-mobile {
        top: 340px;
        left: 100px;
        width: 200px;
        height: 30px;
        font-size: 16px;
    }

    .text-size {
        font-size: 12px;
        text-align: center;
    }

    .footer-header-mobile {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-right: 0;
        padding-top: 0;
    }

    .slide-show-position {
        padding-top: 30px;
        cursor: pointer;
    }

    .d-none-mobile {
        display: none !important;
    }

    .d-show-mobile {
        display: flex !important;
    }

    .how-it-work-mobile {

        margin-bottom: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .backgroundImg-mobile {
        height: 400px;
    }

    .text-main-mobile {

        font-size: 30px;
    }

    .text-main-child-mobile {
        top: 150px;
        left: 100px;
    }

    .cleanSpectrumSection-mobile {
        flex-direction: column;
        padding-left: 30px;
    }

    .clean-spectrum-mobile {
        height: 700px;
    }

    .promisSectionChild-mobile {
        flex-wrap: wrap;
    }

    .customerSection-mobile {
        flex-direction: column;
        height: 500px;
    }

    .h3-mobile {
        font-size: 14px;
        font-weight: 500;
    }

    .mehr-anzeigen-button {
        background-color: rgb(245, 114, 114);
        color: white;
        border: none;
        border-radius: 15px;
        font-size: 18px;
        cursor: pointer;
        height: 55px;
        margin-bottom: 30px;
        margin-top: 30px;
        padding: 15px;
    }

    .toggle {
        position: absolute;
        width: 100%;
        top: 167px;
        display: flex;
        justify-content: center;
        background-image: linear-gradient(to bottom, rgba(254, 236, 236, 0.93), rgba(255, 255, 255, 1));
    }

    .toggle-polster {
        position: absolute;
        width: 100%;
        top: 200px;
        display: flex;
        justify-content: center;
        background-image: linear-gradient(to bottom, rgba(254, 236, 236, 0.93), rgba(255, 255, 255, 1));
    }

    .toggle-teppich {
        position: absolute;
        width: 100%;
        top: 27px;
        display: flex;
        justify-content: center;
        background-image: linear-gradient(to bottom, rgba(254, 236, 236, 0.93), rgba(255, 255, 255, 1));
    }

    .promisSectionContainer-mobile {
        padding-top: 60px;
    }

    .container-wrapper-mobile {
        padding-top: 50px;
        padding-bottom: 50px;

    }

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

    .container-nachhaltigkeit-mobile image {
        height: 100px;
    }

    .nachhaltigkeit-text-mobile {
        margin-left: 0px !important;
    }

    .polster-price-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 2px solid black;
        width: 80%;
        padding-top: 20px;
        padding-bottom: 30px;

    }

    .price-img {
        height: 80px;
        width: 80px;
        object-fit: contain;
    }

    .container-price-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: rgb(254, 236, 236);
    }

    .cleaningPriceListBg1-mobile {
        padding-top: 70px;
        padding-bottom: 10px;
        text-align: center;
        font-size: 30px;
    }

    .soldSectionInner-mobile {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;

    }

    .soldSectionInnerChild-mobile {
        padding-right: 0px;
    }

    .soldSection-mobile {
        width: 90%;

    }

    .icon-mobile {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .icon-mobile img {
        padding-right: 0px;
        padding-top: 5px;
    }

    .image-polster-mobile {
        height: 50px !important;
    }

    .greeting {
        width: auto;
    }

    .toggle-matratze {
        position: absolute;
        width: 100%;
        top: 231px;
        display: flex;
        justify-content: center;

        background-image: linear-gradient(to bottom, rgba(254, 236, 236, 0.93), rgba(255, 255, 255, 1));
    }

    .carpet-mobile {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.5em;
    }

    .mattressSection span {
        padding-left: 20px;
        padding-right: 20px;
    }

    .testimonial-child-mobile{
        position: absolute;
    }
}

@media (max-width:560px) {
    .available-service-h1{
        font-size: 25px !important;
        padding: 10px !important;
        line-height: 1.5em;
    }

.text-main-list-mobile-Kunde{
    margin-top:0px !important;
    font-size: 18px !important;
   margin-left: 0px !important;
    text-align: center;
}

.text-main-mobile-Kunde{
    font-size: 28px !important;
}
    
    .available-service{
        margin-top: -20px !important;
        font-size: 16px !important;
        
    }
    .available-service-p{
        font-size: 16px !important;
         padding-top: 0px !important;
    }
    .available-service-p-section{
        padding-top: 0px !important;
    }
    .h2-Kunde{
        padding-left: 10px !important;
        font-size: 18px !important;
    }
    .p-Kunde{
        font-size: 12px;
        padding-right: 10px;
    }
    .img-Kunde{
        width: 200px;
    }
   .rating{
    padding-left: 10px !important;
   }
   .testimonial-slide{
    margin-left: 30px !important;
    margin-right: 10px !important;
    height: 200px !important;
   }
    .star{
        width: 10px !important;
        height: 10px !important;
    }
    .img-customer{
        height: 60px !important;
        width: 60px !important;
    }
    .slide-show{
        height: 300px;
        padding-bottom: 200px !important;
        margin-top: -10px !important;
    }
    .testimonial-slide{
        position: absolute;
        background-color: white;
        padding-top: 20px;
        padding-left:20px;
        height: 300px;
        border-radius: 30px;
        height: 300px;
        justify-content: center;
    }
    .slide-show{
        height: 200px;
        display: flex;
        width: 100%;
        align-items: center;
        background-color: rgb(247, 210, 210);
        padding-bottom: 300px;
    }
    .mattressSection span {
        padding-left: 20px;
        padding-right: 20px;
    }

    .carpet-mobile {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.5em;
    }

    .clean-spectrum-child-mobile {
        width: 220px;
    }

    .h2-teppich-mobile {
        margin-top: 30px !important;
    }

    .toggle-teppich {
        position: absolute;
        width: 100%;
        top: 151px;
        display: flex;
        justify-content: center;
        background-image: linear-gradient(to bottom, rgba(254, 236, 236, 0.93), rgba(255, 255, 255, 1));
    }

    .toggle-matratze {
        position: absolute;
        width: 100%;
        top: 303px;
        display: flex;
        justify-content: center;

        background-image: linear-gradient(to bottom, rgba(254, 236, 236, 0.93), rgba(255, 255, 255, 1));
    }

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

    .headline-h2-mobile {

        padding-left: 20px;
        padding-right: 20px;

    }

    .h3-mobile-size {
        font-size: 22px !important;
    }

    .h2-mobile-size {
        font-size: 25px !important;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }

    .h2-size-abstand {
        padding-top: 0px !important;
        padding-bottom: 40px !important;
    }

    .h2-size-abstand-1 {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }

    .text-headline {
        font-size: 30px;
    }

    .text-headline-child {
        font-size: 20px;
        text-align: center;
    }

    section p {
        font-size: 14px;
    }

    .p-mobile {
        font-size: 14px !important;
    }

    .logoHeader {
        padding-top: 39px;
        padding-left: 0;
    }

    .h2-mobile {
        margin-top: 20px;
        font-size: 28px !important;
    }

    .cursor {
        cursor: pointer;
    }

    .booking-h2-mobile {
        font-size: 30px;
        text-align: center;
    }

    .booking-mobile {
        min-height: 0;
        padding-top: 0;
        gap: 0;
    }

    .d-none-mobile-child {
        display: none;
    }

    .d-show-mobile {
        display: flex;
    }

    .text-headline-h1 {
        font-size: 35px;
    }

    .main-section-mobile {
        display: flex;
        flex-direction: column;

        padding-bottom: 50px;
        margin-top: 50px;
    }

    .slide-show-position {

        cursor: pointer;
    }

    .text-main-mobile {

        font-size: 20px;
        left: 10px;
    }

    .text-main-child-mobile {
        top: 100px;
        left: 25px;
    }

    .text-main-list-mobile {
        font-size: 16px;
    }

    .icon-correct-mobile {
        height: 16px;
    }

    .button-child-main-mobile {
        top: 300px;
        left: 10px;
        width: 200px;
        height: 30px;
        font-size: 16px;
    }

    .how-it-work-mobile {
        margin-bottom: 21px;
        font-size: 25px;

    }

    .promisSectionChild-mobile {
        display: block;
    }

    .mehr-anzeigen-button {
        background-color: rgb(245, 114, 114);
        color: white;
        border: none;
        border-radius: 15px;
        font-size: 18px;
        cursor: pointer;
        height: 55px;
        margin-bottom: 30px;
        margin-top: 30px;
        padding: 15px;
    }

    .toggle {
        position: absolute;
        width: 100%;
        top: 240px;
        display: flex;
        justify-content: center;
        background-image: linear-gradient(to bottom, rgba(254, 236, 236, 0.93), rgba(255, 255, 255, 1));
    }

    .promisSectionChild-mobile {
        flex-direction: column;
        padding: 0px;
        margin: 0px;

    }

    .promisSectionContainer-mobile {
        padding-top: 40px;
    }

    .container-wrapper-mobile {
        padding-top: 50px;
    }

    .nachhaltigkeit-text-mobile {
        margin-left: 0px !important;
    }

    .polster-price-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 3px solid black;
        width: 80%;
        padding-top: 20px;
        padding-bottom: 20px;

    }

    .price-img {
        height: 50px;
        width: 50px;
        object-fit: contain;
    }

    .SwissPolsterSection-mobile {
        text-align: center;
    }

    .cleaningPriceListBg1-mobile {
        font-size: 25px;
        padding: 5px;
        padding-top: 40px;
    }

    .container-price-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: rgb(254, 236, 236);
    }

    .toggle-polster {
        position: absolute;
        width: 100%;

        top: 270px !important;
        display: flex;
        justify-content: center;
        background-image: linear-gradient(to bottom, rgba(254, 236, 236, 0.93), rgba(255, 255, 255, 1));
    }

    .toggle-polster-1 {
        position: absolute;
        width: 100%;

        top: 265px !important;
        display: flex;
        justify-content: center;
        background-image: linear-gradient(to bottom, rgba(254, 236, 236, 0.93), rgba(255, 255, 255, 1));
    }

    .image-polster-mobile {
        height: 50px !important;
    }

    .header-promis-mobile {
        font-size: 18px !important;
    }

    .text-mobile {
        font-size: 16px !important;
    }

    .h2-polster-mobile {
        padding-bottom: 0px !important;
        font-size: 25px !important;
        text-align: center;
    }

    .footer-h3-headline {
        font-size: 16px !important;
    }

    .undertag-mobile {
        font-size: 12px !important;
    }

    .footer-Middle-Section-mobile {
        margin-top: -30px;
    }

    .text-mobile {
        padding-bottom: 40px;
    }

    .image-polster-matratze-mobile {
        height: 130px !important;
    }

    

}

@media (max-width:390px) {
    .toggle-polster {
        top: 340px !important;
    }

}

.h2-polster {
    background-color: rgb(254, 236, 236);
    margin-bottom: -10px;
    display: flex;
    justify-content: center;
    font-size: 35px;
    padding-top: 60px;
    padding-bottom: 80px;
    margin-top: -10px;
}

.container-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.container-wrapper-matratze {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

.container-ablauf {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    padding-left: 100px;
    padding-right: 100px;
}

.container img {
    height: 150px;
}

.container h2 {
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
}

.container p.text {
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
}


.dot-container {
    display: flex;
    justify-content: center;

    margin-bottom: 50px !important;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 10px;
    border-radius: 50%;
    background-color: gray;
    transition: background-color 0.3s ease;
}

.dot-red {
    background-color: red;
}

.bars-mobile {
    top: 31px;
}

.professionele-reinigung {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(254, 236, 236);

    padding-top: 30px;

}


.upload-form {
    width: 300px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: rgb(254, 236, 236);
}

button {
    margin-top: 10px;
}



/*Kundenstimmen*/

.textMainListVoice {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: -100px;
    margin-left: -80px;

}
/*
.container-customer {
   
    padding-top:80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
   
}
.container-customer-child{

    display:flex;
    flex-wrap: wrap;
    justify-content: center;

}

.row-customer {
    display: flex;
    gap: 150px;
}

.testimonial {
   
    width: 50%;
    margin-bottom: 20px;
   gap:40px;
   
    border-radius: 5px;
    
}

.img-customer {
    max-width: 100%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: contain;
}



.rating img {
    width: 100px;
}

.rating {
    margin-top: -10px;
}

.rating-section {
    padding-left: 15px;
}

p {
    margin-top: 10px;
    line-height: 1.5em;
}



.testimonial-child {
    display: flex;
}

.slide-show-mobile-testimonial{
    display: flex;
    height: 400px;
    justify-content: center;
    

}



*/
/* CSS for container-customer */
/* CSS for container-customer */
.container-customer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top:80px;
    padding-bottom: 80px;
    gap: 100px;
    margin: 0 auto;
    max-width: 1200px; /* Adjust this value based on your desired maximum width */
  }
  
  /* CSS for testimonial container */
  .testimonial {
    flex-basis: calc(50% - 50px); /* Adjust the value to create space between testimonials */
    /* Adjust this value based on your design */
    margin: 25px; /* Create space between testimonials */
  
  }
  
  /* CSS for testimonial image */
  .img-customer {
    width: 100px;
    height: 100px; /* Adjust this value based on your design */
    height: auto;
    border-radius: 50%;
    margin-bottom: 15px;
  }
  
  /* CSS for rating section */
  .rating-section {
    margin-bottom: 15px;
  }
  
  /* CSS for star images */
  .star {
    width: 15px; /* Adjust this value based on your design */
    height: 15px; /* Adjust this value based on your design */
    margin-right: 5px;
  }
  
  /* CSS for testimonial text */
  p {
    line-height: 1.5;
  }

  .row-customer{
    display:flex;
    gap:200px;
  }
  
  .testimonial-child{
    display: flex;
  }

  .rating{
    margin-top: -15px;
    padding-left:20px
  }

  .h2-Kunde {
   padding-left: 10px;
    font-size: 25px;
}



.available-service{
    text-align: center;
    background-color: rgb(247, 210, 210);
    padding-bottom: 30px;
}
.available-service-h1{
    font-size: 40px;
    padding-top: 30px;
}

.available-service-p{
    font-size: 28px;
    
    color: #CC0000;
    font-weight: bold;
    line-height: 1.5em;
}

.available-service-p-section{
    padding-top: 30px;
}










  
  