* {
    margin-left: 2%;
    margin-right: 2%;
    font-family: calibri, sans-serif;
    background: #edf0f5;
}

p {
    color: #2c3e50;
}

h1 {
    font-size: 33pt;
    text-align: center;
    color: #ffffff;
    text-shadow: 2px 2px rgba(30, 58, 95, 0.6);
    background-color: #1e3a5f;
}

h2 {
    margin-left: 100px;
    font-size: 36px;
    color: #1e3a5f;
    text-align: center;
}

h3 {
    margin-left: 50px;
    font-size: 30px;
    color: #1e3a5f;
}

h4 {
    margin-left: 20px;
    font-size: 18px;
    color: #2c4a7c;
}

.Schachtext2 {
    margin-left: 100px;
    font-size: 26px;
    text-align: center;
    color: #2c3e50;
}

b { margin-left: 0; }

ul {
    list-style-type: none;
    margin-left: 110px;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

header a {
    display: block;
    padding: 8px;
}

.box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1e3a5f;
    height: 70px;
    font-size: 10pt;
    box-shadow: 9px 5px 17px 4px rgba(30, 58, 95, 0.35);
    margin: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

.box div {
    background-color: #1e3a5f;
}

.box div a {
    margin-right: 25px;
    font-family: Cursive;
    font-size: 19px;
    font-style: normal;
    text-decoration: none;
    color: #a8c8f0;
    background-color: #1e3a5f;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

.box div .select {
    margin-right: 25px;
    font-family: Cursive;
    font-size: 24px;
    font-style: normal;
    text-decoration: none;
    font-weight: bolder;
    color: #ffffff;
    background-color: #1e3a5f;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}

.box div a:hover {
    color: #ffffff;
}

img {
    box-shadow: 9px 5px 17px 4px rgba(30, 58, 95, 0.4);
}

a {
    font-weight: bold;
    color: #1565c0;
}

a:hover {
    color: #0d47a1;
}
