/*!
Theme Name: denssano
Theme URI: https://them.es/starter
Author: Finke Praxismarketing
Author URI: https://www.finke-praxismarketing.de
Description: DensSano - Ihre Zahnarztpraxis in Hamburg Lohbrügge
Version: 3.7.0
Requires at least: 5.0
Tested up to: 7.0
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: denssano
*/


:root {
  --header-blue: #2367B1;
  --header-border: #e2e2e2;
}

html,
body {
  font-family: "Montserrat", Arial, sans-serif;
}


:root {
  --menu-blue: #2367B1;
  --menu-text: #fff;
  --menu-line: rgb(255 255 255 / 50%);
  --menu-muted: rgb(255 255 255 / 35%);
}

.main-header {
  height: 150px;
  background: #fff;

  transition:
    height .35s ease,
    box-shadow .35s ease,
    padding .35s ease;
}

.main-header.scrolled {
  height: 120px;

  box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
}


/* Logo weich mitskalieren */
.header-logo {
  max-height: 90px;
  width: auto;

  transition:
    max-height .35s ease,
    transform .35s ease;
}

.main-header.scrolled .header-logo {
  max-height: 72px;
}

/* optional: Menü etwas kompakter */
.menu-button,
.instagram-button {
  transition:
    transform .35s ease,
    font-size .35s ease;
}

.main-header.scrolled .menu-button,
.main-header.scrolled .instagram-button {
  transform: scale(.94);
}

/* Offcanvas auf volle Bildschirmbreite setzen */

.fullscreen-menu {
  --bs-offcanvas-width: 100vw;

  width: 100vw !important;
  max-width: none;
  color: var(--menu-text);
  background-color: var(--menu-blue);
  border: 0 !important;
}

.fullscreen-menu-inner {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 60px;
}

.menu-container {
  position: relative;
  z-index: 2;
  width: calc(100% - 8%);
  max-width: 1730px;
  margin-top: 185px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

/* Große Hintergrundschrift */

.menu-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.menu-background span {
  position: absolute;
  left: -1vw;
  color: rgb(255 255 255 / 8%);
  font-family: Montserrat, "Times New Roman", serif;
  font-size: clamp(250px, 30vw, 570px);
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-background-top {
  top: -3vw;
}

.menu-background-bottom {
  bottom: -2vw;
}

/* Schließen-Button */

.menu-close {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: 37px;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
}

.menu-close span {
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  width: 38px;
  height: 3px;
  background-color: currentColor;
  transition: transform 0.25s ease;
}

.menu-close span:first-child {
  transform: rotate(45deg);
}

.menu-close span:last-child {
  transform: rotate(-45deg);
}

.menu-close:hover span:first-child {
  transform: rotate(135deg);
}

.menu-close:hover span:last-child {
  transform: rotate(45deg);
}

/* Spaltenüberschriften */

.menu-headings {
  color: var(--menu-muted);
  border-bottom: 1px solid var(--menu-line);
}

.menu-headings p {
  margin: 0;
  padding: 0 0 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  opacity: 0.5;
}
}

.menu-headings > div:not(:first-child) p {
  padding-left: 27px;
}

/* Menüspalten */

.menu-columns {
  padding-top: 30px;
}

.menu-column {
  min-height: 430px;
  padding-right: 26px;
}

.menu-column + .menu-column {
  padding-left: 27px;
  border-left: 1px solid var(--menu-line);
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list li + li {
  margin-top: 14px;
}

.menu-list a {
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(20px, 1.2vw, 25px);
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.menu-list-uppercase a {
  text-transform: uppercase;
}

.menu-list a:hover,
.menu-list a:focus-visible {
  color: rgb(0 0 0 / 95%) !important;
  transform: translateX(5px);
}

.menu-headings > div:nth-child(2),
.menu-headings > div:nth-child(3) {
  padding-left: 27px;
}

/* Öffnen-Button */

.menu-trigger {
  color: #0878bc;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  border: 1px solid #0878bc;
  border-radius: 0;
}

.menu-trigger:hover {
  color: #fff;
  background-color: #0878bc;
}

/* Tablet und Smartphone */

@media (max-width: 991.98px) {
  .fullscreen-menu-inner {
    overflow: visible;
    padding-bottom: 40px;
  }

  .menu-container {
    width: auto;
    margin-top: 90px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .menu-headings {
    display: none;
  }

  .menu-columns {
    padding-top: 0;
  }

  .menu-column {
    min-height: 0;
    padding: 35px 0;
  }

  .menu-column + .menu-column {
    padding-left: 0;
    border-top: 1px solid var(--menu-line);
    border-left: 0;
  }

  .menu-column::before {
    display: block;
    margin-bottom: 22px;
    color: var(--menu-muted);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .menu-column:nth-child(1)::before {
    content: "Navigation";
  }

  .menu-column:nth-child(2)::before {
    content: "Highlights";
  }

  .menu-column:nth-child(3)::before {
    content: "Kompetenzen";
  }

  .menu-list a {
    font-size: 21px;
  }

  .menu-background span {
    position: fixed;
    font-size: 60vw;
  }
}

.fw {width:100% !important;}

@media (max-width: 575.98px) {
  .menu-close {
    top: 20px;
    left: 20px;
  }

  .menu-container {
    margin-top: 75px;
    margin-right: 22px;
    margin-left: 22px;
  }

  .menu-column {
    padding: 28px 0;
  }

  .menu-list li + li {
    margin-top: 12px;
  }

  .menu-list a {
    font-size: 18px;
  }
}

.fullscreen-menu-inner {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}


.menu-background {
  position: absolute;
  z-index: 0;
  inset: 0;

  background-image: url("assets/img/denssano_schriftzug.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  opacity: 0.05;
  pointer-events: none;
  user-select: none;
}

/* Menüinhalt über der Grafik */
.menu-container,
.menu-close {
  position: relative;
  z-index: 2;
}

.main-header {
  height: 150px;
  background-color: #fff;
  /*border-top: 1px solid var(--header-border);
  border-right: 1px solid var(--header-border);
  border-bottom: 1px solid var(--header-border);
  border-left: 3px solid var(--header-border); */
}

.main-header .container-fluid {
  padding-right: 26px;
  padding-left: 38px;
}

.header-actions {
  gap: 140px;
}

/* Menü */

.menu-button {
  padding: 0;
  color: var(--header-blue);
  background: transparent;
  border: 0;
}

.menu-button:hover,
.menu-button:focus-visible {
  color: #005891;
}

.hamburger-icon {
  display: flex;
  width: 55px;
  margin-right: 22px;
  flex-direction: column;
  gap: 11px;
}

.hamburger-icon span {
  display: block;
  height: 3px;
  background-color: currentColor;
}

.hamburger-icon span:last-child {
  width: 35px;
}

.menu-text {
  font-size: 24px;
  line-height: 1;
}

/* Instagram */

.instagram-button {
  display: inline-flex;
  width: 63px;
  height: 63px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  text-decoration: none;
  background-color: var(--header-blue);
  border-radius: 50%;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.instagram-button:hover,
.instagram-button:focus-visible {
  color: #fff;
  background-color: #005891;
  transform: scale(1.05);
}

.instagram-button i {
    color: #fff;
}

/* Logo */

.logo-link {
  display: inline-block;
}

.header-logo {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* Offcanvas-Menü */

#mainMenu {
  --bs-offcanvas-width: 380px;
}

#mainMenu .nav-link {
  padding: 10px 0;
  color: var(--header-blue);
  font-size: 20px;
}

/* Tablet und Smartphone */

@media (max-width: 767.98px) {
  .main-header {
    height: 120px;
  }

  .main-header .container-fluid {
    padding-right: 18px;
    padding-left: 18px;
  }

  .header-actions {
    gap: 25px;
  }

  .hamburger-icon {
    width: 38px;
    margin-right: 12px;
    gap: 8px;
  }

  .hamburger-icon span:last-child {
    width: 25px;
  }

  .menu-text {
    display: none;
  }

  .instagram-button {
    width: 48px;
    height: 48px;
    font-size: 27px;
  }

  .header-logo {
    width: 125px;
  }
}

.floating-buttons {
  position: fixed;
  z-index: 1030;
  top: 50vh;
  right: 0;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transform: translateY(-50%);  
   align-items: flex-end;
}

.floating-buttons  .btn {width: max-content; margin-bottom: 10px;  }




.floating-button:hover,
.floating-button:focus-visible {
  width: 130px;
  color: #fff;
  background-color: #2367B1;
}

.hero {
  position: relative;
  width: 100%;
  height: 805px;
  overflow: hidden;

  background-image: url("/wp-content/uploads/2026/07/hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero .container-fluid {
  position: relative;
  z-index: 2;
  padding-right: 5%;
  padding-left: 5%;
}


.hero-content {
  max-width: 700px;
  color: #fff;
}

.hero-text {
    max-width: 465px;
    margin-bottom: -600px;
    font-size: 65px;
    line-height: 75px;
    text-transform: uppercase;
	color: white;
}


/* Responsive Höhe */
@media (max-width: 991.98px) {
  .hero {
    height: 650px;
  }
}

@media (max-width: 767.98px) {
  .hero {
    height: 520px;
	margin-top: 4rem;
  }

  .hero .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 767.98px) {
    .hero-text {
        max-width: 100%;
        margin-bottom: -120px;
        font-size: 38px;
        line-height: 42px;
        padding: 0 20px;
		position: absolute;
        top: 375px;
    }
}

@media (max-width: 767.98px) {
    .px-lg-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

a { color: #2367B1; text-decoration:none; }

.boxhd  p, .lshd  p , .feature  p, p.subline, .boxhdsub  p, .page-template-default  h1{
	color: #2367B1;  font-family: "Montserrat", Arial, sans-serif;
	font-size: 45px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-transform: uppercase;
  }
  
h1, .page-template-default  .subline { color: #908D8C; font-weight: 200; font-size: 38px; margin-top: -20px; text-transform:uppercase; }

h2 {margin-top:2rem; text-transform: uppercase; }
strong,h2,.boxhd span, .lshd span,h3 {color: #2367B1;}
p, ul {color: #909090;}
.boxhd {width:45%; margin:0 0 25px 150px;}
.boxhdsub {width:80%; margin:0 0 25px 50px;}
.lshd {margin-bottom: 25px;}
.boxhd p, .lshd p, .boxhdsub p, p.feathd {font-size: 35px; margin: 0; text-transform:uppercase; font-weight: 500;}
.boxhd span, .lshd span, .boxhdsub span { color: #908D8C; font-weight: 200; font-size: 26px; margin-top: -20px; text-transform:uppercase; }
.boxtxt { color: #908D8C;  font-size: 16px; margin: 0 0 0 250px; width:50%; }
.boxsptxt { color: #908D8C;  font-size: 16px; margin: 0 0 0 150px; width:50%; }
.bgrey {background-color: #efeeec; }
.in img {margin-bottom: 1rem;}
p.feathd {margin-bottom: 1rem;}

.lstxt { color: #908D8C;  font-size: 16px; margin: 0 0 0 100px; width:65%; }
.feature  span { color: #908D8C;  font-size: 22px; width: 375px; }
.boxtx {font-size: 16px !important;}

.teamhd  {font-size: 22px; margin: 0; text-transform: normal; font-weight: 500; color:#2367B1;}
.teamsub { color: #908D8C; font-weight: 200; font-size: 16px; text-transform:normal; }

/* Buttons */
.btn { background: none; border-radius: 0; border: 2px solid #2367B1; color:#2367B1; text-transform:normal; font-weight: 600; }
.btn-primary:hover {
    color: #fff !important;
    background-color: #2367B1;
    border-color: #2367B1;
}

a:hover {
    color: #2367B1 !important;
}

.ls-row {
  min-height: 620px;
}

/* Innenabstand nur für die Textspalte */
.ls-row > div:first-child {
  padding: clamp(40px, 6vw, 110px);
}

.feature:nth-child(2)  {border-right: 1px solid #908D8C; border-left: 1px solid #908D8C; height: 80%; }

.feature-icon {
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
  margin-bottom: 1rem;
}

.feature-icon-image {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.facts {text-transform: uppercase; }
.facts  p {font-weight: 500;}

.kompetenzen-row {
  min-height: 650px;
}

.accordion-item {
border: none;
  border-bottom: 1px solid #908D8C;
  color: #908D8C;
}

.accordion-button {text-transform:uppercase; color: #908D8C; font-size: 22px; }

.accordion-button:not(.collapsed) {
    background-color: transparent; 
    box-shadow: none;
	color:#908D8C; 
	}

.accordion-button::after {
  display: none;
}

.accordion-button {
  gap: 18px;
}

.accordion-button::before {
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  content: "-";
  color: #908D8C;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.accordion-button.collapsed::before {
  content: "+";
}

.accordion-body {
    padding: 1rem 4.25rem;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button:hover,
.accordion-button:not(.collapsed):hover {
    background-color: transparent !important;
    color: #2367B1 !important;
}

.faq {
  position: relative;
  width: 100%;
  max-width: 1600px;
  min-height: 600px;
  margin-inline: auto;
  overflow: hidden;
}

.faq .container {
  max-width: 800px;
}

.faq::before {
  position: absolute;
  z-index: 1;
  top: -185px;
  right: -250px;
  width: 850px;
  height: 850px;
  content: "";

  background-image: url("assets/img/denssano_schriftzug_grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  opacity: 0.05;
  pointer-events: none;
}

.ls {
  position: relative;
  min-height: 600px;
  margin-inline: auto;
  overflow: hidden;
}


.ls::before {
  position: absolute;
  z-index: 1;
  top: -370px;
  right: -300px;
  width: 1400px;
  height: 1400px;
  content: "";

  background-image: url("assets/img/denssano_schriftzug_grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  opacity: 0.05;
  pointer-events: none;
}

.in {
  position: relative;
  min-height: 600px;
  margin-inline: auto;
  overflow: visible;
}


.in::before {
  position: absolute;
  z-index: 1;
  top: -110px;
  right: 1200px;
  width: 1400px;
  height: 1400px;
  content: "";

  background-image: url("assets/img/denssano_schriftzug_grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  opacity: 0.05;
  pointer-events: none;
}

.stepsR {
  position: relative;
  min-height: 600px;
  margin-inline: auto;
  overflow: hidden;
}


.stepsR::before {
  position: absolute;
  z-index: 4;
  top: -415px;
  right: -740px;
  width: 1800px;
  height: 1800px;
  content: "";

  background-image: url("assets/img/denssano_schriftzug_grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  opacity: 0.075;
  pointer-events: none;
}

.stepsL {
  position: relative;
  min-height: 600px;
  margin-inline: auto;
  overflow: hidden;
}


.stepsL::before {
  position: absolute;
  z-index: 4;
  top: -460px;
  right: 745px;
  width: 1800px;
  height: 1800px;
  content: "";

  background-image: url("assets/img/denssano_schriftzug_grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  opacity: 0.075;
  pointer-events: none;
}


.content-step-header {
  --line-w: 40px;      
  --line-gap: 0.75rem; 
}

.content-step-number {
  display: flex;
  align-items: baseline;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #2367B1;
  margin-top: 1rem;
}

.content-step-number::before {
  content: "";
  width: var(--line-w);
  margin-right: var(--line-gap);
  border-top: 1px solid #9a9a9a;
  align-self: flex-end;
  margin-bottom: 0.35em; 
  color: #2367B1;  
}

.content-step-title {
  padding-left: calc(var(--line-w) + var(--line-gap));
  font-size: 1.5rem;
  color: #2367B1;
  text-transform: uppercase;
}

.benefit-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #2367B1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon img {
  width: 55%;          
}

.benefit-title {
  color: #2367B1;
  font-size: 22px;

}

.benefit-list p {
  color: #8a8a8a;
  font-size: 22px;
  width: 75%;
}

.benefit-list {
margin-left:50px;
margin-top:4rem;
}



.menu-footer,
.menu-footer a {
  color: #087abb;
}

.contact-data {
  font-size: 1.25rem;
  font-weight: 400;
}

.contact-data a {
  text-decoration: none;
}

.contact-data a:hover {
  text-decoration: underline;
}

.social-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff !important;
  background-color: #2367B1;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.social-button:hover {
  background-color: #005891;
  color: white !important;
}

.menu-footer .btn-outline-primary {
  color: #2367B1;
  border-color: #2367B1;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.menu-footer .btn-outline-primary:hover {
  color: #fff !important;
  background-color: #2367B1;
  border-color: #2367B1;
}

@media (max-width: 991.98px) {
  .contact-data {
    font-size: 1rem;
  }

  .social-button {
    width: 44px;
    height: 44px;
  }
}


footer .hd { color: #908D8C; font-weight: 500; }
footer .txt {
    color: #908D8C;
    font-size: 14px;
    margin: 0 0 0 50px;
    width: 70%;
}

footer {
  position: relative;
  overflow: hidden;
}

footer::before  {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background-image: url("assets/img/denssano_schriftzug.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;

  opacity: 0.5;
  pointer-events: none;

}

footer > * {
  position: relative;
  z-index: 1;
}

footer a {color:#909090; }

.step-number {
  position: relative;
  font-size: 3rem;
}

.step-number::before {
  content: "";
  position: absolute;
  right: 100%;          /* endet exakt an der linken Kante der Zahl */
  bottom: 0.9rem;       /* Höhe auf die Grundlinie justieren */
  width: 60px;
  margin-right: 1rem;   /* Abstand zwischen Strich und Zahl */
  border-top: 2px solid #999;
}

/* Media Queries */


@media (max-width: 991.98px) {
  .kompetenzen-row {
    min-height: 0;
  }

  .kompetenzen-row > .col-12 {
    min-height: 450px;
    padding: 50px 30px;
  }
}

@media (max-width: 575.98px) {
  .kompetenzen-row > .col-12 {
    min-height: 0;
    padding: 40px 22px;
  }
}



/* MEDIA Queries */


@media (max-width: 991.98px) {
  .ls-row {
    min-height: 0;
  }

  .ls-row > div:first-child {
    min-height: 500px;
    padding: 50px 35px;
  }
}

@media (max-width: 575.98px) {
  .ls-row > div:first-child {
    min-height: 420px;
    padding: 40px 22px;
  }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1120px;
    }
}

.px-lg-5 {
    padding-right: 13rem;
    padding-left: 12rem;
}

.fullscreen-menu {
  width: 100vw !important;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
}

.fullscreen-menu-inner {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
}

/* Menüinhalt und Footer über dem Hintergrund anzeigen */
.menu-container,
.menu-footer,
.menu-close {
  position: relative;
  z-index: 2;
}

.menu-container {
  flex: 1 0 auto;
}

.menu-footer {
  width: 100%;
  background-color: #e9e8e6 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
     position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.bi-instagram:hover {
color: white !important;
}

/* Animation */

.termin-button-link {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    z-index: 999;
}

.termin-button {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;

    transition: transform 0.4s ease;
    z-index: 999;
}


/* Kreis, der beim Hover nach außen läuft */
.termin-button-link::after {
    content: "";

    position: absolute;
    inset: 0;

    border-radius: 50%;

    border: 2px solid currentColor;

    opacity: 0;

    transform: scale(1);

    pointer-events: none;
    z-index: 999;
}


/* Hauptbutton wird etwas größer */
.termin-button-link:hover .termin-button {
    transform: scale(1.08);
}


/* Zweiter Kreis läuft nach außen und verblasst */
.termin-button-link:hover::after {
    animation: termin-pulse 0.8s ease-out;
}


@keyframes termin-pulse {

    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }

}

.button-slider {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}

.button-slider-track {
    flex: 1;
    min-width: 0;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.button-slider-track::-webkit-scrollbar {
    display: none;
}

.button-slider-track .btn {
    flex: 0 0 auto;
    white-space: nowrap;
}

.button-slider-next {
    position: static;
    flex: 0 0 50px;

    border: none;
    background: transparent;
    color: #2367B1;

    font-size: 28px;
}

.button-slider-track .btn {
    flex: 0 0 calc((100% - 20px) / 3);
    white-space: nowrap;
}

@media (max-width: 767.98px) {

    .boxtxt {
        width: 100% !important;
    }

    .button-slider-track .btn {
        flex: 0 0 calc((100% - 10px) / 2);
    }
}

@media (max-width: 480px) {

    .button-slider-track .btn {
        flex: 0 0 85%;
    }
	
	p.subline {font-size: 40px; }
	h1 {font-size:23px; }
	.menu-footer {display: none; }
}

.plant {
    max-width: 70%;
    height: auto;
}

@media (max-width: 767.98px) {
    .plant {
        max-width: 100%;
        width: 100%;
    }
	.mp1 {padding-left: 1rem; }
}

.animated-link {
  position: relative;
  display: inline-block;

  text-decoration: none;
}

.animated-link::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: -4px;

  width: 100%;
  height: 1px;

  background-color: #2367B1;

  transform: scaleX(0);
  transform-origin: left center;

  transition: transform .35s ease;
}

.animated-link:hover::after {
  transform: scaleX(1);
}

.impressionen {
  overflow: hidden;
}

.impression-item {
  position: relative;
  overflow: hidden;

  opacity: 0;

  transition:
    opacity .9s ease,
    transform 1s cubic-bezier(.16, .7, .25, 1);
}


/* abwechselnde Startposition */
.impression-item:nth-child(odd) {
  transform: translateY(90px);
}

.impression-item:nth-child(even) {
  transform: translateY(-90px);
}


/* sichtbar */
.impression-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}


.impression-item img {
  display: block;

  width: 100%;
  height: 100%;

  min-height: 420px;

  object-fit: cover;

  transition:
    transform .7s ease,
    filter .7s ease;
}


/* Hover */
.impression-item:hover img {
  transform: scale(1.06);
}

.team {
  overflow: hidden;
}

.team-member {
  position: relative;

  opacity: 0;

  transition:
    opacity .9s ease,
    transform 1s cubic-bezier(.16, .7, .25, 1);

  will-change: transform, opacity;
}


/* 1 und 3 von unten */
.team-member:nth-child(odd) {
  transform: translateY(100px) scale(.96);
}


/* 2 und 4 von oben */
.team-member:nth-child(even) {
  transform: translateY(-100px) scale(.96);
}


/* sichtbar */
.team-member.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}


/* Bild-Hover */
.team-image {
  display: block;

  transition:
    transform .7s cubic-bezier(.2,.7,.2,1),
    filter .6s ease;
}


/* Bild etwas größer beim Hover */
.team-member:hover .team-image {
  transform: scale(1.045);
}


/* optional: Content ebenfalls leicht reagieren */
.team-content {
  transition:
    transform .4s ease;
}

.team-member:hover .team-content {
  transform: translateY(-4px);
}

.impressionen .impression-item {
  overflow: hidden;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.impressionen .impression-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* falls deine Grow-Animation über transform läuft */
  transition: transform 0.5s ease;
}

/* rechte Außenkante: keine Border */
.impressionen .row .impression-item:last-child {
  border-right: 0;
}

/* letzte Reihe: unten keine Border */
.impressionen .row:last-child .impression-item {
  border-bottom: 0;
}

/* Beispiel Grow */
.impressionen .impression-item:hover img {
  transform: scale(1.05);
}