/* Schriften ---------------------------------------------------------- */

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/font_roboto_slab_400.woff') format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/font_roboto_500.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Übergangseffekt ------------------------------------------------ */

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

/* Allgemein ------------------------------------------------------ */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
}

section {
    min-height: 100%;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

h1, h2, h3, a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #494949;
    text-transform: uppercase;
}

h2 {
    color: #5d7177;
}

h3 {
    font-size: 40px;
    padding-top: 8%;
    margin-bottom: 5px;
}

h4, p {
    font-family: 'Roboto Slab', serif;
    color: #494949;
}

hr {
    width: 30px;
    height: 3px;
    background: #494949;
    border: 0;
    margin: 0 auto 40px auto;
}

/* Header --------------------------------------------------------- */

header {
    width: 100%;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

#header-logo {
    width: 140px;
    float: left;
    margin: 15px 0 0 50px;
}

#header-logo:hover {
    opacity: 0.5;
}

#header-logo img {
    width: 100%;
}

header nav {
    float: right; 
    margin: 10px 50px 0 0;
}

header nav ul li {
    float: left;
    margin-left: 25px;
}

header nav ul li a {
    font-size: 16px ;
}

header nav ul li:hover {
    opacity: 0.5;
    padding-top: 5px;
}

/* Home ----------------------------------------------------------- */

#home {
    background: url(../images/LandingPageBG.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

#home h1 {
    margin: 240px auto 0 auto;
    font-size: 70px;
    background-color: rgba(255,255,255,0.9);
    color: rgba(64,64,64,1);
}

#home div {
    padding-top: 10%;
    padding-bottom: 0%;
}

#home p {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px auto 0 auto;
    background-color: rgba(255,255,255,0.9);
    width: 60%;
    border-radius: 10px;
}

#home p img {
    margin: 20px;
    padding-left: 10px;
    width: 100px;
    opacity: 1;
}

#home img {
    width: 200px;
}

#home #landing_logo {
    width: 80%; 
    max-width: 400px; 
    opacity: .8;    
}

#home h2 {
    padding-left: 20px;
    padding-right: 20px;
    width: 60%;
    margin: 0 auto 0 auto;
    font-size: 40px;
    background-color: rgba(255,255,255,0.9);
    color: rgba(64,64,64,1);
}

#home img {
    width: 32px;
    margin-top: 150px;
    opacity: 0.7;
}

#home img:hover {
    opacity: 1;
}

/* Das Team ------------------------------------------------------- */

#dasteam img {
    width: 200px;
    border-radius: 5px;
}

#dasteam img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

#dasteam h4 {
    font-size: 25px;
    margin: 10px auto 10px auto;
    font-family: 'Roboto';
    font-weight: 500;
}

#cur {
    text-align: left;
}

#dasteam p {
    padding-bottom: 10px;
    width: 80%;
    margin: 0 auto 0 auto;
}

#mitarbeiter {
    max-width: 80%;
    margin: 0 10% 0 10%;    
}

#mitarbeiter img {    
    width: 100px;
    height: 130px;
    border-radius: 5px;
}

#mitarbeiter ul li {   
    padding-top: 20px;
    display: flex;
}

#mitarbeiter ul li p {
    text-align: left;
    padding-left: 15px;        
}


/* Was ist Osteopathie? ----------------------------------------------------- */

#osteopathie {
    background-color: #f0f0f0;
}

#infos {
    width: 80%;
    margin: 0 auto 0 auto;
}

#infos ul {
    padding: 0;
}

#infos img {
    width: 100%;
    max-width: 250px;
    border-radius: 5px;
}

/* Kontakt -------------------------------------------------------- */

#kontakt img {    
    min-width: 150px;
    width: 80%; 
    height: auto; 
    border-radius: 5px;
}

#kontakt ul {
    display: flex; 
    padding-top: 40px;
    padding-right: 10%;
    padding: 10%;
}

/* Impressum ------------------------------------------------------ */

#impressum {
    background-color: #f0f0f0;
}

/* Datenschtuz ---------------------------------------------------- */

#datenschutz {
    font-family: 'Roboto Slab', serif;
    padding-bottom: 5%;
}

#datenschutz p {
    padding-left: 10%;
    padding-right: 10%;    
    width: 80%;
    text-align: center;
}

/* Footer --------------------------------------------------------- */

footer {
    width: 100%;
    height: 30px;
    background-color: #3f3f3f;
    font-family: 'Roboto';
    font-size: 12px;
        
    position: fixed;
    bottom: 0;
    left: 0; 
    z-index: 1;
    margin: 0 auto 0 auto;

    display:flex; 
    justify-content:center;
}

#footer-copyright {
    color: #f0f0f0;
    margin: 7px 35px 0 0;
}

#footer-navigation {
    margin: 7px 0 0 0;
}

#footer-navigation a {
    color: #b0b0b0;
    margin-left: 30px;
}

#footer-navigation a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    color: #f0f0f0;
}