body {
	background: #FFFFFF url("../img/site/body_bg_tile.jpg") repeat left top scroll;
	min-height: 100%;
	font-family: 'Bitter', serif;
}
.navbar {
	background-color: white;
}
#top-card {
  text-align: center;
  margin-top: 20px;
}
#top-card h1 {
  color: rgb(204,0,0);
  font-size: 36px;
  font-weight: bold;
}
#top-card p {
  font-size: 20px;
  line-height: 31px;
}
.tt-hersteller,
.tt-fahrzeug {
	text-align: left;
}
.tt-hersteller a p,
.tt-fahrzeug a p {
	color:#000000;
	font-size: 1.5rem !important;
	margin-top: 1.1rem !important;
	margin-bottom: 1.1rem !important;
}
.tt-hersteller a,
.tt-fahrzeug a {
	color:#000000;
}
.cc-revoke {
  bottom: 10px;
  left: 10px;
  font-size: xx-small;
  background-color: black;
  color: white;
  border-radius: 4px;
  cursor: pointer !important;
}
.cc-revoke:hover {
  text-decoration: none !important;
}
a {
  cursor: pointer !important;
}