body {
  margin: 10px auto;
  padding: 0;
  color: #999999;
  background-color: #999999;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
}

#wrapper {
  background-color: #000000;
  margin: 0 auto;
  width: 90%;
  border-radius: 15px;
  padding: 20px;
}

/* oben */
header {
  margin: 0;
}

div#top {
  margin: 0px;
  padding: 15px;
  background-color: #000000;
  color: #FFFFFF;
  float: right;
  width: 20%;
}

.toptext {
  margin: 10px;
  padding: 10px 0px 0px 10px;
  font-size: 2.5em;
  font-family: 'Brush Script MT', cursive;
  font-weight: bold;
  color: #FBFBEF;
}

.toptextklein {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 30px;
  font-size: 1em;
  font-family: "Trebuchet MS", tahoma, arial, helvetica, verdana, sans-serif;
  font-weight: normal;
  color: #999999;
  font-style: italic;
}

.Laufband {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 30px;
  font-size: 1em;
  font-family: "Trebuchet MS", tahoma, arial, helvetica, verdana, sans-serif;
  font-weight: normal;
  color: #FF9E28;
  font-style: italic;
}

/* Modernes Laufband */
.marquee-container {
  clear: both;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 8px 0;
  background-color: #181818;
  border-top: 1px solid #3A3A3A;
  border-bottom: 1px solid #3A3A3A;
  color: #FF9E28;
  font-family: "Trebuchet MS", tahoma, arial, helvetica, verdana, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-x;
}

.marquee-viewport {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
  transform: translateX(0);
}

.marquee-track.is-ready {
  animation: marquee-scroll var(--marquee-duration, 24s) linear infinite;
}

.marquee-track.is-paused {
  animation-play-state: paused;
}

.marquee-sequence {
  display: inline-flex;
  align-items: center;
}

.marquee-start-spacer {
  display: inline-block;
  flex: 0 0 auto;
}

.marquee-item,
.marquee-separator,
.marquee-loop-gap {
  display: inline-block;
  flex: 0 0 auto;
}

.marquee-item {
  padding-right: 28px;
}

.marquee-separator,
.marquee-loop-gap {
  padding-right: 28px;
  color: #FF9E28;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--marquee-distance, 1200px)));
  }
}

@media (hover: hover) and (pointer: fine) {
  .marquee-container:hover .marquee-track {
    animation-play-state: paused;
  }
}

/* Größe und Formatierung der horizontalen Navigationsleiste */
div#navihor {
  background-color: #FF7E28;
  margin: 20px 0;
  padding: 10px 20px 10px 0px;
  height: 15px;
  border-radius: 10px;
  background-image: linear-gradient(#FFB428 0%, #FF7E28 100%);
  background-image: -webkit-linear-gradient(#FFB428 0%, #FF7E28 100%);
}

.hornavi a:link,
.hornavi a:active,
.hornavi a:visited {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
  font-size: 1em;
  padding: 5px 20px;
  margin: 5px;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}

.hornavi a:hover,
.hornavi a:focus {
  color: #FFB428;
  background-color: #252525;
  text-decoration: none;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
  border-radius: 5px;
}

/* Navigation links */
nav {
  width: 20%;
  float: left;
  padding: 2px;
  margin: 0;
}

nav h2 {
  color: #ffffff;
  background-color: #505050;
  font-size: 1em;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 5px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 20px;
  border-radius: 5px;
  border: 1px solid #3A3A3A;
  background-image: linear-gradient(#505050 0%, #181818 100%);
  background-image: -webkit-linear-gradient(#505050 0%, #181818 100%);
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px dashed #808080;
  border-radius: 5px;
}

nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul a:link,
nav ul a:visited,
nav ul a:active {
  color: #999999;
  background-color: transparent;
  padding: 3px 3px 3px 8px;
  margin: 0;
  text-decoration: none;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
  display: block;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 25px;
}

nav ul a:hover,
nav ul a:focus {
  text-decoration: none;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
  color: #252525;
  font-weight: normal;
  background-color: #FF7E28;
}

aside {
  width: 20%;
  float: right;
}

aside h2 {
  color: #ffffff;
  background-color: #181818;
  font-size: 1.063em;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 5px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 20px;
  border-radius: 5px;
  border: 1px solid #3A3A3A;
  background-image: linear-gradient(#505050 0%, #181818 100%);
  background-image: -webkit-linear-gradient(#505050 0%, #181818 100%);
}

aside p {
  padding: 5px;
  margin: 0;
}

.textboxrighttext {
  text-align: justify;
  font-size: 0.75em;
  font-style: italic;
  border: 1px dashed #808080;
  border-radius: 5px;
  margin-bottom: 10px;
}

/* Hauptteil */
main {
  display: block;
}

/* Inhalt */
article {
  margin-left: 21%;
  margin-right: 21%;
  margin-top: 0;
  padding: 0 10px;
  font-size: 0.813em;
  font-weight: normal;
  text-align: left;
  line-height: 22px;
}

article h1 {
  font-size: 2em;
  margin: 0;
  color: #FF9E28;
  font-family: "Trebuchet MS",georgia,calibri,serif;
  letter-spacing: 1px;
}

article h2 {
  color: #999999;
  background-color: inherit;
  font-family: "Trebuchet MS",georgia,calibri,serif;
  font-size: 1.5em;
  text-align: left;
  margin: 3px;
  padding: 2px;
}

article h3 {
  color: #FFFFFF;
  background-color: inherit;
  font-family: "Trebuchet MS",georgia,calibri,serif;
  font-size: 1.5em;
  font-style: italic;
  padding-left: 5px;
  font-weight: normal;
}

article h4 {
  color: #000000;
  background-color: #FF7E28;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0px;
  padding: 2px;
  font-family: "Trebuchet MS",georgia,calibri,serif;
  letter-spacing: 1px;
  text-align: center;
}

article h5 {
  color: #999999;
  background-color: inherit;
  font-family: "Trebuchet MS",georgia,calibri,serif;
  font-size: 1.125em;
  font-weight: bold;
  margin: 2px;
  padding: 0;
}

article p {
  margin: 8px 2px;
}

footer {
  background-color: #FF7E28;
  color: #000000;
  margin: 0;
  padding: 10px 0;
  height: 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 0.836em;
  line-height: 5px;
  background-image: -webkit-linear-gradient(#adacac 0%, #adacac 100%);
}

Footerlink {
  text-align: center;
  color: #FF7E28;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

/* allgemeine Angaben */
a:link,
a:visited,
a:active {
  color: #FF7E28;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-align: center;
}

a:hover {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: underline;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 1px;
}

.copyright {
  font-size: 0.625em;
  text-align: center;
  font-weight: normal;
}

/****************** Besonderheiten für Bildschirmgroesse max. 768px **********************/
@media (max-width: 768px) {
  header {
    font-size: 0.7em;
  }

  div#top {
    margin-bottom: 0;
    padding: 0;
  }

  .toptext {
    margin: 0 0 0 10px;
    padding: 0;
  }

  .toptextklein {
    padding: 0;
  }

  .marquee-container {
    font-size: 0.95em;
    padding: 7px 0;
  }

  div#navihor {
    height: 100%;
    padding: 10px 0px;
    font-size: 1em;
  }

  .hornavi a:link,
  .hornavi a:active,
  .hornavi a:visited {
    display: block;
    text-align: center;
  }

  .hornavi a:hover,
  .hornavi a:focus {
    display: block;
  }

  nav {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
  }

  main {
    text-align: center;
  }

  aside {
    width: 100%;
    float: none;
  }

  article {
    margin: 0;
    padding: 10px 0;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
  }

  footer {
    margin: 0;
    padding: 10px 0;
  }
}

/***************** Besonderheiten für Bildschirmgroesse max. 480px ***********************/
@media (max-width: 480px) {
  #wrapper {
    width: 85%;
  }

  .marquee-container {
    font-size: 0.9em;
  }

  .marquee-item,
  .marquee-separator,
  .marquee-loop-gap {
    padding-right: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track.is-ready {
    animation: none;
    transform: translateX(0);
  }
}
