@font-face {
  font-family: Pix; /* set name */
  src: url(fonts/PixelFraktur.ttf); /* url of the font */
}
@font-face {
  font-family: Cho; /* set name */
  src: url(fonts/Chomsky.otf); /* url of the font */
}
@font-face {
  font-family: Blu; /* set name */
  src: url(fonts/blueDOS8.ttf); /* url of the font */
}
body {
  margin: 0;
  font-size: 30px;
  font-family: "Cho","Times New Roman","arial"; 
  color: white;
  background-image: url("image/misc/Textur.png");
}
a:link {
  color: white;
  text-decoration: none;
}
a:visited {
  color: white;
  text-decoration: none;
}	
abbr {
	text-decoration: none;
}
/* Einstellungen für Sidebar*/	
.sidebar {
  margin: 0;
  padding: 0;
  width: 20%;
  right:0;
  background-color: rgba(0, 0, 0, 0.7);
  /*background-image: url("image/misc/Textur.png");*/ 
  position: fixed;
  height: 100%;
  overflow: auto;
  font-size: 3vw;
}
 .sidebar ul {
  color: white;
  list-style-type: none;
  padding: 0;
  margin: 0; 
  margin-top: 28px;
  margin-bottom: 20vw; /*ändert Abstand zwischen Liste und Guestbook*/
}
 .sidebar li a {
  display:inline-block;
  font-size: 3.5vw;
 
}
.sidebar li a:hover {
  transform:rotate(-5deg);
  background-color: rgba(255, 255, 255, 1);
  color: black;
}

.guest ul {
  color: white;
  list-style-type: none;
  padding: 0;
  margin: 0; 
}
.guest li {
  display:inline-block;
  font-size: 3.5vw;
}
.guest li a{
  display:inline-block;
  font-size: 3.5vw;
}
.guest li a:hover {
  transform:rotate(5deg);
  background-color: rgba(255, 255, 255, 1);
  color: red;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar ul {
  margin-bottom: auto; 
  float: left;
}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar ul {
    text-align: center;
    float: none;
  }
  .sidebar ul {
  margin-bottom: auto; 
}
}
/*Einstellungen für Hauptseite*/
.Seite {
	margin-right: 20%;
	margin-top: 15px;
	padding: 1px 16px;
}
.Seite h1 {
	font-size: 4vw;
	font-family: "Pix","Cho","Times New Roman"; 
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	text-decoration: underline;
}
.Seite p {
	font-size: 2vw;
	font-family: "Blu","Cho","Times New Roman"; 
	text-align: center;
	margin-top: 1px;
	margin-bottom: 5;
}
.Main {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  grid-template-rows: repeat(3, 200px);
  height: 100%;
  gap: 10px;
}
.Pic1 {
	background-image: url("image/misc/Hauptseite-1.png");
	background-repeat: no-repeat;
	background-size: cover;
	
}
.Pic2 {
	background-image: url("image/misc/Hauptseite-2.png");
	background-repeat: no-repeat;
	background-size: cover;
	
}
.Pic3 {
	background-image: url("image/misc/Spin.gif");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	font-size:10vw;
}
.Pic4 {
	background-image: url("image/misc/Hauptseite-3.png");
	background-repeat: no-repeat;
	background-size: cover;
	
}