/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('Probenplanfonts/roboto-condensed-v25-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('Probenplanfonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body
{
	color: #003366;
	font-family:  'Roboto Condensed', Arial, Helvetica, Sans-Serif;
  font-weight: 300;
	font-size: 1rem;
	text-align: left;
}

td
{
	color: #003366;
	font-family:  'Roboto Condensed', Arial, Helvetica, Sans-Serif;
  font-weight: 300;
	font-size: clamp(0.7em, 1vw, 1.1em);
	padding: 4px 4px 12px 4px;	
}
td.uhrzeit{
	color:#c00;
}

a
{
	color: #003366;
	font-size: 90%;
	font-family: 'Roboto Condensed', Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-weight: 300;
	text-decoration: underline;
	text-align: left;
}

a:hover
{
	color: #003366;
	background-color:white;
	font-size: 90%;
	
	font-family: 'Roboto Condensed', Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-weight: 300;
	text-decoration: none;
	text-align: left;
}
a.content
{
	color: #003366;
	font-size: 90%;
	font-family: 'Roboto Condensed', Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-weight: 300;
	text-decoration: underline;
	text-align: left;
}

a.content:hover
{
	color: #003366;
	background-color:white;
	font-size: 90%;
	font-family: 'Roboto Condensed', Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-weight: 300;
	text-decoration: none;
	text-align: left;
}

em
{
	color: #003366;
	font-family:  'Roboto Condensed', Arial, Helvetica, Sans-Serif;
  font-weight: 300;
}

b, strong, .Buchstabe-Ort
{
	color: #cc0000;
	font-family:  'Roboto Condensed', Arial, Helvetica, Sans-Serif;
  font-weight: 300;
	font-size: 100%;
	margin-left:2px;
	margin-right:4px;
	font-weight: bold;
}
.small {
font-size: 70%;
}
hr{
background-color: #328400; /* Farbe für Opera und Firefox */
color: #328400; /* Farbe für Internet Explorer (IE) */
border: 0;
height: 1px;
}
.red{
	color: #c00;
	font-weight: 300;
}
.probenkonzert {
	color: #c00;
	font-weight: bold;
    text-transform: uppercase;
}