* {
  margin: 0;
  box-sizing: border-box;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #342809;
}

.header {
  background-color: #2c160a;
  height: 15vh;
  text-align: center;
  color: #eca8c5;
  background-image: url(Bilder/johak-dunkel.PNG);
  background-repeat: no-repeat;
  background-position: top right;
}
.content {
  background-color: #fcba12;
  height: 80vh;
}
.footer {
  background-color: #d9540c;
  height: 5%;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

img {
  float: left;
}
.sidebar {
  background-color: #e21e0c;
  height: 100%;
  width: 25%;
  float: left;
  padding: 20px;
  display: flex;
  flex-direction: column;

  justify-content: space-evenly;
}
.main-content {
  background-color: #fdbf62;
  height: 100%;
  width: 75%;
  padding: 20px;
  float: right;
  overflow: auto;
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  /* Hintergrundbildeinstellung OHNE SHORTHAND-CODE:
  background-image: url(Bilder/Daumen\ hoch.png);
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;

  background: local url(Bilder/Robbe.jpg) top right no-repeat #fdbf62;
  background-size: 100%;*/
}
p {
  color: #eca8c5;
}
h1 {
  color: #eca8c5;
  font-size: 5vh;
}
h2 {
  color: #eca8c5;
  font-size: 4vh;
}
h3 {
  font-size: 3vh;
}
p {
  color: #183bf0;
  font-size: 25px;
}
.textinspalten {
  columns: 4;
  line-height: 150%;
  background: local url(Bilder/Robbe.jpg) left #fdbf62;
  background-size: cover;
  opacity: 80%;
}

/*hier werden meine Links nach meinen Wümschen formatiert */

a:link {
  color: #ff9b05;
  text-decoration: none;
  font-size: 3vh;
}

a:visited {
  color: #f5c8c4;
  text-decoration: none;
}

a:hover {
  color: #c7564c;
  text-decoration: none;
}

a:active {
  color: #ee958c;
  text-decoration: none;
}
.table {
  padding: 5px;
}
