.Kopfzeile {
    font: bold 50px Century Gothic, sans-serif;
    padding-left: 1em;
    padding-bottom: 1em;
    text-decoration: none;
	color: black;
}
a.link {
    font-size: 40px;
}
.both {
    padding: 30px 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
    background-image: linear-gradient(to right, #0B0B3B 0%, #2E2EFE 100%);
}
a.link:hover {
    background-color: #FA5858;
    color: black;
    border-radius: 10px;
    max-width: 400px;
}
.flexBoxMenu {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
a.link {
  color: white;
  text-align: center;
  padding: 0.5em 0.6em;
  text-decoration: none;
}
#email {color: blue; text-decoration: underline}
#email:hover {text-decoration: none; font-weight: bolder}
#witzig {
   font-family: 'Indie Flower', cursive;
	font-size: 1.6em;
}
#Einleitung {
	margin: 1em;
	size: 0.1em;
}
#inhalt {
	padding: 1.5em;
    border-radius: 20px 0px 20px 0px;
	justify-content: center;
    background-image: linear-gradient(to right, #DCDCDC 0%, #A9A9A9 100%);
}
@media screen and (max-width: 900px) {#inhalt {margin: 0px; transition: margin 1s;}}
@media screen and (min-width: 900px) {#inhalt {margin: 0px 4em; transition: margin 1s;}}
#Zitat {
	font-family: 'Lemonada', cursive;
	font-size: 1.5em;
	margin-top: 1em;
}
.autor {
    font-family: 'Red Rose', cursive;
	font-size: 1.5em;
    color: white;
}
.wAutor {
	font-family: 'Sigmar One', italic;
}
.wAutorZeigen {
    display: inline;
}
.galleryPic {
    height: 300px;
}
i {
    height: 100%;
}
.flexBox {
    display: flex;
    justify-content: space-between;
    margin: 2.5em 4em 1em 4em;
    flex-wrap: wrap;
}
.ersetzt {
	border-radius: 5px;
	border: 2px solid black;
	padding: 0.5em;
    background-color: black;
	color: white;
	text-align: center;
    margin: 5px auto 5px auto;
}
@media screen and (min-width: 600px){
    #neuesZitat.ersetzt::before {content: "weiter";}
    #altesZitatAnzeigen.ersetzt::after {content: " zurück";}
    #anzeigen.ersetzt::after {content: " anzeigen";}
    #statistic.ersetzt::after{content: " anzeigen";}
}
.ZitKarte {
    margin: 4em 2.5em 0em 2.5em;
    border: 2px solid black;
	padding: 1.5em 1.5em 2em 1.5em;
    border-radius: 20px;
	justify-content: center;
    background-image: linear-gradient(to right, #707291 0%, #494C6E 100%);
}
@media screen and (max-width: 1300px){
div.ZitKarte {
    margin: 4em 0px 0px 0px;
    transition: margin 1s ease-in-out;
}}
#wAutorContainer {
    border: 2px solid black;
    border-color: black;
    border-radius: 0px 0px 20px 20px;
    margin: 0px 3.2em 0em 3.2em;
    padding: 0px 1.4em 0px 2em;
    background-image: linear-gradient(to right, #598234 0%, #364F1F 100%);
    color: white;
    display: flex;
    justify-content: space-between;
}
#Autor {
    text-align: end;
}
#Container {
    width: 100%;
    height: 1250px;
}
#GalleryContainer {
    margin: 4em 1em 0em 1em;
	justify-content: center;
}
.BildElement {
    border: 2px solid black;
    border-radius: 20px;
    width: auto;
    height: auto;
    margin-bottom: 1.5em;
    padding: 0px 1em 0px 1em;
    display: flex;
    justify-content: space-around;
}
.Bild {
    width: auto;
    height: 15em;
    float: left;
}
.Beschreibung {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    background-color: lightskyblue;
    width: 500px;
}
.titel {
    font-family: 'Roboto Slab', serif;
    font-size: 2.5em;
    text-align: center;
}
.zeit {
    font-family: 'Courier Prime', monospace;
    text-align: left;
}
#neuesZitatEingabe {
    height: 100%;
    width: 100%;
}
#preText {
    font-size: 0.6em;
}
#statContainer {
    margin: 0px 3.2em 0em 3.2em;
    padding: 0px 1.4em 0px 2em;
    background-color: green;
    background-image: linear-gradient(to right, #F78181 0%, #FE2E2E 100%);
    color: white;
    display: flex;
    justify-content: space-between;
}