a {
  color: #e62a37;
  text-decoration: underline;
}

a:hover {
  color: #f7e83e;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #e62a37;
  overflow-wrap: normal;
  border: 0 solid #000;
}

.section {
  width: 100vw;
  height: 100vh;
  object-fit: fill;
  background-color: #f8e93e;
  padding-top: 10%;
  position: relative;
}

.hero-block {
  width: 40%;
  margin: 0 auto auto;
  position: static;
  left: 50%;
  right: 50%;
}

.section-keramikladen {
  background-color: #f8e93e;
  padding-left: 40px;
  padding-right: 40px;
}

.when {
  margin-left: auto;
  margin-right: auto;
  padding: 59px 20px 20px;
}

.image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  position: -webkit-sticky;
  position: sticky;
  left: 200px;
  right: 10px;
  transform: rotate(-4deg);
}

.image-2 {
  height: 400px;
  max-width: 100%;
  transform-style: preserve-3d;
  padding-left: 0;
  transform: rotateX(0)rotateY(1deg)rotateZ(1deg);
}

.image-2:hover {
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #333;
  transform: rotate(9deg)scale3d(1.2, 1.2, 1.2);
}

.image-3 {
  max-width: 100%;
  transform: rotate(-4deg);
}

.text-block {
  color: #f8ea3e;
  text-align: center;
  -webkit-text-stroke-width: 7px;
  -webkit-text-stroke-color: #e62a37;
  text-transform: none;
  text-shadow: 0 8px 1px #e62a37, -6px -6px 1px #e62a37, 11px 0 #e62a37;
  overflow-wrap: normal;
  object-fit: fill;
  border-radius: 0;
  font-size: 60px;
  font-weight: 700;
  position: relative;
}

.div-block-3 {
  background-color: #fff;
  border: 28px solid #e62a37;
  border-radius: 100px;
  padding: 60px 40px;
  transform: rotate(7deg);
}

.text-block-2 {
  color: #e62a37;
  text-align: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.who {
  padding: 60px 40px 40px;
}

.text-block-3 {
  color: #e62a37;
  text-align: center;
  background-color: #f8e93e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-5 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 73px;
}

.image-4, .image-5 {
  max-width: 50%;
}

.section-events {
  object-fit: fill;
  background-color: #f8e93e;
  margin-top: -6px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 77px;
  display: block;
}

.image-6 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.event-block {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.image-7 {
  max-width: 100%;
  margin-right: auto;
  padding-left: 0;
}

.div-block-7 {
  object-fit: fill;
}

.link-where {
  width: 100%;
  height: 310px;
}

.scherben-logo {
  mix-blend-mode: normal;
}

.section-links {
  background-color: #f8e93e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 120px 30%;
  display: flex;
}

.instagram {
  width: 100%;
  margin-bottom: 15%;
}

.instagram:hover {
  transform: scale(1.4);
}

.image-9 {
  transform: rotate(9deg);
}

.image-9:hover {
  transform: rotate(23deg);
}

.section-4 {
  background-color: #f8e93e;
  padding-bottom: 95px;
  padding-left: 40%;
  padding-right: 40%;
}

.mail {
  width: 50%;
  margin-bottom: 15%;
}

.mail:hover {
  transform: scale(1.4);
}

.opacity-0 {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .div-block-3 {
    border-width: 15px;
  }

  .text-block-2 {
    font-size: 70px;
  }

  .section-events {
    padding-bottom: 67px;
  }

  .scherben-logo {
    padding-top: 193px;
  }

  .section-links {
    padding-left: 20%;
    padding-right: 20%;
  }

  .section-4 {
    background-color: #f8e93e;
    padding-bottom: 80px;
    padding-left: 30%;
    padding-right: 30%;
  }
}

@media screen and (max-width: 767px) {
  .opacity-0 {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  a:hover {
    -webkit-text-stroke-width: 2px;
  }

  .hero-block {
    width: 90%;
  }

  .section-keramikladen {
    padding-left: 10px;
    padding-right: 10px;
  }

  .when {
    padding-top: 5px;
  }

  .image-2 {
    height: 160px;
  }

  .div-block-3 {
    border-width: 4px;
    padding: 40px 20px;
    transform: rotate(-3deg);
  }

  .text-block-2 {
    font-size: 30px;
    line-height: 37px;
  }

  .who {
    padding: 19px 10px;
  }

  .div-block-5 {
    padding-bottom: 40px;
  }

  .image-4, .image-5, .image-6 {
    max-width: 100%;
  }

  .event-block {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .link-where {
    height: 150px;
  }

  .section-links {
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-9 {
    transform: rotate(-7deg);
  }
}


