/* Grundelemente CMS */
/* Fix CMS */
td.link {color:#414141;}
body {
  font-size: 16px;
  color: #555555;
  font-family: Fira sans;
  font-weight: 400;  
}  
p {
	margin:0; 
	font-size: 16px;
	font-weight:400;
    color: #555555;
    font-family: Fira sans;
	line-height:1.4em;
}

/* Grundelemente CMS */
.auswahl{
	background-color:#fff;
	color: #555555;
	font-family: Fira sans;
	font-size:15px;
	font-weight:normal;
}
.bemerkung {
	color: #555555;
	font-family: Fira sans;
	font-size:14px;
	font-weight:normal;
}
.link {
	color: #016701;
	font-family: Fira sans;
	font-size:16px;
	font-weight:normal;
	text-decoration: none;
	line-height:1.2em;
}
.link:hover {
	text-decoration:underline !important;
}
.link_aktiv {
	color: #016701;
	font-family: Fira sans;
	font-size:16px;
	font-weight:normal;
	text-decoration: underline;
}
.pokal {
	color: #555555;
	font-family: Fira sans;
	font-size:16px;
	font-weight:normal;
	font-weight:600;
	line-height:1.2em;
}
.normal {
  font-size: 16px;
  color: #555555;
  font-family: Fira sans;
  font-weight: 400;
  line-height:1.4em;
}
.text {
  font-size: 16px;
  color: #555555;
  font-family: Fira sans;
  font-weight: 400;
  line-height:1.2em;
}
.titel {
  background:#fefefe; 
  font-size: 16px;
  color: #555555;
  font-family: Fira sans;
  font-weight: 400;
  line-height:1.2em;
}
.ueberschrift {
  color: #016701;
  font-size: 22px;
  font-family: Fira sans;
  font-weight: 600;
  line-height:2.4em;
  text-transform: uppercase; 
}
.tabelle td {
	padding:6px 0px;
	border-bottom:1px solid #eee;
}
@media (max-width: 768px){}


