@charset "utf-8";
/* Standard für größere Bildschirme */
body {
    font-size: 16px;
    margin: 0;
}

/* Für Tablets (maximale Breite von 768px) */
@media (max-width: 768px) {
    body {
        font-size: 14px; /* Kleinere Schriftgröße */
    }
    .container {
        padding: 10px;
    }
}

/* Für Handys (maximale Breite von 480px) */
@media (max-width: 480px) {
    body {
        font-size: 12px; /* Noch kleinere Schriftgröße */
    }
    .container {
        padding: 5px;
    }
}
img {
	max-width: 100%;
	height: auto;
	text-align: center;
}
table {
	width: 100%;
	table-layout: fixed;
	font-size: xx-small;
	text-align: left;
	color: #FFF;
}

@media (max-width: 768px) {
    .responsive-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

body {
	
/* CSS Document */
.TableofContents {
	font-size: 16px;
}
#TableofContents {
	font-size: 16px;
	font-family: Arial, sans-serif;
}
#TableofContents {
	font-size: 24px;
}
#TableofContents {
	font-size: large;
}
#TableofContents {
	font-size: large;
}
#TableofContents {
	color: #FFF;
}
#TableofContentsWhite {
	color: #FFF;
}
#TableofContentsWhite {
	font-size: large;
}
#TableofContentsWhite {
	font-size: large;
}
#TableofContentsWhite {
	font-size: large;
}
#TableofContentsWhite {
	font-size: large;
	font-style: normal;
	color: #FFF;
}
#SubTextWhiteLarge {
	font-size: large;
	font-style: normal;
	color: #FFF;
}
