html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  font-family: "kleine_sans";
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  overflow-y: hidden;
}

.wrapper {
  max-width: 624px;
  width: 100%;
  margin: 20px auto;
  position: relative;
}
@media (max-width: 624px) {
  .wrapper {
    max-width: 100%;
  }
}
.wrapper .title {
  position: relative;
  margin-top: 10px;
}
.wrapper .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1b0054;
  position: absolute;
  top: 50%;
  z-index: 1;
  opacity: 0.4;
}
.wrapper .title h1 {
  background: #fff;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  font-weight: 700;
  z-index: 2;
  font-size: 2.3rem;
  font-family: "kleine_titel";
}

.imgall {
  max-width: 100%;
}
.imgall .titel-bild {
  padding: 20px 0 0px 0;
  font-family: "kleine_sans";
  text-transform: uppercase;
  text-align: right;
}
.imgall .titel-bild span {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  opacity: 0.4;
  position: relative;
  top: 4px;
  right: 18px;
}
.imgall .img-box {
  border-radius: 1.5rem;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.imgall .img-box img {
  display: block;
  width: 100%;
  pointer-events: none;
}
.imgall .error-bild {
  position: relative;
  cursor: pointer;
}
.imgall .error-bild .fehlerbtn {
  cursor: pointer;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #6682ff;
  text-align: center;
  opacity: 0;
  line-height: 50px;
  color: #fff;
  background-color: rgba(27, 0, 84, 0.8);
  transition: all 800ms ease;
  font-weight: 500;
  font-family: "kleine_sans";
  font-size: 130%;
}
@media (max-width: 600px) {
  .imgall .error-bild .fehlerbtn {
    width: 40px;
    height: 40px;
    font-size: 110%;
    border: 3px solid #6682ff;
    line-height: 35px;
  }
}
.imgall .error-bild .fehlerbtn span {
  display: block;
  position: relative;
  top: 0px;
}
.imgall .error-bild .rotate {
  transition: all 1200ms ease;
  animation: overlayFadeOut 700ms ease-in-out forwards;
}
@keyframes overlayFadeOut {
  0% {
    opacity: 0;
    transform: scale(0) rotateY(20deg);
  }
  40% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.9);
  }
  60% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.02);
  }
  90% {
    transform: scale(0.98) rotateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.imgall .error-bild #fehler1 {
  top: 34%;
  left: 15%;
}
.imgall .error-bild #fehler2 {
  top: 38%;
  left: 43%;
}
.imgall .error-bild #fehler3 {
  bottom: 19%;
  left: 32.5%;
}
.imgall .error-bild #fehler4 {
  top: 35%;
  right: 24%;
}
.imgall .error-bild #fehler5 {
  top: 26%;
  right: 2%;
}

.hide-imgall {
  animation: 1.5s ani-hide-img-all ease-in-out forwards;
}

@keyframes ani-hide-img-all {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.content-mehr-outer {
  display: none;
}

.content-mehr {
  margin: 0 auto;
  margin-top: 25px;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  display: block;
  background: #f2f4ff;
}
.content-mehr .box-left {
  width: 100%;
}
@media (max-width: 600px) {
  .content-mehr .box-left {
    width: 100%;
  }
}
.content-mehr .box-left img {
  display: block;
  margin-left: auto;
  max-width: 60%;
  margin-right: auto;
  margin-top: 40px;
  top: 0;
  transform: translateY(0);
}
.content-mehr .box-right {
  position: relative;
  padding: 15px;
  width: 100%;
  text-align: center;
}
.content-mehr .box-right .success-txt {
  font-size: 1.8rem;
  padding: 15px 15px 15px 0;
  font-family: "kleine_titel";
  color: #1b0054;
  line-height: 1.1;
  text-align: center;
}
.content-mehr .box-right .success-txt span {
  font-weight: 700;
}
.content-mehr .box-right .img-pfeil-outer {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #1b0054;
  text-align: center;
  margin: 15px 15px 15px auto;
  animation: pulse-black-btn 2s infinite;
  margin: 15px auto;
}
@media (max-width: 500px) {
  .content-mehr .box-right .img-pfeil-outer {
    top: 47%;
    width: 40px;
    height: 40px;
  }
}
.content-mehr .box-right .img-pfeil-outer img {
  display: block;
  margin: 0 auto;
  width: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes pulse-black-btn {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(27, 0, 84, 0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(27, 0, 84, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(27, 0, 84, 0);
  }
}
.content-mehr .box-right .klz-logo {
  margin: 15px;
  max-width: 120px;
}
@media (max-width: 600px) {
  .content-mehr .box-right .klz-logo {
    margin: 15px auto;
  }
}
.content-mehr a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.content-mehr a:focus, .content-mehr a:active {
  outline: none;
}

.show-content-mehr {
  animation: 2s ani-show-content-mehr ease-in-out forwards;
}

@keyframes ani-show-content-mehr {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.whitespace {
  margin-top: 80px;
  width: 90%;
  margin: 0 auto;
}
.whitespace hr {
  border: 0;
  clear: both;
  display: block;
  margin: 1.4rem auto;
  text-align: center;
  width: 100%;
}
.whitespace .progress {
  background: rgba(1, 15, 30, 0.1);
  height: 1px;
  overflow: hidden;
  position: relative;
}
.whitespace .progress:before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #1b0054;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 80px;
}
@keyframes progress {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(800px);
  }
}

@keyframes arrowposition {
  0% {
    right: 20px;
  }
  25% {
    right: 30px;
  }
  50% {
    right: 20px;
  }
  75% {
    right: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
