/*© Ulrich Lantschik | alpincrypt.com*/

* {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Josefin Sans', sans-serif;
  background-color: #2c2c2c;
}

/*Nach oben Button*/


.background {
  height: auto;
  background-color: #2c2c2c;
}

h1 {
  margin-left: 70px;
}


/*Scrollbar*/

::-webkit-scrollbar {
  width: 18px;
}

::-webkit-scrollbar-track {
  background: #E1E1E1;
}

::-webkit-scrollbar-thumb {
  background: #1F1F1F;
}

::-webkit-scrollbar-thumb:hover {
  background: #777777;
}
/*Links & Impressum*/

a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

.imprint {
  height: 310px;
  background-color: #373737;
  color: #fff;

}

.imprinttitle {
  color: #fff;
  font-size: 20px;
  margin-left: 200px;
}


/*Links*/

a {
  color: #fff;
  transition: all 0.35s ease-in-out;
}

a:hover {
  color: #00B452;
  transition: all 0.15s ease-in-out;
}

.impressum {
  color: #fff;
  transition: all 0.35s ease-in-out;
}

.impressum:hover {
  color: #00B452;
  text-decoration: underline;
  transition: all 0.15s ease-in-out;
}

p {
  padding-left: 70px;
}

h2 {
  padding-left: 70px;
}

ul {
  padding-left: 70px;
}

h3 {
  padding-left: 70px;
}

.adsimple-221130175 {
  color: #fff;
}

p {
  color: #fff;
}
