* {
    font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

/* --------header -------*/

header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left:0px;
    z-index: 100;
    background-color: #fff;
}

#logo {
    max-width: 366px;
    float: left;
    margin: 50px 0 18px 64px;
}

#logo img {
    max-width: 100%;
    height: auto;
}
header nav {
    float: right;
    margin: 78px 80px 0 0;
    font-size: 1.25em;
    font-weight: 300;
}


header nav ul li {
    float: left;
    padding: 0;
    margin-right: 16px;
    color:#16acb0;
}

header nav a {
       color: #000; 
    
}

header nav ul li:hover {
    text-decoration: underline;
}

/* -------- Landingpage -------*/
#home { 
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: url(gfx/starter_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
  background-size: cover; 

    
}

 .green--box {
    background-color: #16acb0;
    color: #fff;
    margin: 0;
    padding: 30px 50px 30px 50px;
    position: absolute;
    top: 50%;
}

.green--box h1 {
    font-size: 1.5em;
    font-weight: 400;
    margin:0;
    padding: 0;
    line-height: 1.5;
}
.green--box h2 {
    font-size: 1.25em;
    font-weight: 300;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 2;
}

.green--box a {
    color: #fff;
}

.green--box a:hover {
    text-decoration: underline;
}

.pfeil {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.pfeil img {
    width: 32px;
    margin: 0px auto;
    opacity: 0.7;
}

.pfeil img:hover {
    opacity: 1;
}
/* -------- impressum -------*/

#impressum {
    margin: 0;
    background-color: #16acb0;
    padding: 200px 0 0 0;
    text-align: left;
    color: #000;
    min-height: 100%;
}
#impressum  .container {
    margin: 0px 216px;
    width: 70%;
    color: #fff;
    padding-bottom: 20px;
}
#impressum  .container a {
    color: #fff;
    text-decoration: none;
}

#impressum  .container a:hover {
    text-decoration: underline;
}

h3 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}
h4 {
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}
p {
    font-size: 0.9em;
    line-height: 1.5;
}



#datenschutz {
    margin: 0;
    background-color: #16acb0;
    padding: 200px 0 0 0;
    text-align: left;
    color: #000;
    min-height: 100%;
}
#datenschutz .container {
    margin: 0px 216px;
    width: 70%;
    color: #fff;
    padding-bottom: 20px;
}
#datenschutz .container a {
    color: #fff;
    text-decoration: none;
}

#datenschutz .container a:hover {
    text-decoration: underline;
}


h3 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}
p {
    font-size: 0.9em;
    line-height: 1.5;
}

/* -------- footer -------*/

footer {
    width: 100%;
    height: auto;
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
}
footer a {
    color: #000;
}
footer a:hover {
    text-decoration: underline;
}

.back-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
}
.back-to-top img {
    opacity: .7;
    width: 32px;
}
.back-to-top img:hover {
    opacity: 1;
}


@media screen and (max-width:1024px) { 
    header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left:0px;
    z-index: 100;
    background-color: #fff;
}

#logo {
    max-width: 256px;
    float: left;
    margin: 50px 0 0 64px;
}

#logo img {
    max-width: 100%;
    height: auto;
}

header nav {
    float: right;
    margin: 50px 20px 0 0;
    padding: 0;
    font-size: 1em;
    font-weight: 300;
}
    
    #datenschutz, #impressum {
    margin: 0;
    background-color: #16acb0;
    padding: 0;
    text-align: left;
    color: #000;
}
#datenschutz .container, #impressum .container{
        width: 100%;
    margin: 0;
    color: #fff;
    padding: 150px 64px 50px;
}
#datenschutz .container a, #impressum .container a{
    color: #fff;
    text-decoration: none;
}

#datenschutz .container a:hover, #impressum .container a:hover {
    text-decoration: underline;
}
    
   #datenschutz  h3, #impressum h3 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}
    #datenschutz  h4, #impressum h4 {
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}
}
    
    @media screen and (max-width:590px) {

    header nav  {
        display: none;
    }
    }
    
    
    
@media screen and (max-width:480px) {

    header nav  {
        display: none;
    }
    
    .pfeil {
        display: none;
    }
    
#logo {
    max-width: 356px;
    float: none;
    margin: 20px auto 10px;
        text-align: center;
}
#logo img {
    max-width: 80%;
    height: auto;
}

    .green--box {
    background-color: #16acb0;
    color: #fff;
    margin: 0;
    padding: 30px 20px 50px 20px;
}
    .green--box h2 {
    font-size: 1.1em;
    font-weight: 300;
    padding: 0;
    line-height: 1.5;
}


#datenschutz, #impressum {
    margin: 0;
    background-color: #16acb0;
    padding: 0;
    text-align: left;
    color: #000;
}
#datenschutz .container, #impressum .container {
        width: 100%;
    margin: 0;
    color: #fff;
    padding: 120px 20px 50px;
}
#datenschutz .container a, #impressum .container a  {
    color: #fff;
    text-decoration: none;
}

#datenschutz .container a:hover, #impressum .container a:hover {
    text-decoration: underline;
}
    
   #datenschutz  h3, #impressum  h3  {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}
       #datenschutz  h4, #impressum  h4  {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}

}