.alias {cursor: alias;}
.all-scroll {cursor: all-scroll;}
.auto {cursor: auto;}
.cell {cursor: cell;}
.context-menu {cursor: context-menu;}
.col-resize {cursor: col-resize;}
.copy {cursor: copy;}
.crosshair {cursor: crosshair;}
.default {cursor: default;}
.e-resize {cursor: e-resize;}
.ew-resize {cursor: ew-resize;}
.grab {cursor: -webkit-grab; cursor: grab;}
.grabbing {cursor: -webkit-grabbing; cursor: grabbing;}
.help {cursor: help;}
.move {cursor: move;}
.n-resize {cursor: n-resize;}
.ne-resize {cursor: ne-resize;}
.nesw-resize {cursor: nesw-resize;}
.ns-resize {cursor: ns-resize;}
.nw-resize {cursor: nw-resize;}
.nwse-resize {cursor: nwse-resize;}
.no-drop {cursor: no-drop;}
.none {cursor: none;}
.not-allowed {cursor: not-allowed;}
.pointer {cursor: pointer;}
.progress {cursor: progress;}
.row-resize {cursor: row-resize;}
.s-resize {cursor: s-resize;}
.se-resize {cursor: se-resize;}
.sw-resize {cursor: sw-resize;}
.text {cursor: text;}
.url {cursor: url(myBall.cur),auto;}
.w-resize {cursor: w-resize;}
.wait {cursor: wait;}
.zoom-in {cursor: zoom-in;}
.zoom-out {cursor: zoom-out;}


.INTRO
{
	margin-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 300px;
}

.INTRO_2
{
	margin-top: 170px;
	margin-left: -350px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Copperplate Gothic;
	font-size: 30px;
	font-weight: bold;
}

.INTRO_3
{
	position: absolute;
	margin-top: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}

.INTRO_4
{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	font-family: Copperplate Gothic;
}

.IMPRESSUM
{
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-family: Copperplate Gothic;
	margin-top: 50px;
}

#intro_3 a
{
	background-color: wihte;
	color: silver;
	font-size: 16px;
	font-family: Copperplate Gothic;
	cursor: pointer;
}

#intro_4 a
{
	background-color: wihte;
	color: silver;
	font-size: 16px;
	font-family: Copperplate Gothic;
	cursor: pointer;
}

