
html {
    overflow-y: scroll;
    overflow-x: auto;
    scroll-behavior: smooth;
}

body {
    text-align: left;
    font: 1rem WebFiraSans,Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    margin: 2rem;
}

h1 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #3e4d79;
}

h2 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #000000;
}

a {
    color: #3e4d79;
}

/* Logo in der Kopfzeile */
#logoheader {
    text-align: left;
    margin-bottom: 2rem;
    width: fit-content;
}

/* Link im Header */
#logoheader a {
    text-decoration: none;
}

/* Positionierung des Wappens */
#logoheader .wappenheader {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

/* Größe für Stadtwappen wird definiert */
#logoheader .wappenheader img {
    max-width: 100px;
    height: 100px;
    border: 0;
}

/* Positionierung der Schrift */
#logoheader .schriftheader {
    position: relative;
    display: inline-block;
    margin-left: 1.5rem;
    margin-top:0.25rem;
    vertical-align: middle;
    padding: 0;
}

/* Schriftzug Stadt wird formatiert */
#logoheader .stadtheader {
    margin-bottom: -1.5rem;
    padding-left: 2.75rem;
    font: 2.4rem WebVijaya,WebFiraSans,Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

/* Schriftart für Logos wird festgelegt */
#logoheader .laufenheader {
    font: 5rem WebVijaya,WebFiraSans,Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

/* Schriftart für Motto wird festgelegt */
#logoheader .mottoheader {
    position: relative;
    margin-top: 0.5rem;
    font: 2rem WebVijaya,WebFiraSans,Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
}

