
body {
	font-family: 'Noto Sans', sans-serif !important;
	font-size:16px; 
	
}
html {  scroll-padding-top: 200px;}


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
:root {
  --primary: #17365d;
  --primary-dark: #17365d;
--green: #4e6458;
--green-dark: #35483f;
--text: #383838;
--text-light: #666666;
--background: #f7f3f2;
--page-background: rgba(247, 243, 242, 0.7);
--white: #ffffff;
--font-headline: "Source Sans 3", sans-serif;
--font-body: "Source Sans 3", sans-serif;

}
	
body {
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.7;
}

/* ==========================================
   SEITENTITEL
========================================== */

/* mmenu Fix */
.mm-page .site-header,
.mm-wrapper .site-header {
  position: sticky;
  top: 0;
	z-index: 10000;
}




.blau {background:#17365d;}
.grau {background: linear-gradient( 180deg, #f7f9fb 0%, #ffffff 100% );}
/* Obertitel */

.frame-header .element-header {
    display: inline-block;

    margin: 0 0 1rem;
    padding: .45rem 1.2rem;

    border-radius: 999px;
    background: #eef3f8;

    color: var(--primary);

    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .22em;
    /*text-transform: uppercase;*/
}

/* H1 */

.frame-header .element-subheader {
    position: relative;
    display: block;

    margin: 0 0 3rem;
    padding-bottom: 1rem;

    color: var(--primary);

    font-size: clamp(2.6rem, 3vw, 3.2rem);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.frame-header .element-subheader::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 90px;
    height: 4px;

    border-radius: 20px;

    background: #c7a76a;
}

/* ==========================================
   LISTEN
========================================== */

ul:not(.navilo):not(.sub2),
ol {

    margin: 1.5rem 0;
    padding-left: 1.4rem;
}

ul:not(.navilo):not(.sub2) li,
ol li {

    margin-bottom: .7rem;

    color: #4b5563;
}

/* ==========================================
   LINKS
========================================== */

a {

    color: #294a70;

    text-decoration: none;

    transition: .25s;
}

a:hover {

    color: #c7a76a;
}

/* ==========================================
   CONTENT
========================================== */



/* ==========================================
   MOBIL
========================================== */

@media (max-width:991px){

    .page-header,
    .frame-type-header,
    .ce-header{

        padding-left:22px;
        margin-bottom:2.8rem;
    }

    .page-header::before,
    .frame-type-header::before,
    .ce-header::before{

        width:3px;
    }

    h1{

        font-size:2.4rem;
    }

    h2{

        font-size:1.8rem;
    }

    p{

        font-size:1rem;
        line-height:1.75;
    }

}

a {
  color: var(--primary);
}

a:hover {
  color: var(--primary-dark);
}

strong {
  font-weight: 700;
}

small {
  color: var(--text-light);
}


.carousel-header {display: none;}

/* Navigation */
nav,
.mainnav,
.navbar,
.navigation {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.02em;
}

/* ==========================================================
   Buttons
========================================================== */

.btn,
.button,
.more,
input[type="submit"],
button{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:.75rem;

    min-height:44px;
    padding:0 1.4rem;

    background:var(--primary);
    border:2px solid var(--primary);
    border-radius:3px;

    color:#fff !important;

    font-size:.75rem;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
    text-decoration:none !important;

    cursor:pointer;

    transition:
        background .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

/* Hover */

.btn:hover,
.button:hover,
.more:hover,
input[type="submit"]:hover,
button:hover,

.btn:focus-visible,
.button:focus-visible,
.more:focus-visible,
input[type="submit"]:focus-visible,
button:focus-visible{

    background:#1f3e60;
    border-color:#c7a76a;
    color:#fff !important;

    transform:translateY(-2px);

    box-shadow:
        0 10px 25px rgba(24,58,93,.22);
}

/* Active */

.btn:active,
.button:active,
.more:active,
button:active{

    transform:translateY(0);

    box-shadow:none;
}

/* Icon */

.btn i,
.button i,
.more i{

    transition:transform .25s ease;
}

.btn:hover i,
.button:hover i,
.more:hover i{

    transform:translateX(4px);
}

/* Textauswahl */
::selection {
  background: var(--primary);
  color: var(--white);
}


header .textmedia {gap:0;}



main {margin-top: 100px;}
/* mmenu Fix */
.mm-page .site-header,
.mm-wrapper .site-header {
  position: sticky;
  top: 0;
	z-index: 10000;
}



footer p  {    margin-bottom: 0;}

.footer-menu {background: #dddcd6; line-height: 3rem;}



.hunderter .megazeil,
.hunderter .ce-outer,
.hunderter .ce-row,
.hunderter .ce-gallery,
.hunderter .ce-textpic,
.hunderter .image { width: 100% !important;}
.hunderter .container {padding: 0 !important;}
.hunderter .frame {width: 100%; height: auto; margin: 0;
padding: 0;}

.hunderter .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33.33333% !important;}

.hunderter {max-width: 100% !important; padding: 0 !important; z-index: 0;}
.hunderter .ce-gallery img {padding: 0;width: 100%; }
.hunderter .ce-column {padding: 0 !important ;}
.hunderter .textmedia {gap:0;}
.hunderter hr {height: 0; padding: 2% 0; background:none !important;}
.hunderter .frame-container-default {
  max-width: 100%; padding: 0; margin:0;
}
.headerimage-outer {margin-top: -130px;}

.headerimage {position: relative; width: 100%; overflow: hidden; margin-bottom: 0.5%;}
.headerimage .carousel-image picture {width: 100%;}
.headerimage .carousel .carousel-content-inner,
.headerimage  .frame-container {min-width: 100% !important; max-width: inherit !important; padding: 0; margin:0; }


.headerimage .carousel .carousel-content {  height: inherit;}
.headerimage .carousel-item-type-image .carousel-image img {	width: 100%;}
.headerimage .frame {padding: 0;}
.headerimage .carousel .item {height: auto;}


.headerimage .carousel-image {
  display: block;
	z-index: 1;
  width: 100%;
}

.headerimage .carousel-text p {text-align: center; background-color: rgba(255,255,255,0.55); font-size: 3rem; padding: 1% 0.5%; }

.headerimage  .carousel-image img {
	width: 100%;}


.frame-space-before-extra-small {
    margin-top: 0.5rem !important;
}

.frame-space-before-small {
    margin-top: 1rem !important;
}

.frame-space-before-medium {
    margin-top: 2rem !important;
}

.frame-space-before-large {
    margin-top: 3rem !important;
}

.frame-space-after-extra-small {
    margin-bottom: 0.5rem !important;
}

.frame-space-after-small {
    margin-bottom: 1rem !important;
}

.frame-space-after-medium {
    margin-bottom: 2rem !important;
    padding-left: 5%;
}

.frame-space-after-large {
    margin-bottom: 3rem !important;
}




.frame-custom-22 .gallery-item img {  width: 80%;}
.frame-custom-23 .gallery-item img {  width: 60%;}
.frame-custom-24 .gallery-item img {  width: 40%;}
.frame-custom-25 .gallery-item img {  width: 20%;}
.frame-custom-26 .gallery-item img {  width: 10%;}

/* Linksbündig */
.frame-custom-27 .gallery-item img {
    display: block;
    width: 80%;
    margin-right: auto;
}

.frame-custom-28 .gallery-item img {
    display: block;
    width: 60%;
    margin-right: auto;
}

.frame-custom-29 .gallery-item img {
    display: block;
    width: 40%;
    margin-right: auto;
}

.frame-custom-30 .gallery-item img {
    display: block;
    width: 20%;
    margin-right: auto;
}

.frame-custom-31 .gallery-item img {
    display: block;
    width: 10%;
    margin-right: auto;
}

.frame-custom-27 .gallery-item img,
.frame-custom-28 .gallery-item img,
.frame-custom-29 .gallery-item img,
.frame-custom-30 .gallery-item img,
.frame-custom-31 .gallery-item img {
    margin-left: 0;
    margin-right: 0;
}



/* =========================================================
   FOOTER – RECHTSANWALTSKANZLEI DIEBALD
   ========================================================= */

:root {
  --footer-blue: #183a5d;
  --footer-blue-dark: #102f4e;
  --footer-blue-light: #244d74;
  --footer-white: #ffffff;
  --footer-text: rgba(255, 255, 255, 0.78);
  --footer-text-light: rgba(255, 255, 255, 0.62);
  --footer-line: rgba(255, 255, 255, 0.14);
  --footer-gold: #d2ad5c;
  --footer-max-width: 1360px;
}

/* Grundlayout */

.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: clamp(4rem, 6vw, 6rem);
    background:linear-gradient(
        180deg,
        #2d4f75 0%,
        #24486c 100%
    );
  color: var(--footer-white);
}



.footer-container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), var(--footer-max-width));
  margin-inline: auto;
}

/* Oberer Bereich */

.footer-main {
  padding: clamp(4.5rem, 7vw, 7rem) 0 clamp(4rem, 6vw, 6rem);
}

.footer-main .footer-container {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(320px, 1.1fr) minmax(280px, 1fr);
  gap: clamp(3rem, 6vw, 6.5rem);
}

.footer-column {
  min-width: 0;
}

.footer-contact,
.footer-practice {
  position: relative;
  padding-left: clamp(2rem, 4vw, 4.25rem);
  border-left: 1px solid var(--footer-line);
}

/* Logo */

.footer-logo {
  display: inline-flex;
  flex-direction: column;
  color: var(--footer-white);
  text-decoration: none;
}

.footer-logo-name {
  font-size: clamp(2.9rem, 5vw, 4.9rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.075em;
}

.footer-logo-subtitle {
  margin-top: 0.65rem;
  font-size: clamp(0.8rem, 1.3vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.footer-logo:hover,
.footer-logo:focus-visible {
  color: var(--footer-white);
}

.footer-accent-line {
  display: block;
  width: 62px;
  height: 2px;
  margin: 2.6rem 0 2.25rem;
  background: var(--footer-gold);
}

.footer-description {
  max-width: 330px;
  margin: 0;
  color: var(--footer-text);
  font-size: 1rem;
  line-height: 1.85;
}

/* Überschriften */

.footer-heading {
  position: relative;
  margin: 0 0 2.6rem;
  padding-bottom: 1.15rem;
  color: var(--footer-white);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--footer-gold);
  content: "";
}

/* Kontakt */

.footer-contact-list {
  display: grid;
  gap: 1.9rem;
  margin: 0;
  font-style: normal;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 1.1rem;
  align-items: flex-start;
}

.footer-contact-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--footer-gold);
  font-size: 1.25rem;
}

.footer-contact-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 0.2rem;
  color: var(--footer-text);
  font-size: 0.98rem;
  line-height: 1.55;
}

.footer-contact-content strong {
  margin-bottom: 0.15rem;
  color: var(--footer-white);
  font-weight: 600;
}

.footer-contact-content a {
  width: fit-content;
  color: var(--footer-text);
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-contact-content a:hover,
.footer-contact-content a:focus-visible {
  color: var(--footer-gold);
}

/* Fachgebiete */

.footer-links {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-links li:last-child {
  border-bottom: 0;
}

.footer-links a {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 0.9rem 0;
  color: var(--footer-text);
  font-size: 0.98rem;
  line-height: 1.4;
  text-decoration: none;
  transition:
    color 0.2s ease,
    padding-left 0.2s ease;
}

.footer-links a i {
  color: var(--footer-gold);
  font-size: 0.68rem;
  transition: transform 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  padding-left: 0.3rem;
  color: var(--footer-white);
}

.footer-links a:hover i,
.footer-links a:focus-visible i {
  transform: translateX(3px);
}

/* Unterer Footer */

.footer-bottom {
  position: relative;
  border-top: 1px solid rgba(210, 173, 92, 0.72);
  background: rgba(5, 23, 39, 0.22);
}

.footer-bottom-inner {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1.5rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-legal li {
  display: flex;
  align-items: center;
}

.footer-legal li:not(:last-child)::after {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 1.35rem;
  background: rgba(255, 255, 255, 0.28);
  content: "";
}

.footer-legal a {
  color: var(--footer-text);
  font-size: 0.86rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--footer-gold);
}

.footer-copyright {
  margin: 0;
  color: var(--footer-text-light);
  font-size: 0.84rem;
  line-height: 1.5;
  text-align: right;
}

/* Fokus */

.site-footer a:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--footer-gold);
  outline-offset: 5px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {
  .footer-main .footer-container {
    grid-template-columns: 1fr 1.25fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 680px;
  }

  .footer-brand .footer-description {
    max-width: 560px;
  }

  .footer-contact {
    padding-left: 0;
    border-left: 0;
  }

  .footer-practice {
    padding-left: 3rem;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-copyright {
    text-align: left;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
  .footer-container {
    width: min(calc(100% - 32px), var(--footer-max-width));
  }

  .footer-main {
    padding: 4rem 0 3.5rem;
  }

  .footer-main .footer-container {
    display: block;
  }

  .footer-column + .footer-column {
    margin-top: 3.4rem;
  }

  .footer-contact,
  .footer-practice {
    padding-top: 3.2rem;
    padding-left: 0;
    border-top: 1px solid var(--footer-line);
    border-left: 0;
  }

  .footer-logo-name {
    font-size: clamp(2.75rem, 15vw, 4rem);
  }

  .footer-logo-subtitle {
    letter-spacing: 0.16em;
  }

  .footer-heading {
    margin-bottom: 2rem;
  }

  .footer-contact-list {
    gap: 1.6rem;
  }

  .footer-contact-item {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 0.85rem;
  }

  .footer-contact-icon {
    width: 30px;
    height: 30px;
    justify-content: flex-start;
  }

  .footer-bottom-inner {
    min-height: auto;
    padding-block: 2rem;
  }

  .footer-legal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 0.85rem 1.25rem;
  }

  .footer-legal li:not(:last-child)::after {
    display: none;
  }

  .footer-copyright {
    max-width: 360px;
  }
}

/* Sehr kleine Displays */

@media (max-width: 420px) {
  .footer-legal {
    grid-template-columns: 1fr;
  }

  .footer-logo-name {
    letter-spacing: 0.045em;
  }

  .footer-logo-subtitle {
    font-size: 0.7rem;
  }
}

/* Bewegung reduzieren */

@media (prefers-reduced-motion: reduce) {
  .site-footer *,
  .site-footer *::before,
  .site-footer *::after {
    transition-duration: 0.01ms !important;
  }
}

/* ===================================
   Logo
=================================== */

.footer-logo{
    display:inline-block;
    text-decoration:none;
}

.footer-logo img{

    display:block;

    width:100%;
    max-width:320px;
height: 80px;
 

    transition:
        opacity .25s ease,
        transform .25s ease;
}

.footer-logo:hover img{

    opacity:.9;
    transform:translateY(-2px);
}

.footer-accent-line{

    display:block;

    width:70px;
    height:2px;

    margin:34px 0 28px;

    background:#c7a76a;
}

.footer-copyright a{
    color: var(--footer-text-light);
    text-decoration: none;
    transition: color .2s ease;
}

.footer-copyright a:hover,
.footer-copyright a:focus-visible{
    color: var(--footer-gold);
}

/* ===================================
   Social
=================================== */

.footer-social{

    margin-top:3rem;
}

.footer-social a{

    display:inline-flex;
    align-items:center;
    gap:14px;

    color:var(--footer-text);

    text-decoration:none;

    transition:.25s;
}

.footer-social i{

    display:flex;
    align-items:center;
    justify-content:center;

    width:42px;
    height:42px;

    border:1px solid rgba(255,255,255,.18);
    border-radius:50%;

    color:var(--footer-gold);

    font-size:1rem;

    transition:.25s;
}

.footer-social span{

    font-size:.95rem;
}

.footer-social a:hover{

    color:#fff;
}

.footer-social a:hover i{

    background:var(--footer-gold);
    border-color:var(--footer-gold);

    color:var(--footer-blue-dark);

    transform:translateY(-2px);
}


/* ===========================================
   Anfahrt
=========================================== */

.contact-map{

    padding:100px 0;
}

.contact-map-header{

    max-width:700px;

    margin:0 auto 60px;

    text-align:center;
}

.contact-map-subtitle{

    display:inline-block;

    margin-bottom:14px;

    padding:8px 18px;

    border-radius:40px;

    background:#edf3f8;

    color:#294a70;

    font-size:.82rem;

    font-weight:700;

    letter-spacing:.22em;


}

.contact-map-header h2{

    margin:0 0 18px;

    color:#294a70;

    font-size:clamp(2.3rem,4vw,3.6rem);


}

.contact-map-header h2::after{

    display:none;
}

.contact-map-header p{

    margin:0;

    color:#6c7885;

    font-size:1.08rem;

    line-height:1.8;
}

.contact-map-wrapper{

    overflow:hidden;

    border-radius:14px;

    box-shadow:
        0 20px 60px rgba(24,58,93,.12);

    border:1px solid rgba(36,72,108,.08);

    background:#fff;
}

.contact-map-wrapper iframe{

    display:block;

    width:100%;

    height:520px;

    border:0;

    filter:grayscale(15%);
}

@media(max-width:992px){

    .contact-map{

        padding:70px 0;
    }

    .contact-map-wrapper iframe{

        height:420px;
    }

}

@media(max-width:576px){

    .contact-map-header{

        margin-bottom:35px;
    }

    .contact-map-wrapper{

        border-radius:10px;
    }

    .contact-map-wrapper iframe{

        height:320px;
    }

}


/* =========================================================
   FACHGEBIETE – CARD GROUP
   ========================================================= */

.practice-section {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 8vw, 2rem) 0;

}

.practice-section::before {
  position: absolute;
  top: -160px;
  right: -140px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(41, 74, 112, 0.08);
  border-radius: 50%;
  content: "";
}

.practice-container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), 1320px);
  margin-inline: auto;
}

/* Intro */

.practice-intro {
  max-width: 760px;
  margin: 0 auto clamp(3rem, 5vw, 5rem);
  text-align: center;
}

.practice-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  background: #edf3f8;
  color: #294a70;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.practice-intro h2 {
  position: relative;
  margin: 0 0 1.5rem;
  padding-bottom: 1.25rem;
  color: #294a70;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.practice-intro h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 76px;
  height: 3px;
  border-radius: 10px;
  background: #c7a76a;
  content: "";
  transform: translateX(-50%);
}

.practice-intro p {
  max-width: 670px;
  margin: 0 auto;
  color: #647181;
  font-size: 1.08rem;
  line-height: 1.75;
}

/* Grid */

.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Card */

.practice-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(2rem, 3vw, 2.8rem);

  border: 1px solid rgba(41, 74, 112, 0.1);
  border-radius: 8px;

  background: #ffffff;
  box-shadow: 0 14px 38px rgba(24, 58, 93, 0.07);

  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}

.practice-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background: #c7a76a;
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: center;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.practice-card:hover {
  border-color: rgba(199, 167, 106, 0.58);
  background: #fff;
  box-shadow: 0 24px 55px rgba(24, 58, 93, 0.14);
  transform: translateY(-8px);
}

.practice-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

/* Icon */

.practice-icon {
  display: inline-flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.65rem;

  border: 1px solid rgba(41, 74, 112, 0.12);
  border-radius: 50%;

  background: #f2f6fa;
  color: #c7a76a;
  font-size: 1.8rem;

  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease,
    transform 0.28s ease;
}

.practice-card:hover .practice-icon {
  border-color: #c7a76a;
  background: #294a70;
  color: #ffffff;
  transform: translateY(-3px) scale(1.04);
}

/* Text */

.practice-card h3 {
  margin: 0 0 1rem;
  color: #294a70;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.2;
}

.practice-card p {
  margin: 0 0 2rem;
  color: #627080;
  font-size: 0.98rem;
  line-height: 1.75;
}

/* Button */

.practice-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;

  margin-top: auto;
  padding: 0.8rem 1.25rem;

  border: 1px solid #294a70;
  border-radius: 3px;

  background: transparent;
  color: #294a70;

  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;

  transition:
    background-color 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

.practice-button i {
  font-size: 0.78rem;
  transition: transform 0.24s ease;
}

.practice-button:hover,
.practice-button:focus-visible {
  border-color: #294a70;
  background: #294a70;
  color: #ffffff;
  transform: translateY(-2px);
}

.practice-button:hover i,
.practice-button:focus-visible i {
  transform: translateX(4px);
}

.practice-button:focus-visible {
  outline: 3px solid rgba(199, 167, 106, 0.38);
  outline-offset: 4px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {
  .practice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 680px) {
  .practice-section {
    padding: 4.5rem 0;
  }

  .practice-container {
    width: min(calc(100% - 30px), 1320px);
  }

  .practice-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .practice-card {
    min-height: auto;
    padding: 2rem;
  }

  .practice-icon {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
  }

  .practice-card h3 {
    font-size: 1.4rem;
  }

  .practice-button {
    width: 100%;
  }
}

/* Bewegung reduzieren */

@media (prefers-reduced-motion: reduce) {
  .practice-card,
  .practice-card::before,
  .practice-icon,
  .practice-button,
  .practice-button i {
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   FACHGEBIETE – KOMPAKTE VARIANTE
   ========================================================= */

.practice-section-compact .practice-intro {
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.practice-section-compact .practice-card {
  min-height: 280px;
  align-items: center;
  justify-content: flex-start;
  padding: 2.5rem 2rem;
  text-align: center;
}

.practice-section-compact .practice-icon {
  margin-bottom: 1.5rem;
}

.practice-section-compact .practice-card h3 {
  margin: 0 0 2rem;
  font-size: 1.5rem;
}

.practice-section-compact .practice-button {
  width: 100%;
  margin-top: auto;
}

@media (max-width: 680px) {
  .practice-section-compact .practice-card {
    min-height: 250px;
  }
}

.back-button{

    display:inline-flex;
    align-items:center;
    gap:12px;

    color:var(--primary);

    font-weight:700;
    text-decoration:none;
    letter-spacing:.08em;
    text-transform:uppercase;

    padding-bottom:8px;

    border-bottom:2px solid #c7a76a;

    transition:.3s;
	margin-top: 60px;
}

.back-button:hover{

    gap:18px;

    color:#c7a76a;
}

#pageid1 .back-button {display: none;}


.teamcard .card {
  max-width: 500px;
}

.teamcard #c25 .card-group-element-item {margin-bottom: 50px;}

.frame a:not([class]) {
  color: var(--primary)!important;
}

#c3 .news .news-img-wrap, 
#c3 .news .footer
{display: none;}


/* =========================================================
   CAROUSEL-40 – INDICATORS
   Bootstrap/TYPO3 überschreiben
   ========================================================= */

/* Indicator-Leiste */
#carousel-40 .carousel-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

/* Bootstrap Indicator-Buttons */
#carousel-40 .carousel-indicators button {
  width: 9px !important;
  height: 9px !important;
  min-width: 9px !important;
  min-height: 9px !important;

  flex: 0 0 9px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  border-radius: 50% !important;

  background: transparent !important;
  background-image: none !important;

  opacity: 0.65 !important;

  text-indent: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;

  box-shadow: none !important;
}

/* Das automatisch erzeugte <span>.</span> unsichtbar machen */
#carousel-40 .carousel-indicators button span {
  display: none !important;
}

/* Aktiver Indicator */
#carousel-40 .carousel-indicators button.active {
  background: #fff !important;
  opacity: 1 !important;
}

/* Hover */
#carousel-40 .carousel-indicators button:hover {
  background: rgba(255, 255, 255, 0.55) !important;
  opacity: 1 !important;
}

/* Tastatur-Fokus */
#carousel-40 .carousel-indicators button:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 3px;
}
