@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
.headertabelle1 {
    width: 1120px;
    display: flex;
    margin-left: 40px;
    margin-top: 10px;
    font-size: 9px;
    font-family: calibri;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.headertabelle2{
    display: inline-block;
    width: 370px;
}

.headertabelle3 {
    width: 95%;
    padding-right: 5px;
    text-align: justify;
    padding-left: 5px;
    height: 170px;
    overflow: auto;
    font-size: 11px;
    font-family: calibri;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.headertabelle4 {
    width: 200px;
    display: inline-block;
    text-align: justify;
    padding-left: 50px;
    height: 170px;
    overflow: auto;
    padding-right: 3px;
}

.headertabelle5{
    display: inline-block;
    width: 100%;
}

.headertabelle6{
    padding-right: 3px;
    text-align: justify;
    padding-left: 3px;
    overflow: auto;
    height: 60px;
}

.headertabelle7{
    display: inline-block;
    width: 100%;
}

.headertabelle8 {
    height:90px;
    overflow: auto;
    font-size: 9px;
    font-family: calibri;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: justify;
}

.headertabelle9 {
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 2px #84645b solid;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 3px;
    font-family: 'Fjalla One', sans-serif;
}

.headertabelle10 {
    width: 21%;
    display: inline-block;
    padding-right: 6px;
}

/* Scrollbar anpassen */
.headertabelle3::-webkit-scrollbar {
    width: 8px; /* Breite des Scrollbalkens */
    height: 8px; /* Höhe des horizontalen Scrollbalkens */
}

/* Scrollbalken "Daumen" anpassen (das, was du ziehst) */
.headertabelle3::-webkit-scrollbar-thumb {
    background-color: #ba7a70; /* Farbe des Daumens */
    border-radius: 0px; /* Abgerundete Ecken */
	min-height: 30px; /* Mindesthöhe des Daumens (vertikal) */
}

/* Hintergrund des Scrollbalken */
.headertabelle3::-webkit-scrollbar-track {
    background: #d1c7b9; /* Hintergrund des Tracks */
    border-radius: 0px; /* Abgerundete Ecken */
}