html, body{
    height:fit-content;
}
body{
    color:#f1f0ee;
    display:flex;
    margin:0px;
    font-family:'Bahnschrift';
}
header{
    margin:auto;
    color:#f1f0ee;
    background-color:transparent;
    border:4px solid #3b74dd;
    border-radius:10px;
    width:fit-content;
    margin-bottom:10px;
}
h1{
    margin:3px;
}
#leftside, #rightside{
    background: url("../Medien/side.jpg");
    background-size:contain;
    width:50px;
    flex-shrink:0;
}
#content{
    background-color:#333333;
    flex-grow:10;
    padding:10px;
}
h3{
    margin:0px;
}
p{
    margin-top:5px;
    margin-bottom:5px;
}
* {
    box-sizing: border-box;
}
  

  .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
  

  .timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #f1f0ee;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}
  

  .container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
  

  .container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color:#333333;
    border: 4px solid #f1f0ee;
    top: 15px;
    border-radius: 25%;
    z-index: 1;
}
  

  .left {
    left: 0;
}
  

  .right {
    left: 50%;
}
  

  .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #f1f0ee;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f1f0ee;
}
  

  .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #f1f0ee;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f1f0ee transparent transparent;
}
  

  .right::after {
    left: -16px;
}
  

  .content {
    padding:5px;
    padding-bottom:0px;
    background-color: #404040;
    position: relative;
    border-radius: 14px;
    border:4px solid #f1f0ee;
}
  

  @media screen and (max-width: 600px) {

    .timeline::after {
      left: 31px;
}
  

    .container {
      width: 100%;
      padding-left: 70px;
      padding-right: 25px;
}
  

    .container::before {
      left: 60px;
      border: medium solid #f1f0ee;
      border-width: 10px 10px 10px 0;
      border-color: transparent #f1f0ee transparent transparent;
}
  

    .left::after, .right::after {
      left: 15px;
}
  

    .right {
      left: 0%;
}
}
#quellen{
  color:#f1f0ee;
  border:2px solid #3b74dd;
  border-radius:10px;
  width:fit-content; 
  padding:2px;
  font-style:italic;
  margin-top:0px;
  background-color:transparent;
}
article{
  margin:20px 10px 20px 10px;
  border:3px solid #404040;
  border-radius:10px;
  padding:5px;
}
a{
  text-decoration:none;
  color:#f1f0ee;
}
img{
  margin-top:5px;
  width:100%;
}
.nav{
  padding:0px;
  margin:20px 10px 20px 10px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  border:3px solid #404040;
  border-radius:10px;
}
.navitem{
  background-color:#404040;
  display:inline;
  padding:2px;
  margin:3px;
  border:2px solid #404040;
  border-radius:10px;
}
.navitem:hover{
  background-color:#404040;
  display:inline;
  padding:2px;
  margin:3px;
  border:2px solid #f1f0ee;
  border-radius:10px;
}