/**
 * @author Valentin Alisch, Jonas Zieher <hallo@valentinalisch.de>
 * @version 1.0
 *
 * Koeber LA: Frontend CSS
 */

html {
	background: white;
}

body {
	background: var( --bg_color );
}

body.is-ready {
	opacity: 1 !important;
}

.line {
	border-top: var( --border_width ) var( --border_style ) var( --border_color );
}