/* DATEI: allgemein.css */

@font-face {
  font-family: 'Swanky and Moo Moo';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SwankyandMooMoo-Regular.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

a:link { color: black }
a:visited { color: black }
a:active { color: black }
body { color: black }
body { background-color: white }
body {
	width: 100%;
	height: 100%;
}

span.textLogo {
	font-family: 'Swanky and Moo Moo';
	font-weight: 400;
	font-size: 108px;
	font-size: 25vmin;
	line-height: 0.75em;
	color: #B91023;
}

span.textLogox1 {
	font-family: 'Swanky and Moo Moo';
	font-weight: 400;
	font-size: 54px;
	font-size: 12.5vmin;
	line-height: 0.5em;
	color: #000000;
}

span.textLogox2 {
	font-family: 'Swanky and Moo Moo';
	font-weight: 400;
	font-size: 108px;
	font-size: 25vmin;
	line-height: 0.5em;
	color: #000000;
}

span.text {
	font-family: 'Swanky and Moo Moo';
	font-weight: 400;
	font-size: 48px;
	font-size: 10vmin;
	line-height: 1.0em;
}

div.textCenter {
	/* Vertical centering: make div as large as viewport and use table layout */
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}

p.textCenter {
	display: table-cell;
	/* Text vertikal zentrieren */
	vertical-align: middle;
	/* Text horizontal zentrieren */
	text-align: center;
}
