* {
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .navbar-collapse {
    flex-grow: 0 !important;
  }
  .nav-button {
    margin-left: 10px;
  }
  .services-text {
    margin-left: 20px;
  }
}

body,
html {
  margin: 0;
  padding: 0;
}

.input-error {
  border: 1px solid #ff5656 !important;
}

.form-success {
  color: #1a8b1a;
}

.form-error {
  color: #ff5656;
}

.navbar-logo img,
footer img {
  max-height: 30px;
}

.navbar-logo {
  line-height: 0.5 !important;
}

.submit-btn {
  background-color: #312c35 !important;
  color: #fff !important;
  font-weight: bold !important;
  border: none !important;
}

.nav-button {
  border: 1px solid #312c35;
  color: #141414;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  display: block;
}

.nav-button:hover {
  color: #141414;
}

main {
  border-top: 1px solid #312c35;
  border-bottom: 1px solid #312c35;
}

section {
  margin: 100px 0;
}

.rating {
  max-width: 500px;
  margin: auto;
}

.rating-img {
  width: 40px;
  height: 40px;
  background-color: #eee;
  border-radius: 100%;
  margin-right: 10px;
}

.rating-name span {
  color: #141414;
}

.rating p {
  margin: 0;
  font-size: 0.8rem;
  color: #363636;
}

#about {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

#about h2 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}

#about p {
  font-size: 1.2rem;
}

#services img {
  width: 200px;
}

.services-text {
  flex: 1;
}

#services {
  max-width: 800px;
  margin: 100px auto;
}

.services-text h3 {
  font-weight: bold;
}

#faq h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

.faq-column {
  margin: 20px 0;
}

.faq-column h4 {
  font-weight: bold;
  color: #312c35;
  font-size: 1.2rem;
}

.faq-column p {
  color: #363636;
  font-size: 0.8rem;
}

.weissstreicher-contact-header {
  color: #141414;
}

.weissstreicher-contact-header {
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.weissstreicher-contact-header h2 {
  font-size: 2rem;
  font-weight: bold;
}

.weissstreicher-contact-header span {
  font-size: 1rem;
}

.weissstreicher-contact-form-container {
  max-width: 700px;
  margin: auto;
  margin-top: 50px;
}

.weissstreicher-contact-top-img {
  height: 45px;
  width: 45px;
  background-color: #fcfcfc;
  text-align: center;
  margin-right: 15px;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

.weissstreicher-contact-top-img img {
  height: 18px;
  vertical-align: middle;
}

.weissstreicher-contact-top-text {
  color: #363636;
}

.weissstreicher-contact-top-text span {
  font-size: 0.7rem;
  display: block;
}

.weissstreicher-contact-top-text a {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  color: #312c35;
  text-decoration: none;
}

.weissstreicher-contact-top-text a:hover {
  color: #312c35;
}

.weissstreicher-contact-form-container form {
  margin-top: 20px;
  font-size: 16px;
}

.weissstreicher-contact-form-container form input {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px 15px;
  background-color: #eee;
  width: 100%;
  color: #141414;
  margin: 5px 0;
}

.weissstreicher-contact-form-container form textarea {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px 15px;
  background-color: #eee;
  width: 100%;
  color: #141414;
  margin: 5px 0;
}

footer {
  background-color: #eee;
  padding: 50px 0 20px 0;
}

.weissstreicher-footer-col {
  color: #141414;
}

.weissstreicher-footer-col h2 {
  font-size: 1rem;
  font-weight: bold;
}

.weissstreicher-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}

.weissstreicher-footer-col ul li a {
  color: #363636;
  text-decoration: none;
}

.weissstreicher-footer-col ul li a:hover {
  color: #363636;
}

.weissstreicher-copy {
  margin-top: 40px;
  font-size: 0.7rem;
  color: #141414;
}

.splide__slide {
  padding: 150px 0;
}

.law-wrapper {
  padding: 100px 0;
}

.law-wrapper h1 {
  font-weight: bold;
  color: #312c35;
  font-size: 1.4rem;
}

.weisstreicher-slide1 {
  background: url('images/slide1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.weisstreicher-slide2 {
  background: url('images/slide2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -100px;
}

.weisstreicher-slide3 {
  background: url('images/slide3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -100px;
}

.splide,
.splide__track,
.splide__list {
  height: 100%;
}

.splide__arrow svg {
  fill: #312c35 !important;
}

.splide__pagination__page.is-active {
  background: #312c35 !important;
}

main h1 {
  font-weight: bold;
  font-size: 2.3rem;
  color: #141414;
  max-width: 350px;
}

.splide__slide a {
  padding: 5px 20px;
  color: #141414;
  background-color: #fff;
  border: 1px solid #312c35;
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
}

.splide__slide a:hover {
  color: #141414;
}

.weissstreicher-top-contact-form {
  flex-wrap: wrap;
}

.weissstreicher-top-contact-form .d-flex {
  margin: 10px 0;
}

.rating-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

@media screen and (max-width: 992px) {
  .rating p {
    text-align: center;
  }
  .rating-img {
    margin-left: auto;
  }
  .rating-name {
    margin-right: auto;
  }
  .services-text {
    text-align: center;
    margin-top: 20px;
  }
  #services img {
    width: 100%;
    height: auto;
  }
  #services .d-flex {
    display: block !important;
  }
  footer img {
    display: none;
  }
  footer .d-flex {
    display: block !important;
  }
  .weissstreicher-footer-col {
    margin: 20px 0;
  }
}
