p: {0;
}
html {}
body {
  font-family: agenda, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  background-color: rgba(255, 146, 8, 1.00);
  -moz-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-size: 19px;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/kaefer_titel.jpg");
  background-repeat: no-repeat;
  background-size: contain
}
a {
  text-decoration: none;
  color: inherit;
}
.pfeil {
  font-weight: 100;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.3rem;
}
.wrapper {
  padding-top: 30%;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.black {
  color: #000000;
  margin-left: 15%;
  font-size: 1.6rem;
}
.pink {
  color: rgba(255, 33, 230, 1.00)
}
.date {
  font-weight: 600;
  position: unset;
  font-size: 2rem;
  padding-top: 0px;
}
.adr {
  font-weight: 600;
  font-size: 1.5rem;
  margin-left: 15%;
}
.blackBG {
  background-color: #000000;
  margin-top: -23px;
  margin-bottom: 0px;
  padding-top: 0px;
}
.blackBG2 {
  background-color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
}
.whiteBG {
  background-color: #fff;
  margin-left: 0px;
}
.white {
  color: #FFFFFF;
}
strong {
  font-weight: 700;
}
.h1 {
  color: rgba(255, 255, 255, 1.00);
  font-family: agenda, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 6vw;
  text-transform: uppercase;
  text-align: left;
  line-height: 80%;
}
.h2 {
  font-family: agenda, sans-serif;
  font-style: normal;
  font-size: 1.45rem;
  text-transform: none;
  text-align: left;
  margin-left: 15%;
  margin-right: 2%;
}
.uppercase {
  text-transform: uppercase;
}
.glow {
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.72);
}
.clearfix {
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 0;
  position: relative;
}
.glow-effect:hover:before {
  opacity: 1;
}
/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translatey(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fadeIn {
  animation: fadeIn 0.5s ease forwards;
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate-pulse {
  animation: pulse 2s infinite;
}
@media (max-width : 440px) {
  .h1 {
    color: rgba(255, 255, 255, 1.00);
    font-family: agenda, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 6vw;
    text-transform: uppercase;
    text-align: left;
    line-height: 95%;
    margin-left: 3%;
  }
  .h2 {
    font-size: 5vw;
    margin-left: 3%;
  }
  .black {
    margin-left: 3%;
    font-size: 1.3rem;
  }
  .date {
    font-weight: 600;
    font-size: 1rem;
  }
  .adr {
    font-weight: 600;
    font-size: 1.35rem;
    margin-left: 3%;
  }
  .blackBG {
    background-color: #000000;
    margin-top: -20px;
  }
  body {
    background-image: url("../images/titel0.jpg");
  }
  .wrapper {
    padding-top: 58%;
  }
}
@media (max-width: 800px) {
  .blackBG {
    background-color: #000000;
    margin-top: -8px;
  }
  .date {
    font-weight: 600;
    font-size: 1.1rem;
  }
}