/* studiotheater - Typography - beginn */

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 100;
  src: url("../tq5_fonts/fira sans/fira-sans-300.woff2") format('woff2');
}

/* verhindert die Margins, die Browsers automatisch einfügen */
* {
    margin: 0;
	padding: 0;
}

/* fürs tq-Logo */
img {
	margin-top: 20px;
}

.mus {
	background-image: url("../tq5_hintergruende/studiotheater_hintergrund.jpg"); /* hier ändern */
}

.mus img {
	width: 100%;
	height: auto;
	max-width: 900px;
	min-width: 200px;
	padding: 15px;
}

/* Um die Fontgröße responsive zu machen */
html {
    font-size: calc(15px + 0.390625vw);
}

h1 {
	font-family: Tenor Sans;
	font-size: 2rem;
	line-height: 250%;
	text-align: center;
	color: DarkRed;
}

.mus h2 {
	font-family: Fira Sans;
	font-size: 1.3rem;
	line-height: 150%;
	text-align: center;
	color: DarkRed;
}

.mus h3 {
	font-family: 'Fira Sans';
	font-size: 1.15rem;
	color:  DarkRed; /* hier ändern */
	text-align: left;
	margin-left: 45px;
	margin-top: 0px; /* das hat den Abstand zu nav entfernt! */
	margin-bottom: 0px; /* das hat den Abstand zu nav entfernt! */
}

.mus p {
	font-family: 'Fira Sans';
	font-size: 1rem;
	color:  DarkRed; /* hier ändern */
	text-align: left;
	margin-left: 45px;
	line-height: 200%;
}

.footer p {
	font-family: Oswald;
	font-size: 1rem;
	line-height: 3em;
	text-align: center;
	padding-bottom: 0; /* irgendwie notwendig, sonst bleibt etwas Abstand bis Ende der Seite! */
	margin-bottom: 0;
	color: #023020;
	background-color: #F0F8FF;
}
	
.mus a:link {
text-decoration: none;
color: DarkRed; /* hier ändern */
font-size:16px;
font-weight:400;
}

.mus a:visited {
color: orange;
text-decoration: none;
}

.mus a:hover {
color: white;
text-decoration: none;
background-color: rgb(64,173,73);
}

/* studiotheater-typography - End*/