/* Allgemeines **********************/
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    scroll-behavior: smooth;
}

section {
    min-height: 100vh;
}

a { 
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #708E94;
}

li {
    font-family: 'Josefin Sans', sans-serif;
    color: #708E94;
    list-style-type: none;
    font-size: 1.5em;
    line-height: 1.2em;
}

h1, h2, h3, h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    color: #708E94;
    text-transform: uppercase;
}

h3 {
    font-size: 2.5em;
    padding-top: 7%;
    margin-bottom: 0.313em;
}

h4, h5, p {
    font-family: 'Josefin Sans', sans-serif;
    color: #708E94;
}

p {
    text-align: justify;
    margin: 0 5% 0 5%;
    font-size: 1.5em;
    line-height: 1.2em;
}

hr {
    width: 2.5em;
    height: 0.188em;
    background: #708E94;
    border: 0;
    margin: 0 auto 2.5em auto;
}

.fa-brands {
    margin: 1.5em;
    font-size: 1.8em;
    color: #708E94;
}

.fa-envelope-open {
    margin: 1.5em;
    font-size: 1.8em;
    color: #708E94;
}

#logo, li, img {transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;}

/* Header **********************/

header {
    width: 100%;
    height: 100vh;
    box-shadow: 8px 8px 10px #aaa;
    overflow: hidden;
}

.impressum-header {
    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.datenschutz-header {
    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

/* Navigationsbar **********************/

nav {
    z-index: 100;
    position: fixed;
    width: 100%;
    margin: 0;
    height: 4.5em;
    transition: 0.6s;
}

.nav-logo {
    float: left;
    margin: -1.5em 0 0 0.5em;
    display: none;
}

.nav-logo img {
    width: 10em;
}

.nav-logo img:hover {
    opacity: 0.7;
}

/* Navigation-Page **********************/

.navigation-page {
    display: block;
    float: right;
}

.navigation-page a {
    color: white;
}

.navigation-page a:hover {
    color: #eb3b5a;
}

.navigation-page a i {
    margin: 1em;
}

/* Header-Page-Content **********************/

.page-headline {
    position: absolute;
    bottom: 10%;
    left: 5%;
}

.header-page-content .logo img {
    width: 40em;
}

.header-page-content h3 {
    color: white;
    text-shadow: 1.5px 1.5px #4949498f;
    padding: 0;
    margin-top: 1em;
}

.header-page-content hr {
    background: white;
    margin-top: 0.5em;
    box-shadow: 0.5px 0.5px #4949498f;
    width: 20%;
}

.header-page-content a {
    color: white;
    text-shadow: 0.5px 0.5px #4949498f;
}

.header-page-content a:hover {
    color: #eb3b5a;
}

.header-page-content .fa-chevron-right {
    color: white;
    margin: 0 0.7em 0 0.7em;
}

.logo {
    width: 30%;
    position:absolute;
    top: 10%;
    left: 35%;
    padding: 0;
    margin: 0;
}

.fa-circle-down {
    color: #ffffff;
    position: absolute;
    bottom: 5%;
}

.fa-circle-down:hover {
    color: #eb3b5a;
}

/* Footer **********************/
#footer {
    width: 100%;
    background: #708e94ee;
    box-shadow: 0 -5px 5px -5px rgba(0,0,0,1);
}

#footer i {
    color: #494949;
    padding: 0;
    margin: 0.5em;
}

#footer a {
    color: #494949;
    padding: 0;
    margin: 0.5em;
    font-weight: 700;
}

#footer-whatsapp {
    font-size: 0.6em;
}

#footer-instagram {
    font-size: 0.6em;
}

/* Media-Queries **********************/

/* Tablets **********************/

@media screen and (max-width: 1060px) {
    
    nav {
        height: 2.5em;
    }

    .navigation-page a i {
        margin: 0.6em;
    }
        
    .fa-bars {
        display: block;
    }

    .fa-xmark {
        display: block;
    }

    .fa-brands {
        font-size: 1.3em;
    }

    .fa-envelope-open {
        font-size: 1.3em;
    }

    .nav-logo img {
        width: 6.5em;
    }

    .logo {
        width: 80%;
        left: 10%;
    }

    .fa-copyright {
        font-size: 0.7em;
    }

    h3 {
        font-size: 2.1em;
    }

    h2 {
        font-size: 1.4em;
    }

    p {
        font-size: 1.3em;
    }

    #footer a {
        font-weight: normal;
    }

}

/* Mobile **********************/

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

    h3 {
        font-size: 1em;
        padding-top: 14%;
    }

    p {
        font-size: 0.9em;
    }

    .fa-brands {
        font-size: 0.9em;
    }

    .fa-envelope-open {
        font-size: 0.9em;
    }

    #footer a {
        font-size: 0.9em;
    }

}