/* @group basics */

a {
	color: #d33300;
	text-decoration: none;
}

a:hover {
	color: #000;
}

/* @end */

/* ################################### */

/* @group inhalt */

#logo {
	text-align: center;
	margin-top: 6em;
} 

#uberschrift {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 6em;
}

/* @end */

/* ################################### */

/* @group text*/

#videos {
	font-size: 1.1em;
}

/* @end */

/* ################################### */

/* @group navigation*/

#navigation {
	margin-top: 4.5em;
	margin-bottom: 4.5em;
}

#backward {
	text-align: right;
}

.invisible {
	visibility: hidden;
}

/* @end */