/**
 * @author Valentin Alisch, Off Office <hallo@valentinalisch.de>
 * @version 1.0
 *
 * Rettberg: Reset
 */

* {
	vertical-align: top;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;

	font-size: 100%;

	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

img,
svg,
video {
	width: 100%;
	height: auto;
}