@font-face {
  font-family: 'robotolight';
  src: url('fonts/roboto-light-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('fonts/roboto-regular-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin';
  src: url('fonts/roboto-thin-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url('fonts/roboto-medium-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: rgba(134, 0, 0, 0.7);
  /* #90A4AE*/
  --neumorph: 2px 2px 5px #cdcdcd,-2px -2px 5px #ffffff;
  --neumorph_button: 2px 2px 5px #cdcdcd,-2px -2px 5px #ffffff;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 7px;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 1.5px solid var(--scrollbarBG);
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
.text-footer{
  font-size: 12px;
    color: #E4E4E4;
    text-align: right;
    margin-right:calc(5% + 40px);
    margin-top:15px;
}
.text-footer a{
    color: #E4E4E4;  
}
h1 {
  margin: 15px 0 10px 0;
}
img {
  width: 100%;
  height: auto;
}
.weiss {
  color: #fff;
}
.col_25 {
  width: 25%;
}
.col_33 {
  width: 33%;
}
.col_50 {
  width: 50%;
}
.col_66 {
  width: 66%;
}
.col_75 {
  width: 75%;
}
.col_100 {
  width: 100%;
}
.maxContent {
  width: max-content;
}
.stickyPos {
  position: sticky;
  top: 0;
}
.fixed {
  position: fixed !important;
}
.flex {
  display: flex;
  align-items: center;
}
.flexWrap {
  flex-wrap: wrap;
}
.flexColumn {
  flex-direction: column;
}
.alignFlexStart {
  align-items: flex-start;
}
.justifyCenter {
  justify-content: center;
}
.justify_spaceAround {
  justify-content: space-around;
}
.justify_spaceBetween {
  justify-content: space-between;
}
.marginBottom {
  margin-bottom: 25px !important;
}
.marginTop {
  margin-top: 25px !important;
}
.center {
  margin: 0 auto;
}
.kleiner {
  font-size: 0.8rem;
}
header {
  width: 100%;
  height: 13vh;
  position: fixed;
  padding: 0 5%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}
header .logo {
  width: 14vw;
  margin-top: 20px;
}
header .logo img {
  width: 45%;
  margin-bottom: 10px;
}
header .logo p {
  font-family: 'robotolight';
  font-size: 1vw;
}
header nav {
  width: 250px;
}
header nav ul {
  list-style: none;
  text-decoration: none;
}
header nav ul li {
  background: #5e5e5e;
  margin-bottom: 8px;
  font-size: 0.8rem;
  line-height: 0.7;
  width: 120px;
}
header nav ul li a {
  color: transparent;
  width: 100%;
  display: inline-block;
}
header nav ul li a:hover {
  color: #5e5e5e;
}
header nav ul li:hover {
  background: transparent;
}
#content {
  width: 100%;
  background: #fff;
  overflow: hidden;
  scroll-snap-type: y proximity;
}
#content h1 {
  position: fixed;
  bottom: 12vh;
  padding: 10px 0;
  width: 450px;
  font-size: 1.7rem;
  font-family: 'robotolight';
  font-weight: 300;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  margin: 0 0 0 calc(50vw - 200px);
  z-index: 2;
}
#content article {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
}
#content article:last-of-type {
  padding-bottom: 30vh !important;
}
#content article .pixel {
  width: 1px;
  height: 1px;
}
#content article h2 {
  font-size: 3.9vw;
  margin-top: 5vh;
  text-align: center;
  font-family: 'robotomedium';
  color: #444;
}
#content article .textBlock {
  width: 90vw;
  max-width: 750px;
}
#content article .textBlock p {
  font-size: 1.3rem;
  line-height: 1.3;
  font-family: 'robotolight';
  margin-bottom: 2vh;
}
#content article .textBlock h3 {
  font-size: 1.3rem;
  font-family: 'robotolight';
  line-height: 1.4;
  font-weight: 300;
}
#content article .textBlock ul {
  margin: 20px 0 20px 30px;
  list-style: none;
}
#content article .textBlock ul li {
  font-size: 0.9rem;
  font-family: 'robotolight';
  margin-bottom: 7px;
}
#content article .textBlock ul li:before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff;
  /* Change the color */
  font-weight: bolder;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#content article .textBlock ul.liste {
  margin-left: 0;
}
#content article .textBlock ul.liste li {
  font-size: 1.2rem;
  font-family: 'robotolight';
  line-height: 0.9;
}
#content article .textBlock ul.liste li:before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff;
  /* Change the color */
  font-size: 1.5rem;
  margin-left: -0.8em;
}
#content article#eins {
  padding-top: 80px;
}
#content article#eins .bild {
  background: url(../bilder/rk-rad.jpg) no-repeat;
  background-size: cover;
  width: calc(100vw - 8px);
  height: 130vh;
  opacity: 0.6;
  position: absolute;
  top: 33.3vh;
  left: 0;
  transition: opacity 0.6s ease-out;
}
#content article#eins .bild.fixed {
  top: 0;
  opacity: 0.4;
  transition: opacity 0.6s ease-out;
}
#content article#fuenf {
  min-height: 60vh;
}
#content article#sechs,
#content article#acht {
  background: #dde0df;
  min-height: 80vh;
  padding: 9vh 0;
}
#content article#sieben,
#content article#neun {
  background: #f5f5f5;
  min-height: 80vh;
  padding: 9vh 0;
}
#content article#neun {
  padding-top: 0;
}
#content article#neun h2 {
  margin-top: -10px;
}
#content article .vonLinks {
  opacity: 0;
  transform: translateX(-40vw);
  transition: transform 0.6s ease-out;
}
#content article .vonRechts {
  opacity: 0;
  transform: translateX(40vw);
  transition: transform 0.6s ease-out;
}
#content article p.vonRechts {
  line-height: 1.3;
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-family: 'robotolight';
}
#content article p .linksEin {
  padding-left: 180px;
}
#content article p.fliessText {
  font-size: 1.1rem;
  line-height: 1.3;
}
#content article .testen {
  position: fixed;
  bottom: 33.33vh;
}
#content article .testen .vonLinks,
#content article .testen .vonRechts {
  opacity: 1;
  transform: translateX(0);
}
#content footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  height: 12vh;
}
#content footer .streifen {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #777;
  height: 4vh;
}
.extras #content #eins {
  background: #dde0df;
  padding-top: 15vh;
}
.extras #content #eins .fliessText {
  font-size: 0.9em;
}
@media only screen and (max-width: 1370px) {
  header nav {
    width: 120px;
    position: relative;
    z-index: 3;
    border-top: 9px solid #5e5e5e;
    border-bottom: 9px solid #5e5e5e;
    height: 27px;
  }
  header nav:before {
    content: '';
    width: 100%;
    height: 9px;
    background: #5e5e5e;
    margin-bottom: 55px;
    display: inline-block;
  }
  header nav ul {
    opacity: 0;
    position: absolute;
    transition: opacity 1s ease-in;
    display: none;
    right: 150px;
    top: -30px;
  }
  header nav ul.ham {
    display: block;
    opacity: 1;
    transition: opacity 1s ease-in;
  }
  header nav ul.ham li {
    background: transparent;
    margin-bottom: 20px;
  }
  header nav ul.ham li a {
    color: #555;
    font-size: 1.3em;
  }
  #content article#fuenf {
    min-height: 40vh;
  }
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  header {
    height: 15vh;
    position: relative;
  }
  header .logo {
    width: 25vw;
  }
  header .logo p {
    font-size: 1.5vw;
  }
  header nav {
    margin-top: 20px;
    width: 60px;
    border-top: 5px solid #5e5e5e;
    border-bottom: 5px solid #5e5e5e;
    height: 15px;
  }
  header nav:before {
    height: 5px;
    margin-bottom: 31px;
  }
  header nav ul {
    right: 50px;
    top: -10px;
  }
}
@media only screen and (max-width: 1025px) and (orientation: portrait) {
  header {
    height: 8vh;
  }
  header .logo {
    width: 25vw;
  }
  header .logo p {
    font-size: 1.2vw;
  }
  header nav {
    margin-top: 20px;
    width: 100px;
  }
  #content article h2 {
    font-size: 9vw;
  }
  #content article#eins .bild {
    background-position: center;
    background-size: auto;
  }
}
@media only screen and (max-width: 500px) and (orientation: portrait) {
    #content article#eins .bild{
        top: 20vh;
    }
  .col_50 {
    width: 85%;
  }
  header {
    height: 11vh;
  }
  header .logo {
    width: 35vw;
    margin-top: 15px;
  }
  header .logo img {
    width: 90%;
}
  header .logo p {
    font-size: 2.5vw;
  }
  header nav {
    margin-top: 20px;
    width: 60px;
    border-top: 5px solid #5e5e5e;
    border-bottom: 5px solid #5e5e5e;
    height: 15px;
  }
  header nav:before {
    height: 5px;
    margin-bottom: 31px;
  }
  header nav ul {
    right: 50px;
    top: -10px;
  }
  #content h1 {
    width: 350px;
    font-size: 1.5rem;
    margin: 0 0 0 calc(50vw - 175px);
  }
  #content article p.vonRechts {
    font-family: 'robotolight';
    font-size: 0.9rem;
  }
  #content article p .linksEin {
    padding-left: 40px;
  }
}
/*# sourceMappingURL=newstyle.css.map */