@font-face {
	font-family: 'LoveYaLikeASister'; 
	src: url('LoveYaLikeASister-Regular.ttf');
	format('truetype'); 
}
body {
   background-color: #0e6420;
   font-family: LoveYaLikeASister;text-align: center; font-weight: 900;}
a:link {color:black;text-decoration:none;}
a:visited {color:#94b394;text-decoration:none;}
a:hover {color:red;}
a:active {color:red;}
h1 {color: black; font-size:6.9em;margin-bottom: 0px;}
h2 {color: black; font-size:4.7em;}
h3 {color: black; font-size:3.4em;}
h4 {color: black; font-size:2.6em;}
p {color: black; font-size:2.4em; }
.jaja_titel {max-width:50%;height:auto;margin-left:10%;margin-right:10%;margin-top:1%;}
.jaja_osm {max-width:50%;height:auto;margin-left:10%;margin-right:10%;margin-top:1%;border-style: dotted; border-color: black;}
#logo{
  background-image: url("s'wurzlig_schriftzug_freigestellt-transparent.png");
  height:42%;
  width: 35%;
  max-height:66%;
  max-width: 47%;
  min-width: 600px;
  min-height: 600px;
  border: 2px solid red;
  border-radius: 5px;
  transition: background-image 0.3s ease-in-out;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}
#logo:hover {
  background-image: url("s'hip-hop.jpeg");
  height:42%;
  width: 35%;
  max-height:66%;
  max-width: 47%;
  min-width: 600px;
  min-height: 600px;
  border: 2px solid red;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
.vorbei { text-decoration:line-through; }
