@charset "utf-8";
#heading {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #008fff;
  text-align: center;
  font-style: normal;
  text-shadow: 0 0 5px #161618, 0 0 10px #c52b2f;
  font-size: 60px;
  -webkit-text-stroke: 0px #161618;
}
#between {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f5f4;
  text-align: center;
  font-style: normal;
  text-shadow: 0 0 5px #161618;
  font-size: 26px;
}
#extra {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f5f4;
  text-align: center;
  font-style: normal;
  text-shadow: 0 0 5px #161618;
  font-size: 26px;
}
#koerper {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f5f4;
  background-color: #161618;
  text-align: center;
  font-size: 18px;
}
#body2 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f5f4;
  background-color: #161618;
  text-align: left
}
#navigator {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f5f4;
  background-color: transparent;
  text-align: center;
  font-size: 18px;
}
@media (max-width:768px) {
  #heading {
    font-size: 40px;
    -webkit-text-stroke: 10px #161618;
    paint-order: stroke fill;
    text-shadow: none;
  }
  #koerper {
    font-size: 20px;
  }
}
@media (max-width:414px) {
  #heading {
    font-size: 40px;
    -webkit-text-stroke: 6px #161618;
    paint-order: stroke fill;
    text-shadow: none;
  }
  #koerper {
    font-size: 18px;
  }
  img {
    border: 5px solid #161618;
    border-radius: 8px;
    max-width: 50%;
  }
  a.topnav {
    height: 100px
  }
}
@media (max-width:481px) {
  #heading {
    font-size: 40px;
    -webkit-text-stroke: 6px #161618;
    paint-order: stroke fill;
    text-shadow: none;
  }
  #koerper {
    font-size: 18px;
  }
  img {
    border: 5px solid #161618;
    border-radius: 8px;
    max-width: 50%;
  }
  a.topnav {
    height: 100px
  }
}
h1 {
  text-shadow: 0 0 10px #161618;
}
h4 {
  text-shadow: 0 0 7px #161618;
}
a:link {
  color: #75c0c7;
}
a:visited {
  color: #444444;
}
a:hover {
  color: #ff0082;
}
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background-color: #161618;
  border: none;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #75c0c7;
  transition-duration: 0.4s;
  border-radius: 12px;
}
details > summary {
  background-color: #161618;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.2em;
  display: inline-block;
  color: white;
  width: 50%;
  cursor: pointer;
  border: 5px inset #008fff;
}
details > summary:hover {
  background-color: #ff0082;
  color: #f2f5f4;
}
details > summary:active {
  color: gray;
}
details > p {
  background-color: #fc8833;
  padding: 4px;
  margin: 0;
}
article {
  border: 5px inset #008fff;
  max-width: 1000px;
  margin: auto;
  background: #161618;
  text-shadow: 0 0 5px #161618;
}
article > p {
  text-align: left;
  margin-left: 10px;
}
ul {
  text-align: left;
}
ul > li {
  text-align: left;
  margin-left: 20px;
}
a.button:hover {
  background-color: #ff0082;
  color: #f2f5f4;
}
.wrapper {
  text-align: center;
}
.navbar {
  width: 100%;
  border: none;
}
img {
  border: 5px solid #161618;
  border-radius: 8px;
  max-width: 40%;
  max-height: 40%;
}
img:hover {
  box-shadow: 0 0 4px 2px #75c0c7;
}
.imgbox {
  background-color: none;
  height: 200px;
  padding: 20px;
}
body {
  
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
* {
  box-sizing: border-box;
}
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
/* The circles on the timeline */
.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #990000;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
/* Place the container to the left */
.left {
  left: 0;
}
/* Place the container to the right */
.right {
  left: 50%;
}
/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #161618;
}
/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #161618 transparent transparent;
}
/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}
/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #161618;
  position: relative;
  border-radius: 6px;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  /* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  /* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #161618 transparent transparent;
  }
  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
/* Header/Blog Title */
.header {
  padding: 30px;
  font-size: 40px;
  text-align: center;
  background: #161618;
}
/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  float: left;
  width: 75%;
}
/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}
/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}
/* Add a card effect for articles */
.card {
  background-color: #161618;
  padding: 20px;
  margin-top: 20px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }
}

table, th, td {
	align-self: center;
	background-color: #161618;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}