body {
    background-color: cadetblue
}

h1 {
    color: beige;
    font-size: 88px;
    text-align: center;
    font-size: 5em;

}

h2 {
    font-size: 2.5em;
}

body {
    color: beige;
    font-size: 24px;
}

a {
    border: 0mm;
    text-decoration: none;
}

li a{
    font-size: 1.8em;
}

a:link,
a:visited,
a:active {
    color: rgb(80, 77, 77);
}

a:hover {
    font-weight: bolder;
}

a.link-1:link,
a.link-1:visited,
a.link-1:active {
    color: darkred;
}

a.link-2:link,
a.link-2:visited,
a.link-2:active {
    color: yellow;
}

a.link-3:link,
a.link-3:visited,
a.link-3:active {
    color: green;
}

a.link-4:link,
a.link-4:visited,
a.link-4:active {
    color: blueviolet;
}

#marke-2025 {
    color: blanchedalmond;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

p {
    text-align: left;
}

img {
    border-style: solid;
    border-width: 0.5em;
    border-color: beige;
    width: 700px;
    height: auto;
}

.einleitung {}

h3 {
    text-align: center;
    font-size: 80pt;
}

.bildchen {
    width: 288px;
}

.rechts{
    float: right;
    margin:10%
}




/*288*/