* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-size: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  color: #fff;
}

h1,
h2 {
  text-shadow: 1px 2px 2px #14dcff;
}

h2 {
  font-size: 14px;
}

body {
  height: 100%;
  width: 100%;
  background-color: #000;
  color: #fff;
}

.app {
  background: linear-gradient(180deg, #05060f, #01044b, #05060f);
  background-repeat: no-repeat;
}

.app-container {
  width: 100%;
  overflow-y: auto;
}

.header {
  position: relative;
  height: auto;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0px 0px 10px 3px rgba(30, 9, 30, 0.75);
  margin: auto;
}

.header,
.main {
  width: 100%;
  max-width: 1400px;
}

.header-container {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 5px;
}

.main {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  flex-wrap: wrap;
}

.blocks-container {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 0;
  align-items: center;
  padding: 20px 15px 15px 15px;
}

.left-column-content,
.right-column-content {
  width: 20%;
}

.menu-list ul {
  background-color: #0e020ecc;
  border-radius: 10px;
  box-shadow: 0 0 10px 3px #c045b6;
  display: flex;
  justify-content: center;
  margin: 5px 0;
  padding: 10px;
  max-width: 100vw;
}

.s-panel {
  width: 95%;
}

.panel-title,
.title {
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 1px 2px 2px #14dcff;
  margin-bottom: 10px;
}

.title {
  margin: 20 auto;
}

.cxm-slider {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}

.cxm-slider img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 6s ease;
}

.cxm-slider img.active {
  opacity: 1;
}

/*.header-menu {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  visibility: visible;
}*/

.header-menu {
  display: flex;
  justify-content: center; /* Zentriert das Menü sauber */
  margin: 20px auto;       /* Abstand nach oben und unten, zentriert den Block */
  position: relative;      /* Hebt das absolute Festkleben am oberen Rand auf */
  width: 100%;             /* Nutzt die volle Breite aus */
  max-width: 1400px;       /* Passt sich perfekt an die Breite deines Headers an */
  z-index: 3;
  visibility: visible;
}

.header-menu-list {
  background-color: #0e020ecc;
  border-radius: 10px;
  box-shadow: 0 0 10px 3px #c045b6;
  display: flex;
  justify-content: center;
  margin: 5px 0;
  padding: 10px;
  width: 100%;
  max-width: 400px;
}

.menu-item {
  cursor: pointer;
  margin: 0 10px;
}

.menu-item:hover {
    font-weight: bold;
    cursor: pointer;
    margin: 0 10px;
}

.item {
  color: #fff;
  text-decoration: none;
}

.item,
.item:hover {
  transition: all 0.3s ease-in-out;
}

.item:hover {
  color: #f467f9;
  text-shadow: 1px 2px 2px #430e93;
  transform: scale(1.05);
}

.button {
  background-color: #8a066d;
  border: 1px solid #dda0dd66;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #712071e6;
}

.slider-image {
  border-radius: 5px;
  height: 450px;
  outline: none;
  width: 100%;
}

.navigation-container {
  width: 100%;
}

.navigation-container h2 {
  cursor: pointer;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-align: center;
  text-shadow: 1px 2px 2px #14dcff;
}

.navigation-container h2 span {
  display: inline-block;
  transition: 0.5s ease;
}

.navigation-container h2:hover span {
  transform: translateY(-10px);
}

.navigation-container h2:hover span:nth-child(2) {
  transition-delay: 0.1s;
}

.navigation-container h2:hover span:nth-child(3) {
  transition-delay: 0.2s;
}

.navigation-container h2:hover span:nth-child(4) {
  transition-delay: 0.3s;
}

.navigation-container h2:hover span:nth-child(5) {
  transition-delay: 0.4s;
}

.navigation-container h2:hover span:nth-child(6) {
  transition-delay: 0.5s;
}

.navigation-container h2:hover span:nth-child(7) {
  transition-delay: 0.6s;
}

.navigation-container h2:hover span:nth-child(8) {
  transition-delay: 0.7s;
}

.navigation-container h2:hover span:nth-child(9) {
  transition-delay: 0.8s;
}

.navigation-container h2:hover span:nth-child(10) {
  transition-delay: 0.9s;
}

.navigation-list {
  background: linear-gradient(90deg, #0c062c, #88068a99 50%, #0c062c);
  border-bottom: 1px solid #88068acc;
  border-left: 1px solid #88068acc;
  border-right: 1px solid #88068acc;
  border-radius: 5px;
  border-top: 2px solid #88068a;
  padding: 10px;
}

.navigation-item {
  margin: 7px 0;
}

.navigation-item a {
  word-wrap: break-word;
  color: #fff;
  font-size: 12px;
  overflow-wrap: break-word;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navigation-item a:hover {
  color: #f511f8;
}

.side:hover {
    font-weight: bold;
}

.user-info-container {
  border-radius: 5px;
  box-shadow: 0 0 10px #00000026;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 95%;
}

.user-info-container h2 {
  cursor: pointer;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-align: center;
}

.user-info-container h2 span {
  display: inline-block;
  transition: transform 0.5s ease;
}

.user-info-container:hover h2:hover span {
  transform: translateY(-10px);
}

.user-info-container h2:hover span:nth-child(2) {
  transition-delay: 0.1s;
}

.user-info-container h2:hover span:nth-child(3) {
  transition-delay: 0.2s;
  transition-delay: 0.3s;
}

.user-info-container h2:hover span:nth-child(4) {
  transition-delay: 0.4s;
}

.user-info-container h2:hover span:nth-child(5) {
  transition-delay: 0.5s;
}

.user-info-container h2:hover span:nth-child(6) {
  transition-delay: 0.6s;
}

.user-info-container h2:hover span:nth-child(7) {
  transition-delay: 0.7s;
}

.user-info-container h2:hover span:nth-child(8) {
  transition-delay: 0.8s;
}

.user-info a {
  word-wrap: break-word;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 5px;
  overflow-wrap: break-word;
  transition: color 0.3s ease;
}

.user-info a:hover {
  color: #f511f8;
}

.user-info {
  background: linear-gradient(90deg, #0c062c, #88068a99 50%, #0c062c);
  border-bottom: 1px solid #88068acc;
  border-radius: 5px;
  border-right: 1px solid #88068acc;
  border-top: 2px solid #88068a;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 10px;
}

.avatar {
  border: 3px solid #f790f766;
  border-radius: 50%;
  box-shadow: 0 2px 1px #3c0fac;
  cursor: pointer;
  height: auto;
  margin: 0 auto 10px;
  object-fit: cover;
  transition: transform 2s ease-in-out;
  width: 100px;
}

.avatar:hover {
  transform: rotate(1turn) scale(1.1);
}

.no-news-container {
  align-items: center;
  background: linear-gradient(90deg, #0c062c 10%, #671c8dcc 50%, #0c062c 90%);
  border: 1px solid #671c8d99;
  border-radius: 5px;
  border-top: 2px solid #671c8d;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: auto auto 20px;
  padding: 15px;
  width: 95%;
}

.no-news-container h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.no-news-container p {
  color: #fff;
  font-size: 12px;
}

.title-container {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.title {
  cursor: pointer;
  font-size: 30px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.title span {
  display: inline-block;
  transition: transform 0.5s ease;
}

.title:hover span {
  transform: translateY(-10px);
}

.title:hover span:nth-child(2) {
  transition-delay: 0.1s;
}

.title:hover span:nth-child(3) {
  transition-delay: 0.2s;
}

.title:hover span:nth-child(4) {
  transition-delay: 0.3s;
}

.news-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.news-block {
  background: linear-gradient(90deg, #0c062c 10%, #671c8dcc 50%, #0c062c 90%);
  border: 1px solid #671c8d99;
  border-radius: 5px;
  border-top: 2px solid #671c8d;
  margin: 0 auto;
  padding: 15px;
  width: 95%;
}

.news-subtitle,
.news-title {
  text-align: center;
  width: 100%;
}

.news-subtitle {
  font-size: 12px;
}

.news-image {
  display: block;
  height: auto;
  margin: 10px auto;
  max-width: 100%;
}

.news-text {
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.main-column-content {
  flex-grow: 1;
  margin: 0 auto;
  width: 60%;
}

.main-shadow {
  align-items: center;
  background-color: #030427cc;
  border-radius: 5px;
  box-shadow: 0 0 10px 3px #6b1297;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100%;
  padding: 0px 5px 30px;
  width: 95%;
}

.header-shadow {
  align-items: center;
  background-color: #030427cc;
  border-radius: 5px;
  box-shadow: 0 0 10px 3px #6b1297;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.animation-border {
  border: 2px solid #d0f3;
  position: relative;
}

.animation-border:after,
.animation-border:before {
  animation: clippath 20s linear infinite;
  border: 2px solid #cb94e7;
  border-radius: 5px;
  bottom: -2px;
  content: '';
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 0.5s;
}

.animation-border:after {
  animation: clippath 20s linear -1.5s infinite;
}

.right-block {
  box-shadow: 0 0 10px 3px #8e0f73;
}

.right-border {
  border: 2px solid #8e0f7333;
  position: relative;
}

.right-border:after,
.right-border:before {
  animation: clippath 10s linear infinite;
  border: 2px solid #943981;
  border-radius: 5px;
  bottom: -2px;
  content: '';
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 0.5s;
}

.right-border:after {
  animation: clippath 10s linear -1.5s infinite;
}

.left-block {
  box-shadow: 0 0 10px 3px #840b86;
}

.left-border {
  border: 2px solid #840b8633;
  position: relative;
}

.left-border:after,
.left-border:before {
  animation: clippath 10s linear infinite;
  border: 2px solid #89388b;
  border-radius: 5px;
  bottom: -2px;
  content: '';
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 0.5s;
}

.left-border:after {
  animation: clippath 10s linear -1.5s infinite;
}

@keyframes clippath {
  0%,
  to {
    -webkit-clip-path: inset(0 0 98% 0);
    clip-path: inset(0 0 98% 0);
  }

  25% {
    -webkit-clip-path: inset(0 98% 0 0);
    clip-path: inset(0 98% 0 0);
  }

  50% {
    -webkit-clip-path: inset(98% 0 0 0);
    clip-path: inset(98% 0 0 0);
  }

  75% {
    -webkit-clip-path: inset(0 0 0 98%);
    clip-path: inset(0 0 0 98%);
  }
}

.footer {
  display: block;
  max-width: 1400px;
  background-color: #030427cc;
  box-shadow: 0 0 10px 3px #6b1297;
  margin: 0 auto;
  padding: 5px;
  border-radius: 5px;
}

.footer-block {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(90deg, #0c062c 10%, #671c8dcc 50%, #0c062c 90%);
  border: 1px solid #671c8d99;
  border-radius: 5px;
  border-top: 2px solid #671c8d;
  margin: 20px;
  padding: 15px;
}

.footer-block h2 {
  font-size: 14px;
  margin-bottom: 1rem;
}

.footer-block a {
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform-origin: left center;
  font-size: 12px;
  color: rgb(250, 156, 248);
  text-shadow: 1px 2px 2px rgb(88, 29, 238);
}

.footer-block a:hover {
  color: #fff;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 2px 2px rgb(217, 59, 217);
}

.box-footer {
  float: left;
  width: 100%;
  margin-right: 2%;
  padding: 20px;
  box-sizing: border-box;
}

.footer-copy {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.footer-a {
  text-align: left;
  flex: 1;
}

.footer-b {
  flex: 0;
}

.tbl-border {
  margin: 20px auto;
  width: 100%;
}

.textbox {
  color: #000;
}

.nav-header {
  max-width: 1400px;
}

.hamburger {
  display: none;
  position: absolute;
  right: 0;
}

.hamburger.is-active {
  display: none;
  position: absolute;
  right: 0;
}

.hamburgerx {
  display: none;
  position: absolute;
  right: 0;
}

.nav-mobile {
  display: none;
  background-color: var(--bgdark);
  background: var(--rgrad);
  transition: transform 0.55s ease;
}

.nav-links-m {
  display: none;
  margin: 0px;
  padding: 15px;
}

.nav-links-m ul li {
  list-style: none;
}


@media (max-width: 992px) {
  .main {
    flex-direction: row;
    align-items: flex-start;
    width: 95%;
  }

  .header {
    width: 95%;
  }

  .main-column-content {
    width: 100%;
    margin-bottom: 20px;
    order: 1; 
  }
  .main-shadow {
    width: 100%;
  }

  .left-column-content,
  .right-column-content {
    width: 47.5%; 
    order: 2; 
  }

  .blocks-container {
    flex-wrap: wrap; 
    display: flex;
    justify-content: space-between; 
  }

  .footer,
  .footer-copy {
    width: 95%;
  }
}

@media (max-width: 768px) {
  .footer-block {
    grid-template-columns: 1fr 1fr;
  }

  .nav-header {
    height: 30px;
  }

  .header-menu {
    visibility: hidden;
  }
  .nav-links {
    display: none;
  }

  .hamburger {
    display: block;
    margin-right: 10px;
  }

  .hamburger img {
    max-width: 50px;
  }

  .hamburger.is-active {
    display: none;
  }

  .hamburgerx {
    display: none;
  }

  .hamburgerx.is-active {
    display: block;
  }

  .hamburgerx.is-active img {
    max-width: 50px;
  }

  .nav-mobile {
    transition: none;
  }

  .nav-mobile.is-active {
    display: block;
  }

  .nav-links-m {
    display: block;
    font-size: 20px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .footer-block {
    grid-template-columns: 1fr;
  }
  .left-column-content,
  .right-column-content {
    width: 100%;
    order: 3;
  }

  .left-column-content {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .right-column-content {
    order: 3;
  }
}

@media (max-width: 480px) {
  .footer-copy {
    flex-direction: column;
    text-align: center;
  }

  .footer-a,
  .footer-b {
    flex: 1;
  }

  .main-column-content {
    width: 100%;
  }
}
