body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*  */
.navbar-nav {
  flex: 1;
  justify-content: center;
  grid-gap: 2.5rem;
}

header .navbar-nav .nav-link {
  color: #232323;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 5px 0px !important;
  border-bottom: 1px solid transparent;
}

header .dropdown-toggle::after {
  border: none;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  width: 10.5px;
  height: 12px;
  vertical-align: middle;
}

header .navbar-nav .nav-link.active {
  border-bottom: 1px solid #000;
}

.btn-default {
  border-radius: 9999px;
  border: 1px solid #E5E7EB;
  padding: 8px 16px;
  display: flex;
  padding: 8px 16px;
  align-items: center;
  grid-gap: 12px;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.btn-default span {
  border-radius: 9999px;
  background: #F2F8F6;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

header .navbar {
  padding: 15px 0px;
}

.hero-sec {
  background-image: url(../images/anwaltskanzlei-ruesselsheim-hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-inner {
  display: grid;
  grid-template-columns: 6fr 6fr;
 /* align-items: center;*/
}

.hero-right {
  padding: 64px;
}

.subtitle {
  display: flex;
  align-items: center;
  grid-gap: 6px;
}

.subtitle span {
  background: #BF8E4F;
  width: 44.985px;
  height: 1px;
  display: block;
}

.subtitle h6 {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.hero-right h1 {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 64px;
  margin: 16px 0px;
   margin-bottom: 35px;
  /*max-width: 648px;*/
}

.hero-right h1 span {
  color: #BF8E4F;
  font-style: italic;
  font-weight:600;
}

.hero-right p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  /*max-width: 403px;*/
  margin-bottom: 44px;
}

.btn-primary {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 40px;
  border: none;
  background: #BF8E4F;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  border-radius: 0px;
}

.logo-wrapper {
  border-top: 0.75px solid rgba(221, 221, 221, 0.50);
  margin-top: 56px;
  padding: 27px 0px;
}

.logo-wrapper h2 {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.88px;
}

.logo-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.area-sec {
  padding: 120px 0px;
}

.title-wrapper {
  text-align: center;
}

.title-wrapper .subtitle {
  justify-content: center;
}

.title-wrapper .subtitle h6 {
  color: #000;
}

.title-wrapper h2 {
  color: #111827;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin: 15px 0px;
}

.title-wrapper p {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  max-width: 1035px;
  margin: 0 auto;
  line-height: 24px;
}

.practice-card-wrapper {
  display: grid;
  grid-template-columns: 6fr 6fr;
  grid-gap: 24px;
  margin: 40px 0px;
}

.practice-card {
  border-radius: 10px;
  background: #FFF;
  padding: 44px 24px 44px 24px;
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: all 0.5s ease-in-out;
}

.practice-card:not(.no-hover):hover {
  border-color: #BF8E4F;
  box-shadow: 0 10px 50px 0 rgba(191, 142, 79, 0.30);
}


.practice-card h4 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 31.2px;
  margin: 24px 0px 16px;
}

.practice-card p {
  color: #575D6E;
  /*max-width: 219px;*/
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 26px;
}

.btn-link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  grid-gap: 8px;
  text-decoration: none;
  align-items: center;
}

.area-sec {
  background-image: url(../images/familienrecht-anwalt.webp);
	background-repeat: repeat;
	background-size: contain;
  padding: 100px 0px;
}

.hero-sec.trust-sec .hero-right h1 {
  max-width: 548px;
  font-size: 44px;
  line-height: 56px;
}

.trust-sec .hero-right p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 16px;
  max-width: 513px;
}

.trust-sec .hero-right .trust-list p {
  margin: 0px;
}

.trust-sec .hero-right .trust-list li {
  display: flex;
  align-items: center;
  grid-gap: 6px;
  margin-bottom: 8px;
}

.trust-sec .hero-right .trust-list {
  margin-bottom: 44px;
}

.area-sec.vorteile-sec .practice-card p {
  max-width: 100%;
  font-size: 16px;
  margin-bottom: 0px;
}

.area-sec.vorteile-sec .practice-card h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0px 15px;
}

.area-sec.vorteile-sec .practice-card {
  padding: 44px 36px 44px 24px;
}

.grid-row {
  display: flex;
}

.grid-row .img-holder {
  position: relative;
  height: 100%;
}

.grid-row .box {
  background: rgba(2, 44, 34, 0.90);
  backdrop-filter: blur(2px);
  padding: 16px;
  position: absolute;
  bottom: 21px;
  left: 24px;
}


.grid-row .box h6 {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.grid-row .box span {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.grid-row .box-right {
  background: rgba(2, 44, 34, 0.90);
  backdrop-filter: blur(2px);
  padding: 16px;
  position: absolute;
  bottom: 50px;
  right: 24px;
}

.grid-row .box-right h6 {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.grid-row .box-right span {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.w-60 {
  width: 60%
}

.w-40 {
  width: 40%
}

.grid-row .img-holder img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-wrapper {
  background-image: url(../images/anwaltskanzlei-ruesselsheim-hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.contact-wrapper h2 {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 24px;
  max-width: 672px;
  margin-top: 12px;
}

/*
.contact-wrapper .btn-primary,
.team-sec .btn-primary,
.faq-sec .btn-primary {
  font-size: 12px;
  line-height: 16px;
  padding: 16px 32px;
}
*/

.contact-wrapper h2 span {
  color: #BF8E4F;
  font-style: italic;
}

.contact-wrapper p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}

.contact-wrapper .btn-primary {
  margin-top: 40px;
  width: fit-content;
}

.contact-wrapper ul {
  display: flex;
  align-items: center;
  grid-gap: 28px;
  margin-top: 32px;
}

.contact-wrapper ul li {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom:8px;
}

.team-sec {
  background: #FFF7ED;
  padding: 120px 0px;
}

.team-sec .subtitle h6 {
  color: #000
}

.team-sec h4,
.faq-sec h2,
.contact-sec h4 {
  color: #111827;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 24px;
  /*max-width: 550px;*/
  margin-top: 12px;
}

.team-sec h4 span {
  color: #064E3B;
  font-style: italic;
}

.team-sec p {
  color: #212529;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  max-width: 550px;
  line-height: 26px;
  margin-bottom: 32px;
}

.team-card-wrapper {
  display: grid;
  grid-template-columns: 4fr 4fr;
  grid-gap: 26px;
}

.team-card h4 {
  color: #111827;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 23.297px;
  margin: 26px 0px 3px
}

.team-card span {
  color: #BF8E4F;
  font-size: 14px;
  display: block;
  font-weight: 600;
  line-height: 16.641px;
  margin: 4px 0px 9px;
}

.team-card p {
  color: #212529;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.64px;
}

.testimonails-sec {
  background: url(../images/verkehrsrecht-anwalt.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
}

.testimonails-sec h3 {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}

.testimonails-sec h3 span 
{
	color: #BF8E4F;
}

.testimonails-sec .subtitle {
  justify-content: center;
  margin-bottom: 8px;
}

.testimonails-box {
  background: #fff;
  /*box-shadow: 0 25px 50px -12px rgba(203, 147, 93, 0.25);*/
  padding: 1px 84px 80px;
  text-align: center;
}

.testimonails-box .goggle-box img {
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.testimonails-box .goggle-box {
  margin-bottom: 40px;
  margin-top: -40px;
}

.testimonails-box p {
  color: #4B5563;
  font-size: 20px;
  font-weight: 400;
  margin: 32px 0px 40px;
  line-height: 32px;
}

.testimonails-box h6 {
  color: #064E3B;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.testimonails-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 4px;
}

.slider-wrapper {
  max-width: 894px;
  margin: 0 auto;
  position: relative;
}

.swiper-wrapper {
  padding-top: 65px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  border-radius: 9999px;
  background: #BF8E4F;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  width: 56px;
  height: 56px;
  opacity: 1 !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 10px;
}

.swiper-pagination {
  position: static;
  margin-top: 30px;
  justify-content: center;
}

.swiper-pagination-bullet {
  border-radius: 9999px;
  background: #D1D5DB;
  width: 12px;
  height: 12px;
  border: 0px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #064E3B !important;

}

.swiper-button-next {
  right: -28px !important;
}

.swiper-button-prev {
  left: -28px !important;
}


.expect-card-wrapper {
  display: grid;
  grid-template-columns: 6fr 6fr;
  grid-gap: 24px;
  margin-top: 60px;
}

.expect-card {
  border-radius: 12px;
  /*border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;*/
  background: #FFF7ED;
  display: flex;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.expect-right-box
{
	border: 1px solid #BF8E4F;
	border-left: 0px;
	flex: 1;
	padding-left: 25px;
	padding-right: 20px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	transition: all 0.5s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/*
.expect-card:hover .expect-right-box {
  border: transparent;
}

.expect-card:hover {
  box-shadow: 6px 0 26.4px 0 rgba(191, 142, 79, 0.30);
  border-bottom: 3px solid #BF8E4F;
  border-left: 3px solid #BF8E4F;
}
*/
.expect-right-box h4 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 24px 0px 12px
}

.expect-right-box p {
  color: #4B5563;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.75px;
}

/*.expect-right-box img {
  width: 44px;
  height: 44px;
}*/

.images-wrapper {
  max-width: 576px;
  display: grid;
  grid-template-columns: 6fr 6fr;
  grid-gap: 13px;
}

.number-box {
  margin-top: 11px;
  background: #064E3B;
  padding: 36px;
}

.number-box h4 {
  color: #FFF;
  font-family: "Marcellus", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 8px;
}

.number-box p {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.faq-sec .subtitle h6 {
  color: #000;

}


.faq-wrapper {
  padding-top: 28px;
  padding-bottom: 28px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.faq-item {
  background-color: #ffffff;
  border: 1px solid #E5E7EB;
}

.faq-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #111827;
  text-align: left;
  box-shadow: none !important;
}

.faq-btn:focus {
  outline: 2px solid #e5e7eb;
  outline-offset: -2px;
}

.faq-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #374151;
  transition: transform 0.25s ease;
}

.faq-btn[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}

.faq-body {
  overflow: hidden;
}

.faq-body-inner {
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22.75px;
  color: #4b5563;
}

.faq-sec {
  background-image: url(../images/familienrecht-anwalt.webp);
    background-repeat: repeat;
    background-size: contain;
  padding: 120px 0px;
}

.faq-list {
  margin-bottom: 40px;
}

footer {
  background-image: url(../images/asylrecht-anwalt.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 67px 0px 23px;
}

.contact-details-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
  margin: 66px auto 50px;
}

.contact-detail {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}

.contact-detail h6 {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-detail p, .contact-detail a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.85px;
}

.footer-bottom {
  padding: 17px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p, .footer-bottom a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.95px;
}

.footer-bottom p span {
  color: #BF8E4F;
}

.footer-bottom ul {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}

.footer-bottom ul li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.footer-bottom ul li a:hover {
 text-decoration:underline;
}

.hero-img-holder {
  /*height: 100%;*/
}

.hero-img-holder img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-sec.hero-sec2 {
  background-image: url(../images/anwalt-in-der-naehe.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 200px 0px;
  text-align: center;
}

.hero-sec.hero-sec2 .hero-right h1,
.hero-sec.hero-sec2 .hero-right p {
  margin: 16px auto;
  max-width: 725px;
}

.hero-sec.hero-sec2 .subtitle {
  justify-content: center;
}

.hero-sec.hero-sec2 .hero-right p {
  max-width: 760px;
  margin: 16px auto 44px;
}

.cta-box {
  border-radius: 10px;
  border: 1px solid rgba(203, 147, 93, 0.30);
  background: #FFF;
  padding: 44px 36px 44px 24px;
}

.cta-box h4 {
  color: #111827;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin: 20px 0px 20px;
}

.cta-box p, .cta-box a {
  color: #575D6E;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}

.calendar-box {
  background: url(../images/auslaenderrecht-anwalt.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  background-color: #022C22;
  padding: 30px;
  height: 100%;
}

.calendar-box p {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding: 24px 0px 20px;
  max-width: 700px;
}

.calendar-box .btn-primary {
  font-size: 14px;
  padding: 14px 40px;
}

.cta-box img,
.cta-box svg {
  width: 36px;
  height: 36px;
}

.mt-20 {
  margin-top: 20px;
}

.py-60 {
  padding: 120px 0px;
}

.contact-sec .subtitle h6 {
  color: #000000;
}

.contact-sec .form-control {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  padding: 16.5px 20px;
  height: 59px;
}

.contact-sec .form-control::placeholder {
  color: rgba(0, 0, 0, 0.75);
}

.contact-sec .form-group {
  margin-bottom: 13px;
}

.msg-input {
  height: 152px !important;
}

.contact-sec .btn-primary {
  font-weight: 600;
  padding: 12px 40px;
  margin-top: 17px;
}

.contact-sec form {
  margin-top: 44px;
}

.contact-sec h4 {
  margin-top: 24px;
}

.contact-sec {
  padding: 60px 0px;
}

.contact-sec .form-control:focus {
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(203, 147, 93, 0.10);
  box-shadow: none;
}

.hero-sec2 .hero-right {
  padding: 0px;
}

.imprint-hero-sec {
  background-image: url(../images/fluechtlingsrecht-anwalt.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 74px 0px 187px;
}

.imprint-hero-sec h1 {
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 64px;
}

.content-body {
  background-image: url(../images/familienrecht-anwalt.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 75px 70px;
  margin-top: -112px;
  margin-bottom: 115px;
}

.content-body h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}

.content-body h4 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}

.content-body p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.content-body p a {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}

.content-body h5 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}

header .navbar-nav .nav-link:hover {
  color: #000;
}

.btn:hover,
.btn:focus-visible {
  background: #FFF !important;
  color: #000 !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background: #000;
}

/******* MENU ANIMATION ******/
.navbar-toggler {
  align-items: center;
  background: #BF8E4F;
  border-radius: 8px;
  display: flex;
  height: 38px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 38px;
}


.slicknav_icon .slicknav_icon-bar:first-child {
  margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar {
  background-color: #fff;
  border-radius: 6px;
  display: block;
  height: 3px;
  margin: 4px auto !important;
  transition: all .1s ease-in-out;
  width: 100%;
  width: 22px;
  color:red !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
  margin-bottom: 0 !important;
}

button[aria-expanded="true"] .slicknav_icon span.slicknav_icon-bar:first-child {
  transform: rotate(-45deg) translate(-5px, 5px);
}

button[aria-expanded="true"] .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}

button[aria-expanded="true"] .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.btn-link:hover {
  color: #000;
}

.marquee-wrapper {
  height: 33px;
  position: relative;
}

.marquee {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.marquee-track {
  display: flex;
  width: fit-content;
  /* important fix */
  animation: scroll 12s linear infinite;
}

.marquee ul {
  display: flex;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-shrink: 0;
  /* prevent shrinking */
}

.marquee li img {
  height: 33px;
}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/**** DROP DOWN *****/
.dropdownMenu {
  background-color: #fff;
  box-shadow: 0 5px 50px 0 rgba(0,0,0,.15);
  border-radius: 4px;
  min-width: 200px;
  padding: 20px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  top: 120%;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item:hover .dropdownMenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.dropdownMenu ol li a {
  color: #232323;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 10px 15px;
}

.dropdownMenu ol li a:hover {
  color: #BF8E4F;
}

.relative {
  position: relative;
}

.navbar-nav .nav-item .nav-link svg {
  transition: all 0.5s ease-in-out;
}
.navbar-nav .nav-item .nav-link:hover{
  border-bottom: 1px solid #000;
}
.navbar-nav .nav-item:hover .nav-link svg {
  rotate: 180deg;
  transition: all 0.5s ease-in-out;
}

.headline-line {
  display: block;
  min-height:70px;
}

/* SLIDER_START */
.logo-marquee-container {
  overflow: hidden;
  width: 100%;
  background: transparent;
  padding: 10px 0;
}

.logo-marquee-track {
  display: flex;
  width: fit-content;
  animation: marquee linear infinite;
}

.logo-marquee {
  display: flex;
}

.logo-marquee img {
  height:20px;
  margin: 0 50px;
  max-width: none;
}


@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* SLIDER_ENDE */


/* GLANZ_START */
.glanz {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: inherit;
  vertical-align: middle;
  isolation: isolate;

  /* hilfreich für iPhone/Safari */
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.glanz::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;

  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 42%,
    rgba(255, 255, 255, 0) 46%,
    rgba(255, 255, 255, 0.18) 48%,
    rgba(255, 255, 255, 0.38) 50%,
    rgba(255, 255, 255, 0.18) 52%,
    rgba(255, 255, 255, 0) 54%,
    transparent 58%,
    transparent 100%
  );

  transform: translateX(-160%) skewX(-20deg);
  animation: glanz-effekt 5s infinite;
}

@keyframes glanz-effekt {
  0%,
  70%,
  100% {
    transform: translateX(-160%) skewX(-20deg);
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  28% {
    transform: translateX(160%) skewX(-20deg);
    opacity: 1;
  }

  35% {
    opacity: 0;
  }
}

/* optional: für Nutzer mit reduzierten Animationen */
@media (prefers-reduced-motion: reduce) {
  .glanz::after {
    animation: none;
  }
}
/* GLANZ ENDE */

.width-svg
{
	width:35px;
}


/* MODAL_START */
.termin-modal-content
{
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  background: #fff;
}

.extra-hover button:hover
{
	background-color: #022C22 !important;
	color: #FFF !important;
}

.extra-hover button:active
{
	background-color: rgb(191, 142, 79) !important;
}

.termin-modal-content .modal-body
{
  position: relative;
  padding-bottom: 0px !important;
}

.extra-p-bottom 
{
	padding-bottom:3rem;
}

@media (max-width: 767px)
{
	.extra-p-bottom 
	{
		padding-bottom:1.5rem;
	}
	
	.headline-line
	{
	  display: block;
	  min-height:50px;
	}
	
}

.termin-badge
{
  display: inline-block;
  padding: 10px 30px;
  border-radius: 999px;
  background: rgba(191, 142, 79, 0.12);
  color: #BF8E4F;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.termin-title
{
  color: #111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.termin-text
{
  color: #5f5f5f;
  font-size: 15px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.termin-input
{
  min-height: 56px;
  border: 1px solid #e8e1d8;
  border-radius: 12px;
  background: #fcfaf7;
  color: #111;
  font-size: 16px;
  box-shadow: none;
  padding-left: 16px;
  padding-right: 16px;
}

.termin-input:focus
{
  border-color: #BF8E4F;
  background: #fff;
  box-shadow: 0 0 0 0.2rem rgba(191, 142, 79, 0.14);
}

.termin-datenschutz
{
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(2, 44, 34, 0.05);
  border: 1px solid rgba(2, 44, 34, 0.08);
  color: #5f5f5f;
  font-size: 13px;
  line-height: 1.6;
}

.termin-close
{
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
}

.btn-close:focus 
{
	box-shadow:none !important;
}

.btn-primary:focus
{
	box-shadow:none;
}



@media (max-width: 575.98px)
{
  .termin-title {
    font-size: 24px;
  }

  .termin-text {
    font-size: 14px;
  }

  .termin-input {
    min-height: 50px;
  }
}
/* MODAL_END */

.kontakt-h1
{
	margin-top: 0px !important;
	font-size: 50px !important;
	max-width: unset !important;
	font-weight:500 !important;
    line-height: normal !important;
}

.kontakt-svg 
{
	width: 42px !important;
	height: 42px !important;
}

@media (max-width: 767px)
{
	.kontakt-h1
	{
		font-size: 28px !important;
	}
	
	.hero-sec.hero-sec2
	{
		padding:80px 0px;
	}
	
	.kontakt-svg 
	{
		width: 36px !important;
		height: 36px !important;
	}
	
	.cta-box h4 {
	  font-size: 18px;
	}

	.cta-box p, .cta-box a {
	  font-size: 15px;
	}
	
}


.svg-gr-1
{
	width:56px;
	height:64px;
}

.svg-gr-2
{
	width:59px;
	height:64px;
}

.svg-gr-3
{
	width:80px;
	height:64px;
}

.svg-gr-4
{
	width:54px;
	height:54px;
}

.svg-gr-5
{
	width:65px;
	height:54px;
}

@media (max-width: 767px)
{
	.svg-gr-1
	{
		width:49px;
		height:56px;
	}

	.svg-gr-2
	{
		width:52px;
		height:56px;
	}

	.svg-gr-3
	{
		width:70px;
		height:56px;
	}
	
	.svg-gr-4
	{
		width:46px;
		height:46px;
	}

	.svg-gr-5
	{
		width:55px;
		height:46px;
	}
}

/* KONTAKTFORMULAR_UPLOAD_START */

.upload-label {
    font-weight: 600;
    color: #022C21;
    display: block;
}

.upload-box {
    position: relative;
    border: 2px dashed rgba(2, 44, 33, 0.18);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(2, 44, 33, 0.04) 0%, rgba(191, 142, 79, 0.08) 100%);
    padding: 35px 25px;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}

.upload-box:hover {
    border-color: #BF8E4F;
    background: linear-gradient(135deg, rgba(2, 44, 33, 0.07) 0%, rgba(191, 142, 79, 0.12) 100%);
    box-shadow: 0 10px 30px rgba(2, 44, 33, 0.10);
    transform: translateY(-2px);
}

.upload-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.upload-content {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.upload-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #ffffff;
    color: #022C21;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 8px 20px rgba(2, 44, 33, 0.08);
    border: 1px solid rgba(191, 142, 79, 0.20);
}

.upload-content h6 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #022C21;
}

.upload-content p {
    color: rgba(2, 44, 33, 0.72);
    margin-bottom: 0;
}

.upload-btn {
    background: #BF8E4F;
    color: #ffffff;
    border-radius: 999px;
    font-weight: 600;
    border: none;
    box-shadow: 0 8px 18px rgba(191, 142, 79, 0.24);
}

.upload-note {
    color: rgba(2, 44, 33, 0.58);
}

.selected-files {
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin-bottom:1rem;
}

.selected-file {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 14px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(191, 142, 79, 0.22);
    box-shadow: 0 4px 14px rgba(2, 44, 33, 0.05);
    font-size: 14px;
    color: #022C21;
}

.selected-file-name {
    flex: 1;
    max-width: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.remove-file-btn {
    border: none;
    background: rgba(191, 142, 79, 0.16);
    color: #022C21;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.remove-file-btn:hover {
    background: #BF8E4F;
    color: #ffffff;
    transform: scale(1.08);
}

/* KONTAKTFORMULAR_UPLOAD_ENDE */



/* VITA_START */

.anwalt-vita-box {
    background: #ffffff;
    border: 1px solid rgba(2, 44, 33, 0.08);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(2, 44, 33, 0.08);
}

.anwalt-vita-image {
    text-align: center;
}

.anwalt-vita-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}

.anwalt-vita-badge {
    display: inline-block;
    background: rgba(191, 142, 79, 0.12);
    color: #BF8E4F;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.anwalt-vita-content h2 {
    color: #022C21;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.anwalt-vita-subtitle {
    color: #BF8E4F;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.anwalt-vita-intro {
    color: #4f5b57;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.anwalt-vita-facts {
    margin-bottom: 3rem;
}

.anwalt-vita-fact-box {
    background: #f7f9f8;
    border-left: 4px solid #BF8E4F;
    border-radius: 14px;
    padding: 18px;
    height: 100%;
}

.anwalt-vita-fact-box small {
    display: block;
    color: #6d7773;
    font-size: 13px;
    margin-bottom: 6px;
}

.anwalt-vita-fact-box strong {
    color: #022C21;
    font-size: 16px;
    font-weight: 700;
}

.anwalt-vita-content h3 {
	font-family: "Roboto", sans-serif;
    color: #022C21;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.anwalt-vita-content h3:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #BF8E4F;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}

.anwalt-vita-timeline {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.anwalt-vita-item {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(2, 44, 33, 0.08);
}

.anwalt-vita-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.anwalt-vita-year {
    color: #022C21;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
}

.anwalt-vita-text strong {
    display: block;
    color: #022C21;
    font-size: 17px;
    margin-bottom: 6px;
}

.anwalt-vita-text p {
    margin: 0;
    color: #5c6763;
    line-height: 1.7;
}

.anwalt-vita-button-wrap {
    margin-top: 35px;
}

.anwalt-vita-btn {
	font-size:14px;
    display: inline-block;
    background: #BF8E4F;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 14px 28px;
    transition: all 0.3s ease;
}

.anwalt-vita-btn:hover {
    background: #a97839;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 991.98px) {

    .anwalt-vita-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {

    .anwalt-vita-content h2 {
        font-size: 26px;
    }

    .anwalt-vita-subtitle {
        font-size: 16px;
    }

    .anwalt-vita-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .anwalt-vita-year {
        font-size: 14px;
    }
	
	.anwalt-vita-text strong
	{
		font-size:16px;
	}
	
	.anwalt-vita-fact-box strong
	{
		font-size:15px;
	}
	
	 .vita-h2 
	 {
		 font-size:20px !important;
	 }
	
}

/* VITA_ENDE */


/* STARTSEITE_VITA_LINK_START */

.team-vita-link {
	display: inline-block;
	position: relative;
	color: #022C21;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	padding-bottom: 6px;
	transition: color 0.3s ease;
}

.team-vita-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 2px;
	background: #022C21;
	border-radius: 20px;
	transition: width 0.3s ease;
}

.team-vita-link:hover {
	color: #022C21;
	text-decoration: none;
}

.team-vita-link:hover::after {
	width: 100%;
}

/* STARTSEITE_VITA_LINK_ENDE */


/* ONLIZE COOKIE BANNER START*/

:root
{
	--onlize-cookie-primary: #BF8E4F;
	--onlize-cookie-primary-hover: #a6783f;
	--onlize-cookie-dark: #022C22;

	--onlize-cookie-text: #1f2933;
	--onlize-cookie-muted: #64748b;
	--onlize-cookie-border: rgba(2, 44, 34, 0.14);
	--onlize-cookie-bg-soft: rgba(2, 44, 34, 0.06);

	--onlize-cookie-radius: 18px;
	--onlize-cookie-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

/* Overlay */
.onlize-cookie-overlay
{
	position: fixed;
	inset: 0;
	background: rgba(2, 44, 34, 0.72);
	backdrop-filter: blur(3px);
	z-index: 1040;
	display: none;
}

/* Banner */
.onlize-cookie-banner
{
	position: fixed;
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%);
	z-index: 1045;

	width: 920px;
	max-width: calc(100% - 32px);

	background: #ffffff;
	border: 1px solid var(--onlize-cookie-border);
	border-radius: var(--onlize-cookie-radius);
	box-shadow: var(--onlize-cookie-shadow);

	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

	display: none;
	overflow: hidden;
}

/* Bootstrap Row */
.onlize-cookie-banner-container
{
	padding: 2.5rem;
	align-items: center;
}

/* Textbereich */
.onlize-cookie-banner-text
{
	display: flex;
	align-items: center;

	font-size: 14px;
	color: var(--onlize-cookie-text);
	line-height: 1.65;
	text-align: left;
}

.onlize-cookie-banner-label
{
	margin-bottom: 6px;

	color: var(--onlize-cookie-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.onlize-cookie-banner-title
{
	margin-bottom: 10px;

	color: var(--onlize-cookie-dark);
	font-size: clamp(18px, 2vw, 26px);
	font-weight: 800;
	line-height: 1.2;
}

.onlize-cookie-banner-text a
{
	color: var(--onlize-cookie-dark);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.onlize-cookie-banner-text a:hover
{
	color: var(--onlize-cookie-primary);
}

/* Button Wrapper */
.onlize-cookie-banner-buttons
{
	display: grid;
	gap: 10px;
	width: 100%;
}

/* Gemeinsame Button-Basis */
.onlize-cookie-banner-button-akzeptieren,
.onlize-cookie-banner-button-ablehnen,
.onlize-cookie-banner-button-einstellungen
{
	width: 100%;
	min-height: 44px;
	padding: 10px 16px;

	border-radius: 999px;
	border: 1px solid transparent;

	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;

	cursor: pointer;

	transition:
		background-color 0.18s ease,
		border-color 0.18s ease,
		color 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.18s ease;
}

.onlize-cookie-banner-button-akzeptieren:hover,
.onlize-cookie-banner-button-ablehnen:hover,
.onlize-cookie-banner-button-einstellungen:hover 
{
	transform: translateY(-1px);
}

.onlize-cookie-banner-button-akzeptieren:active,
.onlize-cookie-banner-button-ablehnen:active,
.onlize-cookie-banner-button-einstellungen:active
{
	transform: translateY(0);
}

.onlize-cookie-banner-button-akzeptieren:focus-visible,
.onlize-cookie-banner-button-ablehnen:focus-visible,
.onlize-cookie-banner-button-einstellungen:focus-visible
{
	outline: 3px solid rgba(191, 142, 79, 0.35);
	outline-offset: 2px;
}

/* Akzeptieren */
.onlize-cookie-banner-button-akzeptieren
{
	background: var(--onlize-cookie-primary);
	border-color: var(--onlize-cookie-primary);
	color: #ffffff;
}

.onlize-cookie-banner-button-akzeptieren:hover
{
	background: var(--onlize-cookie-primary-hover);
	border-color: var(--onlize-cookie-primary-hover);
	color: #ffffff;
}

/* Ablehnen */
.onlize-cookie-banner-button-ablehnen
{
	background: #ffffff;
	border-color: var(--onlize-cookie-primary);
	color: var(--onlize-cookie-dark);
}

.onlize-cookie-banner-button-ablehnen:hover
{
	background: rgba(191, 142, 79, 0.1);
	border-color: var(--onlize-cookie-primary-hover);
	color: var(--onlize-cookie-dark);
}

/* Einstellungen */
.onlize-cookie-banner-button-einstellungen
{
	background: var(--onlize-cookie-bg-soft);
	border-color: rgba(2, 44, 34, 0.12);
	color: var(--onlize-cookie-dark);
}

.onlize-cookie-banner-button-einstellungen:hover
{
	background: rgba(2, 44, 34, 0.1);
	border-color: rgba(2, 44, 34, 0.24);
	color: var(--onlize-cookie-dark);
}

/* Tablet */
@media (max-width: 991.98px)
{
	.onlize-cookie-banner {
		bottom: 18px;
		max-width: calc(100% - 24px);
	}

	.onlize-cookie-banner-container {
		padding: 22px;
	}
}

/* Mobile */
@media (max-width: 767.98px)
{

	.onlize-cookie-banner-label
	{
		font-size:11px;
	}

	.onlize-cookie-banner {
		left: 0;
		right: 0;
		bottom: 0;

		width: 100%;
		max-width: 100%;
		max-height: calc(100dvh - 16px);

		transform: none;

		border-radius: 20px 20px 0 0;
		overflow-y: auto;
	}

	.onlize-cookie-banner-container {
		padding: 22px 18px 18px;
	}

	.onlize-cookie-banner-text {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 1.55;
	}

	.onlize-cookie-banner-buttons {
		gap: 9px;
	}

	.onlize-cookie-banner-button-akzeptieren,
	.onlize-cookie-banner-button-ablehnen,
	.onlize-cookie-banner-button-einstellungen {
		min-height: 46px;
		font-size: 14px;
	}
}

/* Sehr kleine Geräte */
@media (max-width: 380px)
{
	.onlize-cookie-banner-container {
		padding: 20px 14px 14px;
	}

	.onlize-cookie-banner-title {
		font-size: 20px;
	}
}

/* Weniger Animationen, wenn vom Nutzer gewünscht */
@media (prefers-reduced-motion: reduce)
{
	.onlize-cookie-banner-button-akzeptieren,
	.onlize-cookie-banner-button-ablehnen,
	.onlize-cookie-banner-button-einstellungen {
		transition: none;
	}

	.onlize-cookie-banner-button-akzeptieren:hover,
	.onlize-cookie-banner-button-ablehnen:hover,
	.onlize-cookie-banner-button-einstellungen:hover {
		transform: none;
	}
}
	
/* ZUSATZANPASSUNGEN */

.modal-alle-cookies:hover
{
	background-color:#198754;	
	border:1px solid #198754;
}

.accordion-button:focus
{
	box-shadow:none;
}

.accordion-button:not(.collapsed)
{
	background-color:#fff;
	box-shadow: none;
}

.accordion-item:first-of-type .accordion-button
{
	border:none;
}

.modal-backdrop 
{
	z-index:1;
}

.form-check-input:focus
{
	box-shadow:none;
}
	
/* ONLIZE COOKIE BANNER ENDE*/

.visually-hidden
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* MANDANT ALERT START */
	.oo-mandats-sec {
		background: #fff;
		padding: 90px 0;
	}

	.oo-mandats-card {
		max-width: 980px;
		margin: 0 auto;
		background: #fff;
		border: 1px solid rgba(2, 44, 34, 0.14);
		border-radius: 24px;
		box-shadow: 0 18px 50px rgba(2, 44, 34, 0.08);
		padding: clamp(24px, 4vw, 48px);
		position: relative;
		overflow: hidden;
	}

	.oo-mandats-card input[type="radio"] {
		position: absolute;
		opacity: 0;
		pointer-events: none;
	}

	.oo-mandats-head {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap: 24px;
		margin-bottom: 28px;
	}

	.oo-mandats-kicker {
		display: inline-block;
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		color: #BF8E4F;
	}

	.oo-mandats-card h2 {
		margin: 0;
		color: #022C22;
	}

	.oo-lang-switch {
		display: inline-flex;
		gap: 6px;
		padding: 6px;
		background: rgba(2, 44, 34, 0.06);
		border: 1px solid rgba(2, 44, 34, 0.1);
		border-radius: 999px;
		flex-shrink: 0;
	}

	.oo-lang-switch label {
		cursor: pointer;
		border-radius: 999px;
		padding: 10px 18px;
		font-size: 14px;
		font-weight: 700;
		color: #022C22;
		transition: all 0.25s ease;
		user-select: none;
	}

	#oo-mandats-option-1:checked ~ .oo-mandats-head .oo-lang-switch label[for="oo-mandats-option-1"],
	#oo-mandats-option-2:checked ~ .oo-mandats-head .oo-lang-switch label[for="oo-mandats-option-2"] {
		background: #BF8E4F;
		color: #fff;
		box-shadow: 0 8px 20px rgba(191, 142, 79, 0.25);
	}

	.oo-lang-switch label:hover {
		color: #BF8E4F;
	}

	#oo-mandats-option-1:checked ~ .oo-mandats-head .oo-lang-switch label[for="oo-mandats-option-1"]:hover,
	#oo-mandats-option-2:checked ~ .oo-mandats-head .oo-lang-switch label[for="oo-mandats-option-2"]:hover {
		color: #fff;
	}

	.oo-mandats-pane {
		display: none;
	}

	#oo-mandats-option-1:checked ~ .oo-mandats-content .oo-mandats-pane:nth-child(1),
	#oo-mandats-option-2:checked ~ .oo-mandats-content .oo-mandats-pane:nth-child(2) {
		display: block;
	}

	.oo-mandats-intro {
		font-size: 16px;
		line-height: 1.75;
		color: #263832;
		margin-bottom: 28px;
		text-align:center;
	}
	
	.oo-mandats-intro a, .oo-mandats-list a
	{
		color:#BF8E4F;
	}
	
	.oo-mandats-intro a:hover, .oo-mandats-list a:hover
	{
		text-decoration:underline;
	}

	.oo-mandats-subtitle {
		margin: 0 0 18px;
		font-size: 22px;
		color: #022C22;
	}

	.oo-mandats-list {
		display: grid;
		gap: 16px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.oo-mandats-list li {
		background: rgba(2, 44, 34, 0.035);
		border: 1px solid rgba(2, 44, 34, 0.09);
		border-radius: 18px;
		padding: 20px 22px;
		transition: all 0.25s ease;
	}

	.oo-mandats-list li:hover {
		border-color: rgba(191, 142, 79, 0.45);
		box-shadow: 0 12px 28px rgba(2, 44, 34, 0.06);
		transform: translateY(-2px);
	}

	.oo-mandats-list strong {
		display: block;
		margin-bottom: 6px;
		color: #022C22;
		font-size: 16px;
	}

	.oo-mandats-list strong::before {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 10px;
		border-radius: 50%;
		background: #BF8E4F;
		vertical-align: middle;
	}

	.oo-mandats-list p {
		margin: 0;
		color: #263832;
		line-height: 1.7;
	}

	.oo-mandats-rtl {
		text-align: right;
		direction: rtl;
	}

	.oo-mandats-rtl .oo-mandats-list strong::before {
		margin-right: 0;
		margin-left: 10px;
	}
	
	.oo-mandats-headline
	{
		font-size: 22px;
	}

	@media (max-width: 767px) {
		.oo-mandats-sec {
			padding: 60px 0;
		}

		.oo-mandats-head {
			flex-direction: column;
			margin-bottom: 24px;
		}

		.oo-lang-switch {
			width: 100%;
		}

		.oo-lang-switch label {
			width: 50%;
			text-align: center;
		}

		.oo-mandats-intro {
			font-size: 14px;
		}

		.oo-mandats-list li {
			padding: 18px;
		}
		
		.oo-mandats-headline
		{
			font-size: 20px;
		}
		
		.oo-mandats-list p
		{
			font-size:14px;
		}
	}
	
	@media (max-width: 575px)
	{
		.container-mandant
		{
			padding-right: 0px;
			padding-left: 0px;
		}
		
		.oo-mandats-card
		{
			border:none !important;
			border-radius:0px !important;
			box-shadow:none;
			padding-top:0px;
			padding-bottom:0px;
		}
	}
/* MANDANT ALERT ENDE *
/

/* ANPASSUNGEN_START */
.dropdownMenu
{
	z-index:1;
}

:root {
	--hero5-green: #022C22;
	--hero5-green-soft: #064E3B;
	--hero5-gold: #BF8E4F;
	--hero5-cream: #FFF7ED;
	--hero5-white: #ffffff;
}

.hero5-intro {
	padding: 34px 0;
	background: #fff;
	border-top: 1px solid rgba(2, 44, 34, 0.08);
	border-bottom: 1px solid rgba(2, 44, 34, 0.08);
}

.hero5-intro h1 {
	color: var(--hero5-green);
	font-family: "Roboto", sans-serif;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 500;
	margin-bottom: 12px;
}

.hero5-intro p {
	color: #53615c;
	font-size: 16px;
	line-height: 1.7;
	max-width: 900px;
}

.hero5-section {
	position: relative;
	isolation: isolate;
	min-height: calc(100svh - 96px);
	display: flex;
	align-items: center;
	overflow: hidden;
	background-color: var(--hero5-green);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.hero5-section + .hero5-section {
	margin-top: 34px;
}

.hero5-section::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background: rgba(2, 44, 34, 0.72);
}

.hero5-section::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at center, rgba(191, 142, 79, 0.12), transparent 38%),
		linear-gradient(90deg, rgba(2, 44, 34, 0.78), rgba(2, 44, 34, 0.48), rgba(2, 44, 34, 0.78));
	pointer-events: none;
}

.hero5-label {
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 3;
	background: rgba(255, 255, 255, 0.94);
	color: var(--hero5-green);
	border: 1px solid rgba(2, 44, 34, 0.08);
	padding: 8px 13px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero5-content {
	width: min(980px, 100%);
	margin: 0 auto;
	text-align: center;
	padding: 92px 0 82px;
}

.hero5-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: rgba(255, 255, 255);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.hero5-kicker::before,
.hero5-kicker::after {
	content: "";
	display: block;
	width: 46px;
	height: 1px;
	background: var(--hero5-gold);
}

.hero5-content h2,
.hero5-content h1 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: clamp(38px, 5.4vw, 70px);
	font-weight: 400;
	line-height: 1.08;
	margin: 0 auto 24px;
	max-width: 980px;
}

.hero5-content h2 span,
.hero5-content h1 span {
	color: var(--hero5-gold);
	font-style: italic;
	font-weight: 600;
}

.hero5-content p {
	color: rgba(255, 255, 255);
	font-size: 18px;
	line-height: 1.75;
	max-width: 760px;
	margin: 0 auto 34px;
}

.hero5-btn-wrap {
	display: flex;
	justify-content: center;
}

.hero5-section .btn-primary {
	min-width: 230px;
}

.hero5-headline-line {
	display: block;
	min-height: 1.12em;
}

.hero5-typed {
	color: var(--hero5-gold);
	font-style: italic;
	font-weight: 600;
}

.hero5-fields {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	max-width: 860px;
	margin: 0 auto 34px;
}

.hero5-field {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(4px);
	padding: 11px 17px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.hero5-v1 {
	background-image: url(../images/anwaltskanzlei-ruesselsheim-hero.webp);
}

.hero5-v1-neu {
	background-image: url(../images/anwalt-in-der-naehe.webp) !important;
}

.hero5-v1::before {
	background: rgba(2, 44, 34, 0.74);
}


.hero5-v2 {
	background-image: url("assets/images/hero-ruesselsheim-kanzlei-window.png");
}

.hero5-v2::before {
	background: rgba(2, 44, 34, 0.68);
}

.hero5-v2::after {
	background:
		linear-gradient(90deg, rgba(2, 44, 34, 0.84), rgba(2, 44, 34, 0.48), rgba(2, 44, 34, 0.82)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.34));
}


.hero5-v3 {
	background-image: url("assets/images/hero-ruesselsheim-kanzlei-exterior.png");
}

.hero5-v3::before {
	background: rgba(2, 44, 34, 0.72);
}

.hero5-v3::after {
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 36%),
		linear-gradient(90deg, rgba(2, 44, 34, 0.88), rgba(2, 44, 34, 0.58), rgba(2, 44, 34, 0.9));
}

.hero5-v4 {
	background-image: url("assets/images/hero-ruesselsheim-main-legal.png");
}

.hero5-v4::before {
	background: rgba(2, 44, 34, 0.66s);
}

.hero5-v4::after {
	background:
		linear-gradient(180deg, rgba(2, 44, 34, 0.48), rgba(2, 44, 34, 0.86)),
		radial-gradient(circle at center, rgba(191, 142, 79, 0.14), transparent 42%);
}

.hero5-v5 {
	background-image: url("assets/images/anwaltskanzlei-ruesselsheim-hero.jpg");
	background-size: cover;
}

.hero5-v5::before {
	background: rgba(2, 44, 34, 0.9);
}

.hero5-v5::after {
	background:
		radial-gradient(circle at 50% 35%, rgba(191, 142, 79, 0.22), transparent 32%),
		linear-gradient(90deg, rgba(2, 44, 34, 0.88), rgba(2, 44, 34, 0.56), rgba(2, 44, 34, 0.88));
}

.hero5-v6 {
	background-image: url("assets/images/hero-legal-office-generated.png");
}

.hero5-v6::before {
	background: rgba(2, 44, 34, 0.78);
}

.hero5-v6 .hero5-field {
	border-color: rgba(191, 142, 79, 0.38);
	background: rgba(2, 44, 34, 0.48);
}

.hero5-v7 {
	background-image: url("assets/images/contact-bg.png");
	background-repeat: repeat;
	background-size: auto;
}

.hero5-v7::before {
	background: rgba(2, 44, 34, 0.88);
}

.hero5-v7::after {
	background:
		radial-gradient(circle at 50% 48%, rgba(191, 142, 79, 0.18), transparent 34%),
		linear-gradient(180deg, rgba(2, 44, 34, 0.48), rgba(2, 44, 34, 0.82));
}

.hero5-v7 .hero5-fields {
	max-width: 720px;
}

.hero5-v8 {
	background-image: url("assets/images/bg5.png");
}

.hero5-v8::before {
	background: rgba(2, 44, 34, 0.84);
}

.hero5-v8 .hero5-field {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
}

.hero5-v9 {
	background-image: url("assets/images/anwalt-in-der-naehe.jpg");
}

.hero5-v9::before {
	background: rgba(2, 44, 34, 0.8);
}

.hero5-v9::after {
	background:
		linear-gradient(135deg, rgba(2, 44, 34, 0.9), rgba(2, 44, 34, 0.2), rgba(2, 44, 34, 0.9)),
		repeating-linear-gradient(135deg, rgba(191, 142, 79, 0.11) 0 1px, transparent 1px 36px);
}

.hero5-v9 .hero5-field {
	border-top: 2px solid var(--hero5-gold);
}


.hero5-v10 {
	background-image: url("assets/images/hero-ruesselsheim-kanzlei-exterior.png");
}

.hero5-v10::before {
	background: rgba(2, 44, 34, 0.76);
}

.hero5-v10 .hero5-content {
	background: rgba(2, 44, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(6px);
	padding: 58px 42px;
}

.hero5-v10 .hero5-field {
	background: rgba(255, 255, 255, 0.94);
	color: var(--hero5-green);
	border-color: rgba(255, 255, 255, 0.22);
}


@media (max-width: 991.98px) {
	.hero5-section {
		min-height: auto;
	}

	.hero5-content {
		padding: 96px 0 96px;
	}

	.hero5-v10 .hero5-content {
		padding: 42px 22px;
	}
}

@media (max-width: 575.98px) {
	.hero5-label {
		top: 14px;
		left: 14px;
		font-size: 10px;
	}

	.hero5-kicker {
		font-size: 10px;
		line-height: 1.4;
	}

	.hero5-kicker::before,
	.hero5-kicker::after {
		width: 24px;
	}

	.hero5-content h2,
	.hero5-content h1 {
		font-size: 34px;
	}

	.hero5-content p {
		font-size: 15px;
		line-height: 1.65;
	}

	.hero5-section .btn-primary {
		width: 100%;
		min-width: 0;
	}

	.hero5-field {
		width: 100%;
	}
}
/* ANPASSUNGEN_ENDE */


/* DIGITALER ASSISTENT */

.oo-assistant-sec {
	background: #fff;
	padding: 90px 0;
}

.oo-assistant-wrap {
	max-width: 920px;
	margin: 0 auto;
}

.oo-chat-widget {
	background: #fbfaf7;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(2, 44, 34, 0.12);
}

.oo-chat-header {
	background: #022C22;
	color: #fff;
	padding: 22px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.oo-chat-header-left {
	display: flex;
	align-items: center;
	gap: 14px;
}

.oo-chat-logo,
.oo-assist-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #BF8E4F;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	letter-spacing: 0.03em;
	flex-shrink: 0;
}

.oo-chat-header h2 {
	margin: 0;
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
}

.oo-chat-header p {
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
}

.oo-chat-reset {
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border-radius: 999px;
	padding: 9px 14px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.25s ease;
	white-space: nowrap;
}

.oo-chat-reset:hover {
	background: #BF8E4F;
	border-color: #BF8E4F;
}

.oo-chat-body {
	padding: 28px 24px 18px;
	min-height: 380px;
	max-height: 620px;
	overflow-y: auto;
	scroll-behavior: smooth;
}

.oo-chat-message {
	display: flex;
	gap: 12px;
	margin-bottom: 18px;
	animation: ooChatFadeIn 0.25s ease both;
}

.oo-chat-message-user {
	justify-content: flex-end;
}

.oo-chat-bubble {
	max-width: 78%;
	border-radius: 20px;
	padding: 15px 18px;
	font-size: 16px;
	line-height: 1.65;
}

.oo-chat-message-assistant .oo-chat-bubble {
	background: #fff;
	color: #263832;
	border-top-left-radius: 6px;
	box-shadow: 0 10px 28px rgba(2, 44, 34, 0.07);
}

.oo-chat-message-user .oo-chat-bubble {
	background: #022C22;
	color: #fff;
	border-top-right-radius: 6px;
}

.oo-chat-bubble strong {
	color: #022C22;
}

.oo-chat-message-user .oo-chat-bubble strong {
	color: #fff;
}

.oo-chat-bubble a {
	color: #BF8E4F;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.oo-chat-actions {
	padding: 0 24px 26px 84px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.oo-chat-actions.is-list {
	flex-direction: column;
	align-items: stretch;
}

.oo-assist-btn {
	border: 0;
	background: #fff;
	color: #022C22;
	border-radius: 999px;
	padding: 12px 18px;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-shadow: 0 8px 22px rgba(2, 44, 34, 0.08);
	transition: all 0.25s ease;
}

.oo-assist-btn:hover {
	background: #BF8E4F;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(191, 142, 79, 0.25);
}

.oo-assist-btn-primary {
	background: #BF8E4F;
	color: #fff;
	box-shadow: 0 12px 28px rgba(191, 142, 79, 0.24);
}

.oo-assist-btn-primary:hover {
	background: #022C22;
	color: #fff;
}

.oo-assist-btn-outline {
	background: transparent;
	color: #022C22;
	box-shadow: none;
	border: 1px solid rgba(2, 44, 34, 0.16);
}

.oo-assist-btn-back {
	background: #f4efe7;
	box-shadow: none;
}

.oo-assist-avatar {
	width: 38px;
	height: 38px;
	font-size: 13px;
	margin-top: 4px;
}

.oo-chat-small-note {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	color: rgba(38, 56, 50, 0.78);
}

.oo-typing .oo-chat-bubble {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 48px;
}

.oo-typing-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #BF8E4F;
	animation: ooTypingPulse 1s ease-in-out infinite;
}

.oo-typing-dot:nth-child(2) {
	animation-delay: 0.14s;
}

.oo-typing-dot:nth-child(3) {
	animation-delay: 0.28s;
}

.oo-assistant-sec[dir="rtl"] .oo-chat-header-left {
	flex-direction: row-reverse;
	text-align: right;
}

.oo-assistant-sec[dir="rtl"] .oo-chat-header {
	direction: rtl;
}

.oo-assistant-sec[dir="rtl"] .oo-chat-message-assistant {
	direction: rtl;
	text-align: right;
}

.oo-assistant-sec[dir="rtl"] .oo-chat-message-assistant .oo-chat-bubble {
	border-top-left-radius: 20px;
	border-top-right-radius: 6px;
}

.oo-assistant-sec[dir="rtl"] .oo-chat-message-user .oo-chat-bubble {
	border-top-right-radius: 20px;
	border-top-left-radius: 6px;
	text-align: right;
	direction: rtl;
}

.oo-assistant-sec[dir="rtl"] .oo-chat-actions {
	direction: rtl;
	padding-left: 24px;
	padding-right: 84px;
}

@keyframes ooChatFadeIn {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes ooTypingPulse {
	0%, 80%, 100% {
		opacity: 0.35;
		transform: translateY(0);
	}

	40% {
		opacity: 1;
		transform: translateY(-3px);
	}
}

@media (max-width: 767px) {
	.oo-assistant-sec {
		padding: 64px 0;
	}

	.oo-chat-widget {
		border-radius: 22px;
	}

	.oo-chat-header {
		padding: 20px;
		align-items: flex-start;
	}

	.oo-chat-logo {
		width: 44px;
		height: 44px;
	}

	.oo-chat-header h2 {
		font-size: 16px;
	}
	
	.oo-chat-header p
	{
		font-size:12px;
	}

	.oo-chat-reset {
		padding: 8px 11px;
		font-size: 12px;
	}

	.oo-chat-body {
		padding: 22px 18px 14px;
		min-height: 350px;
		max-height: 560px;
	}

	.oo-chat-bubble {
		max-width: 84%;
		font-size: 15px;
		padding: 14px 16px;
	}

	.oo-chat-actions {
		padding: 0 18px 22px 68px;
	}

	.oo-assistant-sec[dir="rtl"] .oo-chat-actions {
		padding-left: 18px;
		padding-right: 68px;
	}

	.oo-assist-btn {
		width: 100%;
		border-radius: 16px;
	}
}
/* DIGITALER ASSISTENT */

/* TEAM-SEC ANPASSUNG */
.team-sec
{
	background-color: #022C22;
	background-image: radial-gradient(circle at 15% 20%,rgba(255, 255, 255, 0.01) 0%,rgba(255, 255, 255, 0) 35%);
	background-size: 100% 100%, 32px 32px, 32px 32px;
	background-position: center, center, center;
}


.h4-team-sec
{
	color: #BF8E4F !important;
}

.team-vita-link::after
{
	background: #FFFFFF !important;
}

.team-sec .subtitle h6, .team-sec p, .team-vita-link, .anwalt-name
{
	color:#fff !important;
}
/* TEAM-SEC ANPASSUNG */