/*
Version 3.0 - "Bootstrap"
Code: Stephan Simonis
*/


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */


body {
  font-size: 16px; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.5625;
  font-weight: 400;
  font-family: 'Lato','HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #222;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.66667;
  }
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 300; }
h1 { font-size: 40px; line-height: 1.2;  letter-spacing: -1px;}
h2 { font-size: 36px; line-height: 1.25; letter-spacing: -1px; }
h3 { font-size: 30px; line-height: 1.3;  letter-spacing: -1px; }
h4 { font-size: 24px; line-height: 1.35; letter-spacing: -.8px; }
h5 { font-size: 18px; line-height: 1.5;  letter-spacing: -.5px; }
h6 { font-size: 15px; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 50px; }
  h2 { font-size: 42px; }
  h3 { font-size: 36px; }
  h4 { font-size: 30px; }
  h5 { font-size: 24px; }
  h6 { font-size: 15px; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }

#nav a:hover { color: #0FA0CE; }


/* Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#logo {
  padding-top: 30vh;
  height: 100vh
}

h1.logo {
  display: block;
  width: 222px;
  height: 105px;
  margin: 0;
  background: url("../img/logo_w.png") no-repeat center;
  background-size: 222px;
  text-indent: -999999px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  h1.logo {
    width: 444px;
    height: 211px;
    background-size: 444px;
  }
}


section {
  height: 100vh;
  padding-top: 100px;
}

#footer {
  height: 80vh;
  background: #ddd;
  padding-top: 160px;
  padding-bottom: 80px;
  margin-top: 100px;
}

#imprint {
  background: #444 !important;
  color: #ddd !important;
  position: relative;
  height: auto;
}

.close-imprint {
  display: block;
  width: 50px;
  height: 50px;
  margin: -10px -10px 0 0;
  background: url("../img/close.png") no-repeat center;
  background-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  section {
    padding-top: 150px;
  }
  #footer {
    margin-top: 150px;
  }
}



/* bg image
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -9;
  top:0;
}




/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 15px 0 15px 30px;
  font-size: 90%; }
li {
  margin-bottom: 10px; }




/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 30px;
  margin-bottom: 35px;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav li {
  margin-bottom: 0;
}


#home {
  top: 0;
  width: 100%;
  height: 1%;
  position: absolute;
}

.navbar-brand {
  padding-top: 2px;
}

img.toplogo {
  width: auto;
  height: 45px;
  margin-top: 0
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }
