@charset "UTF-8";
.textLink {
	@import url(http://fonts.googleapis.com/css?family=Georgia);
	font-family: Georgia, Times, serif;
	font-size: 84px;
	color: #000000;
	line-height: 90px;
	text-decoration: none;
}
a.textLink:link {
   color: #000000;
   text-decoration: underline;
}
a.textLink:visited {
   color: #FFFfff;
}
a.textLink:hover {
   background-color: #000000;
}
a.textLink:active {
   background-color: #000000;
}
.text {
	font-family: Georgia, Times, serif;;
	font-size: 84px;
	font-style: normal;
	line-height: 90px;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.textKlein {
	font-family: Georgia, Times, serif;
	font-size: 50px;
	font-style: normal;
	line-height: 54px;
	font-variant: normal;
	color: #000000;
}
.textBU {
    font-family: Georgia, Times, serif;
    font-size: 80px;
    font-style: normal;
    line-height: 88px;
    font-variant: normal;
    color: #000000;
}
.textKleinZAB {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-variant: normal;
	color: #000000;
}
@media screen and (max-width: 69.0625em)
{
	#Tabelle td + td {
		display: none;
	}
	#Tabelle table {
		width: 100vw;
	}
}
