@charset "UTF-8";
/* ddold-mastertemplate – Joomla 6 */
/* Variables CSS Document */
/******* COLORS *******/
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-sans-v19-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ddold-mastertemplate – Joomla 6 */
html {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #737373;
  line-height: 1.6;
  text-shadow: none;
  hyphens: auto;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #737373;
  line-height: 1.6;
  text-shadow: none;
  background-color: var(--color-background, #ffffff);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#contents {
  flex: 1 0 auto;
  padding: 2rem 0;
}
#contents > .container,
#contents > .container-fluid {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* 
::-moz-selection { background: $color-font; color: #fff!important; }
::selection { background: $color-font; color: #fff!important; }
*/
a {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  color: #009DFF;
  line-height: 32px;
}

h1 {
  font-family: "OpenSans";
  font-weight: 700;
  font-size: 2rem;
  color: var(--color-primary, #009DFF);
  line-height: 2.4rem;
  text-shadow: none;
  margin-bottom: 1.5rem;
}

h2 {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--color-primary, #009DFF);
  line-height: 2rem;
  margin-bottom: 1.25rem;
}

h3 {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 1.25rem;
  color: #737373;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

h4 {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 1.125rem;
  color: #737373;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}

h5 {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 1rem;
  color: #737373;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
}

h6 {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 0.875rem;
  color: #737373;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.padding-top5 {
  padding-top: 5%;
}

.padding-bottom5 {
  padding-bottom: 5%;
}

.padding-top40 {
  padding-top: 40px;
}

.padding-bottom40 {
  padding-bottom: 40px;
}

.slider-startseite .sp-slider-content-wrap {
  border-radius: 20px;
  background-color: #009DFF;
  padding: 32px;
  position: relative;
  left: 17%;
  margin: inherit !important;
  color: #ffffff;
}
.slider-startseite .sp-slider-content-wrap h2, .slider-startseite .sp-slider-content-wrap .sppb-sp-slider-text {
  color: #ffffff;
}

/* ddold-mastertemplate – Joomla 6 */
.header1 {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #009DFF;
  border-bottom: none;
  transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  flex-shrink: 0;
}
.header1.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.header1 .main-header-wrapper {
  padding: 0.75rem 0;
}
.header1 .header-logo img {
  max-width: 180px;
  height: auto;
}
.header1 .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#mainNavbar {
  width: 100%;
  justify-content: flex-end;
}
#mainNavbar .navbar-toggler {
  border: none;
  padding: 0.5rem;
}
#mainNavbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#mainNavbar .navbar-toggler:focus {
  box-shadow: none;
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
#mainNavbar .navbar-collapse {
  flex-grow: 0;
}

.mega-menu-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu-nav > .nav-item {
  position: relative;
  padding: 0.5rem 0;
}
.mega-menu-nav > .nav-item .nav-link-group {
  display: flex;
  align-items: center;
}
.mega-menu-nav > .nav-item > .nav-link,
.mega-menu-nav > .nav-item > .nav-link-group > .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  white-space: nowrap;
}
.mega-menu-nav > .nav-item > .nav-link span[class*=fa-],
.mega-menu-nav > .nav-item > .nav-link span[class*=icon-],
.mega-menu-nav > .nav-item > .nav-link-group > .nav-link span[class*=fa-],
.mega-menu-nav > .nav-item > .nav-link-group > .nav-link span[class*=icon-] {
  font-size: 0.875rem;
  line-height: 1;
}
.mega-menu-nav > .nav-item > .nav-link:hover, .mega-menu-nav > .nav-item > .nav-link:focus,
.mega-menu-nav > .nav-item > .nav-link-group > .nav-link:hover,
.mega-menu-nav > .nav-item > .nav-link-group > .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.mega-menu-nav > .nav-item > .nav-link.active,
.mega-menu-nav > .nav-item > .nav-link-group > .nav-link.active {
  color: #ffffff;
  font-weight: 500;
}
.mega-menu-nav > .nav-item .btn-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.5rem;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.mega-menu-nav > .nav-item .btn-dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: transform 0.2s ease-in-out;
}
.mega-menu-nav > .nav-item .btn-dropdown-toggle:hover, .mega-menu-nav > .nav-item .btn-dropdown-toggle:focus {
  color: rgba(255, 255, 255, 0.75);
}
.mega-menu-nav > .nav-item .btn-dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.mega-menu-nav > .nav-item .btn-dropdown-toggle .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;
}
.mega-menu-nav > .nav-item.active > .nav-link, .mega-menu-nav > .nav-item.active > .nav-link-group > .nav-link, .mega-menu-nav > .nav-item.current > .nav-link, .mega-menu-nav > .nav-item.current > .nav-link-group > .nav-link {
  color: #ffffff;
  font-weight: 500;
}
.mega-menu-nav > .nav-item.dropdown {
  position: static;
}
.mega-menu-nav > .nav-item.dropdown .mega-menu-dropdown {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 0;
  padding: 2rem 0;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  border-top: 3px solid #009DFF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transform: translateY(-8px);
  pointer-events: none;
}
.mega-menu-nav > .nav-item.dropdown .mega-menu-dropdown.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2rem;
}

.mega-menu-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.mega-menu-col {
  flex: 0 0 auto;
  padding: 0 1.5rem;
  min-width: 180px;
}
.mega-menu-col:not([class*=col-]) {
  flex: 1 1 200px;
  max-width: 280px;
}

.mega-menu-section {
  margin-bottom: 0;
  padding: 0.5rem 0;
}

.mega-menu-heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #212529;
  margin: 0 0 0.75rem 0;
  padding: 0 0 0.5rem 0;
  border-bottom: 2px solid #009DFF;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.4;
}
.mega-menu-heading.active {
  color: #009DFF;
}

.mega-menu-heading-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.mega-menu-heading-link:hover, .mega-menu-heading-link:focus {
  color: #009DFF;
  text-decoration: none;
}

.mega-menu-heading-text {
  color: #495057;
}

.mega-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu-list-item {
  margin: 0;
}

.mega-menu-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0;
  color: #6c757d;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5;
  transition: color 0.2s ease-in-out, padding-left 0.2s ease-in-out;
  border-radius: 0;
}
.mega-menu-link span[class*=fa-],
.mega-menu-link span[class*=icon-] {
  font-size: 0.8125rem;
  width: 1rem;
  text-align: center;
  flex-shrink: 0;
  line-height: 1;
  color: #009DFF;
}
.mega-menu-link:hover, .mega-menu-link:focus {
  color: #009DFF;
  padding-left: 0.25rem;
}
.mega-menu-link.active {
  color: #009DFF;
  font-weight: 600;
}

.mega-menu-subheading {
  display: block;
  padding: 0.5rem 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--bs-secondary, #6c757d);
}

.mega-menu-divider,
.mega-menu-item-divider {
  margin: 0.5rem 0;
  border-color: var(--bs-border-color, #dee2e6);
}

html.ddold-menu-open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1020;
  pointer-events: none;
}

#siteOffcanvas {
  max-width: 320px;
  width: 85%;
}
#siteOffcanvas .offcanvas-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}
#siteOffcanvas .offcanvas-brand {
  display: block;
}
#siteOffcanvas .offcanvas-brand img {
  max-width: 120px;
  height: auto;
}
#siteOffcanvas .offcanvas-brand svg {
  max-width: 120px;
  height: auto;
}
#siteOffcanvas .offcanvas-body {
  padding: 1rem 0;
}

.offcanvas-menu-nav {
  font-size: 0.9375rem;
}

.offcanvas-menu-list,
.offcanvas-menu-sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas-menu-item {
  border-bottom: 1px solid var(--bs-border-color-translucent, rgba(0, 0, 0, 0.1));
}
.offcanvas-menu-item:last-child {
  border-bottom: none;
}
.offcanvas-menu-item.level-2, .offcanvas-menu-item.level-3, .offcanvas-menu-item.level-4 {
  border-bottom: none;
}

.offcanvas-menu-item-row {
  display: flex;
  align-items: stretch;
}

.offcanvas-menu-link {
  flex: 1;
  display: block;
  padding: 0.875rem 1.25rem;
  color: var(--color-text, #212529);
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.offcanvas-menu-link:hover, .offcanvas-menu-link:focus {
  color: var(--color-primary, #007bff);
  background-color: var(--bs-tertiary-bg, #f8f9fa);
}
.offcanvas-menu-link.active {
  color: var(--color-primary, #007bff);
  font-weight: 500;
}
.level-2 .offcanvas-menu-link {
  padding-left: 2rem;
  font-size: 0.875rem;
}
.level-3 .offcanvas-menu-link {
  padding-left: 2.75rem;
  font-size: 0.8125rem;
}
.level-4 .offcanvas-menu-link {
  padding-left: 3.5rem;
  font-size: 0.8125rem;
}

.offcanvas-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  padding: 0;
  background: transparent;
  border: none;
  border-left: 1px solid var(--bs-border-color-translucent, rgba(0, 0, 0, 0.1));
  color: var(--color-text, #212529);
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.offcanvas-menu-toggle:hover, .offcanvas-menu-toggle:focus {
  background-color: var(--bs-tertiary-bg, #f8f9fa);
}
.offcanvas-menu-toggle .toggle-icon {
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
}
.offcanvas-menu-toggle .toggle-icon::before, .offcanvas-menu-toggle .toggle-icon::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  transition: transform 0.2s ease-in-out;
}
.offcanvas-menu-toggle .toggle-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.offcanvas-menu-toggle .toggle-icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.offcanvas-menu-toggle:not(.collapsed) .toggle-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.offcanvas-menu-collapse {
  background-color: var(--bs-tertiary-bg, #f8f9fa);
}

.offcanvas-menu-heading {
  display: block;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--bs-secondary, #6c757d);
}

.offcanvas-menu-divider {
  margin: 0.5rem 1.25rem;
  border-color: var(--bs-border-color, #dee2e6);
}

@media (max-width: 991px) {
  .header1 .header-logo img {
    max-width: 140px;
  }
}
/* ddold-mastertemplate – Joomla 6 */
footer.site-footer {
  background: linear-gradient(135deg, #152638 0%, #1a2a3a 55%, #22415b 100%);
  color: #ffffff;
  flex-shrink: 0;
  margin-top: clamp(2rem, 4vw, 4rem);
}
footer.site-footer a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  line-height: 1.45;
  transition: color 0.2s ease, opacity 0.2s ease;
}
footer.site-footer a:hover, footer.site-footer a:focus {
  color: #ffffff;
  opacity: 1;
}
footer.site-footer .footer-wrapper {
  position: relative;
}
footer.site-footer .footer-info1 {
  padding: clamp(2rem, 4vw, 3rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
footer.site-footer .footer-info1 .footer1row {
  align-items: stretch;
  row-gap: 1.5rem;
}
footer.site-footer .footer-info1 .footer-col {
  display: flex;
}
footer.site-footer .footer-info1 .module-footer {
  width: 100%;
  padding-right: 1.25rem;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-info1 .module-footer {
    padding-right: 0;
  }
}
footer.site-footer .footer-info1 .module-footer h1,
footer.site-footer .footer-info1 .module-footer h2,
footer.site-footer .footer-info1 .module-footer h3,
footer.site-footer .footer-info1 .module-footer h4,
footer.site-footer .footer-info1 .module-footer h5,
footer.site-footer .footer-info1 .module-footer h6 {
  font-family: "OpenSans";
  font-weight: 700;
  font-size: 1.0625rem;
  color: #ffffff;
  margin: 0 0 1rem;
  letter-spacing: 0.01em;
  text-transform: none;
}
footer.site-footer .footer-info1 .module-footer p {
  margin-bottom: 0.7rem;
  opacity: 0.9;
}
footer.site-footer .footer-info1 .module-footer .module-content {
  font-size: 0.95rem;
  line-height: 1.65;
}
footer.site-footer .footer-info1 .module-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}
footer.site-footer .footer-info1 .module-footer li {
  line-height: 1.5;
}
footer.site-footer .footer-info1 .module-footer a {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.82;
  text-underline-offset: 0.2em;
}
footer.site-footer .footer-info1 .module-footer a:hover, footer.site-footer .footer-info1 .module-footer a:focus {
  text-decoration: underline;
}
footer.site-footer .footer-rechtlich {
  padding: 0.95rem 0 1.1rem;
  background-color: rgba(0, 0, 0, 0.14);
  font-size: 0.875rem;
}
footer.site-footer .footer-rechtlich .footer2row {
  align-items: center;
  row-gap: 0.5rem;
  justify-content: space-between;
}
footer.site-footer .footer-rechtlich .footer2-1 {
  display: flex;
  align-items: center;
}
footer.site-footer .footer-rechtlich .footer2-1 p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: 0.015em;
}
footer.site-footer .footer-rechtlich .footer2-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
footer.site-footer .footer-rechtlich .footer2-2 > * {
  width: 100%;
}
footer.site-footer .footer-rechtlich .footer2-2 .footer-nav-list,
footer.site-footer .footer-rechtlich .footer2-2 .mod-menu,
footer.site-footer .footer-rechtlich .footer2-2 .mod-menu.nav,
footer.site-footer .footer-rechtlich .footer2-2 .mod-menu.nav.flex-column,
footer.site-footer .footer-rechtlich .footer2-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem 0;
}
footer.site-footer .footer-rechtlich .footer2-2 .footer-nav-list li,
footer.site-footer .footer-rechtlich .footer2-2 .mod-menu > li,
footer.site-footer .footer-rechtlich .footer2-2 .mod-menu .nav-item,
footer.site-footer .footer-rechtlich .footer2-2 ul > li {
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
  width: auto;
  margin: 0;
}
footer.site-footer .footer-rechtlich .footer2-2 .footer-nav-list li + li::before,
footer.site-footer .footer-rechtlich .footer2-2 .mod-menu > li + li::before,
footer.site-footer .footer-rechtlich .footer2-2 .mod-menu .nav-item + .nav-item::before,
footer.site-footer .footer-rechtlich .footer2-2 ul > li + li::before {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 0.75rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.38);
}
footer.site-footer .footer-rechtlich .footer2-2 .footer-nav-list a,
footer.site-footer .footer-rechtlich .footer2-2 .mod-menu a,
footer.site-footer .footer-rechtlich .footer2-2 .mod-menu .nav-link,
footer.site-footer .footer-rechtlich .footer2-2 ul a {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  opacity: 0.75;
  background: transparent;
  border: 0;
  color: inherit;
}
footer.site-footer .footer-rechtlich .footer2-2 .footer-nav-list a.active, footer.site-footer .footer-rechtlich .footer2-2 .footer-nav-list a[aria-current=page],
footer.site-footer .footer-rechtlich .footer2-2 .mod-menu a.active,
footer.site-footer .footer-rechtlich .footer2-2 .mod-menu a[aria-current=page],
footer.site-footer .footer-rechtlich .footer2-2 .mod-menu .nav-link.active,
footer.site-footer .footer-rechtlich .footer2-2 .mod-menu .nav-link[aria-current=page],
footer.site-footer .footer-rechtlich .footer2-2 ul a.active,
footer.site-footer .footer-rechtlich .footer2-2 ul a[aria-current=page] {
  opacity: 1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media (max-width: 767.98px) {
  footer.site-footer .footer-rechtlich .footer2-2 {
    justify-content: flex-start;
    text-align: left;
  }
  footer.site-footer .footer-rechtlich .footer2-2 .footer-nav-list,
  footer.site-footer .footer-rechtlich .footer2-2 .mod-menu,
  footer.site-footer .footer-rechtlich .footer2-2 .mod-menu.nav,
  footer.site-footer .footer-rechtlich .footer2-2 .mod-menu.nav.flex-column,
  footer.site-footer .footer-rechtlich .footer2-2 ul {
    justify-content: flex-start;
  }
}
footer.site-footer .footer-rechtlich .footer2-1--full {
  justify-content: flex-start;
}
footer.site-footer .footer-rechtlich .footer2-2--full {
  justify-content: flex-start;
  text-align: left;
}

/*# sourceMappingURL=style.css.map */
