
.byrow-gmaps {
  position: relative;
  max-width: 100%;
}

.byrow-gmaps__placeholder {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.byrow-gmaps__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.3s ease;
}

/* Overlay-Schicht ist zunächst unsichtbar */
.byrow-gmaps__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.byrow-gmaps__placeholder:hover .byrow-gmaps__img {
  filter: brightness(0.6);
}

.byrow-gmaps__placeholder:hover .byrow-gmaps__overlay {
  opacity: 1;
  pointer-events: auto;
}

.byrow-gmaps__btn {
  padding: 12px 20px;
  background-color: #494383;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
}

.byrow-gmaps__btn:hover {
  background-color: #3d1f91;
}

.byrow-gmaps__text {
  font-size: 0.9rem;
  color: #eee;
  margin: 0;
}

.byrow-gmaps__link {
  color: #ddd;
  text-decoration: underline;
}

/* Frame + iFrame */
.byrow-gmaps__frame {
  border: 0;
  border-radius: 20px;
}

.byrow-gmaps__frame iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 8px;
}

.owl-center-images .gallery-one__image {
	text-align: center;
}

.rechtsgebiete .service-one__title {
	font-size: 20px;
	margin: 60px 0 10px;
	letter-spacing: -0.8px;
	min-height: 50px;
}

#footer {
  color: var(--footer-color);
  font-size: 16px;
  background: var(--footer-bg-color) !important;
}

#footer .gsc-heading__desc {
	line-height: 1.4;
	margin-top: 15px;
}

#footer .gsc-heading__title {
  letter-spacing: -0.8px;
}

.company-presentation {
  background: url("../img/call-sidebar.jpg") no-repeat top center var(--modins-theme-color-second);
  background-size: cover;
  color: #fff;
  padding: 60px 30px;
  text-align: center;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.team-single-page .team-name .line span.onelong {
	width: 70px;
	height: 5px;
	border-radius: 10px;
	display: inline-block;
	margin: 0;
	background: var(--modins-theme-color);
}

.breadcrumb-content-inner {
	margin-bottom: 0;
}

.breadcrumb-content-inner .breadcrumb-content-main {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	z-index: 11;
	padding: 0 15px;
	text-align: left;
}

.team-two__job {
	font-size: 14px;
	font-weight: 500;
	min-height: 51px;
}

.rechtsgebiete .service-one__desc {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.71;
	text-align: justify;
	hyphens: auto;
	overflow-wrap: break-word;
	min-height: 180px;
}

.uppercasetitle {
	margin-top: 40px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.sidenav li {
	padding: 12px 0;
	border-bottom: 1px solid #804444;
	font-size: 16px;
	list-style: none;
}

.sidemenu-padding li {
	list-style: none;
}

.sidenav li a {
	text-decoration: none;
	color: #770c1c;
}

.heading-block {
  margin-top: 30px;
  margin-bottom: 20px;
}

#block-modins-sub-authorinfo {
	background: #fff;
}

.post-block.teaser-1 .post-title {
	font-size: 22px;
	margin: 10px 0 10px;
	line-height: 32px;
	position: relative;
	hyphens: auto;
	overflow-wrap: break-word;
	height: 130px;
}

.article-summary {
  hyphens: auto;
  overflow-wrap: break-word;
  height: 210px;
}

.post-block.teaser-1 .field--name-field-tags .field__item a {
	background: #f5f5f5;
	padding: 2px 15px;
	border-radius: 3px;
}

.google-rating-badge {
	display: inline-block;
	width: 100%;
}

.gr-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 230px;
	background: #fff;
	border-radius: 12px;
	padding: 20px 18px;
	text-align: center;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
	font-family: Arial, sans-serif;
	text-decoration: none;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.gr-badge:hover {
  text-decoration: none;
}

.gr-badge__logo {
  width: 34px;
  height: 34px;
  margin: 0 auto 12px;
  flex: 0 0 auto;
}

.gr-google-logo {
  display: block;
  width: 100%;
  height: 100%;
}

.gr-badge__rating-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: nowrap;
}

.gr-badge__rating {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  line-height: 1;
  display: inline-block;
}

.gr-badge__stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}

.gr-star {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 auto;
}

.gr-star--full path {
  fill: #fbbc04;
}

.gr-star--empty path {
  fill: #DADCE0;
}

.gr-badge__count {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.3;
  display: block;
}

.anwalt-rating-badge {
  display: inline-block;
}

.anwalt-badge {
  display: block;
  width: 100%;
  border: 2px solid #8b0d22;
  background: #fff;
  text-decoration: none;
  box-sizing: border-box;
  color: inherit;
  font-family: Arial, sans-serif;
}

.anwalt-badge:hover,
.anwalt-badge:link,
.anwalt-badge:visited {
  text-decoration: none;
  color: inherit;
}

.anwalt-badge__header {
	background: #8b0d22;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	padding: 14px 16px;
}

.anwalt-badge__body {
  padding: 20px 18px 24px;
  text-align: center;
}

.anwalt-badge__stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-bottom: 18px;
}

.anwalt-star {
  width: 24px;
  height: 24px;
  display: block;
}

.anwalt-star--full path {
  fill: #f5a623;
}

.anwalt-star--empty path {
  fill: #d9d9d9;
}

.anwalt-badge__text {
  font-size: 18px;
  line-height: 1.55;
  color: #4a4a4a;
  max-width: 240px;
  margin: 0 auto 20px;
}

.anwalt-badge__divider {
  height: 1px;
  background: #d9d9d9;
  margin: 0 0 20px;
}

.anwalt-badge__cta {
  font-size: 16px;
  line-height: 1.5;
  color: #8b0d22;
  margin-bottom: 12px;
}

.anwalt-badge__cta:last-of-type {
  margin-bottom: 24px;
}

.anwalt-badge__logo {
  display: flex;
  justify-content: center;
}

.anwalt-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.anwalt-logo-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
}

.anwalt-logo-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.anwalt-logo-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.anwalt-logo-text-orange {
  color: #eb7a1d;
}

.anwalt-logo-text-blue {
  color: #425b7c;
}

.anwalt-badge__logo img {
  height: 28px;
  width: auto;
  display: block;
}

.anwalt-badge__rating-row {
  margin-bottom: 18px;
}

.anwalt-badge__rating {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

#reviews-carousel .testimonial-one__quote {
	min-height: 310px;
	height: 310px;
}

.review-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.review-modal.is-open {
  display: block;
}

.review-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.review-modal__dialog {
	position: relative;
	max-width: 760px;
	width: calc(100% - 32px);
	margin: 125px auto 60px auto;
	background: #fff;
	border-radius: 12px;
	padding: 32px;
	z-index: 2;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.review-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.review-modal__stars {
  color: #f5a623;
  margin-bottom: 20px;
  text-align: center;
}

.review-modal__text {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  text-align: center;
  margin-bottom: 28px;
}

.review-modal__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.review-modal__avatar img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.review-modal__meta-text {
  text-align: left;
}

.review-modal__job {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
  margin-bottom: 4px;
}

.review-modal__name {
  font-size: 22px;
  margin: 0;
}

body.review-modal-open {
  overflow: hidden;
}

.button-center {
	margin-top: 30px;
	display: flex;
}

.button-center .btn-theme {
  margin-left: auto;
  margin-right: auto;
}

.owl-center-images.no-overview .gallery-one__single:hover .gallery-one__content {
	opacity: 0 !important;
}

#block-dropdownlanguage {
  display: none;
}

.share-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(12px);
  background: rgba(34, 34, 34, 0.96);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 99999;
  pointer-events: none;
  white-space: nowrap;
}

.share-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.footer-links {
	text-align: center;
	margin-top: 30px;
}
.footer-links li {
	display: inline-block;
}
.footer-links a {
	color: #ddd;
	margin-right: 10px;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin: 0 30px;
}
.footer-links a:hover {
	color: #fff;
}