.section-services {
  background-color: var(--bg-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}



.services-container {
  min-height: 100vh;
  width: 100%;
  background-color: var(--bg-color);
}

.service-wrapper {
  padding: 0px 0%;
}

.standartü{
  display: flex;
  align-items: center;
  justify-content: center; /* Zentrierung des Textes */
  color: white;
  font-size: 5rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: transparent;
  letter-spacing: 4px;
  background: linear-gradient(8deg, rgb(224, 224, 226) 0%, rgb(74, 224, 217) 41%, rgb(201, 207, 216) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  padding-top: 6rem; 
  animation: slideBot 3s;
  }

.standartü:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  height: 8px;
  width: 80%;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05);
}

.standartü span {
  position: absolute;
  top: 100%;
  left: 20%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: aqua;
  animation: anim 5s linear infinite;

}

@keyframes anim {
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 88%;
  }
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7em;
  padding-top: 2rem;
  font-size: -1vw;
}

.card {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}


.card:after {
  content: "";
  position: absolute;
  top: 150%;
  left: -200px;
  width: 120%;
  transform: rotate(50deg);
  background-color: #fff;
  filter: blur(30px);
  opacity: 0.5; /* Korrektur */
  transition: 1s;
}

.card:hover:after {
  width: 225%;
  top: -100%;
}

.card i {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 4.8rem;
}

.card h2 {
  color: aliceblue;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.card p {
  text-align: center;
  width: 100%;
  margin: 12px 0;
  color: #fff;
}



.card:hover i {
  color: var(--hover-color);
}

.abba22{

padding-top: 3rem;

}


.ccenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}



@media screen and (max-width: 1200px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  
 
  
}

@media screen and (max-width: 700px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .standartü {
    font-size: 3.5rem; /* Korrektur */
  }

  .section-services{
  
    padding-top: 3rem;
  }
 



}

@media only screen and (max-width: 60em) {
  body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.squre {
  position: flex;
  width: 400px;
  height: 400px;
  margin: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.squre span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2.5px solid #12f7ff;;
  border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.squre span:nth-child(1) {
  -webkit-animation: animate33 6s linear infinite;
          animation: animate33 6s linear infinite;
}

.squre span:nth-child(2) {
  -webkit-animation: animate44 4s linear infinite;
          animation: animate44 4s linear infinite;
}

.squre span:nth-child(3) {
  -webkit-animation: animate55 10s linear infinite;
          animation: animate55 10s linear infinite;
}

.squre:hover span {
}

.squre .content {
  position: relative;
  padding: 40px 60px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 1000;
}

.squre .content h2 {
  margin-bottom: 30px;
}

.squre .content a {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  border: 1.5px solid #fff;
  margin-top: 30px;
  padding: 6px 18px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  border-radius: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.squre .content a:hover {
  background: #ffffff;
  color: #333333;
}

@-webkit-keyframes animate22 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate33 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes animate44 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes animate55 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}



#Kontakt a, dienst a {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  color: #12f7ff;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-decoration: none;
  font-size: 24px;
  overflow: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#Kontakt a:hover, dienst a:hover {
  color: #12f7ff;
  background: white;
  -webkit-box-shadow: 0 0 10px #12f7ff, 0 0 40px #12f7ff, 0 0 80px #12f7ff;
          box-shadow: 0 0 10px #12f7ff, 0 0 40px #12f7ff, 0 0 80px #12f7ff;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#Kontakt a span, dienst a span {
  position: absolute;
  display: block;
}

#Kontakt a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#2196f3));
  background: linear-gradient(90deg, transparent, #2196f3);
}

#Kontakt a span:nth-child(2) {
  top: -100%;
  right: 0;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2196f3));
  background: linear-gradient(180deg, transparent, #2196f3);
}

#Kontakt a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#2196f3));
  background: linear-gradient(270deg, transparent, #2196f3);
}

#Kontakt a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#2196f3));
  background: linear-gradient(360deg, transparent, #2196f3);
}

#Kontakt a:hover span:nth-child(1) {
  left: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

#Kontakt a:hover span:nth-child(2) {
  top: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

#Kontakt a:hover span:nth-child(3) {
  right: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

#Kontakt a:hover span:nth-child(4) {
  bottom: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

.squre-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.squre-border a {
  position: relative;
  color: #21ebff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4px;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0003);
}



.squre-border a:nth-child(3) {
  -webkit-filter: hue-rotate(270deg);
          filter: hue-rotate(270deg);
}

.squre-border a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #21ebff;
  border-left: 2px solid #21ebff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.squre-border a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #21ebff;
  border-right: 2px solid #21ebff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.squre-border a:hover {
  background: #21ebff;
  color: #111;
  -webkit-box-shadow: 0 0 50px #21ebff;
          box-shadow: 0 0 50px #21ebff;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.squre-border a:hover::before {
  width: 100%;
  height: 100%;
}

.squre-border a:hover::after {
  width: 100%;
  height: 100%;
}


.sssbox {
  position: relative;
  width: 400px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px;
  background: linear-gradient(235deg, #21ebff, #010615, #00bcd4);

  
}

.sssbox::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #fff;
  z-index: -1;
}

.sssbox::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #fff;
  z-index: -2;
  -webkit-filter: blur(40px);
          filter: blur(40px);
}

.sssbox::before, .sssbox::after {
  background: linear-gradient(235deg, #21ebff, #010615, #00bcd4);
}

.sssbox:nth-child(2)::before, .sssbox:nth-child(2)::after {
  background: linear-gradient(235deg, #21ebff, #010615, #00bcd4);
}

.sssbox:nth-child(3)::before, .sssbox:nth-child(3)::after {
  background: linear-gradient(235deg, #21ebff, #010615, #00bcd4);
}

.sssbox .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.lol32{

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 50vh;

}

.sssbox .imgbox img {
  max-width: 100%;
  opacity: .2;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.sssbox .content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 90px;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.sssbox .content h2 {
  font-size: 15px;
  color: #21ebff;
  line-height: 20px;
  letter-spacing: 1px;
}

.sssbox .content span {
  font-size: 10px;
  color: white;
  letter-spacing: 2px;
}

.sssbox:hover {
  height: 400px;
}

.sssbox:hover .imgbox img {
  opacity: 1;
}

.sssbox:hover .content {
  opacity: 1;
}

.section3322 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10rem 10rem; 
  font-size: 2rem;

}

.text-content {
  flex: 1;
  min-width: 300px;
  padding-right: 20px;
  z-index: 300;
}

.image-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  z-index: 300;
}

.image-content img {
  max-width: 500px;
  height: auto;
}

@media (max-width: 768px) {
  .section3322 {
      flex-direction: column;
      text-align: center;
  }

  .text-content {
      padding-right: 0;
      margin-bottom: 20px;
      font-size: 1rem;
  }

  .image-content img {
      max-width: 80%;
  }
}



.hhrr{

  padding: 10px 10px;


display: flex;
justify-content: center;
align-items: center;

}


