body {
  background-color: #666;
  background-image: url('../images/bg.jpg');
  background-position: 0px 0px;
  background-repeat: repeat-x;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: black;
  font-size: 12px;
  line-height: 18px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 10px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.content {
  margin-top: 20px;
  padding: 20px;
  background-color: white;
  box-shadow: #888 0px 0px 20px 2px;
}
.navbar-container {
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
}
.navbar {
  background-color: transparent;
}
.main-content {
  min-height: 400px;
}
.main-content:hover {
  color: black;
}
.ext-link {
 color: rgb(35, 82, 124);
 text-decoration: none;
}
.ext-link:visited {
 color: rgb(35, 82, 124);
}
.nav-menu {
  margin-top: 35px;
}
.nav-link {
  padding: 5px 10px;
  font-weight: 700;
}
.nav-link:hover {
  border-bottom: 2px solid #c41220;
  color: #c41220;
}
.nav-link.w--current {
  border-bottom: 2px solid #c41220;
  color: black;
}
.footer {
  margin-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: white;
}
.footer-link {
  color: white;
  font-weight: 700;
}
.footer-link.w--current {
  /*color: #999999;*/
}
.divider {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.footer-links {
  float: right;
  line-height: 30px;
}
.footer-legal {
  display: inline-block;
}
.underlined {
  text-decoration: underline;
}
.content-link {
  color: #4c4c4c;
  font-weight: 700;
}
.content-link:hover {
  color: black;
}
.bold {
  font-weight: 700;
}
.impressum-img {
  float: right;
}
.impressum-details {
  width: 80%;
  float: left;
}
.clear-div {
  display: block;
  padding-top: 10px;
  clear: both;
}
@media (max-width: 991px) {
  .impressum-img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  body {
    padding-right: 10px;
    padding-left: 10px;
  }
  h1 {
    line-height: 14px;
  }
  p {
    font-size: 11px;
  }
  .nav-link {
    background-color: #666;
    color: white;
  }
  .footer-links {
    text-align: center;
  }
  .footer-legal {
    display: block;
  }
  .menu-button {
    padding: 8px;
  }  
  .brand {
    width: 150px;
  }  
  .hplink {
  	width: 150px;
  }  
  .menu-button.w--open {
    background-color: #666;
    color: white;
  }
  .imp-left-column {
    padding-left: 0px;
  }
  .imp-right-column {
    padding-left: 0px;
  }
}
@media (max-width: 479px) {
  .content {
    padding: 10px;
  }
  .footer-links {
    float: none;
  }
  .footer-legal {
    font-size: 10px;
    text-align: center;
  }
  .menu-button {
    padding: 8px;
  }
  .brand {
    width: 150px;
  }
  .hplink {
  	width: 120px;
  }
  .impressum-img {
    display: none;
    text-align: center;
  }
}