@font-face {
  font-family: 'Light';
  font-display: swap;
  font-weight: 300;
  src: url('/assets/templates/fonts/Asap/static/Asap-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Medium-Asap';
  font-display: swap;
  font-weight: 400;
  src: url('/assets/templates/fonts/Asap/static/Asap-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Bold';
  font-display: swap;
  font-weight: 700;
  src: url('/assets/templates/fonts/Asap/static/Asap-Bold.ttf') format('truetype');
}
body {
  overflow-x: hidden;
  font-family: "Medium-Asap", Verdana, Arial, sans-serif;
  /****GENERAL STYLES****/
  margin: 0;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /****END GENERAL STYLES****/
  /*Accordion*/
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
}
body a {
  text-decoration: none;
}
body a:hover {
  transition: all ease 350ms;
}
body figure {
  margin: 0;
}
body li:hover a {
  transition: all ease 450ms;
}
body .container,
body .container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  body .container {
    max-width: 95vW;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  body .container {
    max-width: 85vW;
  }
}
body .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body .row.mobile-reverse {
    flex-wrap: wrap-reverse;
  }
}
body .col-3,
body .col-4,
body .col-5,
body .col-6,
body .col-7,
body .col-8 .col-9,
body .col {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  body .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  body .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 758px) {
  body .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media (max-width: 767px) {
  body .col-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  body .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  body .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  body .col-6.tablet-full {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  body .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (min-width: 768px) {
  body .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  body .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  body .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  body .offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  body .offset-2 {
    margin-left: 16.66666667%;
  }
}
body ul {
  list-style: none;
}
body ul.flexy {
  display: flex;
  flex-direction: row;
}
body p {
  margin: 0 0 30px;
  line-height: clamp(26px, calc(26px + (42 - 30) * (100vw - 768px)/(1920 - 768)), 46px);
}
body p,
body a,
body li,
body label,
body input,
body textarea {
  font-size: clamp(16px, calc(16px + (24 - 18) * (100vw - 768px)/(1920 - 768)), 26px);
  color: #333;
  font-family: "Medium-Asap", Verdana, Arial, sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Bold", Verdana, Arial, serif;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 700;
}
body h1 span,
body h2 span,
body h3 span,
body h4 span,
body h5 span,
body h6 span {
  color: #51acfb;
}
body h1 {
  font-size: clamp(28px, calc(30px + (58 - 32) * (100vw - 768px)/(1920 - 768)), 60px);
}
body h2 {
  font-size: clamp(26px, calc(28px + (44 - 28) * (100vw - 768px)/(1920 - 768)), 46px);
}
body h2.center {
  margin: 50px 0;
  text-align: center;
  text-transform: uppercase;
}
body h3 {
  font-size: 36px;
}
@media (max-width: 450px) {
  body h3 {
    font-size: 32px;
  }
}
body h4 {
  font-size: 28px;
}
body h5 {
  font-size: 22px;
}
body .img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body .mt-1 {
  margin-top: 30px;
}
body .mt-2 {
  margin-top: 40px;
}
body .mt-3 {
  margin-top: 50px;
}
body .mt-4 {
  margin-top: 60px;
}
@media (max-width: 576px) {
  body .mt-4 {
    margin-top: 20px;
  }
}
body .mt-5 {
  margin-top: 80px;
}
@media (max-width: 576px) {
  body .mt-5 {
    margin-top: 50px;
  }
}
body .mt-6 {
  margin-top: 100px;
}
@media (max-width: 576px) {
  body .mt-6 {
    margin-top: 50px;
  }
}
body .mb-2 {
  margin-bottom: 20px;
}
body .mb-3 {
  margin-bottom: 30px;
}
body .mb-4 {
  margin-bottom: 40px;
}
body .pt-100 {
  padding-top: 100px;
}
@media (max-width: 576px) {
  body .pt-100 {
    padding-top: 60px;
  }
}
body .pl-5 {
  padding-left: 50px;
}
@media (max-width: 767px) {
  body .pl-5.pl-m-0 {
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  body .pm-0 {
    padding: 0;
  }
}
@media (max-width: 991px) {
  body .md-unvisible {
    display: none;
  }
}
body header {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  /* Höhe nach Bedarf */
  color: white;
  /* Schriftfarbe für bessere Lesbarkeit */
  overflow: hidden;
  /* Burger Button */
  /* Mobiles Menü */
}
@media (max-width: 576px) {
  body header {
    min-height: 320px;
  }
}
body header .header-overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 79, 154, 0.7);
  z-index: 0;
}
body header .header-nav {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  margin-top: 15px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 99;
}
body header .header-nav .logo {
  margin: 0;
  flex: 1;
}
body header .header-nav .logo a {
  display: block;
}
body header .header-nav .logo a img {
  height: 80px;
  width: auto;
}
@media (max-width: 1590px) {
  body header .header-nav .logo a img {
    height: 60px;
  }
}
@media (max-width: 1220px) {
  body header .header-nav .logo a img {
    height: 45px;
  }
}
@media (max-width: 576px) {
  body header .header-nav .logo {
    width: 37%;
    flex: inherit;
  }
  body header .header-nav .logo a img {
    height: auto;
    width: 100%;
  }
}
body header .header-nav nav {
  flex: 3;
}
body header .header-nav nav ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
body header .header-nav nav ul > li {
  margin-left: 10px;
}
body header .header-nav nav ul > li a {
  color: #333;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 17px;
}
body header .header-nav nav ul > li:hover a,
body header .header-nav nav ul > li.focus a,
body header .header-nav nav ul > li.active a {
  color: #034f9a;
  border-bottom: 1px solid #034f9a;
}
body header .header-nav nav ul > li:hover ul li a,
body header .header-nav nav ul > li.focus ul li a,
body header .header-nav nav ul > li.active ul li a {
  color: #333;
  border: inherit;
}
body header .header-nav nav ul > li ul {
  display: none;
  flex-direction: column;
  position: absolute;
  background: #fff;
  margin-top: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  z-index: 999;
}
body header .header-nav nav ul > li ul li {
  margin: 0 0 10px;
}
body header .header-nav nav ul > li ul li a {
  color: #333;
  text-transform: unset;
  font-size: 18px;
  padding: 10px 20px;
}
@media (max-width: 1500px) {
  body header .header-nav nav ul > li ul li a {
    padding: 10px 12px;
  }
}
body header .header-nav nav ul > li ul li:hover a,
body header .header-nav nav ul > li ul li.focus a,
body header .header-nav nav ul > li ul li.active a {
  color: #034f9a;
}
body header .header-nav nav ul > li:hover ul,
body header .header-nav nav ul > li.focus ul {
  display: flex;
}
@media (max-width: 1590px) {
  body header .header-nav nav {
    flex: 4;
  }
}
@media (max-width: 1330px) {
  body header .header-nav nav {
    display: none;
  }
}
body header .header-nav .shorts {
  flex: 1;
  padding: 0 10px;
}
body header .header-nav .shorts ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
body header .header-nav .shorts ul li a {
  font-size: 17px;
  color: #333;
}
body header .header-nav .shorts ul li a img {
  vertical-align: middle;
}
body header .header-nav .shorts ul li:last-child a {
  padding: 10px 20px;
  background: #f6ae2d;
  border-radius: 8px;
}
@media (min-width: 1331px) AND (max-width: 1590px) {
  body header .header-nav .shorts ul li {
    display: block;
    margin: 0 auto;
  }
  body header .header-nav .shorts ul li:first-of-type {
    display: none;
  }
}
@media (max-width: 720px) {
  body header .header-nav .shorts ul li {
    display: block;
    margin: 0 auto;
  }
  body header .header-nav .shorts ul li:first-of-type {
    display: none;
  }
}
@media (max-width: 370px) {
  body header .header-nav .shorts {
    display: none;
  }
}
body header .header-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  max-width: 100vW;
}
body header .header-nav.sticky.visible {
  transform: translateY(0);
  margin-top: 0;
}
body header .header-content {
  padding: 120px 0;
}
body header .header-content h1,
body header .header-content p {
  color: #fff;
}
body header .header-content p:not(.btn) a {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  font-family: "Bold", Verdana, Arial, sans-serif;
}
body header .header-content img {
  vertical-align: middle;
  margin-right: 10px;
}
body header .header-content.sub p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: "Bold", Verdana, Arial, sans-serif;
  font-size: 50px;
}
@media (max-width: 576px) {
  body header .header-content.sub p {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  body header .header-content {
    padding: 80px 0 100px;
  }
}
body header .burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  margin: 0 10px 0 auto;
  padding: 0;
}
body header .burger span {
  display: block;
  height: 4px;
  background: #333;
  border-radius: 2px;
  width: 100%;
}
body header .mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  height: 100vh;
  padding: 75px 15px 0;
  max-width: 100vw;
}
body header .mobile-menu .test {
  border-top: 1px solid #034f9a;
  margin-top: 40px;
  padding-top: 20px;
}
body header .mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body header .mobile-menu li {
  margin-bottom: 10px;
  position: relative;
}
body header .mobile-menu li .toggle-submenu {
  background: none;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
body header .mobile-menu li .toggle-submenu {
  margin: 0;
  position: absolute;
  right: 0;
  width: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  top: -8px;
}
body header .mobile-menu li .toggle-submenu i {
  color: #333;
  font-size: 30px;
  transition: transform 0.3s ease;
}
body header .mobile-menu li .toggle-submenu.open i {
  transform: rotate(180deg);
}
body header .mobile-menu li ul {
  display: none;
  flex-direction: column;
  background: #f9f9f9;
  padding-left: 15px;
  border-left: 2px solid #ccc;
}
body header .mobile-menu li ul li {
  padding: 10px;
  border-bottom: 1px solid #034f9a;
}
body header .mobile-menu li ul.open {
  display: flex;
}
body header .mobile-menu a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}
@media (max-width: 1330px) {
  body header .burger {
    display: flex;
  }
  body header .mobile-menu.show {
    display: block;
  }
}
@media (max-width: 767px) {
  body main {
    overflow: hidden;
  }
}
body .points {
  background: url('/assets/templates/icons/crosses.png') top / 100% no-repeat;
  position: relative;
}
body .points .aside-pic {
  width: 40vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  body .points .col-7 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
  body .points .aside-pic {
    display: none;
  }
}
body .boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 70vW;
  margin: 0 auto;
}
body .boxes .box {
  flex: 1;
  padding: 0 5px;
  transform: translateY(-90px);
}
body .boxes .box:nth-child(odd) {
  background: #034f9a;
}
body .boxes .box:nth-child(odd) .box-body p:not(.headline) {
  color: #b1dafd;
}
body .boxes .box:nth-child(odd) .box-body a {
  color: #fff;
}
body .boxes .box:nth-child(even) {
  background: #51acfb;
}
body .boxes .box img {
  object-fit: cover;
  max-width: 100%;
}
body .boxes .box .box-body {
  padding: 30px 20px;
}
body .boxes .box .box-body .headline {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
body .boxes .box .box-body p:not(.headline) {
  font-size: 18px;
  color: #333;
}
@media (max-width: 1290px) {
  body .boxes {
    max-width: 92vW;
  }
}
@media (max-width: 767px) {
  body .boxes {
    max-width: 95vW;
    grid-template-columns: 1fr;
  }
  body .boxes .box {
    flex: auto;
    margin-top: 30px;
    transform: translateY(0);
  }
  body .boxes .box img {
    width: 100%;
  }
}
body .card-box {
  border-radius: 8px;
  overflow: hidden;
}
body .card-box .card-header p {
  margin: 0;
  text-align: center;
  background: #034f9a;
  color: #fff;
  padding: 10px 0;
}
body .card-box .card-header img {
  height: 150px;
  object-fit: cover;
}
body .card-box .card-content {
  padding: 10px 15px;
  background: #f9f9f9;
}
body .card-box .card-content p {
  font-size: 16px;
  line-height: 24px;
}
body .card-box .card-content p:last-of-type {
  text-align: center;
}
body .card-box .card-content p:last-of-type a:hover {
  color: #e6970a;
}
body .card-box .card-content p:last-of-type a:focus {
  outline: 1px solid #333;
  outline-offset: 10px;
}
body .blue-subline {
  margin-bottom: 10px;
  color: #034f9a;
  font-weight: 300;
  letter-spacing: 3px;
}
body .img-box {
  margin-top: 120px;
}
body .img-box img {
  border-top: 10px solid #034f9a;
  border-left: 10px solid #034f9a;
  border-radius: 5px;
  max-width: 90%;
}
body .img-box .number {
  max-width: 30%;
  background: #034f9a;
  border: 6px solid #fff;
  transform: translateY(-86px);
  margin: 0 0 0 auto;
  border-radius: 8px;
  padding: 12px 18px;
  text-align: center;
}
body .img-box .number p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
body .img-box .number p.yellow {
  font-size: 38px;
  color: #f6ae2d;
  font-family: "Bold", Verdana, Arial, sans-serif;
}
@media (max-width: 540px) {
  body .img-box .number {
    max-width: 40%;
  }
}
@media (max-width: 420px) {
  body .img-box .number {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  body .img-box {
    margin-top: 0;
  }
}
body .content h2,
body .content h3,
body .content h4 {
  margin-top: 40px;
  color: #034f9a;
}
body .content.special ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .content.special ul li {
  margin-bottom: 18px;
  position: relative;
  padding-left: 40px;
  max-width: 581px;
  list-style: none;
}
body .content.special ul li::before {
  content: '';
  background: url('/assets/templates/icons/check-circle.svg');
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
body .content.sub ul:not(.advantages_ul) {
  list-style: none;
  margin: 1em;
  padding: 0;
}
body .content.sub ul:not(.advantages_ul) li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}
body .content.sub ul:not(.advantages_ul) li:after {
  content: '';
  height: 0.4em;
  width: 0.4em;
  background: #51acfb;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.25em;
  left: 0;
}
body .content.sub img {
  border-top: 10px solid #034f9a;
  border-right: 10px solid #034f9a;
  border-radius: 5px;
  max-width: 500px;
  margin-left: 50px;
  float: right;
  height: auto !important;
}
@media (max-width: 767px) {
  body .content.sub img {
    width: 100% !important;
    margin: 15px 0 30px !important;
    float: inherit;
  }
}
body .content.blue ul {
  margin: 0;
  padding: 0;
}
body .content.blue ul li {
  border-left: 8px solid #034f9a;
  padding-left: 15px;
  margin-bottom: 20px;
}
body .flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
body .flex-container .link-boxes {
  flex: 1;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
body .flex-container .link-boxes li {
  width: 46%;
  border: 1px solid #d5d5d5;
  margin: 0 15px 15px 0;
  padding: 60px 15px;
  text-align: center;
}
body .flex-container .link-boxes li i {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 10px;
  color: #51acfb;
}
body .flex-container .link-boxes li span {
  display: inline-block;
}
@media (max-width: 440px) {
  body .flex-container .link-boxes li {
    width: 100%;
    padding: 30px;
  }
}
body .flex-container article {
  flex: 1;
}
body .flex-container article h2 {
  font-family: "Bold", Verdana, Arial, sans-serif;
}
body .flex-container article h2 span {
  color: #51acfb;
}
@media (max-width: 767px) {
  body .flex-container {
    flex-direction: column-reverse;
  }
  body .flex-container article {
    margin-bottom: 30px;
  }
}
body .card {
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: -6px 8px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #d7d7d7;
  margin-bottom: 30px;
}
body .card .card-header {
  text-align: center;
}
body .card .card-header h4 {
  font-family: "Bold", Verdana, Arial, sans-serif;
  font-size: 24px;
}
body .card .card-header .price {
  font-family: "Bold", Verdana, Arial, sans-serif;
  font-size: 24px;
}
body .card .card-header .price span {
  font-size: 40px;
  color: #f6ae2d;
}
body .card .card-header .price p:not(.price) {
  font-size: 18px;
}
body .card .card-header p {
  font-size: 20px;
}
body .card .card-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .card .card-body ul li {
  margin-bottom: 18px;
  position: relative;
  padding-left: 40px;
  max-width: 581px;
  list-style: none;
}
body .card .card-body ul li::before {
  content: '';
  background: url('/assets/templates/icons/check-circle.svg');
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
body .card .card-body .btn-yellow {
  width: 90%;
  margin: 30px auto;
  display: block;
}
body .card .card-body .btn-yellow a {
  padding: 5px 10px;
  text-align: center;
}
body .card .card-body .disclaimer {
  font-size: 16px;
  text-align: center;
}
body .card.blue {
  background: #034f9a;
  border: none;
}
body .card.blue .card-header h4,
body .card.blue .card-header p {
  color: #fff;
}
body .card.blue .card-body ul li {
  color: #fff;
}
body .card.blue .card-body p {
  color: #fff;
}
body .banner {
  margin-top: 60px;
}
body .banner.blue {
  background: #51acfb;
  padding: 60px 0;
  text-align: center;
}
body .banner.blue p {
  margin: 0;
}
body .banner.blue p a {
  font-family: "Light", Verdana, Arial, sans-serif;
  font-size: 38px;
  padding: 0 30%;
  display: block;
  color: #fff;
}
body .banner.blue p a:hover {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  body .banner.blue p a {
    padding: 0 30px;
    line-height: 45px;
  }
}
body .banner.grey {
  background: #f9f9f9;
  padding: 50px 0;
}
body .banner.grey .border {
  padding-left: 30px;
  border-left: 2px solid #6f6f6f;
}
@media (max-width: 767px) {
  body .banner.grey .border {
    padding-left: 0;
    border-left: none;
    padding-top: 30px;
    border-top: 1px solid #333;
  }
}
body .banner.grey .headline {
  font-size: 30px;
  font-family: "Bold", Verdana, Arial, sans-serif;
  margin: 2px;
}
body .banner.grey ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
body .banner.grey ul li a img {
  vertical-align: top;
  margin-right: 10px;
}
body .banner.grey ul li a span {
  display: inline-block;
}
body .banner.grey ul li a:hover {
  color: #f6ae2d;
}
body .banner.grey ul li ul {
  flex-direction: column;
}
body .banner.grey ul li ul li {
  margin-bottom: 20px;
}
body .banner.grey ul li ul li a img {
  vertical-align: middle;
}
body .banner.grey ul li ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body .banner.grey ul {
    padding-bottom: 30px;
    justify-content: space-evenly;
  }
  body .banner.grey ul li ul {
    padding: 0;
  }
}
@media (max-width: 576px) {
  body .banner.grey ul {
    flex-direction: column;
    padding-bottom: 10px;
  }
  body .banner.grey ul li {
    padding: 0;
    margin-bottom: 15px;
  }
}
body .banner.grey .btn.special a {
  font-family: "Bold", Verdana, Arial, sans-serif;
  font-size: 50px;
  color: #f6ae2d;
}
@media (max-width: 1370px) {
  body .banner.grey .btn.special a {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  body .banner.grey .btn.special a {
    font-size: 28px;
    padding: 5px;
  }
}
body .banner.grey .btn.special a img {
  vertical-align: middle;
  margin-right: 10px;
}
body .banner.grey .btn.special a:hover {
  color: #f09e0a;
}
@media (max-width: 767px) {
  body .banner.grey .container {
    width: 100%;
    max-width: 100%;
  }
}
body .grey {
  padding: 100px 0;
  background: #f9f9f9;
}
@media (max-width: 767px) {
  body .grey .container {
    width: 100%;
    max-width: 100%;
  }
  body .grey h3 {
    font-size: 28px;
    margin: 10px 0 30px !important;
  }
}
body .advantages ul {
  margin: 50px 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
body .advantages ul li {
  width: 48%;
  padding: 0 50px 30px;
  text-align: center;
}
body .advantages ul li i {
  font-size: 30px;
  color: #034f9a;
}
body .advantages ul li .headline {
  margin-bottom: 5px;
  font-family: "Bold", Verdana, Arial, sans-serif;
}
@media (max-width: 576px) {
  body .advantages ul li {
    padding: 0 5px 30px;
  }
}
body .order {
  margin: 50px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
body .order li {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
body .order li .number {
  text-align: left;
  padding: 0;
}
body .order li .number span {
  background: #034f9a;
  color: #fff;
  font-size: 32px;
  padding: 20px;
  display: inline-block;
  font-family: "Bold", Verdana, Arial, sans-serif;
}
body .order li i {
  color: #f6ae2d;
  font-size: 50px;
  text-align: center;
  display: block;
}
body .order li .headline {
  font-family: "Bold", Verdana, Arial, sans-serif;
  font-size: 20px;
  margin: 10px 0;
}
body .order li p {
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 576px) {
  body .order {
    flex-direction: column;
  }
  body .order li {
    width: 100%;
  }
  body .order li .number {
    margin-bottom: 10px;
  }
}
body .contact.short {
  max-width: 90%;
  border-radius: 8px;
  overflow: hidden;
  background: url('/assets/images/about.jpg') center / 100% no-repeat;
  height: 300px;
  position: sticky;
  top: 30px;
}
body .contact.short .layer {
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f6ae2d 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 40px 20px;
}
body .contact.short .layer p {
  margin-bottom: 5px;
  color: #fff;
  font-family: "Bold", Verdana, Arial, sans-serif;
}
body .contact.short .layer p a {
  font-size: 32px;
  color: #fff;
  font-family: "Bold", Verdana, Arial, sans-serif;
}
body .contact.short .layer p.small {
  font-family: "Light", Verdana, Arial, sans-serif;
  font-size: 16px;
}
@media (max-width: 767px) {
  body .contact.short {
    display: block;
    margin: 0 auto 40px;
  }
  body .contact.short .layer {
    padding: 0 30px 20px;
  }
}
body footer .blue {
  background: #034f9a;
  padding: 60px 0;
}
body footer .blue article img {
  max-width: 70%;
}
body footer .blue article p {
  color: #fff;
}
body footer .blue .headline {
  font-family: "Bold", Verdana, Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}
body footer .blue ul {
  margin: 0;
  padding: 0;
}
body footer .blue ul li {
  margin-bottom: 15px;
}
body footer .blue ul li a {
  color: #fff;
}
body footer .blue ul li a span {
  display: inline-block;
  text-align: center;
  color: #333;
  background: #fff;
  padding: 2px 7px;
  margin-right: 10px;
  border-radius: 3px;
  transition: all ease 250ms;
}
body footer .blue ul li:hover a span {
  background: #f6ae2d;
}
body footer .white {
  padding: 30px 0;
}
body footer .white ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
body footer .white ul li {
  border-right: 1px solid #333;
}
body footer .white ul li:last-child {
  border: none;
}
body footer .white ul li a {
  display: block;
  padding: 4px 15px;
}
@media (max-width: 576px) {
  body footer .white ul {
    flex-direction: column;
  }
  body footer .white ul li {
    border: none;
  }
  body footer .white ul li a {
    padding: 8px;
  }
}
body footer .white p {
  margin: 0;
}
body .btn {
  margin: 0;
  display: inline-block;
}
body .btn a {
  display: block;
  padding: 14px 34px;
  border-radius: 8px;
  cursor: pointer;
}
body .btn.btn-yellow a {
  background: #f6ae2d;
  z-index: 1;
  position: relative;
  box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  color: #333;
}
body .btn.btn-yellow a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #ffc967;
  border-radius: 5px;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.1), 4px 4px 5px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
body .btn.btn-yellow:hover a {
  color: #333;
}
body .btn.btn-yellow:hover a:after {
  left: 0;
  width: 100%;
}
body .compare-container {
  position: relative;
  width: 100%;
  /* Passe die Breite nach Bedarf an */
  max-width: 100%;
  aspect-ratio: 16/9;
  /* Optional, für gleichmäßige Höhe */
  overflow: hidden;
  user-select: none;
}
body .compare-container .compare-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
body .compare-container .compare-img.after {
  clip-path: inset(0 0 0 50%);
  /* Anfang: halb sichtbar */
  transition: clip-path 0.1s;
}
body .compare-container .compare-slider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  width: 100%;
  z-index: 2;
  pointer-events: auto;
}
body .compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #fff;
  border-left: 1px solid #f6ae2d;
  border-right: 1px solid #f6ae2d;
  z-index: 1;
  pointer-events: none;
  transition: left 0.1s;
}
body input[type=range] {
  appearance: none;
  width: 100%;
  border-radius: 6px;
  height: 12px;
  border: none;
  background-color: transparent;
}
body input[type=range]::-moz-range-thumb {
  background: orange;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
}
body input[type='range']::-webkit-slider-thumb {
  appearance: none;
  background-color: cornflowerblue;
  border: 2px solid blue;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  cursor: pointer;
}
body input[type=range]:focus {
  outline: none;
}
body .service-card {
  border: 1px solid #cce6ee;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
body .service-card .card-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
}
body .service-card .card-header p {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
}
body .service-card .card-header i {
  font-size: 30px;
  color: #034f9a;
  margin-right: 12px;
}
@media (max-width: 767px) {
  body .service-card {
    margin-bottom: 30px;
    padding: 2rem 1rem;
  }
}
body .accordion {
  margin: 2rem auto;
}
body .accordion .accordion-item {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
body .accordion .accordion-item .accordion-header {
  padding: 1rem;
  cursor: pointer;
  background: #034f9a;
  color: white;
  font-weight: bold;
  transition: background 0.3s ease;
}
body .accordion .accordion-item .accordion-header h4 {
  margin: 0;
  font-size: 20px;
  color: #fff;
}
body .accordion .accordion-item .accordion-header:hover,
body .accordion .accordion-item .accordion-header.active {
  background: #51acfb;
}
body .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
body .accordion .accordion-item .accordion-content article {
  padding: 20px;
}
body .accordion .accordion-item .accordion-content ul {
  list-style: none;
  margin: 1em;
  padding: 0;
}
body .accordion .accordion-item .accordion-content ul li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}
body .accordion .accordion-item .accordion-content ul li:after {
  content: '';
  height: 0.4em;
  width: 0.4em;
  background: #51acfb;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.25em;
  left: 0;
}
body .contact.long {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 30px 50px;
}
body .contact.long address p svg,
body .contact.long .erreichbarkeit p svg {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  margin-right: 20px;
}
body .contact.long address p img,
body .contact.long .erreichbarkeit p img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
body .contact.long address p span,
body .contact.long .erreichbarkeit p span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 410px) {
  body .contact.long {
    padding: 30px 30px;
  }
  body .contact.long address p i,
  body .contact.long .erreichbarkeit p i {
    font-size: 30px;
    margin-right: 10px;
  }
}
body .my-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 12px;
  padding: 10px;
}
body .my-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s;
  cursor: zoom-in;
}
body .my-gallery img:hover {
  transform: scale(1.02);
}
@media (max-width: 576px) {
  body .my-gallery {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}
body form {
  max-width: 600px;
  margin: 0 auto;
  font-family: sans-serif;
}
body fieldset {
  border: none;
  padding: 0;
}
body label {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
}
body input,
body select,
body textarea,
body button {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.25rem;
  font-size: 1rem;
}
body .privacy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .privacy input {
  width: 5%;
}
body .privacy label {
  display: inline-block;
  width: 95%;
  margin: 0 0 0 15px;
}
body button {
  margin-top: 1.5rem;
  background-color: #f6ae2d;
  color: white;
  border: none;
  cursor: pointer;
}
body button:hover {
  background-color: #f8bd54;
}
body .alert-success {
  background: lightblue;
  padding: 20px;
}
body .alert-success h3 {
  margin: 0;
}
body .banner-big {
  background: #f3f3f3;
  padding: 60px 40px;
}
body .banner-big .headline {
  text-transform: uppercase;
  color: #034f9a;
  font-size: 19px;
}
body .banner-big .images {
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
  width: 85%;
}
body .banner-big .bannerContent {
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
body .banner-big .bannerContent article {
  padding: 30px;
  font-size: 18px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 30px;
}
body .banner-big .bannerContent article p {
  font-size: 17px;
}
@media (min-width: 1750px) {
  body .banner-big .bannerContent article p {
    font-size: 24px;
  }
}
body .banner-big .button-bar {
  display: flex;
  flex-direction: row;
}
body .banner-big .button-bar p {
  width: 50%;
}
body .banner-big .button-bar p a {
  display: block;
  color: #333;
  font-size: 25px;
}
body .banner-big .button-bar p a span {
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 10px 0;
  border-radius: 5px;
}
body .banner-big .button-bar p a:hover span {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
  body .banner-big .button-bar p a {
    font-size: 21px;
  }
}
body .banner-big .button-bar p:first-child a span {
  color: #fff;
  background: #f6ae2d;
  width: 80%;
}
body .banner-big .button-bar p:last-child a span {
  color: #51acfb;
  border: 1px solid #51acfb;
  background: #fff;
}
@media (min-width: 768px) AND (max-width: 991px) {
  body .banner-big {
    position: relative;
  }
  body .banner-big .bannerContent article {
    margin-bottom: 100px;
    padding: 10px 30px;
  }
  body .banner-big .bannerContent .button-bar {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  body .banner-big {
    padding: 30px 0;
  }
  body .banner-big .bannerContent article {
    padding: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  body .banner-big .bannerContent .button-bar {
    flex-direction: column;
  }
  body .banner-big .bannerContent .button-bar .button,
  body .banner-big .bannerContent .button-bar p {
    width: 100%;
  }
}
body .contact-dock {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
  z-index: 2147483000;
  padding: 6px;
  pointer-events: none;
}
body .contact-dock .contact-item {
  pointer-events: auto;
  width: 280px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #0f172a;
  background: #e2e8f0;
  border-radius: 14px 0 0 14px;
  box-shadow: 0 6px 18px rgba(2, 8, 23, 0.25);
  transform: translateX(calc(280px - 48px));
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  will-change: transform;
  outline: none;
}
body .contact-dock .contact-item:focus-visible {
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.35), 0 6px 18px rgba(2, 8, 23, 0.25);
}
body .contact-dock .contact-item:hover,
body .contact-dock .contact-item:focus-visible {
  transform: translateX(0);
}
body .contact-dock .contact-item .icon-wrap {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px 0 0 14px;
  background: linear-gradient(135deg, #0ea5e9, #22c55e);
}
body .contact-dock .contact-item .label {
  padding-right: 14px;
  display: grid;
}
body .contact-dock .contact-item .label .title {
  font-weight: 700;
  letter-spacing: 0.2px;
}
body .contact-dock .contact-item .label .subtitle {
  font-size: 0.875rem;
  color: #1F212A;
}
body .contact-dock .contact-item.phone .icon-wrap,
body .contact-dock .contact-item.mail .icon-wrap {
  background: linear-gradient(135deg, #034f9a, #51acfb);
}
body .contact-dock .contact-item.wa .icon-wrap {
  background: linear-gradient(135deg, #22c55e, #4ade80);
}
body .contact-dock .contact-item svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  color: white;
}
@media (prefers-reduced-motion: reduce) {
  body .contact-item {
    transition: none;
  }
}
body .fab {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 2147483000;
}
body .fab .fab-toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 0;
  background: #f6ae2d;
  color: #fff;
  box-shadow: 0 6px 18px rgba(2, 8, 23, 0.25);
  display: grid;
  place-items: center;
  cursor: pointer;
}
body .fab .fab-toggle:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.35);
}
body .fab .fab-toggle .icon-plus {
  width: 62px;
  height: 62px;
  display: block;
  transform: translate(-11px, -11px);
}
body .fab .fab-menu {
  position: absolute;
  right: 0;
  bottom: 68px;
  display: grid;
  gap: 10px;
  transform: translateY(8px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s step-end;
  width: 50vW;
}
body .fab.open .fab-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s;
}
body .fab a {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 10px;
  background: #0f172a;
  color: #e2e8f0;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(2, 8, 23, 0.25);
  font-size: 0.95rem;
}
body .fab a .mini {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}
body .fab a svg {
  width: 18px;
  height: 18px;
  color: white;
}
body .fab-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(2, 8, 23, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s step-end;
  backdrop-filter: blur(1px);
  z-index: 2147482999;
}
body .fab.open + .fab-backdrop {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0s;
}
@media (max-width: 1299px) {
  body .contact-dock {
    display: none;
  }
  body .fab,
  body .fab-backdrop {
    display: block;
  }
}
@media (min-width: 1300px) {
  body .fab,
  body .fab-backdrop {
    display: none;
  }
}
