/*body,h1,h2,h3,h4,h5,h6 {
  font-family: "Lato", sans-serif;
}
.bodfont {
  font-family: "Lato", sans-serif;
}*/


.einzugr{
  margin-right: 10rem;

}

/*############################*/
/*Header und Navbar*/
/* Style the header with a grey background and some padding */
.header {
  overflow: hidden;
  background-color: #5C1C20;  /*#4E4E4E  #8C8C8C #A68C8C #5C1C20 #00DB36 #0BDBB4 #40E038 #DBAE16*/
  padding: 20px 10px;
}
.header2 {
  overflow: hidden;
  background-color: #5C1C20;  /*#4E4E4E  #8C8C8C #A68C8C #5C1C20 #40E038 #DBAE16*/
  padding: 20px 10px;
  color: white;
}
.headerHandy {
  overflow: hidden;
  background-color: white;  /*#4E4E4E  #8C8C8C #A68C8C #5C1C20*/
  padding: 20px 10px;
  color: black;
}
/* Style the header links */
.header a {
  /*float: left;*/
  color: white;
  text-align: center;
  /*padding: 20px;*/
  text-decoration: none;
  font-size: 18px;
  line-height: 120px;*/
  border-right:3px
  /*border-radius: 4px;*/
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
/*.header a.logo {
  font-size: 250px;
  font-weight: bold;
}*/

/* Change the background color on mouse-over */
/*.header a:hover {
  background-color: #ddd;
  color: black;
}*/

/* Style the active/current link*/
/*.header a.active {
  background-color: dodgerblue;
  color: white;
}*/

/* Float the link section to the right */
.header-right {
  float: right;
}
h1.ohr{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

h2.ohr{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
h1.mhr{
  margin-top: 4rem;
  margin-bottom:2rem;
}

hr.dark{
   border-top: 1px solid #5C1C20;
   margin-bottom: 3rem;

}
.uHeading{
  margin-bottom: 3rem;
}
.absatz{
  margin-bottom: 2rem;
}
.absatzZuFooter{
  margin-bottom: 8rem;
  }
.fixedposition{
  position: fixed;
  bottom: 0;
  width: 100%;

}
/*für fixierten Footer*/
html{
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
footer{
  position: absolute;
  bottom: 0px;
  width: 100%;

}
/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
/*@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}
