
/* Stylesheet für Startseite Chiforum, responsives Layout */

/* ====================================================   GLOBAL DEFINITION   ==================================================== */
html {
background: #999 url("../start/background.jpg") no-repeat center center fixed;
}
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
margin: 0 auto;
max-width: 1180px;
background-color: #FFFFFF;
color: #333333;
}
header {
background-color: #FFFFFF;
}
img {
	width: 100%;
	height: auto;
}
hr {
	color: #3333CC;
}
h1 {
font-size: 2.1rem;
color: #cadceb;
margin: 0;
}
h5 {
font-size: 2.1rem;
text-align: right;
color: #6699cc;
}
h6 {
font-size: 1.1rem;
color: #ffffff;
}
h7 {
font-size: 1.0rem;
color: #ffffff;
}
.pfeil {
font-size: 1.0rem;
text-align: right;
color: #6699cc;
}
nav {
display: flex;
align-items: center;
}
nav a {
font-size: 1.0rem;
color: #ffffff;
text-decoration: none;
margin-left: 5px;
}
main {
max-width: 90%;
margin: 0 auto;
}
div {
text-align: center;
}
h2 {
font-size: 1.7rem;
color: #000066;
margin-bottom: 20px;
}
h3 {
font-family: Helvetica;
font-size: 1.4rem;
color: #105289;
text-align: center;
margin: 0;
}
nav ul {
margin: 0;
padding: 0;
list-style: none;
}
li {
margin-bottom: 10px;
}
a {
color: #999999;
text-decoration: none;
}
a:hover {
  color: #ff0000;
}
footer {
background-color: #1c1e69;
border: 15px solid #FFFFFF;
padding: 5px;
color: #ffffff;
text-align: center;
}