
.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;
}
