 /* The sidebar menu */
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 200px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #127DCB; /* Blue */
  color: white;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px;
}

.headnav {
  height: 20px%; /* Full-height: remove this if you want "auto" height */
  width: 100%; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  color: white;
  background-color: #127DCB; /* Blue */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px;
}

.line{
width: 100%;
height: 5px;
border-bottom: 2px solid black;
position: center;
}

/* The navigation menu links */
.sidenav a {
  /*padding: 6px 8px 6px 16px;*/
  padding-bottom: 10px;
  font-family: arial;
  text-decoration: none;
  font-size: 25px;
  color: #FFFFFF;
  display: block;
}

.sidenav p {
  padding: 0px 8px 6px 16px;
  font-family: arial;
  text-decoration: none;
  font-size: 17px;
  color: #FFFFFF;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #BDBCBD;
}

.sidenav img {
  float: right;
}

.headnav a {
  /*padding: 6px 8px 6px 16px;*/
  padding-bottom: 10px;
  font-family: arial;
  text-decoration: none;
  font-size: 100%;
  color: #FFFFFF;
}

.headnav h2 {
  font-size: 130%;
  text-align: center;
  font-family: arial;
}

.headnav p {
  font-size: 100%;
  text-align: center;
}

.headline h1 {
    color: black;
    font-family: arial;
    font-size: 200%;
    text-align: center;
}

.headline h2 {
    color: black;
    font-family: arial;
    font-size: 150%;
    text-align: center;
}

.content {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 40px;
}

.content h1 {
  color: black;
  font-family: arial;
  font-size: 150%;
}

.content h2 {
  color: black;
  font-family: arial;
  font-size: 120%;
}

.content h3 {
  color: black;
  font-family: arial;
  font-size: 110%;
}

.content p {
  color: black;
  font-family: arial;
  font-size: 100%;
}

.content li {
  color: black;
  font-family: arial;
  font-size: 100%;
  padding-top: 10px;
}

.left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
}

.fett {
  color: black;
  font-family: arial;
  font-weight: bold;
  font-size: 140%;
}

.tab_normal {
  color: black;
  font-family: arial;
  font-size: 140%;
}

.mail {
  font-size: 17px;
  padding-left: 0px;
}

.rot {
  color: red;
}

.achtung {
  font-size: 30px;
  font-family: arial;
  font-weight: bold;
  color: red;
}

.unterstrich {
  text-decoration: underline;
}

.middle {
  text-align: center;
}

.bottomnav {
  margin-left: 200px; /* Same as the width of the sidebar */
  margin-right: 10px;
  position: fixed;
  bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  left: 0;
  right: 0;
  background-color: white;
}

.bottomnav p {
  color: black;
  font-family: arial;
  font-size: 100%;
}

/* Style page content */
.main {
  margin-left: 200px; /* Same as the width of the sidebar */
  margin-right: 10px;
/*  padding: 0px 10px; */
  margin-bottom: 40px;
  padding-bottom: 50px;
}

/* On smaller screens, where width is less than 600px, change the style of the sidebar and disable the sidenav */
@media screen and (max-width: 600px) {
  .sidenav {width 0px;}
  .main{
    margin-left: 0px;
    margin-top: 140px;
  }

  .content {
    font-size: 80%
  }

  .bottomnav {
    margin-left: 0px;
  }

   .sidenav {
     display: none;
   }

   .headline {
     display: none;
   }
}

/* On bigger screens, where width is more than 600px, disable the headnav */
@media screen and (min-width: 600px) {
/*  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;} */

   .headnav {
     display: none;
   }


}
