@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

html {
  height: 100%;
}

#body-wrapper .container {
  padding: 2rem 0 2rem;
}

.header-fixed #body-wrapper {
  padding-top: 4rem;
}

.header-fixed .hero+#start>#body-wrapper {
  padding-top: 0;
}

section.section {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

@media (max-width: 1290px) {
  section.section {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

.overlay-light,
.overlay-dark,
.overlay-light-gradient,
.overlay-dark-gradient {
  z-index: 0;
}

.hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-size: cover;
  background-position: center;
}

.hero h1 {
  color: #242931;
  font-size: 4rem;
}

.hero h2 {
  color: rgba(36, 41, 49, 0.8);
  font-size: 2.5rem;
}

.hero.hero-fullscreen {
  min-height: 100vh;
}

.hero.hero-large {
  min-height: 500px;
}

.hero.hero-medium {
  min-height: 400px;
}

.hero.hero-small {
  min-height: 110px;
}

.hero.hero-tiny {
  min-height: 8rem;
}

.header-fixed .hero {
  background-position: 50% 0;
}

@media (max-width: 1290px) {
  .hero h1 {
    font-size: 3rem;
  }

  .hero h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 2rem;
  }

  .hero h2 {
    font-size: 1.25rem;
  }
}

.hero.text-light h1 {
  color: #fff;
}

.hero.text-light h2 {
  color: rgba(255, 255, 255, 0.8);
}

.hero p {
  font-size: .9rem;
  font-weight: 300;
}

.hero #to-start {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  font-size: 2rem;
  cursor: pointer;
}

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.overlay-light .image-overlay {
  background: rgba(255, 255, 255, 0.4);
}

.overlay-light-gradient .image-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
}

.overlay-dark .image-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.overlay-dark-gradient .image-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}

html {
  font-size: 16px;
}

@media screen and (min-width: 480px) {
  html {
    font-size: calc(16px + 4 * ((100vw - 480px) / 800));
  }
}

@media screen and (min-width: 1280px) {
  html {
    font-size: 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2rem;
  font-family: -Poppins, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #3a414e;
}

h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-weight: 400;
}

.title-center h1,
.title-center h2 {
  text-align: center;
}

.title-h1h2 h1 {
  font-weight: 100;
  margin-bottom: 0;
  line-height: 1.1;
}

.title-h1h2 h1 strong,
.title-h1h2 h1 bold {
  font-weight: 400;
}

.title-h1h2 h1+h2 {
  line-height: 1.1;
  margin-top: 0;
}

.title-h1h2 h1+h2,
.title-center h1+h2 {
  margin-bottom: 50px;
  font-weight: 700;
}

a:focus {
  outline: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
}

.table table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

pre code,
pre.xdebug-var-dump {
  background: #fafafa;
  display: block;
  padding: 1rem !important;
  line-height: 1.5;
  color: inherit;
  border-radius: 2px;
  overflow-x: auto;
}

pre[class*="language-"] code {
  border-radius: inherit;
  padding: 0 !important;
  overflow-x: initial;
}

pre code:not(.hljs):not([class*="language-"]) {
  background: #f8f8f8;
}

i.fa.fa-heart.pulse,
i.fa.fa-heart-o.pulse {
  color: #920;
}

b,
strong {
  font-weight: 700;
}

.heavy {
  font-weight: 700;
}

.light {
  font-weight: 200;
}

.text-light {
  color: rgba(255, 255, 255, 0.8);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: rgba(255, 255, 255, 0.9);
}

#error {
  text-align: center;
  position: relative;
  margin-top: 5rem;
}

#error .icon {
  font-size: 50px;
}

#messages {
  margin-bottom: 1rem;
}

#messages .icon {
  font-size: 1rem;
}

ul,
ol {
  margin-left: 1.6rem;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.6rem;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

.notices {
  margin: 1.5rem 0;
}

.notices p {
  margin: 1rem 0;
}

form {
  /** Reset some defaults for Quark Theme **/
}

form .button-wrapper {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

form span.required {
  color: #e85600;
  font-weight: 700;
  font-size: 1.2rem;
}

form .form-input[type=range] {
  -webkit-appearance: slider-horizontal;
  -moz-appearance: slider-horizontal;
  appearance: slider-horizontal;
}

form .form-input[type=range]:focus {
  box-shadow: none;
  border: none;
}

form .form-group:not(.form-field-toggleable) .checkboxes {
  display: inherit;
}

form .form-group:not(.form-field-toggleable) .checkboxes label {
  display: inherit;
  padding: 0.1rem 0.4rem 0.1rem 1.2rem;
  margin: inherit;
}

form .form-group:not(.form-field-toggleable) .checkboxes label:before {
  display: none;
}

#grav-login>form {
  margin: 2rem auto 0;
  max-width: 350px;
}

#grav-login .form-label {
  display: none;
}

#grav-login .form-data {
  margin: 1rem 0;
}

#grav-login .form-input {
  text-align: center;
}

#grav-login .button-wrapper {
  text-align: right;
}

#grav-login .button-wrapper .form-data.rememberme {
  margin: 0;
  float: left;
}

#grav-login .login-form button[type="submit"] {
  background: #DC0414;
  border-color: #227ded;
  color: #fff;
}

#grav-login .login-form button[type="submit"]:focus,
#grav-login .login-form button[type="submit"]:hover {
  background: #1877ec;
  border-color: #1370e3;
  color: #fff;
}

#grav-login .login-form button[type="submit"]:active,
#grav-login .login-form button[type="submit"].active {
  background: #1372e7;
  border-color: #126bd9;
  color: #fff;
}

#grav-login .twofa-form button[type="submit"]:first-child {
  background: #DC0414;
  border-color: #227ded;
  color: #fff;
  float: right;
  margin-left: 4px;
}

#grav-login .twofa-form button[type="submit"]:first-child:focus,
#grav-login .twofa-form button[type="submit"]:first-child:hover {
  background: #1877ec;
  border-color: #1370e3;
  color: #fff;
}

#grav-login .twofa-form button[type="submit"]:first-child:active,
#grav-login .twofa-form button[type="submit"]:first-child.active {
  background: #1372e7;
  border-color: #126bd9;
  color: #fff;
}

.mobile-container {
  position: absolute;
  top: 40%;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}

.mobile-logo svg,
.mobile-logo img {
  height: 80px !important;
  width: 80px !important;
  margin-top: .7rem;
  margin-left: 1.4rem;
  object-fit: contain;
}

.mobile-logo svg path,
.mobile-logo img path {
  fill: #fff;
}

.mobile-menu {
  display: none;
  top: 0;
  right: 0;
  z-index: 3;
}

.header-fixed .mobile-menu {
  position: fixed;
}

@media (max-width: 1290px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-menu .button_container {
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  height: 24px;
  width: 28px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease, top 0.5s ease;
}

.mobile-menu .button_container:hover {
  opacity: .7;
}

.mobile-menu .button_container.active {
  position: fixed;
}

.mobile-menu .button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #FFF;
}

.mobile-menu .button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.mobile-menu .button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #FFF;
}

.mobile-menu .button_container span {
  background: #DC0414;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

.mobile-menu .button_container span:nth-of-type(2) {
  top: 8px;
}

.mobile-menu .button_container span:nth-of-type(3) {
  top: 16px;
}

.overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
}

.overlay.open {
  opacity: .95;
  visibility: visible;
  height: 100%;
}

.overlay nav {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.overlay-menu {
  height: calc(100% - 90px);
  overflow-y: scroll;
}

.overlay-menu>.tree {
  text-align: left;
}

.treemenu.treemenu-root {
  margin: 1rem;
}

.treemenu li {
  list-style: none;
  margin: 0 0 4px;
  padding: 4px;
  line-height: 1.5rem;
  position: relative;
  background: transparent;
  transition: all 0.3s ease;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.treemenu li:before {
  content: '';
  position: absolute;
  left: -1rem;
  top: 0;
  height: 100%;
  width: 2px;
  background: rgba(240,53,53,0.1);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.treemenu li:hover:before {
  transform: scaleY(1);
}

.treemenu li a {
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  min-height: 2.5rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  flex: 1;
}

.treemenu ul li a {
  font-size: 1.3rem;
  min-height: 2.2rem;
  padding: 0.4rem 0.8rem;
}

.treemenu li a:hover,
.treemenu li a:focus,
.treemenu li a.active {
  color: #ffffff !important;
  text-decoration: none;
  background: rgba(255,255,255,0.1);
  transform: translateX(6px) scale(1.02);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.treemenu ul {
  margin: 0.3rem 0 0.3rem 2rem;
  width: 100%;
}

.treemenu ul .toggler:before {
  content: '';
  width: 0.5rem !important;
  height: 0.5rem !important;
  transform: rotate(45deg) scale(0.9) !important;
  border: 2px solid #DC0414 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.treemenu ul .toggler:hover:before {
  border-color: #ff6b6b !important;
  transform: rotate(45deg) scale(1) !important;
  box-shadow: 0 2px 8px rgba(240,53,53,0.2) !important;
}

.treemenu ul li.tree-opened > .toggler:before {
  background: #DC0414 !important;
  border-color: #DC0414 !important;
}

.treemenu .toggler {
  cursor: pointer;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 0.5rem;
  margin-right: 0.3rem;
  float: left;
  position: relative;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
}

.treemenu .toggler:before {
  display: inline-block;
  margin-right: .7rem;
  width: .8rem;
  height: .8rem;
  background: #DC0414;
  content: '';
  border-radius: 50%;
  transform: scale(0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(240,53,53,0.15);
}

.treemenu .toggler:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  width: .8rem;
  height: .8rem;
  background: rgba(240,53,53,0.2);
  border-radius: 50%;
  transform: translateY(-50%) scale(1.4);
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0;
}

.treemenu .toggler:hover:before {
  transform: scale(1);
  background: #ff6b6b;
}

.treemenu .toggler:hover:after {
  transform: translateY(-50%) scale(1.8);
  opacity: 0.5;
}

.treemenu li.tree-empty>.toggler {
  opacity: 0.3;
  cursor: default;
}

.treemenu li.tree-empty>.toggler:before {
  content: '';
  width: .6rem;
  height: .6rem;
  background: #DC0414;
  opacity: 0.5;
  transform: scale(0.7);
  box-shadow: none;
}

.treemenu li.tree-closed>.toggler:before {
  content: '';
  width: .8rem;
  height: .8rem;
  background: #DC0414;
  transform: scale(0.8);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(240,53,53,0.2);
}

.treemenu li.tree-opened>.toggler:before {
  content: '';
  width: .8rem;
  height: .8rem;
  background: #ff6b6b;
  transform: scale(1);
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(240,53,53,0.3);
}

.mobile-nav-open {
  overflow-y: hidden;
}

.default-animation,
#header,
#header .navbar-section,
#header .logo svg,
#header .logo img,
.modular-features.small .feature-icon i,
.modular-features .feature-icon {
  transition: all 0.5s ease;
}

.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.08);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

#header {
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid rgba(172, 179, 194, 0.2);
  font-size: 0.7rem;
  font-weight: 700;
  background: #fff;
  color: #454d5d;
}

#header a {
  color: #454d5d;
}

#header .logo svg path {
  fill: #fff;
}

.header-dark #header:not(.scrolled) {
  background: #fff;
  color: #fff;
}

.header-dark #header:not(.scrolled) a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.header-dark #header:not(.scrolled) a.active {
  color: #fff !important;
}

.header-dark #header:not(.scrolled) .dropmenu ul ul a {
  color: #454d5d !important;
}

.header-dark #header:not(.scrolled) .logo svg path {
  fill: #fff;
}

.header-dark.header-transparent #header:not(.scrolled) {
  background: rgba(0, 0, 0, 0.05);
}

.header-transparent #header:not(.scrolled) {
  background: rgba(255, 255, 255, 0.05);
}

#header .navbar-section {
  height: 4rem;
}

@media (max-width: 1290px) {
  #header .navbar-section {
    margin-right: 2rem;
  }
}

@media (max-width: 1290px) {
  #header .navbar-section.desktop-menu {
    display: none;
  }
}

#header .logo svg,
#header .logo img {
  height: 110px;
  display: inherit;
}

/* Mobile: kleineres Logo im Header */
@media (max-width: 1290px) {
  #header .logo svg,
  #header .logo img {
    height: 120px !important;
    width: 120px !important;
    transform: translateX(-15px) translateY(20px) !important;
  }
}

.header-fixed #header {
  position: fixed;
  top: 0;
  z-index: 2;
}

body.header-fixed.header-animated #header.scrolled {
  height: 2.3rem;
}

body.header-fixed.header-animated #header.scrolled .navbar-section {
  height: 2.3rem;
}

body.header-fixed.header-animated #header.scrolled .logo svg,
body.header-fixed.header-animated #header.scrolled .logo img {
  height: 50px;
}

/* Mobile: Logo beim Scrollen auch kleiner machen */
@media (max-width: 1290px) {
  body.header-fixed.header-animated #header.scrolled .logo svg,
  body.header-fixed.header-animated #header.scrolled .logo img {
    height: 70px !important;
    width: 70px !important;
    transform: translateX(-15px) translateY(10px) !important;
  }
}

body.header-fixed.header-animated #header.scrolled~.mobile-menu .button_container {
  top: 0.5rem;
}

.login-status-wrapper {
  white-space: nowrap;
}

body.sticky-footer {
  height: 100%;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.sticky-footer #page-wrapper {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#footer {
  color: #000; /* Gesamtfarbe Footer: schwarz */
  padding: 1.5rem 1rem 1rem;
  text-align: left; /* Default: left-aligned for the two-column layout */
  background: transparent;
}

/* Vereinheitlichte Typografie im Footer: Schriftart, -größe und Farbe */
#footer,
#footer * {
  font-family: 'Poppins', sans-serif !important;
  color: #000 !important; /* schwarz als Footer-Farbe */
  font-size: 0.95rem;
  line-height: 1.6;
}

#footer h4 {
  font-size: 0.95rem; /* gleiche Größe wie Fließtext */
  margin: 0 0 0.4rem 0;
  font-weight: 600;
}

/* Stelle sicher, dass Anschrift und Öffnungszeiten gleich gestylt sind */
#footer .footer-address,
#footer .footer-hours,
#footer .footer-hours .hours-line {
  font-family: 'Poppins', sans-serif !important;
  color: #000 !important;
  font-size: 0.90rem;
  margin: 0 0 0.25rem 0;
}

#footer a {
  color: #000; /* Links im Footer schwarz */
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}



/* Footer top: Öffnungszeiten zentriert oben */
#footer .footer-top {
  text-align: center;
  margin-bottom: 1rem;
}

#footer .footer-hours {
  display: inline-block;
}

/* Stunden in der mittleren Spalte horizontal zentrieren */
#footer .footer-col-hours {
  display: flex;
  justify-content: center;
  align-items: center; /* vertical centering */
}

#footer .footer-col-hours .footer-hours {
  text-align: center;
}

/* Remove default heading/paragraph margins so the hours vertically align */
#footer .footer-col-hours .footer-hours h4 {
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
  font-weight: 600;
}

#footer .footer-col-hours .footer-hours .hours-line {
  margin: 0;
  line-height: 1.4;
}

/* Footer main: two columns (address left, links right) */
#footer .footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: nowrap;
}

/* Jeweils 50% Breite für die beiden Hauptspalten */
#footer .footer-main .column {
  padding: 0.25rem 0;
  flex: 1 1 50%;
  box-sizing: border-box;
}

#footer .footer-address {
  font-style: normal; /* not italic */
  line-height: 1.6;
  margin: 0;
  color: inherit;
}


#footer .footer-links h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
}

#footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

/* Rechtsbündig nur für die rechte Spalte */
#footer .footer-col-links .footer-links ul {
  align-items: flex-end;
}

#footer .footer-links ul li {
  margin: 0.25rem 0;
}

#footer .footer-links ul li a {
  color: inherit;
  text-decoration: none;
}

/* Responsive: stack columns on smaller screens and center each block */
@media (max-width: 1290px) {
  /* Footer overall: center text on narrow screens so each block is centered */
  #footer {
    text-align: center;
  }

  /* Make the links list centered */
  #footer .footer-links ul {
    align-items: center;
    padding: 0;
  }

  /* Stack columns and center their contents */
  #footer .columns,
  #footer .footer-main {
    gap: 1rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center; /* center each block horizontally */
  }

  /* Ensure each column takes full width and centers its own content */
  #footer .footer-main .column {
    flex: 1 1 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 0; /* reset any desktop padding */
  }

  /* Entferne Trennlinie auf Mobil */
  #footer .column + .column {
    border-left: none;
    padding-left: 0;
  }
}

/* Visuelle Trennlinie: rechte Spalte leicht abgrenzen (nur Desktop) */
@media (min-width: 841px) {
  #footer .column + .column {
    border-left: 1px solid rgba(172,179,194,0.08);
    padding-left: 1.5rem;
  }
}

@media (max-width: 1290px) {
  .dropmenu {
    display: none;
  }
}

.dropmenu ul {
  white-space: nowrap;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

.dropmenu ul li {
  position: relative;
  margin: 0;
}

.dropmenu ul li a {
  text-decoration: none;
  padding: 7px 30px 7px 20px;
  display: block;
}

.dropmenu ul li a:hover,
.dropmenu ul li a:focus,
.dropmenu ul li a.active {
  color: #DC0414 !important;
}



.dropmenu ul li a:before {
  content: '\f107';
  font-family: 'Poppins', sans-serif !important;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-right: -20px;
}

.dropmenu ul li a:only-child {
  padding-right: 20px;
}

.dropmenu ul li a:only-child:before {
  content: '';
}

.dropmenu ul li:hover>ul {
  display: block;
  visibility: visible;
}

.dropmenu ul ul li a:before {
  content: '\f105';
}

.dropmenu ul ul {
  position: absolute;
  top: 100%;
  list-style: none;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  visibility: hidden;
}

.dropmenu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

.dropmenu>ul>li {
  display: inline-block;
}

.dropmenu.animated ul li {
  transition: background .7s, color 0.5s;
}

.dropmenu.animated ul li:hover>ul {
  opacity: 1;
  transform: translateY(0);
}

.dropmenu.animated ul ul {
  transition: transform .3s, opacity .5s;
  opacity: 0;
  transform: translateY(-10px);
}

/** Extra columns spacing **/
.extra-spacing:not(.col-12),
:not(.col12)>.e-content {
  padding-right: 1rem;
}

@media (max-width: 1290px) {

  .extra-spacing:not(.col-12),
  :not(.col12)>.e-content {
    padding-right: 0;
  }
}

/** Breadcrumbs styling **/
#breadcrumbs {
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1rem;
  margin-bottom: 1rem;
}

#breadcrumbs i {
  display: none;
}

#breadcrumbs span,
#breadcrumbs a {
  padding: 0 0.5rem;
}

#breadcrumbs span:first-child,
#breadcrumbs a:first-child {
  padding-left: 0;
}

#breadcrumbs span:not(:first-child)::before,
#breadcrumbs a:not(:first-child)::before {
  color: #e7e9ed;
  content: "/";
  padding-right: 1rem;
}

/** Blog Listing **/
.blog-listing .bricklayer-column {
  padding-left: 0px;
  padding-right: 25px;
}

.blog-listing .card {
  margin-bottom: 25px;
  border: 0;
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1);
}

.blog-listing .card-footer {
  text-align: right;
}

.blog-listing .blog-date {
  font-size: 13px;
}

/** Blog Item **/
.content-title {
  margin-bottom: 2rem;
}

.content-title h2 {
  margin-bottom: 0.5rem;
}

.label {
  font-size: 12px;
  text-transform: uppercase;
}

/** Pagination **/
ul.pagination {
  -ms-flex-pack: center;
  justify-content: center;
}

.prev-next {
  margin-top: 4rem;
}

/** Sidebar specific tweaks **/
#sidebar ul.related-pages {
  box-shadow: none;
  padding: 0;
  z-index: 1;
}

#sidebar ul.related-pages li {
  border-bottom: 1px solid #e7e9ed;
}

#sidebar ul.related-pages li:last-child {
  border-bottom: 0;
}

#sidebar ul.archives {
  list-style: none;
  margin-left: 0;
}

#sidebar ul.archives .label {
  vertical-align: text-top;
}

.modular-hero #to-start {
  bottom: 3.5rem;
}

.modular-features {
  text-align: center;
}

.modular-features.offset-box .frame-box {
  margin: -3rem -1.4rem 3rem;
  padding: 1rem 1rem;
  background: #fff;
  box-shadow: 0 0 75px 0 rgba(69, 77, 93, 0.1);
}

.modular-features.small .columns {
  margin-top: -1rem;
}

.modular-features.small .column:hover .feature-icon i {
  color: #DC0414;
}

.modular-features.small .feature-icon {
  display: block;
  -ms-flex-pack: left;
  justify-content: left;
}

.modular-features.small .feature-icon i {
  position: relative;
  display: inherit;
  font-size: 70px;
  margin: 0 auto 1rem;
  transform: none;
  left: auto;
  top: auto;
  color: #acb3c2;
}

.modular-features.small .feature-icon h6 {
  text-transform: none;
}

.modular-features .frame-box {
  padding: 3rem 0;
}

.modular-features .frame-box>p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.modular-features .column {
  padding: 1rem;
}

.modular-features .column:hover .feature-icon {
  color: #acb3c2;
}

.modular-features .column:hover .feature-icon h6 {
  color: #DC0414;
}

.modular-features .column:hover .feature-content {
  color: #667189;
}

.modular-features .feature-icon {
  font-size: 130px;
  height: 100px;
  color: #e7e9ed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 1rem 0;
}

.modular-features .feature-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.modular-features .feature-icon h6 {
  background: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  display: block;
  color: #667189;
}

.modular-features .feature-content {
  color: #acb3c2;
}

.modular-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.modular-text .columns.left {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* =========================
   Layout Header + Navigation
   ========================= */

/* Container im Header anpassen */
#header .container .grid {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Logo rechts, Menü links */
}

/* Menü (Navigation) nach links */
#header nav#navbar,
#header .navigation {
  order: 1;           /* Menü zuerst */
  margin-right: auto; /* linksbündig */
  text-align: left;
}

/* Schriftart für alles auf Poppins */

html, body, h1, h2, h3, h4, h5, h6, a, p, li, nav, button {
  font-family: 'Poppins', sans-serif !important;
}





/* ========== LOGO FEST 150px, BEIM SCROLLEN KLEINER ========== */
#header .logo {
  /* Ermöglicht relative Verschiebung des Logos innerhalb der Nav-Bar */
  position: relative;
}

#header .logo img,
#header .logo svg {
  display: block;
  height: 200px;         /* Feste Höhe */
  width: 200px;          /* Proportional */
  object-fit: contain;  /* Kein Verzerren */
  /* Weiches Shrinken und sanfte Verschiebung nach unten */
  transition: height 0.4s ease, transform 0.4s ease;
  transform: translateX(-20px) translateY(60px);
}

/* Mobile: schönere Animation */
@media (max-width: 1290px) {
  #header .logo img,
  #header .logo svg {
    transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), width 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

/* Beim Scrollen kleiner (animiert) */
body.header-fixed.header-animated #header.scrolled .logo img,
body.header-fixed.header-animated #header.scrolled .logo svg {
  height: 130px;          /* Kleiner Zustand */
  transform: translateX(-55px) translateY(40px);
}

/* ========== NAV FULL-WIDTH: stretch menu & broaden content ========== */
/* Make the top-level navbar stretch the full viewport width */
#header .navbar {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

/* Logo stays its own block */
#header .navbar-section.logo {
  flex: 0 0 auto !important;
  padding-left: 1rem !important;
}

/* Desktop menu takes the remaining space */
#header .navbar-section.desktop-menu {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important; /* center dropmenu container */
  padding-right: 1rem !important;
}

/* Ensure dropmenu occupies full width available and menu items distribute */
#header .navbar-section.desktop-menu .dropmenu {
  width: 100% !important;
}

.dropmenu > ul {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important; /* spread items across full width */
  align-items: center !important;
}

/* Broaden common content wrappers (page-level containers) so content appears wider */
.verein-wrap,
.container .verein-wrap,
.page-wrapper .container,
.container.grid-*
{
  max-width: 1300px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* Falls irgendwo anders fixe Höhen stehen, überschreiben */
/* #header .logo img { height: 150px !important; width: 150px !important; } */

/* ========== DROPDOWN-PFEILE OHNE ICON-FONT ========== */

/* Alte pseudo-icons entfernen (verhindert die Kästchen) */
.dropmenu ul li a::before {
  content: none !important;
}

/* Pfeil NUR bei Menüpunkten mit Unterseiten */
.dropmenu > ul > li.has-children > a::after {
  content: " ▾";
  font-size: 0.8em;
  line-height: 1;
  margin-left: 0.25rem;
  opacity: 0.9;
}

/* ==================================================
   FULL-WIDTH LAYOUT OVERRIDE
   Wenn du das Theme komplett in voller Fensterbreite
   darstellen willst, werden hier die Container auf
   100% Breite gesetzt. Padding bleibt erhalten.
   Diese Regeln sind bewusst stark (placed late) damit
   sie andere Container-Limits überschreiben.
   Wenn du nur bestimmte Sektionen full-width willst,
   sag Bescheid und ich scope die Regeln gezielt.
   ================================================== */
.container,
.container.grid-sm,
.container.grid-md,
.container.grid-lg,
.container.grid-xl {
  max-width: none !important;
  width: 100% !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  box-sizing: border-box !important;
}

@media (max-width: 1290px) {
  .container,
  .container.grid-sm,
  .container.grid-md,
  .container.grid-lg,
  .container.grid-xl {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

/* Optional: wenn du volle Breite ohne die standardmäßigen
   inneren Seiteneinzüge willst, entferne das Padding oben.
   .container.full-bleed { padding-left:0; padding-right:0 } */





