#about {
  padding: 0 40px 80px 40px;
  line-height: 26px;
}

#about a {
  color: #ec008c;
}

#about .image {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  margin-bottom: 40px;
  display: block;
}

#about .text {
  margin: 0 auto;
  max-width: 900px;
}

#about h2 {
  font-weight: 600;
  font-size: 14px;
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  #about {
    padding: 0 20px 80px 20px;
  }
  #about .image {
    margin-top: 20px;
  }
}
#filter-column button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0 0 10px 20px;
}
#filter-column button:hover {
  color: #ec008c;
}
#filter-column button.is-checked {
  color: #ec008c;
}

#filter-column span {
  color: grey;
  font-size: 10px;
  margin-left: 6px;
}

#filter-column {
  width: 200px;
  padding: 14px 0 40px 20px;
  float: left;
  display: none;
}

#filter-column button {
  display: block;
}

#filter-column h3 {
  font-size: 12px;
  margin: 26px 0 10px 20px;
  color: #8e8083;
  font-weight: 300;
}

@media screen and (min-width: 1100px) {
  #filter-column {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .grid {
    margin-left: 0 !important;
  }
}
.grid {
  padding: 20px;
}

.grid.cmyk-dots-grid {
  margin-left: 200px;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid.cmyk-dots-grid .item {
  margin: 0 20px 60px 20px;
  float: left;
}

.grid.cmyk-dots-grid .item a {
  display: block;
}
.grid.cmyk-dots-grid .item a:hover {
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.grid.cmyk-dots-grid .item img {
  width: 400px;
  height: 400px;
  margin-bottom: 26px;
  background-color: #f8f7f7;
}

@media screen and (max-width: 480px) {
  .grid.cmyk-dots-grid .item {
    right: 20px;
    margin: 0;
  }
  .grid.cmyk-dots-grid .item img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .grid.cmyk-dots-grid .info {
    height: 80px;
  }
  .grid.cmyk-dots-grid .city {
    margin-top: 8px;
  }
}
.grid .city {
  color: #ec008c;
  margin-top: 16px;
}

.grid-container {
  padding: 40px;
}

.regular-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: flow-root;
}

.regular-grid .image {
  max-width: 490px;
  float: left;
  margin-bottom: 60px;
  overflow: hidden;
}
.regular-grid .image:nth-child(odd) {
  margin-right: 20px;
}

.regular-grid img {
  max-width: 490px;
  margin-bottom: 26px;
  display: block;
}

.regular-grid .number {
  margin-left: 5px;
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  .regular-grid .image {
    width: 50%;
  }
  .regular-grid .image:nth-child(odd) {
    margin-right: 0px;
    padding-right: 10px;
  }
  .regular-grid .image:nth-child(even) {
    padding-left: 10px;
  }
  .regular-grid .image img {
    width: 100%;
  }
  .regular-grid .image:nth-child(odd) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 570px) {
  .grid-container {
    padding: 20px;
  }
  .regular-grid .image {
    width: 100%;
  }
  .regular-grid .image:nth-child(odd), .regular-grid .image:nth-child(even) {
    padding: 0px;
  }
}
#gmap {
  height: calc(100vh - 102px);
  width: 100%;
}

#gmap .gmap_controls {
  top: 10px !important;
  right: 10px !important;
}

#gmap .wrap_controls {
  padding: 8px !important;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

#gmap .wrap_controls select {
  height: 30px;
  outline: none;
}

#gmap .dotImg {
  width: 200px;
  height: 200px;
  margin: 6px 0 2px 0;
}

#gmap button {
  top: 3px !important;
}

@media screen and (max-width: 670px) {
  #gmap {
    height: calc(100vh - 62px);
    width: 100%;
  }
  #gmap .gmap_controls {
    display: none;
  }
}
body {
  overflow: hidden;
}

/* fade image in while loading and show a spinner as background image (good for progressive images) */
.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
  transition: opacity 300ms;
  background-color: #8e8083;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 99;
}

#preloader #status {
  padding: 30px 0;
  width: 160px;
  position: absolute;
  left: 50%; /* centers the loading animation horizontally one the screen */
  top: 50%; /* centers the loading animation vertically one the screen */
  margin: -80px 0 0 -80px; /* is width and height divided by two */
  text-align: center;
}

#preloader .dot {
  width: 20px;
  height: 20px;
  background-color: red;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  display: inline-block;
  margin: 4px;
}
#preloader .dot.cyan {
  animation-name: cyan;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  background-color: #00aeef;
}
#preloader .dot.magenta {
  animation-name: magenta;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  background-color: #ec008c;
}
#preloader .dot.yellow {
  animation-name: yellow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  background-color: #fff200;
}
#preloader .dot.black {
  animation-name: black;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  background-color: #231f20;
}

@keyframes cyan {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
@keyframes magenta {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes yellow {
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
@keyframes black {
  75% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.show-mobile {
  display: none !important;
}

.projects {
  padding: 0 40px 60px 40px;
}

.teaser {
  max-width: 900px;
  margin: 0 auto 80px auto;
  display: block;
}

.teaser .header-box {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 400px;
  padding: 100px 40px 40px 40px;
}
.teaser .header-box:hover {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 8px 0px #00aeef;
  -moz-box-shadow: 0 8px 0px #00aeef;
  box-shadow: 0 8px 0px #00aeef;
}

.teaser .header-box {
  background-size: cover;
  background-position: center;
}

.teaser .header-box.dots {
  background-image: url("../img/thumbs/cmyk-dots@2x.jpg");
}

.teaser .header-box.spotter {
  background-image: url("../img/thumbs/spotter@2x.jpg");
}

.teaser .header-box.post-graffiti {
  background-image: url("../img/thumbs/post-graffiti@2x.jpg");
}

.teaser .header-box.dot-bags {
  background-image: url("../img/thumbs/dot-bags@2x.jpg");
}

.teaser .header-box.canvas {
  background-image: url("../img/thumbs/canvas@2x.jpg");
}

.teaser .header-box h1 {
  color: white;
  text-align: center;
  font-size: 48px;
  line-height: 68px;
  margin: 0;
}

.teaser .header-box h2 {
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 10px 0 60px 0;
}

.footer-box {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #eeecec;
}

.footer-box .info {
  display: flex;
  justify-content: center;
}

.footer-box .info p {
  padding: 40px;
}

.footer-box .info p span:first-child {
  font-size: 20px;
  font-weight: 600;
}

.button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: 1px solid white;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
  display: block;
  color: white;
}
.button:hover {
  color: white;
  background-color: #00aeef;
  border-color: #00aeef;
}

.header-box .buttons {
  display: flex;
  justify-content: center;
}

.header-box .button {
  width: 300px;
  align-items: center;
  margin: 0 10px;
}

@media screen and (max-width: 480px) {
  .projects {
    padding: 0 20px 120px;
  }
  .teaser {
    margin-bottom: 20px;
  }
  .teaser .header-box {
    height: 300px;
    padding: 50px 10px 40px 10px;
  }
  .teaser .header-box:hover {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 #00aeef;
    -moz-box-shadow: 0 0 0 #00aeef;
    box-shadow: 0 0 0 #00aeef;
  }
  .teaser .header-box h1 {
    font-size: 30px;
    line-height: 50px;
  }
  .teaser .header-box h2 {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
  .teaser .footer-box {
    display: none;
  }
}
.mission-container {
  max-width: 900px;
  margin: 0 auto 80px auto;
  padding: 0 20px;
}

.mission-container h1 {
  margin-bottom: 50px;
}

.mission-box {
  margin: 0 auto 40px 0;
  width: 100%;
  border: 1px solid #eeecec;
  padding: 20px 20px;
}
.mission-box.passive {
  border: 1px solid #ddd9da;
  background-color: #f8f7f7;
}

.mission-box h2 {
  font-size: 24px;
  margin-bottom: 0px;
}

.mission-box h3 {
  font-size: 16px;
  margin: 6px 0 40px 0;
  color: #8e8083;
  font-weight: 400;
}

.mission-box h4 {
  font-size: 14px;
  margin-bottom: 6px;
}

.mission-box .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
}

.mission-box .info {
  display: flex;
}

@media screen and (max-width: 650px) {
  .mission-box .grid-container {
    grid-template-columns: 1fr;
  }
  .mission-box .info {
    margin-bottom: 20px;
  }
  .mission-box .info:last-child {
    margin-bottom: 0;
  }
}
.mission-box i {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: #f8f7f7;
  color: #ddd9da;
  border-radius: 6px;
  text-align: center;
  line-height: 30px;
}
.mission-box i.checked {
  color: #ffffff;
  background-color: #5dc165;
}

.mission-box p {
  margin-top: 3px;
}

#toggleDistrictsBtn {
  width: 160px;
  margin-bottom: 20px;
  padding: 6px 0;
  background-color: #ffffff;
  border: 1px solid #eeecec;
  font-size: 14px;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
#toggleDistrictsBtn:hover {
  color: white;
  background-color: #00aeef;
  border-color: #00aeef;
}

.card-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 660px) {
  .card-container {
    grid-template-columns: 1fr;
  }
}
.district-card {
  border: 1px solid #eeecec;
  padding: 10px;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.district-card:hover {
  -webkit-box-shadow: 0 2px 4px #ddd9da;
  -moz-box-shadow: 0 2px 4px #ddd9da;
  box-shadow: 0 2px 4px #ddd9da;
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.district-card.passive {
  background-color: #f8f7f7;
  border-color: #ddd9da;
}

@media screen and (max-width: 660px) {
  .district-card:hover {
    -webkit-box-shadow: 0 0 0 #ddd9da;
    -moz-box-shadow: 0 0 0 #ddd9da;
    box-shadow: 0 0 0 #ddd9da;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.main-district {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-district p {
  font-weight: bold;
}

.district-list {
  margin: 20px 0 40px 0;
  display: none;
}
.district-list.show {
  display: block;
}
.district-list:last-child {
  margin-bottom: 0;
}

.district {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}

.district i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  margin-top: 1px;
}
.district i.checked {
  color: #ffffff;
  background-color: #5dc165;
}

.days {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  gap: 1px;
}

.day {
  height: 25px;
  font-size: 9px;
  padding: 1px 0 0 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.day:first-child {
  margin-left: 0;
}
.day:hover {
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@media screen and (max-width: 660px) {
  .day {
    height: 10px;
    font-size: 0;
  }
  .day:hover {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 #00aeef;
    -moz-box-shadow: 0 0 0 #00aeef;
    box-shadow: 0 0 0 #00aeef;
  }
}
.day.passive {
  background-color: #ddd9da;
}

.day.active {
  background-color: #5dc165;
  color: #ffffff;
}

.day.no-day {
  background-color: #f8f7f7;
  color: #ddd9da;
}

.toTop {
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  width: 40px;
  height: 40px;
  background-color: #ec008c;
  z-index: 10;
  position: fixed;
  bottom: 10px;
  left: 10px;
  text-align: center;
  color: white;
  opacity: 0.8;
  padding-top: 7px;
  animation-name: colorChange;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}
.toTop:hover i {
  color: white;
}
.toTop.hidden {
  opacity: 0;
}

@keyframes colorChange {
  0% {
    background-color: #00aeef;
  }
  20% {
    background-color: #00aeef;
  }
  25% {
    background-color: #fff200;
  }
  40% {
    background-color: #fff200;
  }
  45% {
    background-color: #ec008c;
  }
  60% {
    background-color: #ec008c;
  }
  65% {
    background-color: #231f20;
  }
  95% {
    background-color: #231f20;
  }
  100% {
    background-color: #00aeef;
  }
}
.logo-linktree {
  width: auto;
  height: 40px;
  margin: 50px 0 20px 0;
  background: url("../img/logo-linktree.svg") no-repeat center;
}

#links-container {
  padding: 30px;
  max-width: 600px;
  margin: 0 auto;
}

#links-container a {
  text-align: center;
  margin-bottom: 30px;
  padding: 15px 0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: 1px solid #231f20;
  display: block;
  font-weight: bold;
}

#spotter-container {
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
}

#spotter-container p {
  font-size: 13px;
}

#spotter-container ul {
  padding: 30px 0 20px 0;
  margin-bottom: 60px;
  border-top: 1px solid #f8f7f7;
  border-bottom: 1px solid #f8f7f7;
  overflow: hidden;
}

#spotter-container .spotter {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #eeecec;
  border-radius: 50px;
  padding: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#spotter-container .spotter:hover {
  -webkit-box-shadow: 0 3px 0px #eeecec;
  -moz-box-shadow: 0 3px 0px #eeecec;
  box-shadow: 0 3px 0px #eeecec;
}
#spotter-container .spotter:hover .ranking {
  border-color: black;
  transition: border-color 0.8s ease-in-out;
}

#spotter-container .ranking {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  border: 1px solid #eeecec;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
#spotter-container .ranking.first {
  background-color: #efb756;
  border: none;
}
#spotter-container .ranking.second {
  background-color: #c3bab9;
  border: none;
}
#spotter-container .ranking.third {
  background-color: #b27f7b;
  border: none;
}
#spotter-container .ranking span {
  text-align: center;
  margin-top: 9px;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

#spotter-container .thumb {
  width: 40px;
  height: 40px;
  background-color: #f8f7f7;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  float: left;
}

#spotter-container .name {
  padding-top: 7px;
  margin: 0 10px;
  float: left;
}
#spotter-container .name a {
  color: #ec008c;
}

#spotter-container .counter {
  padding-top: 7px;
  float: right;
  font-weight: bold;
  background-color: #f8f7f7;
  padding: 8px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

#spotter-container .text {
  padding-bottom: 60px;
}

#spotter-container .header {
  min-height: 100px;
  display: block;
}
#spotter-container .header h1 {
  float: left;
}
#spotter-container .header .button {
  color: #231f20;
  border-color: #231f20;
  width: 160px;
  float: right;
  margin: 24px 0 30px 0;
}
#spotter-container .header .button:hover {
  color: #ffffff;
  border-color: #00aeef;
}

@media screen and (max-width: 480px) {
  #spotter-container .header h1 {
    float: none;
  }
  #spotter-container .header .button {
    width: 140px;
    float: none;
  }
  #spotter-container .name {
    font-size: 14px;
    padding-top: 10px;
    margin-left: 5px;
  }
}
#explanation a {
  color: #ec008c;
}

/* Footer */
#footer {
  width: 100%;
  height: 60px;
}
#footer #icon {
  width: 20px;
  height: 20px;
  background-color: #00aeef;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  display: block;
  margin: auto;
  animation-name: color-change;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

@keyframes color-change {
  0% {
    background-color: #00aeef;
  }
  20% {
    background-color: #00aeef;
  }
  25% {
    background-color: #ec008c;
  }
  40% {
    background-color: #ec008c;
  }
  45% {
    background-color: #fff200;
  }
  60% {
    background-color: #fff200;
  }
  65% {
    background-color: #231f20;
  }
  80% {
    background-color: #231f20;
  }
  85% {
    background-color: #00aeef;
  }
  100% {
    background-color: #00aeef;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: black;
}
a:hover {
  color: #ec008c;
}

p {
  margin: 0;
}

li {
  list-style: none;
}

.bold {
  font-weight: 600;
}

nav {
  margin: 0 auto;
  padding: 40px;
}

nav .logo {
  font-weight: 600;
}

nav .link {
  padding-left: 20px;
}
nav .link.border {
  margin-left: 20px;
  border-left: 1px solid #a69b9e;
}

nav .instagram {
  float: right;
}

@media screen and (max-width: 480px) {
  nav {
    padding: 20px;
  }
}
