

body {
  font-size: 18px;
  font-family: 'DM Sans';
  /*font-family: Arial, Helvetica, sans-serif;*/
}

h4{
  margin-bottom: 0px;
  padding: 0;
}
h5{
  margin-bottom: 5px;
}

table{
  padding: 5px;
}
th, td{
  text-align: center;
  padding: 5px;
}


/*img{
  object-fit: contain;
}*/

.Impressum{
  font-size: 18px;
}

.sidebar {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 30%; /* Set the width of the sidebar */
  left: 0;
  position: sticky; /* Fixed Sidebar (stay in place on scroll) */
  -webkit-position: sticky;
  float: right;
  align-items: center;
  margin: 10px;
  right: 2%;
  margin-bottom: 30px;
  /*z-index: -1;*/ /* Stay on top */
  top: 60px; /* Stay at the top */
  
  /*background-color: #111; */ /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px;
  display: flex;

}


.main {
  margin-left: 5%; /* Same as the width of the sidebar */
  width: 75%;
  padding: 10px;
  position: relative;
  margin: 10px auto;
  margin-bottom: 30px;
  
}

.mainPage {
  position:relative; 
  height:100%;
}

#bottomline{
  width: 100%;
  background-color: #333;
  margin: 0;
  bottom: 0;
  position: sticky;
  z-index: 999;
}



.Nav{
  position: sticky;
  top: 0;
  z-index: 999;
}

ul[id=Navbar] {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: -webkit-sticky; /* Safari */
  position: sticky;
 /* top: 0; */
  
  font-size: 18px;
}

.footer {

  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: white;
  z-index: 999;
  text-align: right;
  margin-top: 10px;
}
.column {
  float: left;
  padding: 2px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
li[id=Startseite],li[id=LegasthenieDyskalkulie],li[id=Lerntherapie],li[id=Lerncoaching],li[id=Kontakt] {
  float: left;
}
li[id=Impressum]{
  float: right;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover {
  background-color: #111;
  color: white;
}
.active {
  background-color: #b1d0c7/*lightgreen*/;
  background-color: #7dc483;
  color: #111;
  font-weight: bold;
  
}