body {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	margin: 0
}

.content {
	padding: 10px 30px 10px 30px;
}

table {
	width: 100%;
	margin-bottom: 15px;
}

table, th, td {
	border: solid 1px #DDD;
	border-collapse: collapse;
	padding: 2px 3px;
	text-align: left;
	vertical-align: top;
}

tr:first-child {
	background-color: #F3F3F3;
}

td:first-child {
	font-weight: 500;
	width: 1px;
}

td.no-top-border {
	border-top: none;
}

td.no-bottom-border {
	border-bottom: none;
}

header {
	padding: 9px 30px 0 30px;
	border-bottom: 2px solid #6998E4;
}

header #logo {
	float: left;
	margin-top: 1px;
	margin-left: 3px;
}

header h1 {
	float: left;
	margin: 15px 0 20px 20px;
	color: #88888D;
	font-size: 18pt;
	font-weight: 400;
}

h1, h2, h3 {
	color: #88888D;
	font-weight: 400;
}

h1 {
	font-size: 18pt;
	font-weight: 500;
}

h2 {
	font-size: 14pt;
}

/* Styled paragraph for descriptions that look like h3 */
p.description {
	color: #88888D;
	font-weight: 400;
	font-size: 16px;
	margin: 1em 0;
}

/* table of contents using two columns */
.toc-two-columns {
	column-count: 2;
	column-gap: 20px;
}

.toc-two-columns li {
	break-inside: avoid;
}


/* Style the tab */
.tab {
	overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	display: inline-block;
	float: left;
	height: 28px;
	margin-left: 2px;
	text-align: center;
	background-color: #4480DE;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 28px;
	border-radius: 4px 4px 0 0;
	border-width:0px;
	font-family: "Segoe UI";
	font-size: 12px;
	cursor: pointer;
}


/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #6da2df;
}

/* Remove black outline of tab buttons on focus */
.tab button:focus {
	outline: none;
}

/* Grey styling for secondary/auxiliary tabs (e.g. "Weitere Dateien") */
.tab .tablinks-grey {
	background-color: #8c8c92;
}

.tab .tablinks-grey:hover {
	background-color: #a2a2a8;
}

/* Make the active tab clearly stand out: darker fill */
.tab .active,
.tab .active:hover {
	background-color: #1c4587;
}

/* Style the tab content */
.tabcontent {
	padding: 6px 12px;
	border-top: none;
}

/* Tariff block styling for better visual separation */
.tariff-block {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #FAFAFA;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	position: relative;
}

.tariff-block:last-child {
	margin-bottom: 10px;
}

.tariff-block h2 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #6998E4;
	color: #4480DE;
}

/* Floating back to top button */
.floating-back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background-color: #4480DE;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	text-decoration: none;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	transition: background-color 0.3s, transform 0.3s;
}

.floating-back-to-top:hover {
	background-color: #6da2df;
	transform: scale(1.1);
}

/* Horizontal divider styling */
hr {
	margin: 40px 0;
	border: none;
	border-top: 1px solid #ccc;
}

.tariff-version {
	margin-bottom: 15px;
	padding: 5px 15px;
	background-color: #FFFFFF;
	border-left: 3px solid #6998E4;
}

.tariff-version:last-child {
	margin-bottom: 0;
}
