/*
 * Kleine Hilfsklassen für TweoryWP.
 * Bewusst sparsam halten.
 */

/* Accessibility ----------------------------------------------------------- */
.u-visually-hidden:not(:focus):not(:active) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Text alignment ---------------------------------------------------------- */
.u-text-left {
	text-align: left;
}

.u-text-center {
	text-align: center;
}

.u-text-right {
	text-align: right;
}
