html {
	scroll-behavior: smooth;
}
.body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}
.page-wrap {
  position: relative;
  display: block;
  overflow: visible;
}
#mapid {
	position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 35vh;
	z-index: 100;
}
.nav-wrap {
  position: fixed;
	top: 35vh;
  left: 10px;
  margin-left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 65vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.features {
  display: block;
  position: relative;
  left: 0;
  top: 35vh;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 65vh;
  margin-right: 0px;
  margin-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
	z-index: 99;
}
.title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 2em;
  margin-left: 3em;
  padding-top: 1.5em;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.scroll-cta {
  width: 100%;
  margin-top: 1.5em;
  text-align: center;
}
.chapter {
  display: flex;
  min-height: 55vh;
  padding-left: 0px;
  padding-top: 10vh;
}
.chapter-number {
  display: none;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 32px;
	color: #364F6B;
  opacity: 0.6;
  min-width: 40px;
  max-width: 40px;
  padding-right: 25px;
	text-align: center;
}
.chapter-content {
  display: inline;
  margin: 0 2em 0 3em;
}
.chapter-heading {
  font-size: 2em;
  display: block;
}
p {
  margin: 0 0 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}
li {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}
.progressbars {
  width: 100%;
  margin-top: 0.75em;
}
figure {
  margin: 0;
}
.ch_gallery {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
  gap: 1em;
  margin-top: 20px;
}
.ch_gallery figure {
  position: relative;
}
.ch_gallery img {
  display: block;
  width: 80px;
  height: 80px;
}
.ch_gallery > figure > figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1.5em;
  color: white;
}
.fa-arrow-down {
  margin: 0.1em;
}
#mapstyles {
	font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	position: fixed;
	width: 250px;
	min-width: 20vw;
	max-width: 35vw;
	top: 37px;
	right: 100px;
	padding: 10px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2px;
	border-radius: 4px;
	z-index: 101;
}
.map-overlay {
	display: block;
	font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	position: fixed;
	width: 250px;
	min-width: 20vw;
	max-width: 35vw;
	/* bottom: 37px; */
	bottom: calc(65vh + 10px);
	left: 10px;
	padding: 10px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2px;
	border-radius: 4px;
	z-index: 101;
}
.map-overlay input {
	background-color: transparent;
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 10px 0 0;
	cursor: ew-resize;
	z-index: 102;
}

@media only screen and (min-width: 1024px) {
  /* For desktop: */
  #mapid {
		width: 60%;
		height: 100vh;
	}
	.nav-wrap {
		top: 0;
	  left: 60%;
	  margin-left: -8px;
	  height: 100vh;
	}
	.features {
	  left: auto;
	  top: 0;
	  width: 40%;
	  height: 100vh;
	  margin-left: 60%;
	}
	.title-section {
	  margin-right: 50px;
	  margin-left: 90px;
	  padding-top: 15vh;
	}
	.scroll-cta {
	  margin-top: 13vh;
	}
	.chapter {
	  min-height: 85vh;
	  padding-left: 25px;
	  padding-top: 15vh;
	}
	.chapter-number {
	  display: inline;
	}
	.chapter-content {
	  margin-right: 0 50px 0 0;
	}
	.chapter-heading {
	  font-size: 26px;
	}
	p {
	  font-size: 14px;
	  line-height: 22px;
	}
	li {
		font-size: 14px;
		line-height: 22px;
	}
	.progressbars {
	  margin-top: 10vh;
	}
	.ch_gallery img {
	  width: 150px;
	  height: 150px;
	}
	.fa-arrow-down {
	  margin: 15px;
	}
	.map-overlay {
		display: block;
		bottom: 37px;
	}
}

.nav-item {
  width: 12px;
  height: 12px;
  margin-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #6b6b6b;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.nav-item.nav-active {
  border-color: #000;
  background-color: #000;
}
.nav-item:hover {
  background-color: #FD7DA4;
  border-color: #000
}
h1 {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 2em;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 10px;
}
.progressbar {
  width: 100%;
  height: 20px;
  border-style: solid;
  border-width: 0px;
  border-color: #6b6b6b;
  background-color: #eee;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0;
  margin-bottom: 20px;
}
#slider-streetprogress.progressbar {
	height: 10px;
	margin-bottom: 5px;
}
.bar {
  display: inline-block;
  height: 100%;
}
.map-legend {
	cursor: pointer;
}
.completed {
  background-color: #3FC1C9;
	text-align: center;
	padding: 0.5em 1em;
}
.completed:hover {
	background-color: #147171;
}
.completed.inactive {
	background-color: #fff;
}
.last-run {
  background-color: #364F6B;
	text-align: center;
	padding: 0.5em 1em;
}
.last-run:hover {
	background-color: #1C344F;
}
.incomplete {
  background-color: #FD7DA4;
	text-align: center;
	padding: 0.5em 1em;
}
.incomplete:hover {
	background-color: #FC5185;
}
#streets-complete {
  width: 0%;
}
#streets-new {
  width: 0%;
}
#streets-incomplete {
  width: 100%;
}
#spenden-complete {
  width: 0%;
}
#spenden-incomplete {
  width: 100%;
}
.progress-wrapper {
  width: 100%;
}
.progress-title {
  float: left;
  font-weight: bold;
}
.progress-caption {
  float: right;
}
.donatenow {
  text-align: center;
}
.footer {
  width: 60%;
  margin-top: -15vh;
  padding-left: 20%;
  padding-bottom: 15vh;
  display: flex;
  justify-content: space-around;
	font-size: 12px;
}
.footer-items {

}
.durchgestrichen {
   text-decoration:line-through;
}
.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 1s infinite linear;
  -o-animation: bounce 1s infinite linear;
  -webkit-animation: bounce 1s infinite linear;
  animation: bounce 1s infinite linear;
  colr:000;
}

@-webkit-keyframes bounce {
    0% { top: 0; }
    40% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    40% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    40% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    40% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    40% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
.icon-container {
	width: 50%;
  margin-top: 5vh;
  padding-left: 20%;
  padding-bottom: 5vh;
  display: flex;
  justify-content: space-around;
}
.icon-item {

}
.donate-iframe {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
a {
	color: #364F6B;
	text-decoration: underline;
}
a:hover {
	color: #112D4E;
	text-decoration: none;
}
.animation-text {
	width: 100%;
}
#replay {
	float: left;
	font-weight: bold;
}
#doy {
	float: right;
}
.map-legend {
	font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #fff;
	position: fixed;
	top: 10px;
	left: 10px;
	padding: 0;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2px;
	border-radius: 4px;
	overflow: hidden;
	z-index: 105;
}
input[type=range] {
  height: 24px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #FD7DA4;
  border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
  border: 2px solid #ffffff;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FD7DA4;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #FD7DA4;
  border-radius: 3px;
}
input[type="range"]::-moz-range-progress {
  background: #3FC1C9;
	height: 5px;
	border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
  border: 2px solid #ffffff;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #000;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #3FC1C9;
  border-radius: 6px;
}
input[type=range]::-ms-fill-upper {
  background: #FD7DA4;
  border-radius: 6px;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  border: 2px solid #ffffff;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #000;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3FC1C9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #FD7DA4;
}
