body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px 27px;
  font-family: Bitter, serif;
  color: white;
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.29) 0px 4px 0px;
}
h2 {
  margin: 20px 0px 10px;
  font-family: Bitter, serif;
  color: #300;
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
}
h3 {
  margin: 25px 0px 10px;
  font-family: Bitter, serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin: 10px 0px;
  font-family: Bitter, serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family: Bitter, serif;
  color: #525252;
  font-size: 14px;
  font-weight: 400;
}
.button {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  border: 2px solid #cc0700;
  border-radius: 7px;
  background-color: #cc0700;
  background-image: -webkit-linear-gradient(#fc524c, #cc0700);
  background-image: -o-linear-gradient(#fc524c, #cc0700);
  background-image: linear-gradient(#fc524c, #cc0700);
  box-shadow: rgba(255, 255, 255, 0.45) 0px 1px 0px 0px inset;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-image: -webkit-linear-gradient(#f78986, #f01811);
  background-image: -o-linear-gradient(#f78986, #f01811);
  background-image: linear-gradient(#f78986, #f01811);
  box-shadow: rgba(255, 255, 255, 0.45) 0px 1px 0px 0px inset;
}
.button.contact-button {
  overflow-x: hidden;
  overflow-y: hidden;
  clear: both;
}
.header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.jumbo {
  padding-top: 47px;
  padding-bottom: 47px;
  border-top: 4px solid #300;
  background-color: #8c8c8c;
  background-image: url('../images/background-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.subtitle {
  font-family: Bitter, serif;
  color: white;
  font-size: 17px;
}
.call-now {
  margin-top: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}
.testimonials {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #300;
}
.quote {
  font-family: Bitter, serif;
  color: #a19181;
  font-size: 17px;
}
.content {
  padding-top: 48px;
  padding-bottom: 48px;
}
.wrapper {
  display: block;
  width: 80%;
  margin-top: -230px;
  margin-left: 39px;
  padding: 21px 21px 7px;
  border: 7px solid #cc0700;
  border-radius: 11px;
  background-color: #f2efeb;
  box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 11px 0px;
}
.wrapper.content-contact {
  position: static;
  z-index: 5000;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
.call-to-action {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  color: #cc0700;
  font-size: 27px;
  line-height: 22px;
}
.note {
  margin-bottom: 13px;
  color: #7a6e61;
  font-size: 14px;
  line-height: 18px;
}
.note.share {
  font-style: italic;
  text-align: center;
}
.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 3px solid #bdb5af;
  background-color: #d9d1cb;
}
.copyright {
  font-family: Bitter, serif;
  color: #300;
  font-size: 15px;
}
.copyright.info {
  color: rgba(51, 0, 0, 0.29);
}
.head-section {
  background-color: #e00000;
}
.homepage-list {
  margin-bottom: 10px;
  padding-left: 15px;
  font-family: Bitter, serif;
  color: #525252;
  font-size: 14px;
}
.homepage-list-item {
  color: #525252;
}
.hero-text {
  width: 50%;
  font-family: Bitter, serif;
  color: white;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.form-error {
  color: white;
  font-weight: 700;
}
.form-error-wrapper {
  background-color: #ff3d3d;
}
.navigation-wrapper {
  background-color: #300;
}
.navigation-item {
  padding: 10px;
  float: none;
  color: white;
  font-size: 12px;
  font-weight: 700;
}
.navigation-item:hover {
  text-decoration: underline;
}
.navigation-item.navigation-item-active {
  background-color: #e00000;
}
.navigation-item.navigation-item-active.w--current {
  color: white;
}
.navigation {
  text-align: center;
}
.navigation-main {
  float: none;
}
.contact-button-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.all_content_links {
  display: block;
  margin-bottom: 5px;
  font-family: Bitter, serif;
  color: #e00000;
  font-size: 14px;
  font-weight: 400;
}
.table-content {
  font-family: Bitter, serif;
  color: #525252;
  font-size: 14px;
}
.honorar-tabelle {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 37px;
    text-shadow: rgba(0, 0, 0, 0.29) 0px 4px 0px;
  }
  .jumbo {
    background-image: url('../images/background-image.jpg');
    background-position: 50% 50%;
  }
  .subtitle {
    font-size: 16px;
  }
  .call-now {
    text-align: center;
  }
  .wrapper {
    width: 90%;
    margin-top: -215px;
    margin-left: 28px;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 11px 0px;
  }
  .call-to-action {
    font-size: 26px;
    line-height: 29px;
  }
  .hero-text {
    width: 50%;
  }
  .navigation-item {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .menu-button {
    float: left;
  }
  .menu-icon {
    color: white;
  }
}
@media (max-width: 767px) {
  p {
    text-align: left;
  }
  .header {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
  }
  .jumbo {
    background-image: url('../images/background-image.jpg');
    background-position: 50% 50%;
    text-align: center;
  }
  .call-now {
    margin-bottom: 21px;
    text-align: center;
  }
  .testimonials {
    padding-right: 9px;
    padding-left: 9px;
    text-align: center;
  }
  .content {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
  }
  .wrapper {
    width: 100%;
    margin-top: 22px;
    margin-left: 0px;
  }
  .footer {
    text-align: center;
  }
  .homepage-list-item {
    text-align: left;
  }
  .hero-text {
    width: 100%;
  }
  .menu-icon {
    color: white;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 30px;
    text-shadow: rgba(0, 0, 0, 0.29) 0px 4px 0px;
  }
  h3 {
    float: none;
    text-align: left;
  }
  h4 {
    text-align: left;
  }
  p {
    text-align: left;
  }
  .jumbo {
    background-image: url('../images/background-image.jpg');
    background-position: 50% 50%;
  }
  .content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .homepage-list {
    margin-right: 10px;
    margin-left: 10px;
  }
  .homepage-list-item {
    text-align: left;
  }
  .table-content {
    text-align: left;
  }
  .menu-icon {
    color: white;
  }
}

