
::-webkit-scrollbar {
    display: none;
  }

/*Termin Buchen Button */
.fixed-button {
    position: fixed;
    top: 15%;
    right: 0;
    transform: translateY(-50%);
    background-color: green; 
    padding: 10px;
    border: none;
    border-radius: 5px;
    z-index: 999;
}

.fixed-button-termin-absage {
    position: fixed;
    top: 21%;
    right: 0;
    transform: translateY(-50%);
    background-color: green; 
    padding: 10px;
    border: none;
    border-radius: 5px;
    z-index: 999;

}

.fixed-button-termin-absage button {
    background-color: green;
    border: none;
    color: #fff;
    cursor: pointer;
}


/*Fixed Telefon btn*/
.fixed-telefon-btn {
    height: 50px;
    width: 55px;
    background-color: green;
    position: fixed;
    top: 27%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 5px;
    z-index: 9999;
}


.fixed-tel-icon {
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25%;
    
}

@media only screen and (max-width: 767px) {
    .fixed-button {
        top: 35%;
    }

    .fixed-button-termin-absage {
        top: 23%;
    }

    .fixed-telefon-btn {
        top: 30%;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .fixed-button {
        top: 16%;
    }

    .fixed-button-termin-absage {
        top: 23%;
    }

    .fixed-telefon-btn {
        top: 30%;
    }
}


.fixed-button button {
    /* Stil des Buttons anpassen */
    background-color: green; 
    color: #fff; 
    padding: 4px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
}


/*Landing-btn*/
.landing-btns {
    margin-top: 1.5%;
    display: flex;
    justify-content: center;
    gap: 15px;
    
}

.landing-btn {
    padding: 1.3em 3em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
  }
  
  .landing-btn:hover {
    background-color: #607274;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }
  
  .landing-btn:active {
    transform: translateY(-1px);
  }

  /*Landing-btn-black */
  .landing-btn-black {
    padding: 1.3em 3em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #fff;
    background-color: #191919;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
  }
  
  .landing-btn-black:hover {
    background-color: #607274;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }
  
  .landing-btn-black:active {
    transform: translateY(-1px);
  }

  /*Landing Hook*/
.landing-hook {
    height: 150px;
    background-color: #607274;
    font-size: 42px;
    text-align: center;
    color: #fff;
    padding-top: 1.2%;
}





/*Welcome Section */
.welcome-container {
    display: flex;
    height: auto;
}

.image-container {
    width: 50vw;
    margin: 0;
    padding: 0;
}

.image-container img {
    width: 100%;
    height: 99.4%;
  
}

.welcome-content {
    width: 50%;
    padding: 2%;
    line-height: 2;
}

.welcome-content h2 {
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 2.7px;
}

.welcome-content p {
    margin-right: 20%;
    font-size: 17px;
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .welcome-content p {
        font-size: 15px;
    }
}


.welcome-icon-container ul {
    list-style: none;
    padding-top: 0%;
}

.welcome-content ul li {
    display: inline-block;
    margin-top: 2%;
}


/*Index Services */

.index-services-container {
    display: flex;
    background-color: #191919;
    
}

.index-services-container {
    width: 100%;
    margin-top: -0.2%;
}

.index-services-content {
    width: 50%;
    padding-left: 3%;
    padding-top: 8%;
    color: #fff;
}

.index-services-content h1 {
    font-size: 32px;
}

.index-services-content p {
    font-size: 17px;
    line-height: 2;
    margin-top: 2%;
    margin-right: 23%;
}

.index-service-btn {
    margin-top: 3%;
}

.index-services-image {
    width: 50%;
    
}


.index-services-image img {
    width: 100%;
    display: block;
}


/*Welcome Bonus */
.newCustomer {
    height: auto;
    background-color: #607274;
}

.newCustomer h1 {
    text-align: center;
    padding-top: 2%;
    font-size: 35px;
    color: #fff;
}

.welcome-bonus-btn {
    display: flex;
    justify-content: center;
    margin-top: 2%;
    padding-bottom: 2%;
}


/*Our Specials*/
.our-specials-container {
    display: flex;
    width: 100%;
    height: auto;
}

.our-sepcial-content {
    width: 50%;
    padding: 3%;
    padding-top: 10%;
    color: #000;
}

.our-sepcial-content h3 {
    font-weight: 500;
    letter-spacing: 2.5px;
}

.our-sepcial-content h1 {
    font-size: 32px;
    margin-top: 2%;
}

.our-sepcial-content p {
    font-size: 17px;
    line-height: 2;
    margin-top: 2%;
    margin-right: 0;
}


.our-sepical-image {
    width: 50%;
}


.our-sepical-image img {
    width: 100%;
    object-fit: cover;
    height: 50%;
}

/*Our Speical Style */
.our-specials-style-container {
    display: flex;
    background-color: #191919;
    margin-top: -37.7%;
    
}

.our-specials-style-container {
    width: 100%;
}

.our-specials-style-content {
    width: 50%;
    padding: 3%;
    padding-top: 7%;
    color: #fff;
}

.our-specials-style-content h1 {
    font-size: 32px;
}

.our-specials-style-content p {
    font-size: 17px;
    line-height: 2;
    margin-top: 2%;
    margin-right: 23%;
}

.our-specials-style-content-btn {
    margin-top: 3%;
}

.our-special-style-img {
    width: 50%;
}


.our-special-style-img img {
    width: 100%;
    display: block;
}

/*Our Speicla haarpflege*/
.haarpflege-container {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.haarplfege-content {
    width: 50%;
    padding: 3%;
    padding-top: 8%;
    color: #000;
}

.haarplfege-content h1 {
    font-size: 32px;
    margin-top: 2%;
}

.haarplfege-content p {
    font-size: 17px;
    line-height: 2;
    margin-top: 2%;
    margin-right: 23%;
}

.harrplfege-imgage {
    width: 50%;
}

.harrplfege-imgage img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

/*Partner*/
#partner {
    background-color: #191919;
    height: 200px;
}

.partner-container {
    text-align: center;
}

.partner-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-img-1 {
    max-width: 300px;
}

.partner-img-1 img {
    width: 100%;
}

.partner-container h1 {
    text-align: center;
    font-size: 38px;
    color: #fff;
    padding-top: 1%;
}

.brand_border  {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
  }


  

/*GOogle Reviews*/
#google-reviews {
    background-color: #191919;
}

#google-reviews h1 {
    text-align: center;
    font-size: 37px;
    color: #fff;
    padding-top: 3%;
    margin-bottom: 3%;
}

/*Öffnungszeiten*/
#oeffnungszeiten {
    margin-bottom: 5%;
}


#oeffnungszeiten h1 {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 4%;
    font-size: 32px;
}


.opening-hours {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
  }

  
  .day-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #E1F0DA; 
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 60px;
    font-size: 42px;
  }

 .samstag-info {
    text-align: center;
    margin-top: -3%;
    font-weight: 800;
 }


  .hours {
    margin-top: 21px;
    font-size: 12px;
    color: #000; 
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-left: -34%;
    font-size: 16px;
    margin-bottom: 5%;
  }

  .monday {
    background-color: #191919; 
    color: #fff;
  }
  
  .sunday {
    background-color: #191919; 
    color: #fff;
  }


  /*Cookie Banner*/
  .cookie-card {
    padding: 0.3rem;
    background-color: #191919;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .1);
    position: fixed; /* Hält den Banner am unteren Bildschirmrand */
    bottom: 0; /* Position am unteren Rand */
    left: 70%; /* Beginnt am linken Rand */
    width: 30%; /* Streckt den Banner über die volle Breite */
    box-sizing: border-box; /* Stellt sicher, dass Paddi*/
    z-index: 9999;
  }

  /*Reposnive Cookie Mobile */
  @media screen and (max-width: 768px) {
    .cookie-card {
        width: 80%;
        left: 10%;
    }
  }

  

  .cookie-content {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
  }
  
  .title {
    font-weight: 600;
    color: #fff;
  }
  
  .description {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #fff;
  }
  
  .description a {
    --tw-text-opacity: 1;
    color: rgb(59 130 246);
  }
  
  .description a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }
  
  .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    flex-shrink: 0;
  }
  
  .pref {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(31 41 55 );
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    background-color: transparent;
  }
  
  .pref:hover {
    color: rgb(156 163 175);
  }
  
  .pref:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  
  .accept {
    font-size: 0.75rem;
    line-height: 1rem;
    background-color: #fff;
    font-weight: 500;
    border-radius: 0.5rem;
    color: #000;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border: none;
    transition: all .15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .accept:hover {
    background-color: rgb(55 65 81);
    cursor: pointer;
  }
  
  .accept:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }


  /*Contact Background */
  #contact {
    background-color: #191919;
  }

  /*Responsive CSS*/

  /*BookingBtn Mobile*/
  @media only screen and (max-width: 767px) {
    .fixed-button {
        padding: 5px;
        top: 16%;
    }
  }

  /*Mobile Landing Hook*/
  @media only screen and (max-width: 767px) {
    .landing-hook {
        font-size: 25px;
        text-align: center;
        padding-top: 4%;
    }
  }

  @media only screen and (max-width: 767px) {
    .welcome-container {
        display: block;
    }

    .image-container {
        width: 100vw;
    }

    .image-container img  {
        height: 50vh;
        object-fit: cover;
    }

    .welcome-content {
        width: 100vw;
    }

    .welcome-content h2  {
        text-align: left;
        font-size: 20px;
        margin-left: 3%;
    }

    .welcome-content p {
        text-align: left;
        margin-right: 10%;
        margin-left: 3%;
    }

    .welcome-icon-container ul {
        display: flex;
        margin-bottom: 40%;
    }
  }

  /*Index Services*/
  @media only screen and (max-width: 767px) {
    .index-services-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .index-services-image {
        width: 100vw;
    }

    .index-services-content {
        width: 100vw;
    }

    .index-services-content h1 {
        text-align: left;
    }

    .index-services-content p {
        text-align: left;
        margin-right: 6%;
    }

    .index-service-btn {
        margin-bottom: 15%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -10%;
        margin-top: 10%;
    }
  }

  /*Bonus Mobile*/
  @media only screen and (max-width: 767px) {
    .newCustomer h1 {
        text-align: center;
        font-size: 25px;
    }
  }

  /*Our Speicals Mobile */
  @media only screen and (max-width: 767px) {
    .our-specials-container {
        display: block;
    }

    .our-sepical-image {
        width: 100vw;
    }

    .our-sepcial-content {
       width: 100vw;
       margin-top: -1.2%;
    }

    .our-sepcial-content h3 {
        text-align: left;
    }

    .our-sepcial-content p {
        margin-bottom: 40%;
    }
  }

  /*Our Speiclas Style  Mobile */
  @media only screen and (max-width: 767px) {
    .our-specials-style-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .our-special-style-img {
        width: 100vw;
    }

    .our-specials-style-content {
        width: 100vw;
    }

    .our-specials-style-content p {
        font-size: 17px;
        margin-right: 3%;
    }

    .our-specials-style-content-btn {
        display: flex;
        justify-content: center;
        margin-bottom: 8%;
    }
  }

  /*Haarpflege Mobile*/
  @media only screen and (max-width: 767px) {
    .haarpflege-container {
        display: block;
    }

    .harrplfege-imgage {
        width: 100vw;
    }

    .haarplfege-content {
        width: 100vw;
        margin-right: 3%;
    }
  }

  /*Partner Mobile*/
  @media only screen and (max-width: 767px) {
    #partner {
        height: 320px;
    }
    
    .partner-image {
        display: grid;
        justify-content: center;
    }
  }

  /*Öffnungszeiten Mobile*/
  @media only screen and (max-width: 767px) {
    .opening-hours {
        display: grid;
        align-items: center;
        margin-left: 18%;
  }

}


/*Responsive Index Tablet*/

/*Responsive Tablet Welcome*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .welcome-container {
        display: block;
    }

    .image-container img {
        height: 100%;
        width: 100vw;
    }

    .welcome-content {
        width: 100vw;
        text-align: center;
        margin-right: 2%;
        margin-left: 2%;
    }
    
    .welcome-content p {
        font-size: 12px;
        margin-right: 2%;
        
    }

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .landing-hook {
        font-size: 33px;
        padding-top: 2%;
    }
    
    
    .index-services-container {
        margin-top: 0%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    
    .index-services-content {
        padding-top: 3%;
        width: 100vw;
        text-align: center;
    }

    .index-services-content p {
        margin-right: 2%;
        margin-left: 2%;
    }

    .index-services-content h1  {
        font-size: 25px;
    }

    .index-services-image img {
        width: 100vw;
    }

    .our-sepcial-content h1 {
        font-size: 25px;
    }

    .index-services-content p {
        font-size: 15px;
    }

    .index-service-btn {
        margin-bottom: 8%;
    }

}

/*Responsive Our Speicals Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .our-sepcial-content {
        padding: 4%;
        padding-top: 4%;
        height: auto;
    }

    .our-sepcial-content p {
        font-size: 16px;
        
    }

    .our-specials-style-content h1 {
        font-size: 25px;
    }

  
    .our-sepical-image {
        height: 100%;
    }

    
    /*our Specials Style*/
    .our-specials-style-container {
        margin-top: 0%;
        display: block;
    }

    .our-specials-style-content {
        padding-top: 3%;
        width: 100vw;
        text-align: center;
        margin-top: -0.5%;
    }

   

    .our-specials-style-content p {
        font-size: 15px;
        margin-right: 2%;
        margin-left: 2%;
    }

    .our-special-style-img img {
        width: 100vw;
        background-size: cover;
    }

  
}

/*Responsive Tablet Haarpflehe*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .haarpflege-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    
    .haarplfege-content {
        padding: 2%;
        width: 100vw;
        text-align: center;
    }

    .haarplfege-content h1 {
        font-size: 20px;
    }

    .haarplfege-content p {
        font-size: 17px;
        margin-right: 2%;
    }

    .harrplfege-imgage img {
        width: 100vw;
    }
}


/*Responsive Tablet Opening*/ 
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .opening-hours {
        display: grid;
        align-items: center;
        margin-left: 10%;
    }
}

/*Responsive Tablet Landscape*/
/*Welcome Section*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape) {
    .welcome-container {
        display: block;
    }

    .image-container {
        width: 100vw;
    }

    .welcome-content {
        width: 100vw;
        margin-left: 1%;
    }
  }

  /*Services Section*/
  @media only screen and (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape) {
    .index-services-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .haarplfege-content p {
        font-size: 12px;
    }

    .index-services-content {
        padding-top: 3%;
        width: 100vw;
    }

    .index-services-content p {
        margin-right: 4%;
    }

    .index-services-content h1  {
        font-size: 25px;
    }

    .index-services-image img {
        width: 100vw;
    }

    .index-service-btn {
        padding-bottom: 4%;
    }
  }

  /*Our Specials Section*/
  @media only screen and (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape) {
    .our-sepical-image img {
        height: 80%;
    }

    .our-specials-style-container {
        margin-top: -15.1%;
        display: block;
    }

    .our-specials-style-content {
        padding-top: 3%;
        width: 100vw;
    }

    .our-special-style-img img {
        width: 100vw;
    }

    .haarplfege-content {
        padding-top: 1%;
    }

    .opening-hours {
        margin-left: 7%;
    }
  }

  /*Latptop Responsive*/
  @media (min-width: 1367px) and (max-width: 1600px) {
    .index-services-content {
        padding-top: 2%;
    }

    .our-sepcial-content {
        padding-top: 3%;
    }

    .our-specials-style-content {
        padding-top: 2%;
    }

    .haarplfege-content {
        padding-top: 2%;
    }
  }
  
  

