/* -------------------- Allgemein BEGINN -------------------- */

body {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-family: futura-pt, sans-serif; /*Für Fließtext immer die Futura PT nehmen*/
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: aileron, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: aileron, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.fs-normal {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
a {
  color: #00689c;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
a:hover {
  color: #00689c;
}
.icon-footer {
  width: 120px;
  height: 120px;
  margin: 0rem 0rem 1rem;
}
.img-portfolio {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* -------------------- Allgemein ENDE -------------------- */



/* -------------------- Margin BEGINN -------------------- */

.margin-top {
  margin-top: 0px;
}
.margin-bottom {
  margin-bottom: 0px;
}
.margin-y {
  margin: 0px;
}
@media (min-width: 992px) {
  .margin-top {
    margin-top: 250px;
  }
  .margin-bottom {
    margin-bottom: 250px;
  }
  .margin-y {
    margin: 250px 0px;
  }
}

/* -------------------- Margin ENDE -------------------- */



/* -------------------- Color BEGINN -------------------- */

.color-01 {
  color: #23328a; /*dunkel blau*/
}
.color-02 {
  color: #00689c; /*hell blau*/
}
.color-03 {
  color: #f5f5f5; /*grau hell*/
}
.color-04 {
  color: #000; /*schwarz*/
}
.color-05 {
  color: #fff; /*weiß*/
}
.color-06 {
  background-image: linear-gradient(to right, #00689c 0%, #23328a 100%); /*Verlauf blau*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-color-01 {
  background-color: #23328a; /*dunkel blau*/
}
.bg-color-02 {
  background-color: #00689c; /*hell blau*/
}
.bg-color-03 {
  background-color: #f5f5f5; /*grau hell*/
}
.bg-color-04 {
  background-color: #000; /*schwarz*/
}
.bg-color-05 {
  background-color: #fff; /*weiß*/
}
.bg-color-06 {
  background-image: linear-gradient(to right, #00689c 0%, #23328a 100%); /*Verlauf blau*/
}

/* -------------------- Color ENDE -------------------- */



/* -------------------- Background IMG BEGINN -------------------- */

.bg-card-front {
  background-image: linear-gradient(to bottom, rgba(255,255,255, 0), rgba(255,255,255, 0.7)), url("../images/background/005--179698113.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-color: rgba(255,255,255,0.7);
  background-blend-mode: overlay;
}
.bg-caddata-3d {
  background-image: linear-gradient(to right, rgba(0,0,0, 0), rgba(0,0,0, 1)), url("../images/background/004--193307850.jpg");
  background-size: cover;
  background-position: center;
}
.bg-onlineshop {
  background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 1)), url("../images/background/009--623596722.jpg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.bg-onlineshop-card {
  background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 1)), url("../images/background/010--175890875.jpg");
  background-size: cover;
  background-position: center;
}
.bg-kontakt {
  background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 1)), url("../images/background/003--104054084.jpg");
  background-size: cover;
  background-position: center;
}
.bg-social-media {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../images/background/001--659336013.jpg");
  background-size: cover;
  background-position: top;
}
.bg-footer-end {
  background-image: url("../images/background/002--273031183.jpg");
  background-size: cover;
  background-position: center;
}

/* -------------------- Background IMG ENDE -------------------- */



/* -------------------- Parallax BEGINN -------------------- */

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* -------------------- Parallax ENDE -------------------- */



/* -------------------- Border BEGINN -------------------- */

.border-top {
  border-top: 5px solid #000 !important;
}
.border-bottom {
  border-bottom: 5px solid #000 !important;
}
.border-left {
  border-left: 5px solid #000 !important;
}
.border-right {
  border-right: 5px solid #000 !important;
}

/* -------------------- Border ENDE -------------------- */



/* -------------------- Scroll Top BEGINN -------------------- */

.scroll-top {
  display: none !important;
  color: #fff;
  font-weight: bold;
  background-color: rgba(43, 43, 43, 0.60);
  right: 35px;
  bottom: 4%;
  position: fixed;
  transition: all .35s;
  box-shadow: 1px 0px 2px #333;
  font-size: 0.7rem;
  z-index: 9;
}
.scroll-top:hover {
  color: #1D1D1B;
  text-decoration: none;
}
@media (min-width: 992px) {
  .scroll-top {
    display: block !important;
  }
}

/* -------------------- Scroll Top ENDE -------------------- */



/* -------------------- Top Info BEGINN -------------------- */

.top-info {
  background-image: linear-gradient(to top, rgba(0,0,0, 0), rgba(0,0,0, 1)), url("../images/background/007--658585213.jpg");
  background-size: cover;
  background-position: center;
}
.wrappertinfo {
  display: inline-flex;
  margin: 0.5em 0em 0.5em 0em;
}
.wrapinner {
  display: inline-flex;
  font-size: 0.8em;
  text-align: start;
  color: #fff;
}
.wrapinner a {
  color: #fff;	
}
.wrapinner a:hover {
  color: #00689c;
}
.wrapout {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.5em;
}
.tinfoicon {
  display: inline-flex;
  align-items: center;
}
.icon {
  font-size: 3em;
  width: 1em;
}
@media (min-width: 992px) {
  .wrappertinfo {
    display: inline-flex;
  }
  .wrapinner {
    display: inline-flex;
    font-size: 1em;
  }
  .wrapout {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0.5em;
  }
  .tinfoicon {
    display: inline-flex;
    align-items: center;
  }
  .icon {
    font-size: 4em;
  }
}
.tinfo {
  display: flex;
  place-content: center space-around;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .tinfo {
    display: flex;
    flex-direction: row;
    place-content: center space-evenly;
    align-items: center;
    justify-content: space-around;
  }
}

/* -------------------- Top Info ENDE -------------------- */



/* -------------------- hr style BEGINN -------------------- */

.hr-style {
  background-image: url(../images/border.svg);
  background-size: contain;
  width: 100%;
  height: 10px !important;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  opacity: 1;
}

/* -------------------- hr style ENDE -------------------- */



/* -------------------- Öffnungszeiten Tabelle BEGINN -------------------- */

.table {
  border-color: transparent;
}
.table .table {
  background-color: transparent;
  color: #fff;
}
.table-black {
  background-color: transparent !important;
  color: #fff;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #00689c;
  color: #f5f5f5;
  font-weight: 400;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}

/* -------------------- Öffnungszeiten Tabelle ENDE -------------------- */



/* -------------------- Datenschutz Button BEGINN -------------------- */

.btn-success {
  color: #fff;
  background-color: #b09e80;
  border-color: #b09e80;
}
.btn-success:hover {
    color: #fff;
    background-color: #b09e80;
    border-color: #b09e80;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #b09e80 !important;
  border-color: #b09e80 !important;
  box-shadow: 0 0 0 .25rem rgba(176,158,128,0.50) !important;
}
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #b09e80;
  background-image: none;
  border-color: #b09e80
}
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(176,158,128,0.50);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #b09e80;
  background-image: none;
  border-color: #b09e80;
}

/* -------------------- Datenschutz Button ENDE -------------------- */



/* -------------------- Effekte BEGINN -------------------- */

.tada {
  -webkit-animation: tada 5s infinite;
  animation: tada 5s infinite;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
.zoom {
  -webkit-animation: zoom 4s ease-in;
  animation: zoom 4s ease-in;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* -------------------- Effekte ENDE -------------------- */



/* -------------------- Image Grid BEGINN -------------------- */ 

.first-img {
  width: 90%;
  height: auto;
  float: right;
  object-fit: cover;
}
.second-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.third-img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .first-img {
    width: 100%;
  }
  .third-img {
    width: 100%;
    height: auto;
  }
} 

/* -------------------- Image Grid ENDE -------------------- */ 



/* -------------------- Shake-it BEGINN -------------------- */

.shake-it1 {
  opacity: 1;
  color: #fff;	
  background-color: #23328a;
  border-radius: 25%;
  padding: 0.35rem;
  margin-left: 0.35rem;
}
.shake-it1.active {
  opacity: 1;
}
.active.shake-it1 {
  animation: shakeit1 4s ease;
  animation-delay: 1s;
}
@keyframes shakeit1 {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.5);
  }
  20% {
    transform: scale(1.5) rotate(-5deg);
  }
  25% {
    transform: scale(1.5) rotate(5deg);
  }
  30% {
    transform: scale(1.5) rotate(-3deg);
  }
  35% {
    transform: scale(1.5) rotate(2deg);
  }
  40% {
    transform: scale(1.5) rotate(0);
  }
}
.shake-it2 {
  opacity: 1;
  color: #fff;	
  background-color: #23328a;
  border-radius: 25%;
  padding: 0.35rem;
  margin-left: 0.35rem;
}
.shake-it2.active {
  opacity: 1;
}
.active.shake-it2 {
  animation: shakeit2 4s ease;
  animation-delay: 3s;
}
@keyframes shakeit2 {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.5);
  }
  20% {
    transform: scale(1.5) rotate(-5deg);
  }
  25% {
    transform: scale(1.5) rotate(5deg);
  }
  30% {
    transform: scale(1.5) rotate(-3deg);
  }
  35% {
    transform: scale(1.5) rotate(2deg);
  }
  40% {
    transform: scale(1.5) rotate(0);
  }
}
.shake-it3 {
  opacity: 1;
  color: #fff;	
  background-color: #23328a;
  border-radius: 25%;
  padding: 0.35rem;
  margin-left: 0.35rem;
}
.shake-it3.active {
  opacity: 1;
}
.active.shake-it3 {
  animation: shakeit3 4s ease;
  animation-delay: 5s;
}
@keyframes shakeit3 {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.5);
  }
  20% {
    transform: scale(1.5) rotate(-5deg);
  }
  25% {
    transform: scale(1.5) rotate(5deg);
  }
  30% {
    transform: scale(1.5) rotate(-3deg);
  }
  35% {
    transform: scale(1.5) rotate(2deg);
  }
  40% {
    transform: scale(1.5) rotate(0);
  }
}
.shake-it4 {
  opacity: 1;
  color: #fff;	
  background-color: #23328a;
  border-radius: 25%;
  padding: 0.35rem;
  margin-left: 0.35rem;
}
.shake-it4.active {
  opacity: 1;
}
.active.shake-it4 {
  animation: shakeit4 4s ease;
  animation-delay: 7s;
}
@keyframes shakeit4 {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.5);
  }
  20% {
    transform: scale(1.5) rotate(-5deg);
  }
  25% {
    transform: scale(1.5) rotate(5deg);
  }
  30% {
    transform: scale(1.5) rotate(-3deg);
  }
  35% {
    transform: scale(1.5) rotate(2deg);
  }
  40% {
    transform: scale(1.5) rotate(0);
  }
}

/* -------------------- Shake-it ENDE -------------------- */



/* -------------------- Inviewport img BEGINN -------------------- */

[data-inviewport] img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 1;
}
[data-inviewport="zoomout"] {
  transition: all 10s ease;
  transform: scale(0.5);
}
[data-inviewport="zoomout"].is-inViewport {
  transform: scale(1);
}
[data-inviewport="zoomout2"] {
  transition: all 10s ease;
  transform: scale(1.3);
}
[data-inviewport="zoomout2"].is-inViewport {
  transform: scale(1);
}
.container-inviewport {
  padding: 0;
  overflow: hidden;
  height: 600px;
  position: relative;
  z-index: -1;
}

/* -------------------- Inviewport img ENDE -------------------- */



/* -------------------- Review Cards BEGINN -------------------- */

.wrapper-review {
  position: relative;
  margin: auto;
  left: 7%;
  z-index: 9;
}
.card-review {
  width: auto;
  height: 500px;
  margin: 1em;
  perspective: 1500px;
}
.card-review .content {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
}
.more {
  display: none;
}
.more:checked ~ .content {
  transform: rotateY(180deg);
}
.front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 6px;
}
.front .inner {
  height: 100%;
  padding: 1.5em;
  transform: translateZ(80px) scale(0.94);
}
.front:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
  backface-visibility: hidden;
}
.front .inner {
  display: inline-block;
  text-align: center;
  color: #666666;
}
.back .inner {
  color: #666666;
  justify-items: center;
}
.button-front {
  width: 75px;
  height: 75px;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.button-front:hover {
  transform: scale(1.2);
  transition: .35s ease;
}

/* -------------------- Review Cards ENDE -------------------- */



/* -------------------- Leistungsspektrum BEGINN -------------------- */

.leistung-card {
  position: relative;
  height: 20rem;
  overflow: hidden;
  border-radius: 0.5rem;
  flex: 1;
  min-width: 290px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.leistung-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
  z-index: 0;
}
.leistung-card__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.leistung-card__image {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  *z-index: -1;
}
.leistung-card__text-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0rem;
  padding: 1rem;
  color: #fff;
  transition: background-color 1.5s ease;
}
.leistung-card__title {
  transition: color 1s ease;
  margin-bottom: .5rem;
}
.leistung-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}
@media (min-width: 900px) {
  .leistung-card:hover .leistung-card__details-wrapper {
    max-height: 21rem;
    opacity: 1;
  }
  .leistung-card:hover .leistung-card__text-wrapper {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
  }
  .leistung-card:hover .leistung-card__title {
    color: #004e9e;
  }
  .leistung-card:hover .leistung-card__image {
    transform: scale(1.2);
    *z-index: -1;
  }
}
.leistung-card__excerpt {
  font-weight: 300;
}
.leistung-card__read-more {
  font-weight:500;
  color: #fff;
  background: #142e42;
  border: 3px solid #fff;
  outline: 2px solid #004e9e;
  display: block;
  padding: 0.4rem 0.6rem;
  border-radius: 0.3rem;
  margin-top: 1rem;
  font-size: 0.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  width: 8rem;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.leistung-card__read-more:hover {
  background: #fff;
  font-weight:500;
  color:#004e9e;
  width: 8rem;
  border: 3px solid #fff;
  outline: 2px solid #142e42;
}
.leistung-card__read-more svg {
  animation: pulse 3s infinite;
  transition: 3s infinite;
  color: #fff;
}
.leistung-card__read-more:hover svg {
  animation: none;
  color: #004e9e;
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* -------------------- Leistungsspektrum ENDE -------------------- */



/* -------------------- Teaserboxen BEGINN -------------------- */

.teaser-card {
  border: none;
  background-color: transparent;
}
.teaser-card-body {
  text-align: center;
  background-color: transparent;
  background-size: cover;
  border-radius: 15px;
  color: #666666;
}
.teaser-card-icon {
  width: 120px !important;
  height: 120px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 120px;
  transition: .5s;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 10px 10px 15px #cccccc;
}


/* -------------------- Teaserboxen ENDE -------------------- */



/* -------------------- Social Media BEGINN -------------------- */

.effect:nth-child(2) {
  margin-top: 50px;
}
.effect .buttons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.effect a:last-child {
  margin-right: 0px;
}
.effect a {
  text-decoration: none !important;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 20px;
  font-size: 25px;
  overflow: hidden;
  position: relative;
}
.effect a i {
  position: relative;
  z-index: 3;
}
.effect a.fb {
  background-color: #3b5998;
}
.effect a.insta {
  background: linear-gradient(35deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
}
.effect a.youtube {
  background-color: #c4302b;
}
.effect.social-media a {
  transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
}
.effect.social-media a i {
  transition: transform 0.2s linear 0s;
}
.effect.social-media a:hover {
  transform: rotate(-90deg);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: #fff;
}
.effect.social-media a:hover svg {
  transform: rotate(90deg) !important;
}

/* -------------------- Social Media ENDE -------------------- */



/* -------------------- Wave BEGINN -------------------- */

.wave {
  position: absolute;
  top: 0;
}
.wave-2 {
  position: absolute;
  bottom: 0;
}
.wrapper-wave {
  position: relative;
  width: 100%;
  height: 150px;
}

/* -------------------- Wave ENDE -------------------- */



/* -------------------- List Style BEGINN -------------------- */

.ollist {
  list-style: none;
  counter-reset: cardCount;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}
.ollist li {
  counter-increment: cardCount;
  display: flex;
  color: #fff;
  --arrowClipSize: 1.5rem;
  margin-top: 1rem;
}
.ollist li::before {
  content: counter(cardCount, decimal-leading-zero);
  background-image: linear-gradient(to right, #00689c 0%, #23328a 100%);
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  transform: translateY(calc(-1 * 1rem));
  margin-right: calc(-1 * 1rem);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0.5em;
}
.ollist li .content {
  width: 100%;
  background-color: #000;
  border: 1px solid #fff;
  --inlinePadding: 1em;
  --boxPadding: 0.5em;
  display: grid;
  padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize)) var(--boxPadding) calc(var(--inlinePadding) + 1rem);
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 0.25em 1em;
  clip-path: polygon(0 0, calc(100% - var(--arrowClipSize)) 0, 100% 50%, calc(100% - var(--arrowClipSize)) 100%, calc(100% - var(--arrowClipSize)) calc(100% + 1rem), 0 calc(100% + 1rem));
  position: relative;
  min-width: 0rem;
}
@media (min-width: 992px) {
.ollist li .content {
  background-color: #000;
  border: 1px solid #fff;
  --inlinePadding: 1em;
  --boxPadding: 0.5em;
  display: grid;
  padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize)) var(--boxPadding) calc(var(--inlinePadding) + 1rem);
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 0.25em 1em;
  clip-path: polygon(0 0, calc(100% - var(--arrowClipSize)) 0, 100% 50%, calc(100% - var(--arrowClipSize)) 100%, calc(100% - var(--arrowClipSize)) calc(100% + 1rem), 0 calc(100% + 1rem));
  position: relative;
  *min-width: 50rem;
}
}
.ollist li .content::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #fff;
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  filter: brightness(0.75);
}
.ollist li .content::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
  left: 0;
  top: 100%;
}
.ollist li .content .text {
  *grid-area: text;
}

/* -------------------- List Style BEGINN -------------------- */



/* -------------------- Video-Container ANFANG ----------------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -------------------- Video-Container ENDE ----------------------- */



/* -------------------- CADdata Fräscenter Card BEGINN -------------------- */

.nft {
  user-select: none;
  max-width: 100%;
  margin: auto;
  border: 1px solid #cccccc;
  background-color: #000;
  background: linear-gradient(0deg, #000 0%, rgba(51,51,51,0.85) 100%);
  box-shadow: 0 7px 20px 5px #000000;
  border-radius: 0.7rem;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  overflow: hidden;
  transition: 0.5s all;
}
.nft hr {
  width: 100%;
  border: none;
  border-bottom: 1px solid #888888;
  margin-top: 0;
}
.nft ins {
  text-decoration: none;
}
.nft .main {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
}
.nft .main .tokenImage {
  border-radius: 0.5rem;
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 1rem;
}
.nft .main .description {
  margin: 0.5rem 0;
  color: #cccccc;
}
.nft .main .creator {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  margin-bottom: -0.3rem;
}
.nft .main .creator ins {
  color: #fff;
  text-decoration: none;
}
.nft .main .creator .wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ffffff;
  padding: 0.3rem;
  margin: 0;
  margin-right: 0.5rem;
  border-radius: 100%;
  box-shadow: inset 0 0 0 4px #000000;
}
.nft .main .creator .wrapper img {
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  margin: 0;
}
.nft ::before {
  position: fixed;
  content: "";
  box-shadow: 0 0 100px 40px #ffffff08;
  top: -10%;
  left: -100%;
  transform: rotate(-45deg);
  height: 60rem;
  transition: 0.7s all;
}
.nft:hover {
  border: 1px solid #ffffff44;
  box-shadow: 0 7px 50px 10px #000000aa;
  transform: scale(1.015);
  filter: brightness(1.3);
}
.nft:hover ::before {
  filter: brightness(0.5);
  top: -100%;
  left: 200%;
}
.bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg h1 {
  font-size: 20rem;
  filter: opacity(0.5);
}

/* -------------------- CADdata Fräscenter Card ENDE -------------------- */



/* -------------------- Informationen Card BEGINN -------------------- */

.card-section {
  background-color: #000;
  color: #fff;
  min-height: 300px;
  height: 100%;
}
.img-section-wrapper {
  position: relative;
  margin: auto;
  display: flex;
  height: 300px;
  padding: 0rem 0.25rem;
  box-shadow: -60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000;
}
@media (min-width: 992px) {
.img-section-wrapper {
  position: relative;
  margin: auto;
  display: flex;
  height: auto;
  padding: 0rem 0.25rem;
  box-shadow: -60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000;
}
}
.img-section-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  height: 300px;
  min-height: 300px;
}
.card-section .img-section-container .img-section-effect {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: transform 3s ease;
  transition: transform 3s ease;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.card-section:hover .img-section-container .img-section-effect {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.img-section-bg1 {
  background-image: url("../images/reviews/002--226006353.jpg");
}
.img-section-bg2 {
  background-image: url("../images/teaser/012--276055916.jpg");
}
.img-section-bg3 {
  background-image: url("../images/teaser/005--181543188.jpg");
}
.img-section-bg4 {
  background-image: url("../images/teaser/013--622003126.jpg");
}
.img-section-bg5 {
  background-image: url("../images/teaser/010--50783460.jpg");
}
.img-section-bg6 {
  background-image: url("../images/teaser/011--274397217.jpg");
}
.img-section-bg7 {
  background-image: url("../images/teaser/009--600805326.jpg");
}
.text-section {
  padding: 2rem 1.5rem 2rem 1.5rem;
}
.icon-section {
  margin: 2rem auto;
  width: 100%;
  height: 70px;
  max-width: 70px;
  background-image: linear-gradient(to right, #00689c 0%, #23328a 100%);
  border-radius: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s ease;
  background-position: 0px;
  background-size: 200px;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.card-section:hover .icon-section {
  background-position: -120px;
  transition: all 0.5s ease;
}

/* -------------------- Informationen Card ENDE -------------------- */



/* -------------------- OnlineShop BEGINN -------------------- */

.flip-box {
  position: relative;
  opacity: 0;
  display: grid;
  margin: -25% auto 0 auto;
  z-index: 9;
  width: 75%;
  height: auto;
  color: #fff;
  text-align: center;
}
.flip-box.active {
  opacity: 1;
}
.active.flip-box-text {
  animation-name: flip-box-text;
  animation-timing-function: ease-in;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.35s;
  opacity: 0;
}
@keyframes flip-box-text {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.flip-card {
  width: 100%;
  height: 500px;
}
.flip-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.flip {
  opacity: 0;
}
.flip.active {
  opacity: 1;
}
.active.flip {
  opacity: 1;
  animation-name: flip;
  animation-timing-function: ease-in;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.flip.flip-img1 {
  opacity: 1;
  animation-delay: 0s;
}
.flip.flip-img2 {
  opacity: 1;
  animation-delay: 0.5s;
}
.flip.flip-img3 {
  opacity: 1;
  animation-delay: 1s;
}
.flip.flip-img4 {
  opacity: 1;
  animation-delay: 1.5s;
}
@keyframes flip {
  0% {
    transform: rotateY(0.0turn);
    opacity: 1;
  }
  100% {
    transform: rotateY(-0.5turn);
    opacity: 0.5;
  }
}

/* -------------------- OnlineShop ENDE -------------------- */