.bodybg {
  background-image: url("../pics/zh.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 150px;
}

.no-show {
  display: none;
}

@media (max-width: 1200px) {
  .bodybg {
    background-image: none;
  }
}

@media print {
  .no-print,
  .no-print * {
    display: none;
  }
  .no-show {
    display: flex;
  }
}

.bgvid {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}
.bgpic {
  object-fit: cover;
  width: 100vw;
  position: fixed;
  top: 30;
  left: 0;
  z-index: -10;
}

.text_outline {
  text-shadow: rgb(0 0 0 / 50%) -1px -1px 0px, rgb(0 0 0 / 50%) -1px 1px 0px, rgb(0 0 0 / 50%) 1px 1px 0px, rgb(0 0 0 / 50%) 1px -1px 0px;
}

.fixed-top {
  position: fixed;
  top: 0;
  z-index: 199;
  -webkit-transform: translateZ(0);
}

.content {
  padding-bottom: 160px;
  box-sizing: border-box;
}

/* DivTable.com */
.divTable {
  display: table;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  display: table-header-group;
}

.divTableCell,
.divTableHead {
  display: table-cell;
  padding: 3px 10px;
}

.divTableHeading {
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

.usertable th {
  min-width: 100px;
  background-color: #aebdc7;
  color: #001a26;
}
.usertable tr:nth-child(odd) {
  background-color: rgb(224, 224, 236);
}

.usertable tr:nth-child(even) {
  background-color: whitesmoke;
}

.usertable input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  transition: background-color 1s, border 1s, border-radius 1s;
}

.usertable input:focus {
  background-color: lightcyan;
  border: gray;
  border-radius: 0.5em;
}

.usertable select {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.usertable input[type="checkbox"] {
  background-color: rgb(190, 94, 30);
  border: black;
  border-width: 1px;
}

.k-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.opac {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.footer {
  z-index: 9999;
}

.datenschutz ul {
  list-style-type: disc;
  list-style-position: inside;
}

.profile-input {
  background-color: rgba(247, 246, 246, 0.986); /* Transparenter Hintergrund */
  border: none; /* Kein Rand */
  transition: background-color 0.5s ease, border 0.5s ease, border-radius 0.5s ease; /* Schnellerer Übergang */
}

.profile-input:focus {
  background-color: rgba(176, 182, 184, 0.8); /* Sichtbare Veränderung beim Fokus */
  border: 1px solid #ccc; /* Zeigt einen Rand an */
  border-radius: 4px; /* Rundungen beim Fokus */
}

.tab-button {
  transition: all 0.3s ease-in-out;
}

.active-tab {
  background-color: #f3f4f6;
  /* Leichter grauer Hintergrund für den aktiven Tab */
  border-bottom-color: #3b82f6;
  /* Blaue Unterstreichung */
  color: #1f2937;
  /* Textfarbe für aktiven Tab */
  border-top-left-radius: 0.375rem;
  /* Abgerundete obere linke Ecke */
  border-top-right-radius: 0.375rem;
  /* Abgerundete obere rechte Ecke */
}

.news-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.news-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}

.msv-overlay {
  will-change: clip-path;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #001a26, #0a4a60);
  clip-path: polygon(0% 90%, 100% 60%, 100% 100%, 0% 100%);
  pointer-events: none;
  rotate: 11;
  /* Keine Interaktion mit dem Overlay */
}

.msv-overlay-text {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
  transform: skew(-10deg, -9deg);
  /* Trapezförmige Verzerrung */
  transform-origin: bottom left;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
  /* Starker Textschatten */
  /* Ursprung der Verzerrung am unteren rechten Rand */
}

.msv-blue {
  color: #001a26;
}

.msv-blue-border {
  border-color: #001a26;
}

.msv-blue-background {
  background-color: #001a26;
}
