.navbar__logo {
  height: 3rem;
  pointer-events: none;
}

.jumbotron {
  background-size: cover;
  height: 400px;
}

.container--home,
.container--medizintechnik,
.container--sortiment,
.container--service,
.container--kontakt {
  margin-bottom: 32px;
}

.container--kontakt {
  padding-top: 20px;
}

.container--medizintechnik .col-md-4,
.container--sortiment .col-md-4,
.container--service .col-md-4 {
  text-align: center;
}

.container--kontakt .col-md-3,
.container--kontakt .col-md-4 {
  text-align: center;
  margin-bottom: 10px;
}
.container--kontakt .col-md-3 a {
  color: #212529;
}

.container--medizintechnik .col-md-4 .col-content,
.container--sortiment .col-md-4 .col-content,
.container--service .col-md-4 .col-content {
  padding: 20px;
  background-color: rgb(241, 241, 241);
  height: 100%;
}

.container--medizintechnik .col-md-4 .col-content b,
.container--sortiment .col-md-4 .col-content b,
.container--service .col-md-4 .col-content b {
  font-size: 1.2rem;
}

.container--medizintechnik .col-md-4 .col-content ul,
.container--sortiment .col-md-4 .col-content ul,
.container--service .col-md-4 .col-content ul {
  margin-top: 30px;
}

.container--sortiment .col-md-4 .col-content img,
.container--service .col-md-4 .col-content img {
  margin-top: 20px;
}

.container--service .col-md-4 .col-content img {
  margin-bottom: 20px;
}

.container--medizintechnik .row,
.container--sortiment .row,
.container--service .row {
  margin-bottom: 20px;
}

.container--medizintechnik .col-md-4 ul,
.container--sortiment .col-md-4 ul,
.container--service .col-md-4 ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
}

.jumbotron--home {
  background-image: url("./assets/header.jpeg");
  background-position: center;
  height: 500px;
}

.motto {
  color: #5d5d5d;
  margin-bottom: 40px;
}

.motto .ro {
  color: #4bd26c;
}

@media screen and (max-width: 991px) {
  .motto h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 576px) {
  .motto h1 {
    font-size: 24px;
    margin-bottom: -100px;
  }
}

.jumbotron--medizintechnik {
  background-image: url("./assets/medizintechnik.jpeg");
  background-position: center;
}

.jumbotron--sortiment {
  background-image: url("./assets/sortiment.jpeg");
  background-position: 0 75%;
}

.jumbotron--service {
  background-image: url("./assets/service.jpeg");
  background-position: center;
}

@media screen and (max-width: 576px) {
  .jumbotron {
    height: 150px;
  }
}

.kontakt-map {
  border-top: 1px solid #e2e2e2;
}

.footer {
  background-color: #2f4858;
}

.footer-top {
  padding: 60px 0;
  background: #333;
  background: #1b2e3b;
  /* background-color: map-get($color-palette--1, "fifth"); */
  text-align: left;
  color: #aaa;
}
.footer-top h3 {
  padding-bottom: 10px;
  color: #fff;
}

.footer-about img.logo-footer {
  max-width: 174px;
  margin-top: 0;
  margin-bottom: 18px;
}
.footer-about p a {
  border: 0;
}
.footer-about a {
  /* color: #5a6e5f; */
  color: #aaa;
}
.footer-about p a:hover,
.footer-about p a:focus {
  border: 0;
}

.footer-contact p {
  word-wrap: break-word;
}
.footer-contact i {
  padding-right: 10px;
  font-size: 18px;
  color: #666;
}

.footer-contact a {
  color: #5a6e5f;
}
.footer-contact p a {
  border: 0;
}
.footer-contact p a:hover,
.footer-contact p a:focus {
  border: 0;
}

.footer-links a {
  color: #aaa;
  border: 0;
}
.footer-links a:hover,
.footer-links a:focus {
  color: #fff;
}

.footer-bottom {
  padding: 15px 0 17px 0;
  background: #14242f;
  text-align: left;
  color: #aaa;
}

.footer-social {
  padding-top: 3px;
  text-align: right;
}
.footer-social a {
  margin-left: 20px;
  color: #777;
  border: 0;
}
.footer-social a:hover,
.footer-social a:focus {
  color: #79a05f;
  border: 0;
}
.footer-social i {
  font-size: 24px;
  vertical-align: middle;
}

.footer-copyright {
  padding-top: 5px;
}
.footer-copyright a {
  color: #fff;
  border: 0;
}
.footer-copyright a:hover,
.footer-copyright a:focus {
  color: #aaa;
  border: 0;
}

.ccb__edit {
  cursor: pointer;
}

.ccb__edit:hover {
  text-decoration: underline;
}
a.terms_and_conditions,
a.terms_and_conditions:hover,
a.terms_and_conditions:visited {
  color: #aaa;
}
