﻿/* Seite selbst */
body {
  background-image: url('../images/HintergrundWA.png');
  background-repeat: no-repeat;
  background-attachment: fixed; /* bleibt beim Scrollen fest */
  background-position: center;
}

h1 {
	font-size: 20px;
	color: #FF0000;
	font-family: "Times New Roman";
}

/* Ab hier Menu*/
/* normalisieren */	
p {
	color: #000000;
	font-family: "Times New Roman";
	font-size: 12px;
}

p1 {
	color: #000000;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 12px;
}

}
h1 {
	font-size: 20px;
	color: #FF0;
	font-family: "Times New Roman";
}
h2 {
	font-size: 17px;
	color: #008b00;
	font-family: "Times New Roman";
	font-weight: bold;
}
a {
	font-family: Times New Roman;
	font-size: 12px;
	color: #ff6600;
	font-weight: bold;
}
body, td, th {
	font-family: Times New Roman;
	font-size: 12px;
    color: #000000
}
a:visited {
	color: #90C;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: none;
	background-color: #9933FF;
}
a:link {
	color: #90C;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 14px;
}
.box { 
	padding-left: 100px;
	padding-right: 100px;
}

<script type="text/javascript" src="navigation.js"></script>

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.marquee-content {
  display: inline-block;
  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.container {
  display: flex;
  gap: 5px; /* Abstand zwischen den Boxen */
  width:800px
}

.box1 {
  flex: 500px; /* 70% der Breite */
  background: transparent;
  padding: 20px;
  border: 1px solid #ff0;
}

.box2 {
  flex: 200px;
  padding: 20px;
  background: transparent;
  border: 1px solid #ff0;
}
