/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

a:not([href]):not([tabindex]) {
	color : #6493D2;
	text-decoration: underline;
	cursor: pointer;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.no-list-button ul{
	margin-top: inherit;
	-webkit-padding-start: 0.5em;
	-webkit-padding-end: 0.5em;
}

.no-list-button ul li {
	list-style-type: none;
}

.hilfeButton {
	border: none;
	padding: unset;
	font-size: 1rem;
	line-height: 1.5;
	background-color: white;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}