* {
    --BREITE: 220px;
    --ANZAHL: 30px;
}

article {
    justify-content: left;
    align-items: start;
    position: absolute;
    top: 10px;
}

section {
    flex-direction: row;
    display: block;
    width: 100%;
}

.MENU {
    position: fixed;
    top: 60px;
    width: 250px;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 100px;
}

.FORMULAR {
    position: fixed;
    width: var(--BREITE);
}

.TABELLEN {
    position: absolute;
    top: 1000px;
}

@media all and (min-width: 1360px) {
    .TABELLEN {
        position: absolute;
        top: 60px;
        left: calc(var(--BREITE) + 100px);
    }
}

select,
.KNOPF,
.ZUFALLSKNOPF {
    font-size: 16px;
    color: blue;
    border-width: 1px;
    border-style: solid;
    border-color: blue;
    background-color: cyan;
    width: var(--BREITE);
    margin-bottom: 5px;
    border-radius: 8px;
    padding: 5px;
}

select:hover,
.KNOPF:hover,
.SUCHFELD:hover,
.ZUFALLSKNOPF:hover,
.ANZAHL:hover {
    background-color: rgb(202, 212, 255);
}

.SUCHFELD {
    font-size: 16px;
    color: blue;
    background-color: cyan;
    border-style: solid;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-color: blue;
    border-left-color: blue;
    border-right-color: white;
    border-bottom-color: white;
    width: var(--BREITE);
    margin-top: 16px;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 5px;
}

.ANZAHL {
    font-size: 16px;
    color: blue;
    background-color: cyan;
    border-style: solid;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-color: blue;
    border-left-color: blue;
    border-right-color: white;
    border-bottom-color: white;
    margin-top: 16px;
    margin-bottom: 8px;
    border-radius: 4px;
    padding: 5px;
    width: var(--ANZAHL);
}

.ZUFALLSKNOPF {
    width: calc(var(--BREITE) - var(--ANZAHL) - 10px);
}

.STATISTIK {
    background-color: aqua;
    border-width: 1px;
    border-color: blue;
    border-style: solid;
    border-radius: 8px;
    margin-top: 15px;
    width: var(--BREITE);
}

.STATISTIK p, .LÄNDER_STATISTIK p{
    font-size: 10pt;
}

th {
    padding-left: 22px;
    padding-bottom: 6px;
    font-size: 12pt;
}

.SPALTE_SEITENZAHL {
    width: 40px;
}

.SPALTE_TEXT{
    width: 160px;
}

.SEITENZAHL {
    padding-left: 14px;
    text-align: right;
}

.WEBSEITENKATEGORIE {
    padding-left: 8px;
    text-align: left;
}

.UPDATE {
    font-size: 14px;
    margin: 15px;
}

#Tabelle, #Tabelle2 {
    width: 720px;
}

#Tabelle2 {
    border-spacing: 10px;
}

.LÄNDER_STATISTIK {
    position: fixed;
    top: 60px;
    right: 40px;
    background-color: aqua;
    border-width: 1px;
    border-color: blue;
    border-style: solid;
    border-radius: 8px;
    margin-top: 15px;
    width: var(--BREITE);
}

nav {
    position: fixed;
    width: 100%;
    top: 0;
    min-height: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: blue;
    color: white;
    z-index: 10;
}