/* Autoren css */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url("../tq5_fonts/oswald/oswald-300.woff2") format('woff2');
}

@font-face {
  font-family: 'Tenor Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../tq5_fonts/tenor_sans/TenorSans.woff2") format('woff2');
}

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 100;
  src: url("../tq5_fonts/fira sans/fira-sans-300.woff2") format('woff2');
}

* {
    margin: 0;
	padding: 0;
}

.titel {
	background-color: #f6f6f6;
}

.wrapper {
	display: grid;
	/*grid-gap: 10px;*/
	/*grid-template-columns: 1fr 1fr 1fr;*/
	/*grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%),1fr)); /* responsive grid */
}

/* 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: #023020;/*ein sehr dunkles grün;*/
	padding-top: 25px;
	padding-bottom: 25px;
}

h2 {
	font-family: Fira Sans;
	font-size: 1.5rem;
	text-align: left;
	margin-left: 15px;
	color: #023020;
	padding: 0px 25px 25px 35px;
}

h3 {
	font-family: Fira Sans;
	font-size: 1.2rem;
	text-align: left;
	margin-left: 15px;
	color: #023020;
	padding: 0px 25px 5px 35px;
}

p {
	font-family: Fira Sans;
	font-size: 1rem;
	line-height: 150%;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: left;
	color: #023020;
	padding: 0px 15px 0px 35px;
}

.footer p {
	font-family: Oswald;
	font-size: 0.9rem;
	line-height: 3rem;
	text-align: center;
	padding-bottom: 0; /* irgendwie notwendig, sonst bleibt etwas Abstand bis Ende der Seite! */
	margin-bottom: 0;
	color: #023020;
	background-color: #F0F8FF;
}

/* für das tq Logo! */
img {
    margin-top: 20px;
}

img.autorenbilder {
	width: 100%;
	height: auto;
	max-width: 500px;
	min-width: 150px;
	padding-left: 55px; /* padding-top entsprechend den margin-top von img global angepasst */
}