body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: table;
  text-align: center;
}

.navbar a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #f1f1f1;
  color: black;
}

.navbar a.active {
  background-color: #04AA6D;
  color: white;
}

.navbar p.spacer {
  margin-left: 64px;
  display:inline;
}

.navbar p.navText{
  display:inline;
}

.navbar div.leftBottom {
  color: #f2f2f2;
  text-align: left;
  display:inline;
}

.navbar div.leftSpacer {
  display:inline-block;
}

.navbar div.center {
  text-align: center;
  display:inline;
}

.navbar div.rightBottom {
  text-align: right;
  display:inline;
}

.navbar div.bottomSpacer {
  display:inline-block;
}

.navbar .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .navbar a.passive {display: none;}
  .navbar p.navText {display: none;}
  .navbar div.center{text-align: left;}
  .navbar div.leftBottom{display: none;}
  .navbar div.bottomSpacer{display: none;}
  .navbar div.rightBottom{display: none;}
  .navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive a.icon {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .navbar.responsive div {
    display: inline;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .navbar.responsive p {
    float: none;
    display: block;
    text-align: left;
  }
}

.main {
  padding: 16px;
  margin-left: auto;
  margin-right: auto;
}

.size600 {
  max-width: 600px;
  text-align: justify;
}

.size800 {
  max-width: 800px;
  text-align: justify;
}

.highlight1 {
  color: #ff0000;
}

.highlight2 {
  font-weight:bold;
  color: #000000;
  text-decoration: underline;
}

.highlight_bold {
  font-weight:bold;
}

.block_text {
 text-align:justify;
}

body {
  background-image: url('images/hintergrund.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

html, body, .container {
    height: 100%;
}

.container {
}
