.home-section-content {
	padding: 0;
}

.h2, h2 {
	color: var(--mv-blue);
}
.h3, h3 {
	font-size: 20px;
}

:root {
  --mv-red: #d04532;
  --mv-blue: #4b6577;
}

.navbar-brand img {
  max-height: 72px;
}

.home-carousel h1,
.home-carousel h2,
.home-carousel h3 {
  line-height: 1.2;
  color: var(--mv-blue);
}

.home-carousel .dark-mask {
  background: rgba(255,255,255,0.94);
  opacity: 1;
}

.home-carousel p,
.bar p,
.box-simple p {
  font-size: 16px;
}

.home-carousel ul.list-style-none li {
  margin-bottom: 8px;
}

.btn-template-main,
.btn-template-transparent-primary {
  background: var(--mv-red);
  border-color: var(--mv-red);
}

.btn-template-main:hover,
.btn-template-transparent-primary:hover {
  background: #b93b2b;
  border-color: #b93b2b;
}

.bar.background-pentagon,
.bar.background-gray {
  border-top: 1px solid #ececec;
}

.box-simple {
  min-height: 260px;
}

.box-simple .icon {
  color: var(--mv-red);
  border-color: #efc3bc;
}

.testimonials .item .text p,
#footer p,
#footer li,
#copyright p {
  color: inherit;
}

.home-carousel .image {
  text-align: center;
}

.home-carousel .image img {
  max-height: 300px;
  width: auto;
  margin: 0 auto;
}

#footer .blog-entries {
  display: none;
}

/* Das quadratische Markenzeichen passt mit lesbarem Namen in die Theme-Navigation. */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.navbar-brand img {
  max-height: 42px;
}

.navbar-brand span:not(.sr-only) {
  color: #133858;
  font-weight: 700;
}

.hero-content {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}

.home-carousel h1 {
  font-size: clamp(28px, 3.2vw, 42px);
  text-transform: none;
  letter-spacing: normal;
}

.home-carousel p {
  color: #293e4e;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

.home-carousel .hero-claim {
  font-weight: 700;
}

.hero-actions .btn {
  margin: 8px 8px 0 0;
  white-space: normal;
}

.btn-template-main {
  color: #fff;
}

.home-content h2:not(:first-child) {
  margin-top: 48px;
}

.home-content p,
.home-content li {
  max-width: 80ch;
}

[id] {
  scroll-margin-top: 85px;
}

#footer .footer-heading {
  font-size: 18px;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .home-carousel .image img {
    max-height: 200px;
  }
}

/* Lange deutsche Seitentitel bleiben auch auf schmalen Displays lesbar. */
#heading-breadcrumbs h1 {
  overflow-wrap: break-word;
  hyphens: auto;
}
