/* Admin Bar */
body.admin-bar .header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .header {
		top: 46px;
	}
}

#wp-admin-bar-customize {
	display: none;
}

/* Tabellenformate */
table tr td.italic {
	font-style: italic;
}

table tr td.indent {
	padding-left: 15px;
}

table tr td.indent:first-child {
	padding-left: 15px;
}

table tr td.indent-x2 {
	padding-left: 30px;
}

table tr td.indent-x2:first-child {
	padding-left: 30px;
}

table tr td.align-left,
table tr th.align-left {
	text-align: left !important;
}
table tr td.align-right,
table tr th.align-right {
	text-align: right !important;
}
table tr td.align-center,
table tr th.align-center {
	text-align: center !important;
}

table tr td.width-10,
table tr th.width-10 {
	width: 10% !important;
}
table tr td.width-12,
table tr th.width-12 {
	width: 12% !important;
}
table tr td.width-14,
table tr th.width-14 {
	width: 14% !important;
}
table tr td.width-16,
table tr th.width-16 {
	width: 16% !important;
}
table tr td.width-18,
table tr th.width-18 {
	width: 18% !important;
}
table tr td.width-20,
table tr th.width-20 {
	width: 20% !important;
}
table tr td.width-30,
table tr th.width-30 {
	width: 30% !important;
}
table tr td.width-40,
table tr th.width-40 {
	width: 40% !important;
}
table tr th.width-50 {
	width: 50% !important;
}

.desktop .pageswitch > a:hover {width: 300px;}
