@charset "UTF-8";
/* //
Theme Name: GW Sinzheim 2026
Theme URI: https://hsag.info
Author: O.Wendt
Author URI: https://hsag.info
Description: Pegasus Starter by hsag.info - Basic Bootstrap 5 Template
Version: 2.0.248
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pegasus_starter_sinzheim
// 
*/
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1450px !important;
  }
}
.bg-weiss {
  background-color: #ffffff !important;
}

.bg-schwarz {
  background-color: #060D18 !important;
}

.bg-lichtgrau {
  background-color: #f6f6f6 !important;
}

.bg-hellgrau {
  background-color: #eeeeee !important;
}

.bg-grau {
  background-color: #666 !important;
}

.bg-dunkelgrau {
  background-color: #333 !important;
}

.bg-nachtgrau {
  background-color: #200200 !important;
}

.bg-grau-blau {
  background-color: #f8f9fa !important;
}

.bg-hellblau {
  background-color: #f4f7ff !important;
}

.bg-blau {
  background-color: #295caa !important;
}

.bg-dunkelblau {
  background-color: #243452 !important;
}

.bg-hellgruen {
  background-color: #A9ED66 !important;
}

.bg-gruen {
  background-color: #8CC63F !important;
}

.bg-dunkelgruen {
  background-color: #488B05 !important;
}

.bg-hellorange {
  background-color: #F3C761 !important;
}

.bg-orange {
  background-color: #f39325 !important;
}

.bg-dunkelorange {
  background-color: #CF991C !important;
}

.bg-hellrot {
  background-color: #E70007 !important;
}

.bg-rot {
  background-color: #E61A1A !important;
}

.bg-dunkelrot {
  background-color: #9F1B1B !important;
}

.hg-weiss {
  background-color: #ffffff !important;
}

.hg-schwarz {
  background-color: #060D18 !important;
}

.hg-lichtgrau {
  background-color: #f6f6f6 !important;
}

.hg-hellgrau {
  background-color: #eeeeee !important;
}

.hg-grau {
  background-color: #666 !important;
}

.hg-dunkelgrau {
  background-color: #333 !important;
}

.hg-nachtgrau {
  background-color: #200200 !important;
}

.hg-grau-blau {
  background-color: #f8f9fa !important;
}

.hg-hellblau {
  background-color: #f4f7ff !important;
}

.hg-blau {
  background-color: #295caa !important;
}

.hg-dunkelblau {
  background-color: #243452 !important;
}

.hg-hellgruen {
  background-color: #A9ED66 !important;
}

.hg-gruen {
  background-color: #8CC63F !important;
}

.hg-dunkelgruen {
  background-color: #488B05 !important;
}

.hg-hellorange {
  background-color: #F3C761 !important;
}

.hg-orange {
  background-color: #f39325 !important;
}

.hg-dunkelorange {
  background-color: #CF991C !important;
}

.hg-hellrot {
  background-color: #E70007 !important;
}

.hg-rot {
  background-color: #E61A1A !important;
}

.hg-dunkelrot {
  background-color: #9F1B1B !important;
}

.weiss {
  color: #ffffff !important;
}

.schwarz {
  color: #060D18 !important;
}

.lichtgrau {
  color: #f6f6f6 !important;
}

.hellgrau {
  color: #eeeeee !important;
}

.grau {
  color: #666 !important;
}

.dunkelgrau {
  color: #333 !important;
}

.nachtgrau {
  color: #200200 !important;
}

.grau-blau {
  color: #f8f9fa !important;
}

.hellblau {
  color: #f4f7ff !important;
}

.blau {
  color: #295caa !important;
}

.dunkelblau {
  color: #243452 !important;
}

.hellgruen {
  color: #A9ED66 !important;
}

.gruen {
  color: #8CC63F !important;
}

.dunkelgruen {
  color: #488B05 !important;
}

.hellorange {
  color: #F3C761 !important;
}

.orange {
  color: #f39325 !important;
}

.dunkelorange {
  color: #CF991C !important;
}

.hellrot {
  color: #E70007 !important;
}

.rot {
  color: #E61A1A !important;
}

.dunkelrot {
  color: #9F1B1B !important;
}

body {
  font-size: 1.1rem;
  font-family: "Myriad Pro";
  color: #333;
  background-color: #ffffff;
  line-height: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
body {
}

h1,
.pseudo-h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}

h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h3 {
  font-size: 1.75em;
  line-height: 2.25rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

h5 {
  font-size: 1.3rem;
  line-height: 1.5rem;
}

h6 {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

@media screen and (max-width: 1199.98px) {
  h1,
  .pseudo-h1 {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
  h2 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  h3 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  h5 {
    font-size: 1.3rem;
    line-height: 1.55rem;
  }
  h6 {
    font-size: 1.1rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 767.98px) {
  h1,
  .pseudo-h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
  h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  h3 {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  h4 {
    font-size: 1.4rem;
    line-height: 1.65rem;
  }
  h5 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  h6 {
    font-size: 1.1rem;
    line-height: 1.25rem;
  }
}
a {
  color: #295caa;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: #f39325;
}
a {
}

.small {
  font-size: 1rem !important;
}

.smaller {
  font-size: 0.85rem !important;
}

.weit {
  letter-spacing: 2px;
}

.eng {
  letter-spacing: -1px;
}

.gross {
  text-transform: uppercase;
}

.fett {
  font-weight: 600;
}

.leicht {
  font-weight: 400;
}

bold,
strong {
  font-weight: 600;
}

.fehler {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fehler h1 {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 800;
}
.fehler {
}

.topleiste {
  background-color: #ffffff;
  position: relative;
  z-index: 990;
}
.topleiste p {
  margin-bottom: 0;
}
.topleiste .tl-links p {
  letter-spacing: 2px;
  font-weight: 400;
  margin-right: 10px;
  color: #333;
  font-size: 0.9rem;
}
.topleiste .tl-links a {
  text-decoration: none;
  color: #333;
}
.topleiste .tl-links i {
  color: #060D18;
  background-color: #f6f6f6;
  margin-right: 10px;
  padding: 6px;
  border-radius: 50px;
  font-size: 15px;
}
.topleiste .tl-links i:hover {
  border: solid 0px #333;
  background-color: #333;
  color: #ffffff;
}
.topleiste .tl-links .clock::before {
  top: -1px;
  left: 0.5px;
  position: relative;
}
.topleiste .tl-links {
}
.topleiste .tl-rechts p {
  letter-spacing: 2px;
  font-weight: 400;
  margin-right: 10px;
  color: #060D18;
  font-size: 0.9rem;
}
.topleiste .tl-rechts i {
  border: solid 0px #666;
  padding: 4px;
  color: #060D18;
  background-color: #f6f6f6;
  border-radius: 50px;
  margin-left: 5px;
  margin-right: 5px;
}
.topleiste .tl-rechts a {
  text-decoration: none;
}
.topleiste .tl-rechts i:hover {
  border: solid 0px #200200;
  background-color: #200200;
  color: #ffffff;
}
.topleiste .tl-rechts i:last-child {
  margin-right: 0;
}
.topleiste .tl-rechts {
}
.topleiste {
}

.logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo img {
  width: 100%;
  max-width: 320px;
}
.logo p {
  font-weight: 500;
  letter-spacing: 15px;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.logo {
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* Optional: Schatten hinzufügen, damit man den Übergang sieht */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.headerleiste-wrapper.is-fixed {
  background: #295caa;
}

.headerleiste {
  z-index: 100;
}

.topleiste.is-fixed {
  background: #ffffff;
}

.teaser-header-start {
  min-height: 750px;
  background-image: url("assets/images/teaser-header.jpg");
  background-size: cover;
  margin-top: -30px;
}

.teaser-header {
  min-height: 600px;
  background-image: url("assets/images/teaser-header.jpg");
  background-size: cover;
  background-position: center center;
  margin-top: -30px;
}

.aktuelles {
  background-image: url("assets/images/header-aktuelles.jpg");
}

.input-search {
  border-radius: 0;
  border: none !important;
}

.btn-search {
  color: #060D18;
  border-radius: 0;
  border: none !important;
}

@media screen and (max-width: 1399.98px) {
  .logo img {
    width: 100%;
    max-width: 240px;
  }
  .logo {
  }
}
@media screen and (max-width: 1199.98px) {
  .logo img {
    width: 100%;
    max-width: 200px;
  }
  .logo {
  }
}
@media screen and (max-width: 575.98px) {
  .logo img {
    width: 100%;
    max-width: 200px;
  }
  .logo {
  }
  .teaser-header-start {
    min-height: 550px;
    background-image: url("assets/images/teaser-header.jpg");
    background-size: cover;
  }
  .teaser-header {
    min-height: 250px;
    background-image: url("assets/images/teaser-header.jpg");
    background-size: cover;
  }
  .topleiste .tl-links p {
    letter-spacing: 0px;
  }
}
.sticky-sidebar {
  position: fixed;
  right: 10px;
  top: 35%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) translateX(80px);
      -ms-transform: translateY(-50%) translateX(80px);
          transform: translateY(-50%) translateX(80px);
  -webkit-transition: opacity 0.4s ease, top 0.4s ease, visibility 0.4s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s ease, top 0.4s ease, visibility 0.4s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease, top 0.4s ease, visibility 0.4s;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease, top 0.4s ease, visibility 0.4s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 1199.98px) {
  .sticky-sidebar {
    top: 35%;
    right: 12px;
    gap: 20px;
  }
}
.sticky-sidebar.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) translateX(0);
      -ms-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.sticky-sidebar .sidebar-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 10px;
}
.sticky-sidebar .sidebar-item span {
  color: #295caa;
  font-size: 1.4rem;
  pointer-events: none;
}
.sticky-sidebar .sidebar-item:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  background-color: rgb(199.0047393365, 215.8033175355, 241.4952606635);
}
.sticky-sidebar .sidebar-item::before, .sticky-sidebar .sidebar-item::after {
  position: absolute;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
@media (max-width: 480px) {
  .sticky-sidebar .sidebar-item::before, .sticky-sidebar .sidebar-item::after {
    display: none;
  }
}
.sticky-sidebar .sidebar-item::before, .sticky-sidebar .sidebar-item::after {
}
.sticky-sidebar .sidebar-item::before {
  content: attr(data-tooltip);
  right: 70px;
  -webkit-transform: translateY(-50%) translateX(10px);
      -ms-transform: translateY(-50%) translateX(10px);
          transform: translateY(-50%) translateX(10px);
  background-color: #295caa;
  color: #ffffff;
  padding: 8px 15px;
  font-size: 0.85rem;
  border-radius: 0px;
  white-space: nowrap;
}
.sticky-sidebar .sidebar-item::after {
  content: "";
  right: 59px;
  -webkit-transform: translateY(-50%) translateX(10px);
      -ms-transform: translateY(-50%) translateX(10px);
          transform: translateY(-50%) translateX(10px);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #295caa;
}
@media (hover: hover) {
  .sticky-sidebar .sidebar-item:hover {
    background-color: #f39325;
    color: #ffffff !important;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .sticky-sidebar .sidebar-item:hover::before, .sticky-sidebar .sidebar-item:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  .sticky-sidebar .sidebar-item:hover {
  }
}
.sticky-sidebar .sidebar-item {
}
.sticky-sidebar {
}

@media (max-width: 1199.98px) {
  .navbar-collapse::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }
  .navbar-collapse.show::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .navbar-collapse.show {
  }
}
.navbar-collapse {
}

.hauptmenue {
  width: 100%;
  z-index: 900;
}
.hauptmenue .nav-link {
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 1.1rem;
}
.hauptmenue .nav-link.active {
  color: #ffffff !important;
}
.hauptmenue .nav-link.show {
  color: #ffffff !important;
}
:host-context(.current-menu-item) .hauptmenue .nav-link, .current-menu-item .hauptmenue .nav-link, .current-menu-ancestor .hauptmenue .nav-link, .current-page-ancestor .hauptmenue .nav-link {
  color: #ffffff !important;
}
.hauptmenue .nav-link .navbar-nav .nav-link.show {
  color: #f39325;
}
@media (min-width: 1200px) {
  .hauptmenue .nav-link {
    padding: 5px 20px !important;
  }
  .hauptmenue .nav-link:hover {
    color: #ffffff !important;
    background-color: #f39325;
  }
}
@media (max-width: 1199.98px) {
  .hauptmenue .nav-link {
    font-size: 18px !important;
    padding: 15px 0 15px 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hauptmenue .nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.35em;
  vertical-align: 0.15em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.hauptmenue .nav-link {
}
@media (min-width: 1200px) {
  .hauptmenue .dropdown:hover .dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.hauptmenue {
}

@media (min-width: 1200px) {
  .hauptmenue {
    width: auto;
  }
}
.navbar-toggler {
  width: 50px;
  height: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 0px;
  background-color: #295caa;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1100;
  right: 10px;
  top: 10px;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler:focus-visible {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.navbar-toggler .navbar-toggler-icon {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  background-image: none !important;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.navbar-toggler::before, .navbar-toggler::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: background-color 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, background-color 0.4s;
  transition: transform 0.4s ease-in-out, background-color 0.4s, -webkit-transform 0.4s ease-in-out;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
  opacity: 1;
}
.navbar-toggler.collapsed::before {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.navbar-toggler.collapsed::after {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}
.navbar-toggler.collapsed {
}
.navbar-toggler:not(.collapsed) {
  border-color: transparent !important;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  opacity: 0;
}
.navbar-toggler:not(.collapsed)::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-toggler:not(.collapsed)::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navbar-toggler:not(.collapsed) {
}
.navbar-toggler:hover {
  border-color: #ffffff !important;
}
.navbar-toggler:hover .navbar-toggler-icon, .navbar-toggler:hover::before, .navbar-toggler:hover::after {
  background-color: #ffffff;
}
.navbar-toggler:hover {
}
.navbar-toggler {
}

@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 420px;
    height: 100vh;
    background-color: #ffffff;
    padding: 120px 0 0 0 !important;
    -webkit-transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1050;
    overflow-y: auto;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .navbar-collapse .navbar-nav {
    padding: 0 20px 20px 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.navbar-collapse {
}

.navbar-nav {
  padding: 15px 30px;
}
.navbar-nav .dropdown {
  position: relative;
}
@media (min-width: 1200px) {
  .navbar-nav .dropdown .dropdown-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    border: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 10px 10px !important;
    margin-top: 15px !important;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    pointer-events: none;
    top: 100%;
    left: 0;
    min-width: 250px;
  }
  .navbar-nav .dropdown .dropdown-menu::before {
    content: "";
    position: absolute;
    top: calc(-15px - 5px);
    left: 0;
    width: 100%;
    height: calc(15px + 10px);
    background: transparent;
    pointer-events: auto;
  }
  .navbar-nav .dropdown .dropdown-menu {
  }
  .navbar-nav .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
}
@media (max-width: 1199.98px) {
  .navbar-nav .dropdown .dropdown-menu {
    border: none;
    background-color: transparent;
    padding: 5px 0 10px 15px !important;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
  }
  .navbar-nav .dropdown .dropdown-menu.show {
    display: block;
  }
  .navbar-nav .dropdown .dropdown-menu {
  }
}
.navbar-nav .dropdown {
}
.navbar-nav {
}

@media (max-width: 1199.98px) {
  .dropdown-footer-container {
    margin-top: auto;
    padding: 30px 0;
    color: #ffffff;
    width: 100%;
    position: sticky;
    bottom: 0;
  }
}
.dropdown-footer-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0 20px;
}
.dropdown-footer-container li {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.dropdown-footer-container {
}

.dropdown-item {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .dropdown-item {
    font-size: 1rem;
    padding: 8px 10px;
  }
  .dropdown-item:hover {
    color: #ffffff !important;
    background-color: #f39325 !important;
  }
  .dropdown-item:hover::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
    opacity: 1;
    color: #f39325;
  }
  .dropdown-item:hover {
  }
}
@media (max-width: 1199.98px) {
  .dropdown-item {
    font-size: 18px !important;
    padding: 12px 0 12px 10px !important;
    border-bottom: 1px solid #f6f6f6;
    color: #ffffff !important;
  }
}
.dropdown-item::after {
  content: "";
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  opacity: 0.5;
}
.dropdown-item {
}

body:has(.navbar-collapse.show) {
  overflow: hidden !important;
}

#menu-top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
#menu-top-menu > li {
  position: relative;
  display: inline-block;
}
#menu-top-menu > li:not(:last-child) {
  margin-right: 0.5rem;
}
#menu-top-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #295caa;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#menu-top-menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#menu-top-menu > li.menu-item-has-children:hover > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#menu-top-menu > li.menu-item-has-children {
}
#menu-top-menu > li:hover > a {
  background-color: #f39325;
}
#menu-top-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#menu-top-menu > li:hover {
}
#menu-top-menu > li:last-child > a {
  background-color: #f39325;
  color: #060D18;
}
#menu-top-menu > li:last-child > a::after {
  display: none !important;
}
#menu-top-menu > li:last-child > a {
}
#menu-top-menu > li:last-child:hover > a {
  background-color: #295caa;
  color: #ffffff;
}
#menu-top-menu > li:last-child {
}
#menu-top-menu > li {
}
#menu-top-menu {
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 200px;
  padding: 10px;
  background-color: #ffffff;
  list-style: none;
  text-align: left;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sub-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
}
.sub-menu li {
  margin-bottom: 2px;
}
.sub-menu li:last-child {
  margin-bottom: 0;
}
.sub-menu li a {
  display: block;
  width: 100%;
  padding: 0.6rem 1rem;
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sub-menu li:hover {
  background-color: #f39325;
  border-radius: 0px;
}
.sub-menu li:hover a {
  color: #ffffff !important;
}
.sub-menu li:hover {
}
.sub-menu li {
}
.sub-menu {
}

.inhalt {
  position: relative;
  z-index: 1;
}

.teaser-info .tb-button__link {
  margin-bottom: 0;
}
.teaser-info {
}

.start-teaser-header {
  height: 700px;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schatten {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
}

.schatten-leicht {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.rundung,
.rundung img {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}

.box-1 h6.aio-icon-title {
  margin-top: 15px;
}

.box-1 .aio-icon-img {
  -webkit-box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.15);
}

.box-1 .aio-icon-description {
  padding: 25px;
}

.bottom-text {
  padding: 20px 15px;
}

#ueberuns {
  display: block !important;
  position: relative;
  list-style-type: none;
  background-color: #ffffff;
  padding-left: 0;
  border: 1px solid #eeeeee;
}
#ueberuns h2 {
  margin-bottom: 0;
  padding: 12px 14px 8px;
  font-size: 1.5rem;
  line-height: 2rem;
  background-color: #f39325;
}
#ueberuns ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
#ueberuns li {
  padding: 0;
  border-bottom: 1px solid #eeeeee;
}
#ueberuns li:last-child {
  border-bottom: none;
}
#ueberuns li.current_page_item > a {
  font-weight: 600;
  background-color: #f6f6f6;
}
#ueberuns li.current_page_item > a:hover {
  background-color: #295caa;
}
#ueberuns li {
}
#ueberuns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem !important;
  color: #333 !important;
  text-decoration: none !important;
  padding: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#ueberuns a:hover {
  background-color: #f39325;
  color: #ffffff !important;
  padding-left: 1.25rem;
}
#ueberuns a {
}
#ueberuns {
}

.footer {
  font-size: 1rem;
  position: relative;
}
.footer h3 {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #f39325;
}
.footer {
}

.footerlast p {
  margin-bottom: 0;
  font-size: 1rem;
}
.footerlast a .fl-links {
  text-align: left;
}
.footerlast a {
  color: #ffffff;
}
.footerlast .fl-rechts {
  text-align: right;
}
.footerlast {
}

.footer-4 i {
  border: solid 0px #333;
  padding: 10px;
  color: #060D18;
  background-color: #ffffff;
  border-radius: 50px;
  margin-left: 5px;
  margin-right: 5px;
}
.footer-4 a {
  color: #ffffff;
  text-decoration: none;
}
.footer-4 a:hover {
  color: #eeeeee;
}
.footer-4 i:hover {
  border: solid 0px #333;
  background-color: #666;
  color: #060D18;
}
.footer-4 i:last-child {
  margin-right: 0;
}
.footer-4 {
}

.menu-footermenu1-container ul,
.menu-footermenu2-container ul {
  list-style: none;
  padding: 0;
}

.menu-footermenu1-container li::before,
.menu-footermenu2-container li::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  color: #fff;
  margin-right: 5px;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
  width: 50px;
  height: 50px;
  background-color: #295caa;
  color: #ffffff;
  border: solid 2px #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform, opacity;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-tap-highlight-color: transparent;
}
.scroll-to-top i {
  font-size: 1.2rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.scroll-to-top:hover {
  background-color: rgb(33.0720379147, 74.2104265403, 137.1279620853);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.scroll-to-top:hover i {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.scroll-to-top:hover {
}
.scroll-to-top:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}
.scroll-to-top {
}

@media screen and (max-width: 767.98px) {
  .footer h3 {
    font-size: 1.5rem;
  }
  .footer {
  }
  .footerlast .fl-links {
    text-align: center;
  }
  .footerlast .fl-rechts {
    text-align: center;
  }
  .footerlast {
  }
}
.table {
  color: #295caa !important;
}

.extra-fett {
  font-weight: 700;
}

.info-box-shadow {
  -webkit-box-shadow: 0px 4px 12px -5px #999;
          box-shadow: 0px 4px 12px -5px #999;
}

.teaser-headline {
  padding: 12px;
}

.teaser-subheadline {
  padding: 12px;
}

.banner-headlines {
  top: 220px;
  right: 180px;
}

.banner-headlines-mitte {
  right: 180px;
}

.teaser800 {
  height: 740px;
}

.teaser600 {
  min-height: 600px;
}

.blau-link a {
  color: #295caa;
}

/* content */
.vorteile-orange-box > .vc_column-inner {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.vorteile-orange-box > .vc_column_container > .vc_column-inner {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.vc_btn3-size-md {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.vc_general.vc_btn3 .vc_btn3-icon {
  vertical-align: middle;
  line-height: 0.6;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  margin-right: 0;
}

.ult_tab_iconright {
  display: none !important;
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
  border-color: #295caa !important;
  background-color: #295caa !important;
  border-bottom: 2px solid #f39325 !important;
}

.vc_btn3.vc_btn3-color-blue,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  border-color: #295caa !important;
  background-color: #295caa !important;
  color: #fff !important;
  border-bottom: 2px solid #f39325 !important;
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover {
  border-color: #f39325 !important;
  background-color: #f39325 !important;
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-blue:focus,
.vc_btn3.vc_btn3-color-blue:hover {
  border-color: #f39325 !important;
  background-color: #f39325 !important;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
  padding: 8px 12px 8px 12px;
  border-bottom: 2px solid #f39325 !important;
}

.vc_btn3.vc_btn3-size-md {
  padding: 8px 12px 8px 12px;
  border-bottom: 2px solid #f39325 !important;
}

.vc_tta-panel {
  margin-bottom: 0px !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.vc_tta.vc_general .vc_tta-panel-title > a > span {
  display: inline-block;
  max-width: 95%;
}

.vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 22px 20px !important;
  font-weight: 600;
}

.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: #295caa !important;
  border-radius: 0.25rem;
}

.md-content.md-default-theme,
.md-content {
  color: #295caa !important;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("assets/fonts/MyriadPro-SemiboldIt.woff2") format("woff2"), url("assets/fonts//fonts/MyriadPro-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("assets/fonts/MyriadPro-Bold.woff2") format("woff2"), url("assets/fonts//fonts/MyriadPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("assets/fonts/MyriadPro-Regular.woff2") format("woff2"), url("assets/fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("assets/fonts/MyriadPro-LightIt.woff2") format("woff2"), url("assets/fonts/MyriadPro-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("assets/fonts/MyriadPro-Black.woff2") format("woff2"), url("assets/fonts/MyriadPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("assets/fonts/MyriadPro-BlackIt.woff2") format("woff2"), url("assets/fonts/MyriadPro-BlackIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("assets/fonts/MyriadPro-It.woff2") format("woff2"), url("assets/fonts/MyriadPro-It.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("assets/fonts/MyriadPro-Light.woff2") format("woff2"), url("assets/fonts/MyriadPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("assets/fonts/MyriadPro-BoldIt.woff2") format("woff2"), url("assets/fonts/MyriadPro-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("assets/fonts/MyriadPro-Semibold.woff2") format("woff2"), url("assets/fonts/MyriadPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}