body {
    background-image: url("../Images/Background.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgb(16, 16, 16);  
    overflow-x: hidden; 
    cursor: default;
    font-family: "Kanit", serif;
    font-weight: 600;
}

#navigation-bar-container {
    background-color: rgb(28, 28, 28);
    cursor: default;
    padding: 10px;
    position: fixed;
    width: 100%;
    margin-left: -1%;
    margin-top: -0.5%;
    height: 8.5%;
   z-index: 1; 
   box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.447);
}

#navbar-content {
    margin-left: 22%;
}

#navigation-bar-container a{
    cursor: default;
    color: rgba(255, 255, 255, 0.713);
    font-family: sans-serif;
    text-decoration: none;
    padding: 9px;
    position: relative;
    top: -67.5px;
    left: 17.5%;
    font-size: 21px;
}

#navigation-bar-container a:hover {
    transition: 0.3s;
    color: white;
}

#navigation-bar-container button {
    position: relative;
    top: -70px;
    left: 29%;
    border-style: solid;
    border-color: white;
    padding: 14px;
    width: 200px;
    transition: 0.4s;
    background-color: rgba(255, 255, 255, 0);
    color: white;
}

#navigation-bar-container button:hover {
    transition: 0.4s;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

#navigation-bar-container img {
    width: 80px;
}

/* --------------------------- HOME PAGE  --------------------------- */

#home-page h1{
    color: white;
    font-size: 65px;
    font-family: "Mulish", serif;
    line-height: 30px;
    margin-left: 9%;
    position: relative;
    top: 190px;
}

#home-page button {
    position: relative;
    border-style: solid;
    border-color: white;
    padding: 14px;
    width: 200px;
    margin-left: 9%;
}

#home-page button:hover {
    transition: 0.4s;
    background-color: rgba(255, 255, 255, 0);
    color: white;
}

#home-page p {
    margin-left: 9%;
    margin-top: 180px;
    color: rgb(192, 192, 192);
    font-family: "Mulish", serif;
}

/* --------------------------- OPENING TIMES  --------------------------- */

#opening-times {
    background-color: rgb(13, 13, 13);
    color: rgba(255, 255, 255, 0.894);
    width: 105%;
    padding: 50px;
    margin-left: -1%;
    list-style: none;
    scroll-margin-top: 10vh;
}

#opening-times-content {
    margin-left: 18%;
}

#opening-times-content li {
    font-size: 20px;
}

#opening-times img {
    width: 300px;
    border-radius: 3px;
    margin-left: 49%;
    margin-bottom: -300px;
    position: relative;
    bottom: 315px;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.202);
}

#opening-times img:hover {
    transition: 0.2s;
    opacity: 75%;
}

/* -------------- PICTURE GALERY ------------ */
#Picture-Galery {
    scroll-margin-top: 15vh;
}

#Picture-Galery-title{
    color: white;
    margin-left: 150px;
}
#pictures img {
    width: 365px;
    height: 420px;
    padding: 12px;    
    border-radius: 5px;
}

#pictures img:hover {
    transition: 0.3s;

    transform: scale(1.03)
}

#pictures a {
    color: rgba(255, 255, 255, 0.116); 
    text-decoration: none;
    margin-left: 8.2%;
}

#pictures a:hover {
    transition: 0.4s;
    color: rgba(255, 255, 255, 0.233); 
}

/*-------------- PRICE -------------- */

#price {
    scroll-margin-top: 25vh;
}

#price-cut-hair {
    background-color: rgb(13, 13, 13);
    width: 600px;
    text-align: center;
    color: white;
    padding: 40px;
    border-radius: 10px;
}

.pricetag i {
    font-size: 40px;
    border-style: solid;
    padding: 25px;
    border-radius: 100%;
}

#nextPreviosBtn i {
    color: white;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.233);
    border-radius: 15%;
}

#nextPreviosBtn i:hover {
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.437);
}

#js_price {
    color: rgba(255, 255, 255, 0.494);
}

/* ------------- FOOTER -------------*/
#footer {
    background-image: url("../Images/footer-background.png");
    background-position: 0px;
    width: 100%;
    height: 290px;
    padding: 25px;
    margin-left: -15px;
    color: white;
}

#footer a {
    color: white;
    text-decoration: none;
    font-size: 25px;
    padding: 5px;
}

#currentCopyRight {
    position: relative;
    text-align: right;
    margin-right: 1%;
}

#footer i {
font-size: 30px;
}

#footer-logo {
    width: 150px;
    margin-left: 130px;
}

#barbershop-description {
    margin-left: 130px;
}

#rechtliche-links {
    margin-left: 122px;
}

#rechtliche-links a{
    text-align: right;
    font-size: 15px;
    color: rgba(220, 220, 220, 0.773);
}

#rechtliche-links a:hover {
    transition: 0.3s;
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

#contact {
    margin-top: -250px;
    margin-left: 45%;
}

#contact i {
    font-size: 19px;
}

#contact h3 {
    font-size: 22px;
}

#socials {
    margin-left: 44.65%;
}

#socials i:hover {
    transition: 0.3s;
    color: rgb(120, 175, 194);
}

/* ------------- DATENSCHUTZ ------------- */

#datenschutz-popup {
    background-color: white;
    color: rgb(43, 43, 43);
    font-family: sans-serif;
    width: 75%;
    height: 700px;
    border-radius: 10px;
    text-align: left;
    padding: 50px;
    overflow:scroll;
    overflow-x: hidden;
    position: absolute;
    top: 48.5%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    box-shadow: 10px 0px 100px 100000px rgba(0, 0, 0, 0.875);
    z-index: 100;
}

#datenschutz-popup p {
    width: 80%;
}

#close-datenschutz-popup {
    background-color: rgba(216, 216, 216, 0.751);
    padding: 10px;
    border-radius: 5px;
}

#close-datenschutz-popup:hover {
    transition: 0.3s;
    background-color: rgb(216, 216, 216);
}

/* ------------ AGBG ---------- */
#agb-popup {
    background-color: white;
    color: rgb(43, 43, 43);
    font-family: sans-serif;
    width: 75%;
    height: 700px;
    border-radius: 10px;
    text-align: left;
    padding: 50px;
    overflow:scroll;
    overflow-x: hidden;
    position: absolute;
    top: 48.5%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    box-shadow: 10px 0px 100px 100000px rgba(0, 0, 0, 0.875);
    z-index: 100;
}

/* ------------ IMPRESSUM ---------- */
#impressum-popup {
    background-color: white;
    color: rgb(43, 43, 43);
    font-family: sans-serif;
    width: 75%;
    height: 700px;
    border-radius: 10px;
    text-align: left;
    padding: 50px;
    overflow:scroll;
    overflow-x: hidden;
    position: absolute;
    top: 48.5%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    box-shadow: 10px 0px 100px 100000px rgba(0, 0, 0, 0.875);
    z-index: 100;
}

#google-maps {
    scroll-margin-top: 15vh;
}