body {
  background: linear-gradient(to bottom right, #1A1552, #3864B2, #3864B2, #244b8f, #1e4383);
  margin: 0;
}

header {
 text-align: center; 
}
header img {
  display: block;
  margin: 5rem auto;
}
.container {
  display: block;
  justify-content: center;
  align-items: center;
  
}

.w3-spin-mse {
  animation: w3-spin-mse 6s infinite linear
}

@keyframes w3-spin-mse {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(359deg)
  }
}

.sofia-font {
  font-family: "Sofia", sans-serif;
}

.audiowide-font {
  font-family: "Audiowide", sans-serif;
}

.container {
  display: flex;
  align-items: center;
}

.neu {
  transform: rotate(-90deg) scaleY(1.6);
  position: absolute;
  color: #02409c;
  font-size: 5rem;
  font-weight: bold;
  top: 35px;
  right: 5px;
  z-index: 1;
}

.stretched-text {
  transform: scaleY(1.6); /* Wert für die Streckung anpassen */
  display: inline-block;
}


@media  (max-width: 601px) { 
  .header-logo {
    max-width: 100% !important;
  }
}

.linkboxstyle { 
  box-shadow: 3px 5px 10px aliceblue, 0 1em 1em #1e3f77, 0 1em 0.5em #1e3f77; 
}

.mse-font-large {
  font-size: 1.8em;
}

@media screen and (min-width: 601px) {
  div.mse-font-large {
    font-size: 3em;
  }
}

.mse-td-double-grey {
  text-decoration: underline;
  text-decoration-style:  double;
  text-decoration-color:  rgb(198, 214, 247); 
  text-shadow: 1px 1px rgb(198, 214, 247);
}