/* Füge hier Dein eigenes CSS ein */

button.menu-toggle {
    display: none !important;
}

table {
	margin: 0 0 0;
	width: 100%;
}
table, th, td {
    border: 0px solid rgba(0, 0, 0, 0);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 0 0 0 0;
    margin: 0 0 0;
    width: 100%;
}

ul, ol {
	margin: 0 0 1em 1em;
}
ul {
	list-style: disc;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
	margin-top: 15px;
}