<style>
* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
    background: rgb(224,37,27);
    background: linear-gradient(90deg, rgba(224,37,27,1) 0%, rgba(233,224,15,1) 34%, rgba(224,37,27,1) 100%);
}

a:link    { color: black; }
a:visited { color: black; }
a:focus   { color: black; }
a:hover   { color: black; }
a:active  { color: black; }

#theNav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  background-color: black;
  overflow-x: hidden;
right: 0;
  font-size: 25px;
  padding-top: 60px;
  transition: 0.5s;
}

#theNav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 22px;
  color: white;
  display: block;
  transition: 0.3s;
}


.closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 36px;
  margin-right: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.links { 
  float: left;
  width: 75%;
}

.rechts {
  float: right;
  width: 25%;
}

#header {
  padding: 10px;
    padding-bottom: 50px;
    width: 100%;
  font-family: arial; 
    font-size: 14px;  
    background: black;
  color: white;
    text-align: center;
}

.footer {
 background-color: black;
    text-align: center;
  padding: 10px;
    margin-top: 10;
    color: white;
        width: 100%;

}

.footer a {
    color: white;
}

.podcast {
  background-color: white;
  padding: 7px;
  margin-top: 34px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;

}

.row:after {
  content: "";
  display: table;
  clear: both;
}



</style>