/*Lesitungen Landing*/
#leistungen-landing {
    background-image: url(../img/shutterStock/indexAboutUs.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leistungen-landing-container {
    background-color: rgba(255, 255, 255, 0.7);
    height: auto;
    width: 55%;
    border-radius: 10px;
}


.leistungen-landing-container h1 {
    font-size: 45px;
    padding-top: 4%;
}

.leistungen-landing-container p {
    line-height: 1.7;
    margin-top: 1%;
    font-size: 17px;
}

.leistungen-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 2%;
}

.leistungen-hairtalk-btn {
    padding-top: 2%;
}

/*Herren Haarschnitt*/
.herren-container {
    display: flex;
    background-color: #191919;
}

.herren-img img {
    width: 50vw;
}

.herren-content {
    padding-top: 3.5%;
    margin-left: 2%;
    color: #fff;
}

.herren-content h1 {
    font-size: 32px;
    margin-bottom: 2%;
}


.herren-content h2 {
    margin-bottom: 2%;
    font-size: 20px;
    letter-spacing: 2.5px;
}

.herren-content p {
    margin-right: 20%;
    line-height: 1.8;
}

/*Responsive Herrenhaarschnitt Laptops*/
@media screen and (min-width: 1367px) and (max-width: 1600px) {
    .herren-content {
        font-size: 16px;
        margin-top: -2.6%;
    }
}

.herren-haarschnitt-btn {
    margin-top: 2.5%;
}

/*Damen Haarschnitt*/
.damen-haarschnitt-container {
    display: flex;
}

.damen-haarschnitt-content {
    width: 50vw;
    padding-left: 2%;
    padding-top: 2%;
    line-height: 1.8;
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
    .damen-haarschnitt-content p {
        font-size: 16px;
    }
}

.damen-haarschnitt-content h1 {
    font-size: 32px;
}

.damen-haarschnitt-content p {
    margin-right: 20%;
}


.damen-haarschnitt-img img {
    width: 50vw;
}


/*Section Haarfarben*/
#hairfarben {
    margin-top: -0.3%;
}

#hochsteckfrisur  {
    margin-top: -37.6%;
}


/*Service Hochsteckfrisuren*/
.hochsteck-container {
    display: flex;
    margin-top: -0.2%;
    background-color: #191919;

}

.hochsteck-image img{
    width: 50vw;

}

::-webkit-scrollbar {
    display: none;
}


.hochsteck-content {
    padding-top: 5%;
    margin-left: 3%;
    color: #fff;
}

.hochsteck-content h1 {
    font-size: 32px;
    margin-bottom: 2%;
}

.hochsteck-content h2 {
    margin-bottom: 2%;
    font-size: 20px;
    letter-spacing: 2.5px;
}

.hochsteck-content p {
    margin-right: 20%;
    line-height: 1.8;
}

.hochsteck-btn {
    margin-top: 3%;
    padding-bottom: 4%;
}

/*Responsive Services Landing Mobile*/
@media only screen and (max-width: 767px) {
    #leistungen-landing {
        height: 900px;
    }
    
    .leistungen-landing-container {
        width: 90%;
        height: 80%;
        margin-top: -25%;
    }

    .leistungen-landing-container h1 {
        font-size: 35px;
    }
}

/*Herren Haarschnitt Responsive Mobile*/
@media only screen and (max-width: 767px) {
    .herren-container {
        display: block;
    }

    .herren-img img {
        width: 100vw;
    }

    .herren-haarschnitt-btn {
        padding-bottom: 5%;
        display: flex;
        justify-content: center;
    }
}

/*Damen Haarschnitt Responsive Mobile*/
@media only screen and (max-width: 767px) {
    .damen-haarschnitt-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .damen-haarschnitt-img img {
        width: 100vw;
    }

    .damen-haarschnitt-content {
        width: 100vw;
        margin-top: -5%;
    }
}

/*Responsive Landing Tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #leistungen-landing {
        height: 800px;
    }
    
    .leistungen-landing-container {
        width: 90%;
        height: 65%;
        margin-top: -10%;
    }

    .leistungen-landing-container h1 {
        font-size: 42px;
    }
}

/*Responsive Herren Haarschnitt Tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .herren-container {
        display: block;
    }

    .herren-img img {
        width: 100vw;
    }

    .herren-content {
        width: 100vw;
    }

    .herren-haarschnitt-btn {
        padding-bottom: 5%;
    }
}

/*Responsive Damen Haarschnitt Tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .damen-haarschnitt-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .damen-haarschnitt-img img {
        width: 100vw;
    }

    .damen-haarschnitt-content {
        width: 100vw;
        margin-top: -5%;
    }
}


/*Hochsteck Responsive */
/*Hochsteckfrisuren*/
@media only screen and (max-width: 767px) {
    .hochsteck-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    
    .hochsteck-image img {
        width: 100vw;
    }
    
    .hochsteck-content {
        width: 100vw;
    }
    
    .hochsteck-content h1 {
        font-size: 26px;
    }
    
    .hochsteck-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    }


/*Hochsteck Respnsive Tabllet */
 /*Hochsteck*/
 @media screen and (min-width: 768px) and (max-width: 1024px) {
    .hochsteck-container {
        display: block;
        margin-top: 35%;
    }
    
    .hochsteck-content {
        width: 100vw;
        margin-bottom: 3%;
    }
    
    .hochsteck-image img {
        width: 100vw;
    }
 }

 /*Responsive Tablet  Ladnscape*/
 /*Herren Haarschnitt*/
 @media only screen and (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape) {
    
    
    .herren-container {
        display: block;
    }

    .herren-img img {
        width: 100vw;
    }

    .herren-haarschnitt-btn {
        padding-bottom: 3%;
    }
 }

 /*Damen Haarschnitt*/
 @media only screen and (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape) {
    .damen-haarschnitt-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .damen-haarschnitt-img img {
        width: 100vw;
    }

    .damen-haarschnitt-content {
        width: 100vw;
        padding-top: 1%;
        padding-bottom: 2%;
    }

    .hochsteck-container {
        margin-top: 22.4%;
    }

    .hochsteck-content {
        padding-top: 2%;
    }

    .hochsteck-content p {
        font-size: 14px;
    }
 }
