@import url(http://fonts.googleapis.com/css?family=Montserrat:100,200,400,500,700);

:root {
  --light_grey: #D8D8D8;
  --dark_grey: #979797;
}

html {
  box-sizing: border-box;
}
body {
  color: var(--dark_grey);
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: black;
}
a:hover,a.pg-state-hover {
  color: var(--dark_grey);
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: black;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: black;
  text-align: center;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--dark_grey);
}

h4 {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--dark_grey);
}
#content {
  padding: 0px;
}

#content > div {
  min-height: 101vh;
  margin-top: 0;
  margin-bottom: 0;
}

#welcome {
  background-color: white;
}

#about {
  background-color: var(--light_grey);
}

#get {
  background-color: white;
}

#imprint {
  background-color: var(--light_grey);
}
.container_header {
  width: 100vw;
  margin: 5vh auto 0;
  display: table;
  align-items: center;
  min-width: 320px;
  overflow-x: hidden;
}

.container {
  width: 100vw;
  margin: 0 auto;
  display: table;
  min-width: 320px;
  overflow-x: hidden;
}

#header {
  padding-top: 0px;
  height: 101vh;
  margin: 0 auto;
  text-align: center;
}
#header-right {
  display: block;
  width: 100%;
}

#header-sticky {
  display: block;
  overflow: visible;
  z-index: 4;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
  padding-top: -4px;
}
#header-text {
  display: none;
  margin-top: 0px;
  margin-bottom: 0;
}
#header-nav {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 6px;
}
#header-nav li {
  display: inline;
  font-size: 1.1em;
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
}

#start-text{
  text-align: center;
  display: block;
  padding-top: 20vh;
  line-height: 0.4;
  margin-bottom: 20px;

margin-left: 0px;

margin-right: 2px;

padding-left: 2px;

padding-right: 2px;
}

#icon {
  display: inline;
  width: 5em;
  max-width: 50px;
}

#logo {
  display: none;
}
#logo_mobile {
  display: inline;
  height: 3.8em;
  padding: 0.7em 4px 0px;
  max-height: 40px;
}

#statusbar {
  overflow: visible;
  width: 100%;
  margin-top: -8px;
  z-index: 3;
  padding-top: 1px;
}
#icon_small {
  float: right;
  width: 24px;
  margin-top: -6px;
  margin-right: 5vw;
  z-index: 2;
}

#line1  {
  display: block;
  margin-left: auto;
  margin-top: 8px;
  margin-right: auto;
  border: none;
  border-bottom: 2px solid black;

width: 90%;
}
#line2  {
  display: block;
  border: none;
  border-bottom: 2px solid black;
  margin: 28px 8vw 0px 20vw;
}
#about_graphic {
  padding-top: 1.5em;
  height: 45vh;
  max-width: 90vw;
  display: block;
  margin: auto;
}

#about_text {
  margin-top: 0.8em;
  text-align: center;
  color: #555;
  line-height: 0.3em;
}



#divi {
  height: 101vh;
  display: none;
  float: left;
  padding: 80px 0;
  overflow: hidden;
}
.v-divider {
  height: 80%;
  width: 2px;
  border-right: 2px solid black;
  display: none;
  float: left;
}
.imprint_text {
  font-weight: 200;
  display: block;
  padding-top: 90px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.imprint_text strong {
  font-weight: 400;
}
.imprint_text a {
  color: var(--dark_grey);
  text-decoration: underline;
}

#left-column {
  width: 90vw;
}
#left-column p {
  font-size: 14px;
  padding: 3px;
  margin: auto;
}
#right-column{
  width: 90vw;
  overflow: visible;
}
#right-column p {
  font-size: 14px;
  padding: 3px;
  margin: auto;
  padding-bottom: 3em;
}

.scrollable {
  margin: auto;
}

#footer {
  position:fixed;
  bottom: 6px;
  height: 30px;
  width:100%;
  padding-left: auto;
  padding-right: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#footer-nav {
  display: inline;
  padding-left: 0px;
  padding-right: 0px;
}
#footer-nav li {
  display: inline-block;
  text-align: center;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-icon {
  width: 30px;
}


/* alignment Classes */
.centered_V {
  height: 101vh;
  display: table-cell;
  vertical-align: middle;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 16px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + #content {
  padding-top: 60px;
}
