@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900");
/* Farben */
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900");
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 101%; }

body {
  font-family: 'Nunito', 'Montserrat', sans-serif;
  background-color: #e8ecf4;
  background-image: -webkit-linear-gradient(290deg, white 0%, #e8ecf4 100%);
  background-image: -moz-linear-gradient(290deg, white 0%, #e8ecf4 100%);
  background-image: -o-linear-gradient(290deg, white 0%, #e8ecf4 100%);
  background-image: linear-gradient(160deg, white 0%, #e8ecf4 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin: 0;
  color: #222;
  line-height: 1.4em;
  padding-bottom: 4em;
  display: grid;
  width: 100vw;
  text-align: left;
  overflow-x: hidden; }

a {
  color: #222;
  text-decoration: none; }

/* Farben */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 101%; }

body {
  font-family: 'Nunito', 'Montserrat', sans-serif;
  background-color: #e8ecf4;
  background-image: -webkit-linear-gradient(290deg, white 0%, #e8ecf4 100%);
  background-image: -moz-linear-gradient(290deg, white 0%, #e8ecf4 100%);
  background-image: -o-linear-gradient(290deg, white 0%, #e8ecf4 100%);
  background-image: linear-gradient(160deg, white 0%, #e8ecf4 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin: 0;
  color: #222;
  line-height: 1.4em;
  padding-bottom: 4em;
  display: grid;
  width: 100vw;
  text-align: left;
  overflow-x: hidden; }

a {
  color: #222;
  text-decoration: none; }
