/*Ganze Webseite kein Margin + Padding*/

* {
  margin: 0px;
  padding: 0px;
}


#wallpaper_div {
    height: 100vh;
}

#oeffnungszeiten_table {
    top: 100%;
    height: 105%;
    width: 100%;
    position: absolute;
}

#preise_table {
    top: 200%;
    height: 100%;
    width: 100%;
    position: absolute;
}


/*Hoehe html- und body-Element*/

html, body, #wallpaper {
    height: 100%;
}

/*Scrollbar Seite und Unten*/

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: white;
}

/*Header scrollt mit*/

header {
    top: 0%;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 1000;
}

/*Definition Body*/

body {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    background-color: black;
}

/*Footer scrollt mit*/

footer {
    bottom: 0%;
    width: 100%;
    height: auto;
    position: fixed;
}


/*Footer bleibt zu unterst*/
/*
#wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#content {
    padding-bottom: auto;
}

#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}*/

/*Navigation*/

.navigation-class {
    background-color: #333;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.navigation-class a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 28px;
}

.navigation-class a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: #4CAF50;
    color: white;
}

.navigation-class .icon {
    display: none;
}

/*Barbershop for men - Hintergrund*/

#wallpaper {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
}

/*Content - Tabelle*/

table {
    width: 100%;
    height: auto;
}

#Preisliste_table {
    height: auto;
    max-width: 90%;
    color: white;
    border: solid 1px white;
}

#Preisliste_table.tr {
    height: inherit;
    width: inherit;
}

.preisliste1 {
    height: auto;
    width: 75%;
    float: left;
}

.preisliste2 {
    height: auto;
    width: 25%;
    float: right;
}

/*Content - Inhalt*/

.adresse {
    height: 7%;
    width: 100%;
    background-color: #333;
}

#placeholder3 {
    top: 0%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    height: auto;
    width: 100%;
    background-color: #333;
}

/*Schrift*/

h1 {
    font-size: 7em;
    font-family: 'Libre Baskerville', serif;
    color: white;
    padding-bottom: 0.75em;
}

h2 {
    font-size: 3em;
    font-family: 'Libre Baskerville', serif;
    color: white;
}

h3 {
    font-size: 3em;
    font-family: 'Libre Baskerville', serif;
    color: white;
}

/*Social-Media*/

.fa {
    margin-left: 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 25%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook-square {
    color: white;
}

.fa-instagram {
  color: white;
}

/*Responsive Web-Design*/

@media only screen and (max-width: 1900px) {

    #wallpaper {
        margin-top: 9%;
    }

    h1 {
        font-size: 5em;
    }

    h2 {
        font-size: 3em;
    }

     h3 {
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 5em;
    }

    h2 {
        font-size: 3em;
    }

     h3 {
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 1000px) {
    h1 {
        font-size: 4em;
    }

    h2 {
        font-size: 2.5em;
    }

     h3 {
        font-size: 2em;
    }
}

@media only screen and (max-width: 800px) {
    h1 {
        font-size: 3.5em;
    }

    h2 {
        font-size: 1.8em;
    }

     h3 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 600px) {

    #wallpaper {
        margin-top: 8%;
    }

    h1 {
        font-size: 2.8em;
    }

    h2 {
        font-size: 1.2em;
    }

     h3 {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 500px) {

    #wallpaper {
        margin-top: 8%;
    }

    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 1em;
    }

     h3 {
        font-size: 1.1em;
    }

    .fa {
    margin-left: 20px;
    border-radius: 20%;
}

    .navigation-class a {
    font-size: 24px;
}


}
