.service-preview-wrapper {
  width: 100%;
  margin: 4rem 0;
}
.service-preview-wrapper .element {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.service-preview-wrapper .element .service-preview-description {
  width: 100%;
  position: relative;
}
.service-preview-wrapper .element .service-preview-description p {
  width: 100%;
  height: 2rem;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
}
.service-preview-wrapper .element .service-preview-description::after {
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease-in-out;
  content: "Mehr Informationen";
  display: block;
  position: absolute;
  width: 100%;
  padding: 0.5rem 0;
  border: 1px solid #ffffff;
  z-index: 100;
  transform: translateY(2.5rem);
  background: #003D6F;
  top: 0;
  color: #ffffff;
  text-align: center;
}
.service-preview-wrapper .element .service-preview {
  height: 15rem;
  width: 17rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 2.5rem;
  transition: 300ms;
}
.service-preview-wrapper .element .service-preview .service-preview-content .service-preview-icon {
  width: 3rem;
  height: 3rem;
  margin: 1rem auto;
}
.service-preview-wrapper .element .service-preview .service-preview-content .service-preview-heading {
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}

body:not([data-editor=true]) .service-preview:hover {
  position: relative;
  animation: inset 300ms both;
}
body:not([data-editor=true]) .service-preview:hover .service-preview-description p {
  visibility: hidden;
}
body:not([data-editor=true]) .service-preview:hover .service-preview-description::after {
  visibility: visible;
  opacity: 1;
}

@keyframes inset {
  0% {
    box-shadow: inset 0 0 0 0 currentColor;
  }
  100% {
    box-shadow: inset 0 0 0 26px currentColor, inset 0 0 0 28px #ffffff;
  }
}
.service-preview-dark-bg {
  color: #001132;
  background: #001132;
}

.service-preview-default-bg {
  color: #003D6F;
  background: #003D6F;
}

.service-preview-light-bg {
  color: #0067bc;
  background: #0067bc;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22compile.scss%22,%22combined-variables.scss%22,%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/_visibility.scss%22,%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/_transition.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAMA;EAEG;EACA;;AAGA;EAEG;EACA;EACA;;AAEA;EAEG;EACA;;AAEA;EAEG;EACA;EACA,OCfE;EDgBF;EACA;;AAGH;EEgCN;EACA;ECnCA,YAPU;EHaD;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YCpCE;EDqCF;EACA,OClCE;EDmCF;;AAIN;EAEG;EACA;EACA;EACA;EACA;EACA;EACA,YAvDS;;AA2DN;EAEG;EACA;EACA;;AAGH;EAEG,OC5DD;ED6DC;EACA;EACA;;;AAOf;EAEG;EAeA;;AAXG;EAEG;;AAGH;EEnCH;EACA;;;AF2CH;EAEG;IAEG;;EAEH;IAEG;;;AAKN;EAEG,OCg3BgB;ED/2BhB,YC+2BgB;;;AD52BnB;EAEG,OCnHW;EDoHX,YCpHW;;;ADuHd;EAEG,OCxHiB;EDyHjB,YCzHiB%22,%22file%22:%22output-68b6cedb683be.css%22%7D */
