.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
#custom-html-0 {
  /* MOBIRISE ANKER-FIX */
  /* HEADER */
  /* HERO */
  /* TRUST BAR */
  /* SECTIONS */
  /* LEISTUNGEN */
  /* FUER WEN */
  /* REGION */
  /* BOTTOM */
  /* FOOTER */
  /* TABLET */
  /* MOBILE */
  /* SMALL MOBILE */
  /* KONTAKT / FORMULAR */
  /* KONTAKT RESPONSIVE */
  /* FIX DATENSCHUTZ-CHECKBOX KONTAKTFORMULAR */
  /* FINALER ABSTAND DATENSCHUTZ + BUTTON */
  /* FINAL HEADER ANGLEICHUNG STARTSEITE GLASREINIGUNG.BAYERN */
  /* Header wie auf danke.html: gerade, breit, stabil */
  /* Linkes Hauptlogo stabil halten */
  /* Service-Block: Text ueber Putzaffe, kompakt und sichtbar */
  /* Navigation Desktop */
  /* TABLET QUERFORMAT: sofort auf MENUE umschalten */
  /* KLEINES TABLET / HANDY */
  /* SEHR KLEINE HANDYS */
  /* FINAL TABLET FIX STARTSEITE HERO / INHALT */
  /* Tablet quer + Tablet hochkant: Hero nicht mehr als enger Desktop erzwingen */
  /* FINAL FIX TABLET HOCHKANT STARTSEITE HERO */
  /* FINAL NAV HOVER FIX GLASREINIGUNG.BAYERN */
  /* Desktop: roter Balken mit sauberem Abstand unter dem Link */
  /* Tablet-Menü: roten Balken komplett entfernen */
  /* Handy-Menü: wie gewünscht nur rot beim Hover/Tap */
  /* ALTERNATIVE: LEISTUNGEN AUF DESKTOP ALS 3x2 GRID */
  /* FINALER PATCH: Kontaktbereich heller und ruhiger */
  /* FINALER PATCH: Datenschutzbereich sauber korrigieren */
}
#custom-html-0 .gb-page {
  --gb-red: #d00000;
  --gb-dark: #101419;
  --gb-black: #050608;
  --gb-white: #ffffff;
  --gb-light: #f5f6f8;
  --gb-gray: #5f6670;
  --gb-border: rgba(0, 0, 0, 0.12);
  --gb-radius: 24px;
  --gb-width: 94%;
  --gb-max: 1240px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--gb-dark);
  background: var(--gb-white);
}
#custom-html-0 .gb-page * {
  box-sizing: border-box;
}
#custom-html-0 .gb-page a {
  text-decoration: none;
  color: inherit;
}
#custom-html-0 .gb-anchor {
  display: block;
  height: 115px;
  margin-top: -115px;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 760px) {
  #custom-html-0 .gb-anchor {
    height: 20px;
    margin-top: -20px;
  }
}
#custom-html-0 .gb-header {
  width: 100%;
  background: var(--gb-white);
  border-bottom: 1px solid var(--gb-border);
  position: sticky;
  top: 0;
  z-index: 50;
}
#custom-html-0 .gb-header-inner {
  width: var(--gb-width);
  max-width: var(--gb-max);
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
#custom-html-0 .gb-logo-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}
#custom-html-0 .gb-logo-main {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
#custom-html-0 .gb-logo-main strong {
  font-size: 25px;
  letter-spacing: -0.8px;
  color: var(--gb-black);
  white-space: nowrap;
}
#custom-html-0 .gb-logo-main strong span {
  color: var(--gb-red);
}
#custom-html-0 .gb-logo-main small {
  margin-top: 6px;
  font-size: 13px;
  color: var(--gb-dark);
  white-space: nowrap;
}
#custom-html-0 .gb-logo-service {
  padding-left: 18px;
  border-left: 1px solid rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#custom-html-0 .gb-logo-service span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  color: #6a7078;
  letter-spacing: .3px;
  white-space: nowrap;
}
#custom-html-0 .gb-logo-service img {
  width: 118px;
  height: auto;
  display: block;
  object-fit: contain;
}
#custom-html-0 .gb-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
#custom-html-0 .gb-nav a {
  position: relative;
  padding: 34px 0;
}
#custom-html-0 .gb-nav a:hover {
  color: var(--gb-red);
}
#custom-html-0 .gb-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 0;
  height: 3px;
  background: var(--gb-red);
  transition: .22s ease;
}
#custom-html-0 .gb-nav a:hover:after {
  width: 100%;
}
#custom-html-0 .gb-phone {
  background: var(--gb-red);
  color: var(--gb-white) !important;
  padding: 15px 22px;
  border-radius: 5px;
  font-weight: 900;
  font-size: 15px;
  box-shadow: 0 8px 18px rgba(208, 0, 0, 0.24);
  white-space: nowrap;
}
#custom-html-0 .gb-menu-toggle,
#custom-html-0 .gb-menu-label {
  display: none;
}
#custom-html-0 .gb-hero {
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 42%, #edf2f7 100%);
}
#custom-html-0 .gb-hero-inner {
  width: 100%;
  min-height: 560px;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: stretch;
}
#custom-html-0 .gb-hero-content {
  padding-left: 5%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}
#custom-html-0 .gb-kicker {
  color: var(--gb-red);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 16px;
}
#custom-html-0 .gb-hero-content h1 {
  margin: 0;
  font-size: 64px;
  line-height: .98;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: var(--gb-black);
}
#custom-html-0 .gb-hero-content h1 span {
  color: var(--gb-red);
}
#custom-html-0 .gb-hero-content h2 {
  margin: 28px 0 14px;
  font-size: 24px;
  line-height: 1.25;
  color: var(--gb-black);
}
#custom-html-0 .gb-hero-content p {
  max-width: 560px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--gb-dark);
  margin: 0;
}
#custom-html-0 .gb-hero-buttons {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#custom-html-0 .gb-btn {
  min-width: 190px;
  min-height: 54px;
  padding: 17px 24px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#custom-html-0 .gb-btn-red {
  background: var(--gb-red);
  color: var(--gb-white) !important;
  box-shadow: 0 8px 18px rgba(208, 0, 0, 0.24);
}
#custom-html-0 .gb-btn-light {
  background: var(--gb-white);
  color: var(--gb-black) !important;
  border: 1px solid rgba(0, 0, 0, 0.35);
}
#custom-html-0 .gb-hero-image-wrap {
  position: relative;
  overflow: hidden;
}
#custom-html-0 .gb-hero-image-wrap:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 260px;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
#custom-html-0 .gb-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#custom-html-0 .gb-trust {
  background: linear-gradient(90deg, #101419 0%, #050608 100%);
  color: var(--gb-white);
}
#custom-html-0 .gb-trust-inner {
  width: var(--gb-width);
  max-width: var(--gb-max);
  min-height: 120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#custom-html-0 .gb-trust-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
#custom-html-0 .gb-trust-item:last-child {
  border-right: none;
}
#custom-html-0 .gb-trust-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}
#custom-html-0 .gb-trust-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: var(--gb-red);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-0 .gb-trust-item strong {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
#custom-html-0 .gb-trust-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
}
#custom-html-0 .gb-section {
  padding: 58px 0 72px;
  background: var(--gb-white);
}
#custom-html-0 .gb-section-inner {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 0 auto;
}
#custom-html-0 .gb-section-head {
  text-align: center;
  margin-bottom: 38px;
}
#custom-html-0 .gb-section-head h2,
#custom-html-0 .gb-region-content h2,
#custom-html-0 .gb-why h2,
#custom-html-0 .gb-contact h2 {
  margin: 0;
  color: var(--gb-black);
  font-size: 34px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.7px;
}
#custom-html-0 .gb-section-head span,
#custom-html-0 .gb-region-content span,
#custom-html-0 .gb-why span,
#custom-html-0 .gb-contact span {
  width: 56px;
  height: 3px;
  background: var(--gb-red);
  display: block;
  margin: 16px auto 0;
}
#custom-html-0 .gb-section-head p {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--gb-dark);
  font-size: 17px;
  line-height: 1.55;
}
#custom-html-0 .gb-service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
#custom-html-0 .gb-card {
  min-height: 230px;
  padding: 28px 16px;
  background: var(--gb-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: .22s ease;
}
#custom-html-0 .gb-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}
#custom-html-0 .gb-card-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
}
#custom-html-0 .gb-card-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: var(--gb-red);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-0 .gb-card h3 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.2;
  color: var(--gb-black);
  text-transform: uppercase;
}
#custom-html-0 .gb-card p {
  margin: 0;
  color: var(--gb-dark);
  font-size: 14px;
  line-height: 1.5;
}
#custom-html-0 .gb-targets {
  padding: 58px 0 68px;
  background: #f5f6f8;
}
#custom-html-0 .gb-targets-inner {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 0 auto;
}
#custom-html-0 .gb-target-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}
#custom-html-0 .gb-target-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 28px 22px;
  min-height: 220px;
  position: relative;
}
#custom-html-0 .gb-target-card:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 0;
  width: 52px;
  height: 4px;
  background: var(--gb-red);
}
#custom-html-0 .gb-target-card h3 {
  margin: 12px 0 14px;
  font-size: 17px;
  text-transform: uppercase;
  color: var(--gb-black);
  line-height: 1.25;
}
#custom-html-0 .gb-target-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--gb-dark);
}
#custom-html-0 .gb-region {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  background: var(--gb-light);
}
#custom-html-0 .gb-region-img {
  min-height: 360px;
}
#custom-html-0 .gb-region-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#custom-html-0 .gb-region-content {
  padding: 66px 6% 60px;
  background: var(--gb-white);
}
#custom-html-0 .gb-region-content span,
#custom-html-0 .gb-why span,
#custom-html-0 .gb-contact span {
  margin-left: 0;
  margin-right: 0;
}
#custom-html-0 .gb-region-content p {
  margin: 24px 0 28px;
  max-width: 620px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--gb-dark);
}
#custom-html-0 .gb-city-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
#custom-html-0 .gb-city-grid div {
  background: var(--gb-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 12px 10px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-left: 28px;
}
#custom-html-0 .gb-city-grid div:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 14px;
  width: 8px;
  height: 8px;
  background: var(--gb-red);
  border-radius: 50%;
}
#custom-html-0 .gb-bottom {
  background: var(--gb-white);
  padding: 62px 0 0;
}
#custom-html-0 .gb-bottom-inner {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 38% 20% 42%;
  gap: 28px;
  align-items: stretch;
}
#custom-html-0 .gb-why,
#custom-html-0 .gb-contact {
  padding-bottom: 60px;
}
#custom-html-0 .gb-why ul {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}
#custom-html-0 .gb-why li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.45;
}
#custom-html-0 .gb-why li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--gb-red);
  color: var(--gb-white);
  font-size: 13px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-html-0 .gb-brand-box {
  background: linear-gradient(180deg, #ffffff 0%, #f2f3f5 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 34px 18px;
  text-align: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#custom-html-0 .gb-brand-box p {
  margin: 0 0 14px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--gb-dark);
}
#custom-html-0 .gb-brand-box img {
  max-width: 150px;
  height: auto;
  display: block;
  margin-bottom: 22px;
}
#custom-html-0 .gb-brand-box strong {
  font-size: 14px;
  line-height: 1.5;
  color: var(--gb-dark);
}
#custom-html-0 .gb-form {
  margin-top: 28px;
}
#custom-html-0 .gb-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
#custom-html-0 .gb-form input,
#custom-html-0 .gb-form textarea,
#custom-html-0 .gb-form select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  background: var(--gb-white);
  padding: 15px 16px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 12px;
  outline: none;
}
#custom-html-0 .gb-form textarea {
  min-height: 120px;
  resize: vertical;
}
#custom-html-0 .gb-form select {
  appearance: auto;
  color: var(--gb-dark);
}
#custom-html-0 .gb-form input:focus,
#custom-html-0 .gb-form textarea:focus,
#custom-html-0 .gb-form select:focus {
  border-color: var(--gb-red);
}
#custom-html-0 .gb-form button {
  width: 100%;
  border: none;
  background: var(--gb-red);
  color: var(--gb-white);
  min-height: 52px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
#custom-html-0 .gb-footer {
  background: linear-gradient(90deg, #101419 0%, #050608 100%);
  color: var(--gb-white);
  padding: 42px 0 20px;
}
#custom-html-0 .gb-footer-inner {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30% 22% 24% 24%;
  gap: 28px;
}
#custom-html-0 .gb-footer h3,
#custom-html-0 .gb-footer h4 {
  margin: 0 0 16px;
  text-transform: uppercase;
}
#custom-html-0 .gb-footer h3 {
  font-size: 24px;
}
#custom-html-0 .gb-footer h3 span {
  color: var(--gb-red);
}
#custom-html-0 .gb-footer h4 {
  font-size: 15px;
}
#custom-html-0 .gb-footer p,
#custom-html-0 .gb-footer a {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.5;
}
#custom-html-0 .gb-footer a:hover {
  color: var(--gb-white);
}
#custom-html-0 .gb-footer-bottom {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  text-align: center;
}
@media (max-width: 1180px) {
  #custom-html-0 .gb-header-inner {
    min-height: 78px;
    gap: 16px;
  }
  #custom-html-0 .gb-logo-wrap {
    gap: 14px;
  }
  #custom-html-0 .gb-logo-main strong {
    font-size: 21px;
  }
  #custom-html-0 .gb-logo-main small {
    font-size: 12px;
  }
  #custom-html-0 .gb-logo-service {
    padding-left: 14px;
  }
  #custom-html-0 .gb-logo-service img {
    width: 98px;
  }
  #custom-html-0 .gb-nav {
    gap: 14px;
    font-size: 12px;
  }
  #custom-html-0 .gb-phone {
    padding: 13px 14px;
    font-size: 13px;
  }
  #custom-html-0 .gb-hero-content h1 {
    font-size: 52px;
  }
  #custom-html-0 .gb-service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #custom-html-0 .gb-target-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-0 .gb-trust-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-0 .gb-trust-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  #custom-html-0 .gb-bottom-inner {
    grid-template-columns: 1fr;
  }
  #custom-html-0 .gb-brand-box {
    display: none;
  }
  #custom-html-0 .gb-footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  #custom-html-0 .gb-header {
    position: relative;
  }
  #custom-html-0 .gb-header-inner {
    min-height: 78px;
    flex-wrap: wrap;
  }
  #custom-html-0 .gb-logo-wrap {
    width: auto;
    max-width: calc(12%);
    gap: 12px;
  }
  #custom-html-0 .gb-logo-main strong {
    font-size: 18px;
  }
  #custom-html-0 .gb-logo-main small {
    font-size: 11px;
  }
  #custom-html-0 .gb-logo-service {
    padding-left: 10px;
  }
  #custom-html-0 .gb-logo-service span {
    font-size: 9px;
  }
  #custom-html-0 .gb-logo-service img {
    width: 82px;
  }
  #custom-html-0 .gb-phone {
    display: none;
  }
  #custom-html-0 .gb-menu-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gb-black);
    color: var(--gb-white);
    padding: 11px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 900;
  }
  #custom-html-0 .gb-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px 0 18px;
  }
  #custom-html-0 .gb-nav a {
    width: 100%;
    padding: 14px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
  #custom-html-0 .gb-nav a:after {
    display: none;
  }
  #custom-html-0 .gb-menu-toggle:checked ~ .gb-nav {
    display: flex;
  }
  #custom-html-0 .gb-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  #custom-html-0 .gb-hero-content {
    padding: 48px 5% 34px;
  }
  #custom-html-0 .gb-hero-content h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }
  #custom-html-0 .gb-hero-content h2 {
    font-size: 21px;
  }
  #custom-html-0 .gb-hero-content p {
    font-size: 16px;
  }
  #custom-html-0 .gb-hero-buttons {
    flex-direction: column;
  }
  #custom-html-0 .gb-btn {
    width: 100%;
  }
  #custom-html-0 .gb-hero-image-wrap {
    height: 280px;
  }
  #custom-html-0 .gb-hero-image-wrap:before {
    display: none;
  }
  #custom-html-0 .gb-trust-inner {
    grid-template-columns: 1fr;
  }
  #custom-html-0 .gb-trust-item {
    border-right: none;
  }
  #custom-html-0 .gb-section {
    padding: 44px 0 52px;
  }
  #custom-html-0 .gb-targets {
    padding: 44px 0 52px;
  }
  #custom-html-0 .gb-section-head h2,
  #custom-html-0 .gb-region-content h2,
  #custom-html-0 .gb-why h2,
  #custom-html-0 .gb-contact h2 {
    font-size: 28px;
  }
  #custom-html-0 .gb-service-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-0 .gb-card {
    min-height: 0;
  }
  #custom-html-0 .gb-target-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-0 .gb-target-card {
    min-height: 0;
  }
  #custom-html-0 .gb-region {
    grid-template-columns: 1fr;
  }
  #custom-html-0 .gb-region-img {
    min-height: 260px;
  }
  #custom-html-0 .gb-region-content {
    padding: 42px 5%;
  }
  #custom-html-0 .gb-city-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-0 .gb-bottom {
    padding-top: 42px;
  }
  #custom-html-0 .gb-why,
  #custom-html-0 .gb-contact {
    padding-bottom: 42px;
  }
  #custom-html-0 .gb-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #custom-html-0 .gb-footer-inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 420px) {
  #custom-html-0 .gb-logo-wrap {
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  #custom-html-0 .gb-logo-service {
    border-left: none;
    padding-left: 0;
  }
  #custom-html-0 .gb-logo-service img {
    width: 96px;
  }
  #custom-html-0 .gb-hero-content h1 {
    font-size: 36px;
  }
  #custom-html-0 .gb-city-grid {
    grid-template-columns: 1fr;
  }
}
#custom-html-0 .gb-bottom {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 0 auto 42px;
  display: block;
}
#custom-html-0 .gb-bottom-inner {
  display: grid;
  grid-template-columns: 1fr 0.85fr 1.35fr;
  gap: 22px;
  align-items: stretch;
}
#custom-html-0 .gb-why,
#custom-html-0 .gb-brand-box,
#custom-html-0 .gb-contact {
  border-radius: var(--gb-radius);
  border: 1px solid var(--gb-border);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.1);
}
#custom-html-0 .gb-why {
  background: var(--gb-black);
  color: var(--gb-white);
  padding: 34px;
}
#custom-html-0 .gb-why h2,
#custom-html-0 .gb-contact h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}
#custom-html-0 .gb-why > span,
#custom-html-0 .gb-contact > span {
  display: block;
  width: 58px;
  height: 5px;
  margin: 16px 0 22px;
  border-radius: 999px;
  background: var(--gb-red);
}
#custom-html-0 .gb-why ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#custom-html-0 .gb-why li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.86);
}
#custom-html-0 .gb-why li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gb-red);
}
#custom-html-0 .gb-brand-box {
  background: linear-gradient(145deg, #ffffff, #f2f3f5);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
}
#custom-html-0 .gb-brand-box p {
  margin: 0;
  color: var(--gb-gray);
  font-size: 14px;
  font-weight: 700;
}
#custom-html-0 .gb-brand-box img {
  width: 220px;
  max-width: 100%;
  height: auto;
  display: block;
}
#custom-html-0 .gb-brand-box strong {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: var(--gb-dark);
}
#custom-html-0 .gb-contact {
  background: var(--gb-white);
  padding: 34px;
}
#custom-html-0 .gb-contact-intro {
  margin: 0 0 20px;
  color: var(--gb-gray);
  font-size: 15px;
  line-height: 1.55;
}
#custom-html-0 .gb-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
#custom-html-0 .gb-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
#custom-html-0 .gb-form input,
#custom-html-0 .gb-form select,
#custom-html-0 .gb-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 14px;
  background: #f7f8fa;
  color: var(--gb-dark);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.3;
  outline: none;
  padding: 14px 15px;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
#custom-html-0 .gb-form textarea {
  min-height: 150px;
  resize: vertical;
}
#custom-html-0 .gb-form input:focus,
#custom-html-0 .gb-form select:focus,
#custom-html-0 .gb-form textarea:focus {
  border-color: var(--gb-red);
  background: var(--gb-white);
  box-shadow: 0 0 0 4px rgba(208, 0, 0, 0.1);
}
#custom-html-0 .gb-form input::placeholder,
#custom-html-0 .gb-form textarea::placeholder {
  color: rgba(16, 20, 25, 0.48);
}
#custom-html-0 .gb-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 0;
  cursor: pointer;
}
#custom-html-0 .gb-check input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 3px;
  accent-color: var(--gb-red);
}
#custom-html-0 .gb-check span {
  color: var(--gb-gray);
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-0 .gb-check a {
  color: var(--gb-red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#custom-html-0 .gb-form button {
  border: none;
  border-radius: 999px;
  background: var(--gb-red);
  color: var(--gb-white);
  font-family: inherit;
  font-size: 16px;
  font-weight: 900;
  padding: 15px 24px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(208, 0, 0, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
#custom-html-0 .gb-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(208, 0, 0, 0.32);
  background: #b80000;
}
#custom-html-0 .gb-form-note {
  margin: 0;
  color: var(--gb-gray);
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-0 .gb-hidden {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
@media (max-width: 1100px) {
  #custom-html-0 .gb-bottom-inner {
    grid-template-columns: 1fr 1fr;
  }
  #custom-html-0 .gb-contact {
    grid-column: -1;
  }
}
@media (max-width: 760px) {
  #custom-html-0 .gb-bottom {
    margin-bottom: 30px;
  }
  #custom-html-0 .gb-bottom-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #custom-html-0 .gb-why,
  #custom-html-0 .gb-brand-box,
  #custom-html-0 .gb-contact {
    border-radius: 22px;
  }
  #custom-html-0 .gb-why,
  #custom-html-0 .gb-contact {
    padding: 24px;
  }
  #custom-html-0 .gb-brand-box {
    padding: 24px;
  }
  #custom-html-0 .gb-why h2,
  #custom-html-0 .gb-contact h2 {
    font-size: 25px;
  }
  #custom-html-0 .gb-form-row {
    grid-template-columns: 1fr;
  }
  #custom-html-0 .gb-form input,
  #custom-html-0 .gb-form select,
  #custom-html-0 .gb-form textarea {
    font-size: 15px;
    padding: 13px 14px;
  }
  #custom-html-0 .gb-form button {
    width: 100%;
  }
}
#custom-html-0 .gb-form .gb-check {
  display: grid !important;
  grid-template-columns: 18px 1fr !important;
  align-items: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 6px 0 8px !important;
}
#custom-html-0 .gb-form .gb-check input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  padding: 0 !important;
  margin: 2px 0 0 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  display: block !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  accent-color: var(--gb-red);
}
#custom-html-0 .gb-form .gb-check span {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  color: var(--gb-gray);
  font-size: 13px !important;
  line-height: 1.45 !important;
}
#custom-html-0 .gb-form .gb-check a {
  color: var(--gb-red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#custom-html-0 .gb-form button {
  margin-top: 8px !important;
  position: relative !important;
  z-index: 1 !important;
}
#custom-html-0 .gb-form-note {
  margin-top: 8px !important;
  position: relative !important;
  z-index: 1 !important;
}
#custom-html-0 .gb-contact {
  overflow: visible !important;
}
#custom-html-0 .gb-form {
  gap: 15px !important;
}
#custom-html-0 .gb-form .gb-check {
  margin: 10px 0 18px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  column-gap: 14px !important;
  row-gap: 0 !important;
  align-items: flex-start !important;
}
#custom-html-0 .gb-form .gb-check input[type="checkbox"] {
  margin-top: 3px !important;
}
#custom-html-0 .gb-form .gb-check span {
  display: block !important;
  max-width: 100% !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
#custom-html-0 .gb-form button {
  margin-top: 4px !important;
}
#custom-html-0 .gb-form-note {
  margin-top: 14px !important;
}
#custom-html-0 .gb-form .gb-check {
  margin-bottom: 24px !important;
}
#custom-html-0 .gb-form button {
  margin-top: 0 !important;
}
#custom-html-0 .gb-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--gb-white) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}
#custom-html-0 .gb-header-inner {
  width: var(--gb-width) !important;
  max-width: var(--gb-max) !important;
  margin: 0 auto !important;
  min-height: 92px !important;
  border-radius: 0 !important;
  background: var(--gb-white) !important;
  border: none !important;
  box-shadow: none !important;
  padding: 12px 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
}
#custom-html-0 .gb-logo-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  flex: 0 0 auto !important;
  min-width: auto !important;
}
#custom-html-0 .gb-logo-main strong {
  display: block !important;
  white-space: nowrap !important;
  font-size: 24px !important;
  line-height: .95 !important;
  letter-spacing: -0.055em !important;
}
#custom-html-0 .gb-logo-main small {
  display: block !important;
  white-space: nowrap !important;
  font-size: 12px !important;
  margin-top: 6px !important;
}
#custom-html-0 .gb-logo-service {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding-left: 22px !important;
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
  min-width: 170px !important;
}
#custom-html-0 .gb-logo-service span {
  display: block !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: var(--gb-gray) !important;
  white-space: nowrap !important;
}
#custom-html-0 .gb-logo-service img {
  width: 145px !important;
  max-width: 145px !important;
  height: auto !important;
  display: block !important;
}
#custom-html-0 .gb-nav {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-left: auto !important;
  flex-wrap: nowrap !important;
}
#custom-html-0 .gb-nav a {
  white-space: nowrap !important;
  font-size: 14px !important;
  line-height: 1 !important;
  padding: 10px 10px !important;
}
#custom-html-0 .gb-phone {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}
@media (max-width: 1240px) {
  #custom-html-0 {
    /* Navigation und Telefon raus */
    /* Menuebutton rein */
  }
  #custom-html-0 .gb-header-inner {
    min-height: 82px !important;
    padding: 12px 0 !important;
    gap: 16px !important;
  }
  #custom-html-0 .gb-logo-main strong {
    font-size: 22px !important;
  }
  #custom-html-0 .gb-logo-main small {
    font-size: 11px !important;
  }
  #custom-html-0 .gb-logo-service {
    min-width: 150px !important;
    padding-left: 18px !important;
  }
  #custom-html-0 .gb-logo-service img {
    width: 128px !important;
    max-width: 128px !important;
  }
  #custom-html-0 .gb-nav {
    display: none !important;
    order: 20 !important;
    width: 100% !important;
    margin-left: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding: 10px 0 4px !important;
  }
  #custom-html-0 .gb-phone {
    display: none !important;
  }
  #custom-html-0 .gb-menu-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    background: var(--gb-black) !important;
    color: var(--gb-white) !important;
    border-radius: 999px !important;
    padding: 11px 17px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
  }
  #custom-html-0 .gb-header-inner {
    flex-wrap: wrap !important;
  }
  #custom-html-0 .gb-menu-toggle:checked ~ .gb-nav {
    display: flex !important;
  }
  #custom-html-0 .gb-nav a {
    display: block !important;
    width: 100% !important;
    background: var(--gb-light) !important;
    text-align: center !important;
    border-radius: 14px !important;
    padding: 13px 16px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 820px) {
  #custom-html-0 .gb-header-inner {
    width: var(--gb-width) !important;
    min-height: 74px !important;
    padding: 10px 0 !important;
  }
  #custom-html-0 .gb-logo-wrap {
    gap: 0 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  #custom-html-0 .gb-logo-service {
    display: none !important;
  }
  #custom-html-0 .gb-logo-main strong {
    font-size: 20px !important;
    white-space: nowrap !important;
  }
  #custom-html-0 .gb-logo-main small {
    font-size: 10px !important;
  }
  #custom-html-0 .gb-menu-label {
    padding: 10px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 430px) {
  #custom-html-0 .gb-logo-main strong {
    font-size: 17px !important;
  }
  #custom-html-0 .gb-logo-main small {
    font-size: 9px !important;
  }
}
@media (max-width: 1240px) and (min-width: 821px) {
  #custom-html-0 .gb-hero {
    width: 100% !important;
    margin-top: 0 !important;
    padding-top: 34px !important;
  }
  #custom-html-0 .gb-hero-inner {
    width: var(--gb-width) !important;
    max-width: var(--gb-max) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    min-height: auto !important;
    padding: 42px 34px !important;
    border-radius: 0 0 28px 28px !important;
    overflow: hidden !important;
  }
  #custom-html-0 .gb-hero-content {
    max-width: 720px !important;
    width: 100% !important;
    position: relative !important;
    z-index: 2 !important;
  }
  #custom-html-0 .gb-hero-content h1 {
    font-size: 58px !important;
    line-height: .96 !important;
    letter-spacing: -0.06em !important;
    max-width: 680px !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }
  #custom-html-0 .gb-hero-content h1 span {
    display: block !important;
  }
  #custom-html-0 .gb-hero-content h2 {
    font-size: 28px !important;
    line-height: 1.15 !important;
    max-width: 560px !important;
  }
  #custom-html-0 .gb-hero-content p {
    max-width: 600px !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
  }
  #custom-html-0 .gb-hero-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
  }
  #custom-html-0 .gb-hero-image-wrap {
    position: relative !important;
    width: 100% !important;
    height: 360px !important;
    min-height: 360px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }
  #custom-html-0 .gb-hero-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center right !important;
    display: block !important;
  }
}
@media (max-width: 820px) and (min-width: 600px) {
  #custom-html-0 .gb-hero {
    width: 100% !important;
    margin-top: 0 !important;
    padding-top: 24px !important;
  }
  #custom-html-0 .gb-hero-inner {
    width: var(--gb-width) !important;
    max-width: var(--gb-max) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    min-height: auto !important;
    padding: 38px 28px !important;
    border-radius: 0 0 26px 26px !important;
    overflow: hidden !important;
  }
  #custom-html-0 .gb-hero-content {
    width: 100% !important;
    max-width: 620px !important;
    position: relative !important;
    z-index: 2 !important;
  }
  #custom-html-0 .gb-kicker {
    font-size: 17px !important;
    line-height: 1.25 !important;
  }
  #custom-html-0 .gb-hero-content h1 {
    font-size: 48px !important;
    line-height: .98 !important;
    letter-spacing: -0.055em !important;
    max-width: 560px !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }
  #custom-html-0 .gb-hero-content h1 span {
    display: block !important;
  }
  #custom-html-0 .gb-hero-content h2 {
    font-size: 25px !important;
    line-height: 1.18 !important;
    max-width: 520px !important;
  }
  #custom-html-0 .gb-hero-content p {
    max-width: 560px !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
  }
  #custom-html-0 .gb-hero-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
  }
  #custom-html-0 .gb-hero-buttons .gb-btn {
    min-width: 220px !important;
  }
  #custom-html-0 .gb-hero-image-wrap {
    position: relative !important;
    width: 100% !important;
    height: 320px !important;
    min-height: 320px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }
  #custom-html-0 .gb-hero-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center right !important;
    display: block !important;
  }
}
@media (min-width: 1241px) {
  #custom-html-0 .gb-nav a {
    position: relative !important;
    overflow: visible !important;
    text-decoration: none !important;
  }
  #custom-html-0 .gb-nav a::before,
  #custom-html-0 .gb-nav a::after {
    content: "" !important;
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 4px !important;
    top: auto !important;
    width: auto !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: var(--gb-red) !important;
    opacity: 0 !important;
    transform: scaleX(0.35) !important;
    transform-origin: center !important;
    transition: opacity .18s ease, transform .18s ease !important;
    pointer-events: none !important;
  }
  #custom-html-0 .gb-nav a:hover::after,
  #custom-html-0 .gb-nav a:hover::before {
    opacity: 1 !important;
    transform: scaleX(1) !important;
  }
}
@media (max-width: 1240px) {
  #custom-html-0 .gb-nav a {
    position: relative !important;
    text-decoration: none !important;
    color: var(--gb-dark) !important;
  }
  #custom-html-0 .gb-nav a::before,
  #custom-html-0 .gb-nav a::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
  }
  #custom-html-0 .gb-nav a:hover {
    color: var(--gb-red) !important;
    background: var(--gb-light) !important;
    text-decoration: none !important;
  }
}
@media (max-width: 820px) {
  #custom-html-0 .gb-nav a:hover,
  #custom-html-0 .gb-nav a:focus,
  #custom-html-0 .gb-nav a:active {
    color: var(--gb-red) !important;
    background: var(--gb-light) !important;
    text-decoration: none !important;
  }
}
@media (min-width: 981px) {
  #custom-html-0 .gb-service-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
  }
  #custom-html-0 .gb-card h3 {
    white-space: nowrap !important;
    font-size: 20px !important;
  }
}
@media (min-width: 981px) {
  #custom-html-0 .gb-target-grid {
    align-items: stretch;
  }
  #custom-html-0 .gb-target-card {
    height: 100%;
  }
}
@media (min-width: 981px) {
  #custom-html-0 .gb-target-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #custom-html-0 .gb-target-card {
    height: 100%;
  }
}
#custom-html-0 .gb-bottom-inner-clean {
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr !important;
  gap: 34px !important;
  align-items: stretch !important;
}
#custom-html-0 .gb-why-light {
  background: #ffffff !important;
  color: #101419 !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08) !important;
  border-radius: 0 !important;
  padding: 46px 42px !important;
}
#custom-html-0 .gb-why-light h2 {
  color: #101419 !important;
  margin: 0 0 14px !important;
}
#custom-html-0 .gb-why-light > span {
  display: block !important;
  width: 64px !important;
  height: 5px !important;
  background: #d00000 !important;
  border-radius: 999px !important;
  margin: 0 0 32px !important;
}
#custom-html-0 .gb-why-light ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
#custom-html-0 .gb-why-light li {
  position: relative !important;
  padding-left: 28px !important;
  margin-bottom: 20px !important;
  color: #101419 !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
}
#custom-html-0 .gb-why-light li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 9px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #d00000 !important;
}
#custom-html-0 .gb-why-brand {
  margin-top: 42px !important;
  padding-top: 30px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#custom-html-0 .gb-why-brand p {
  margin: 0 0 12px !important;
  color: #5f6670 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  font-size: 13px !important;
}
#custom-html-0 .gb-why-brand img {
  display: block !important;
  max-width: 220px !important;
  height: auto !important;
  margin: 0 0 16px !important;
}
#custom-html-0 .gb-why-brand strong {
  display: block !important;
  color: #101419 !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
}
@media (max-width: 980px) {
  #custom-html-0 .gb-bottom-inner-clean {
    grid-template-columns: 1fr !important;
  }
  #custom-html-0 .gb-why-light {
    padding: 34px 26px !important;
  }
  #custom-html-0 .gb-why-brand img {
    max-width: 200px !important;
  }
}
#custom-html-0 .gb-form .gb-check {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  margin-top: 30px !important;
  margin-bottom: 24px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}
#custom-html-0 .gb-form .gb-check::before,
#custom-html-0 .gb-form .gb-check::after {
  display: none !important;
  content: none !important;
}
#custom-html-0 .gb-form .gb-check input[type="checkbox"] {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
  flex: 0 0 22px !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
}
#custom-html-0 .gb-form .gb-check span {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-top: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  color: #4f5661 !important;
}
#custom-html-0 .gb-form .gb-check span::before,
#custom-html-0 .gb-form .gb-check span::after {
  display: none !important;
  content: none !important;
}
#custom-html-0 .gb-form .gb-check a {
  color: #d00000 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
#custom-html-0 .gb-form textarea {
  margin-bottom: 0 !important;
}
#custom-html-1 {
  /* HEADER */
  /* DANKE SEITE */
  /* FOOTER */
  /* RESPONSIVE */
  /* FINAL HEADER FIX GLASREINIGUNG.BAYERN */
  /* Desktop: Service-Hinweis sauber über Putzaffe-Logo */
  /* Glasreinigung.Bayern nicht umbrechen lassen */
  /* Header grundsätzlich stabilisieren */
  /* TABLET: Ab hier nicht mehr Desktop erzwingen */
  /* Kleines Tablet / Handy: nur noch Hauptlogo + Menü */
  /* Sehr kleine Handys */
  /* FINAL HEADER ANGLEICHUNG DANKE-SEITE */
  /* Header wie auf Startseite: gerade, breit, nicht pillenfoermig */
  /* Linkes Hauptlogo stabil halten */
  /* Service-Block: Text ueber Putzaffe, aber kompakt */
  /* Navigation Desktop */
  /* TABLET QUERFORMAT: sofort auf MENUE umschalten */
  /* KLEINES TABLET / HANDY */
  /* SEHR KLEINE HANDYS */
  /* FINAL NAV HOVER FIX GLASREINIGUNG.BAYERN */
  /* Desktop: roter Balken mit sauberem Abstand unter dem Link */
  /* Tablet-Menü: roten Balken komplett entfernen */
  /* Handy-Menü: wie gewünscht nur rot beim Hover/Tap */
}
#custom-html-1 .gb-page {
  --gb-red: #d00000;
  --gb-dark: #101419;
  --gb-black: #050608;
  --gb-white: #ffffff;
  --gb-light: #f5f6f8;
  --gb-gray: #5f6670;
  --gb-border: rgba(0, 0, 0, 0.12);
  --gb-radius: 28px;
  --gb-width: 94%;
  --gb-max: 1240px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--gb-dark);
  background: var(--gb-light);
}
#custom-html-1 .gb-page * {
  box-sizing: border-box;
}
#custom-html-1 .gb-page a {
  color: inherit;
  text-decoration: none;
}
#custom-html-1 .gb-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 0 auto;
  padding-top: 14px;
}
#custom-html-1 .gb-header-inner {
  min-height: 82px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--gb-border);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 18px;
}
#custom-html-1 .gb-logo-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 340px;
}
#custom-html-1 .gb-logo-main strong {
  display: block;
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--gb-black);
}
#custom-html-1 .gb-logo-main strong span {
  color: var(--gb-red);
}
#custom-html-1 .gb-logo-main small {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: var(--gb-gray);
  font-weight: 700;
}
#custom-html-1 .gb-logo-service {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
#custom-html-1 .gb-logo-service span {
  font-size: 10px;
  color: var(--gb-gray);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
#custom-html-1 .gb-logo-service img {
  width: 118px;
  height: auto;
  display: block;
}
#custom-html-1 .gb-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
#custom-html-1 .gb-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--gb-dark);
  font-size: 14px;
  font-weight: 800;
}
#custom-html-1 .gb-nav a:hover {
  background: var(--gb-light);
}
#custom-html-1 .gb-phone {
  background: var(--gb-red);
  color: var(--gb-white) !important;
  border-radius: 999px;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(208, 0, 0, 0.25);
}
#custom-html-1 .gb-menu-toggle,
#custom-html-1 .gb-menu-label {
  display: none;
}
#custom-html-1 .gb-thanks-main {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 54px auto 42px;
  min-height: calc(-160vh);
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-html-1 .gb-thanks-card {
  width: 100%;
  max-width: 860px;
  border-radius: var(--gb-radius);
  background: radial-gradient(circle at top right, rgba(208, 0, 0, 0.1), transparent 34%), linear-gradient(145deg, #ffffff, #f4f5f7);
  border: 1px solid var(--gb-border);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
  padding: 54px;
  text-align: center;
}
#custom-html-1 .gb-thanks-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  border-radius: 999px;
  background: var(--gb-red);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 36px rgba(208, 0, 0, 0.26);
}
#custom-html-1 .gb-thanks-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--gb-white);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-1 .gb-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(208, 0, 0, 0.08);
  color: var(--gb-red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
#custom-html-1 .gb-thanks-card h1 {
  margin: 0;
  color: var(--gb-black);
  font-size: 54px;
  line-height: .98;
  letter-spacing: -0.055em;
}
#custom-html-1 .gb-thanks-card h1 span {
  color: var(--gb-red);
}
#custom-html-1 .gb-thanks-text {
  max-width: 620px;
  margin: 24px auto 0;
  color: var(--gb-gray);
  font-size: 18px;
  line-height: 1.6;
}
#custom-html-1 .gb-thanks-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 34px 0 0;
  text-align: left;
}
#custom-html-1 .gb-thanks-info div {
  background: var(--gb-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}
#custom-html-1 .gb-thanks-info strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gb-black);
  font-size: 17px;
}
#custom-html-1 .gb-thanks-info p {
  margin: 0;
  color: var(--gb-gray);
  font-size: 15px;
  line-height: 1.5;
}
#custom-html-1 .gb-thanks-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
#custom-html-1 .gb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
#custom-html-1 .gb-btn:hover {
  transform: translateY(-2px);
}
#custom-html-1 .gb-btn-red {
  background: var(--gb-red);
  color: var(--gb-white) !important;
  box-shadow: 0 14px 30px rgba(208, 0, 0, 0.24);
}
#custom-html-1 .gb-btn-red:hover {
  background: #b80000;
  box-shadow: 0 18px 38px rgba(208, 0, 0, 0.32);
}
#custom-html-1 .gb-btn-dark {
  background: var(--gb-black);
  color: var(--gb-white) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}
#custom-html-1 .gb-btn-dark:hover {
  background: #1a1d22;
}
#custom-html-1 .gb-footer {
  background: var(--gb-black);
  color: var(--gb-white);
  padding: 44px 0 18px;
}
#custom-html-1 .gb-footer-inner {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 24px;
}
#custom-html-1 .gb-footer h3,
#custom-html-1 .gb-footer h4,
#custom-html-1 .gb-footer p {
  margin: 0;
}
#custom-html-1 .gb-footer h3 {
  font-size: 22px;
  letter-spacing: -0.04em;
}
#custom-html-1 .gb-footer h3 span {
  color: var(--gb-red);
}
#custom-html-1 .gb-footer h4 {
  margin-bottom: 12px;
  color: var(--gb-white);
  font-size: 15px;
}
#custom-html-1 .gb-footer p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.45;
}
#custom-html-1 .gb-footer a {
  color: rgba(255, 255, 255, 0.78);
}
#custom-html-1 .gb-footer a:hover {
  color: var(--gb-white);
}
#custom-html-1 .gb-footer-bottom {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 24px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}
@media (max-width: 1120px) {
  #custom-html-1 .gb-header-inner {
    flex-wrap: wrap;
    border-radius: 28px;
  }
  #custom-html-1 .gb-logo-wrap {
    min-width: 0;
    flex: 1;
  }
  #custom-html-1 .gb-nav {
    order: 4;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  #custom-html-1 .gb-phone {
    margin-left: auto;
  }
  #custom-html-1 .gb-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  #custom-html-1 .gb-header {
    top: 8px;
    padding-top: 8px;
  }
  #custom-html-1 .gb-header-inner {
    min-height: auto;
    padding: 12px;
    border-radius: 24px;
    gap: 12px;
  }
  #custom-html-1 .gb-logo-wrap {
    width: 100%;
    gap: 10px;
  }
  #custom-html-1 .gb-logo-main strong {
    font-size: 18px;
  }
  #custom-html-1 .gb-logo-main small {
    font-size: 10px;
  }
  #custom-html-1 .gb-logo-service {
    display: none;
  }
  #custom-html-1 .gb-phone {
    display: none;
  }
  #custom-html-1 .gb-menu-label {
    display: inline-flex;
    margin-left: auto;
    background: var(--gb-black);
    color: var(--gb-white);
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
  }
  #custom-html-1 .gb-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    margin-left: 0;
  }
  #custom-html-1 .gb-menu-toggle:checked ~ .gb-nav {
    display: flex;
  }
  #custom-html-1 .gb-nav a {
    background: var(--gb-light);
    text-align: center;
  }
  #custom-html-1 .gb-thanks-main {
    margin: 34px auto 30px;
    min-height: auto;
  }
  #custom-html-1 .gb-thanks-card {
    padding: 34px 22px;
    border-radius: 24px;
  }
  #custom-html-1 .gb-thanks-icon {
    width: 64px;
    height: 64px;
  }
  #custom-html-1 .gb-thanks-card h1 {
    font-size: 38px;
  }
  #custom-html-1 .gb-thanks-text {
    font-size: 16px;
  }
  #custom-html-1 .gb-thanks-info {
    grid-template-columns: 1fr;
  }
  #custom-html-1 .gb-thanks-actions {
    flex-direction: column;
  }
  #custom-html-1 .gb-btn {
    width: 100%;
  }
  #custom-html-1 .gb-footer-inner {
    grid-template-columns: 1fr;
  }
}
#custom-html-1 .gb-logo-service {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding-left: 22px !important;
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
  min-width: 190px !important;
}
#custom-html-1 .gb-logo-service span {
  display: block !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: var(--gb-gray) !important;
  white-space: nowrap !important;
}
#custom-html-1 .gb-logo-service img {
  width: 150px !important;
  max-width: 150px !important;
  height: auto !important;
  display: block !important;
}
#custom-html-1 .gb-logo-main strong {
  white-space: nowrap !important;
}
#custom-html-1 .gb-logo-main small {
  white-space: nowrap !important;
}
#custom-html-1 .gb-header-inner {
  flex-wrap: nowrap !important;
}
#custom-html-1 .gb-logo-wrap {
  flex-shrink: 0 !important;
  min-width: auto !important;
}
@media (max-width: 1180px) {
  #custom-html-1 {
    /* Desktop-Navigation und Telefon raus */
    /* Menübutton anzeigen */
  }
  #custom-html-1 .gb-header-inner {
    border-radius: 28px !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }
  #custom-html-1 .gb-logo-wrap {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  #custom-html-1 .gb-logo-main strong {
    font-size: 20px !important;
    white-space: nowrap !important;
  }
  #custom-html-1 .gb-logo-main small {
    font-size: 11px !important;
    white-space: nowrap !important;
  }
  #custom-html-1 .gb-logo-service {
    min-width: 150px !important;
    padding-left: 16px !important;
  }
  #custom-html-1 .gb-logo-service img {
    width: 125px !important;
    max-width: 125px !important;
  }
  #custom-html-1 .gb-logo-service span {
    font-size: 9px !important;
  }
  #custom-html-1 .gb-nav {
    display: none !important;
    order: 10 !important;
    width: 100% !important;
    margin-left: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
  }
  #custom-html-1 .gb-phone {
    display: none !important;
  }
  #custom-html-1 .gb-menu-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    background: var(--gb-black) !important;
    color: var(--gb-white) !important;
    border-radius: 999px !important;
    padding: 12px 18px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
  }
  #custom-html-1 .gb-menu-toggle:checked ~ .gb-nav {
    display: flex !important;
  }
  #custom-html-1 .gb-nav a {
    background: var(--gb-light) !important;
    text-align: center !important;
    border-radius: 14px !important;
    padding: 13px 16px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 820px) {
  #custom-html-1 .gb-header {
    top: 8px !important;
    padding-top: 8px !important;
  }
  #custom-html-1 .gb-header-inner {
    padding: 12px !important;
    border-radius: 24px !important;
  }
  #custom-html-1 .gb-logo-wrap {
    width: auto !important;
    flex: 1 1 auto !important;
    gap: 0 !important;
  }
  #custom-html-1 .gb-logo-service {
    display: none !important;
  }
  #custom-html-1 .gb-logo-main strong {
    font-size: 18px !important;
    letter-spacing: -0.045em !important;
  }
  #custom-html-1 .gb-logo-main small {
    font-size: 10px !important;
  }
  #custom-html-1 .gb-menu-label {
    padding: 10px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 430px) {
  #custom-html-1 .gb-logo-main strong {
    font-size: 16px !important;
  }
  #custom-html-1 .gb-logo-main small {
    font-size: 9px !important;
  }
  #custom-html-1 .gb-menu-label {
    padding: 9px 13px !important;
  }
}
#custom-html-1 .gb-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--gb-white) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}
#custom-html-1 .gb-header-inner {
  width: var(--gb-width) !important;
  max-width: var(--gb-max) !important;
  margin: 0 auto !important;
  min-height: 92px !important;
  border-radius: 0 !important;
  background: var(--gb-white) !important;
  border: none !important;
  box-shadow: none !important;
  padding: 12px 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
}
#custom-html-1 .gb-logo-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  flex: 0 0 auto !important;
  min-width: auto !important;
}
#custom-html-1 .gb-logo-main strong {
  display: block !important;
  white-space: nowrap !important;
  font-size: 24px !important;
  line-height: .95 !important;
  letter-spacing: -0.055em !important;
}
#custom-html-1 .gb-logo-main small {
  display: block !important;
  white-space: nowrap !important;
  font-size: 12px !important;
  margin-top: 6px !important;
}
#custom-html-1 .gb-logo-service {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding-left: 22px !important;
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
  min-width: 170px !important;
}
#custom-html-1 .gb-logo-service span {
  display: block !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: var(--gb-gray) !important;
  white-space: nowrap !important;
}
#custom-html-1 .gb-logo-service img {
  width: 145px !important;
  max-width: 145px !important;
  height: auto !important;
  display: block !important;
}
#custom-html-1 .gb-nav {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-left: auto !important;
  flex-wrap: nowrap !important;
}
#custom-html-1 .gb-nav a {
  white-space: nowrap !important;
  font-size: 14px !important;
  line-height: 1 !important;
  padding: 10px 10px !important;
}
#custom-html-1 .gb-phone {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}
@media (max-width: 1240px) {
  #custom-html-1 {
    /* Navigation und Telefon raus */
    /* Menuebutton rein */
  }
  #custom-html-1 .gb-header-inner {
    min-height: 82px !important;
    padding: 12px 0 !important;
    gap: 16px !important;
  }
  #custom-html-1 .gb-logo-main strong {
    font-size: 22px !important;
  }
  #custom-html-1 .gb-logo-main small {
    font-size: 11px !important;
  }
  #custom-html-1 .gb-logo-service {
    min-width: 150px !important;
    padding-left: 18px !important;
  }
  #custom-html-1 .gb-logo-service img {
    width: 128px !important;
    max-width: 128px !important;
  }
  #custom-html-1 .gb-nav {
    display: none !important;
    order: 20 !important;
    width: 100% !important;
    margin-left: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding: 10px 0 4px !important;
  }
  #custom-html-1 .gb-phone {
    display: none !important;
  }
  #custom-html-1 .gb-menu-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    background: var(--gb-black) !important;
    color: var(--gb-white) !important;
    border-radius: 999px !important;
    padding: 11px 17px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
  }
  #custom-html-1 .gb-header-inner {
    flex-wrap: wrap !important;
  }
  #custom-html-1 .gb-menu-toggle:checked ~ .gb-nav {
    display: flex !important;
  }
  #custom-html-1 .gb-nav a {
    display: block !important;
    width: 100% !important;
    background: var(--gb-light) !important;
    text-align: center !important;
    border-radius: 14px !important;
    padding: 13px 16px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 820px) {
  #custom-html-1 .gb-header-inner {
    width: var(--gb-width) !important;
    min-height: 74px !important;
    padding: 10px 0 !important;
  }
  #custom-html-1 .gb-logo-wrap {
    gap: 0 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  #custom-html-1 .gb-logo-service {
    display: none !important;
  }
  #custom-html-1 .gb-logo-main strong {
    font-size: 20px !important;
    white-space: nowrap !important;
  }
  #custom-html-1 .gb-logo-main small {
    font-size: 10px !important;
  }
  #custom-html-1 .gb-menu-label {
    padding: 10px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 430px) {
  #custom-html-1 .gb-logo-main strong {
    font-size: 17px !important;
  }
  #custom-html-1 .gb-logo-main small {
    font-size: 9px !important;
  }
}
@media (min-width: 1241px) {
  #custom-html-1 .gb-nav a {
    position: relative !important;
    overflow: visible !important;
    text-decoration: none !important;
  }
  #custom-html-1 .gb-nav a::before,
  #custom-html-1 .gb-nav a::after {
    content: "" !important;
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 4px !important;
    top: auto !important;
    width: auto !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: var(--gb-red) !important;
    opacity: 0 !important;
    transform: scaleX(0.35) !important;
    transform-origin: center !important;
    transition: opacity .18s ease, transform .18s ease !important;
    pointer-events: none !important;
  }
  #custom-html-1 .gb-nav a:hover::after,
  #custom-html-1 .gb-nav a:hover::before {
    opacity: 1 !important;
    transform: scaleX(1) !important;
  }
}
@media (max-width: 1240px) {
  #custom-html-1 .gb-nav a {
    position: relative !important;
    text-decoration: none !important;
    color: var(--gb-dark) !important;
  }
  #custom-html-1 .gb-nav a::before,
  #custom-html-1 .gb-nav a::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
  }
  #custom-html-1 .gb-nav a:hover {
    color: var(--gb-red) !important;
    background: var(--gb-light) !important;
    text-decoration: none !important;
  }
}
@media (max-width: 820px) {
  #custom-html-1 .gb-nav a:hover,
  #custom-html-1 .gb-nav a:focus,
  #custom-html-1 .gb-nav a:active {
    color: var(--gb-red) !important;
    background: var(--gb-light) !important;
    text-decoration: none !important;
  }
}
#custom-html-2 {
  /* HEADER FINAL */
  /* LEGAL PAGE */
  /* FOOTER */
  /* TABLET HEADER */
  /* TABLET CONTENT */
  /* KLEINES TABLET / HANDY HEADER */
  /* HANDY CONTENT */
  /* SEHR KLEINE HANDYS */
  /* DATENSCHUTZ-HEADLINE IN EINER ZEILE */
  /* Tablet: etwas kleiner, weiterhin eine Zeile */
  /* Handy: wenn es zu eng wird, darf es sauber umbrechen */
  /* MOBILE FIX DATENSCHUTZ HEADLINE */
  /* FINAL NAV HOVER FIX GLASREINIGUNG.BAYERN */
  /* Desktop: roter Balken mit sauberem Abstand unter dem Link */
  /* Tablet-Menü: roten Balken komplett entfernen */
  /* Handy-Menü: wie gewünscht nur rot beim Hover/Tap */
}
#custom-html-2 .gb-page {
  --gb-red: #d00000;
  --gb-dark: #101419;
  --gb-black: #050608;
  --gb-white: #ffffff;
  --gb-light: #f5f6f8;
  --gb-gray: #5f6670;
  --gb-border: rgba(0, 0, 0, 0.12);
  --gb-radius: 28px;
  --gb-width: 94%;
  --gb-max: 1240px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--gb-dark);
  background: var(--gb-light);
}
#custom-html-2 .gb-page * {
  box-sizing: border-box;
}
#custom-html-2 .gb-page a {
  color: inherit;
  text-decoration: none;
}
#custom-html-2 .gb-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--gb-white) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}
#custom-html-2 .gb-header-inner {
  width: var(--gb-width) !important;
  max-width: var(--gb-max) !important;
  margin: 0 auto !important;
  min-height: 92px !important;
  border-radius: 0 !important;
  background: var(--gb-white) !important;
  border: none !important;
  box-shadow: none !important;
  padding: 12px 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
}
#custom-html-2 .gb-logo-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  flex: 0 0 auto !important;
  min-width: auto !important;
}
#custom-html-2 .gb-logo-main {
  display: block !important;
  flex: 0 0 auto !important;
}
#custom-html-2 .gb-logo-main strong {
  display: block !important;
  white-space: nowrap !important;
  font-size: 24px !important;
  line-height: .95 !important;
  letter-spacing: -0.055em !important;
  color: var(--gb-black);
}
#custom-html-2 .gb-logo-main strong span {
  color: var(--gb-red);
}
#custom-html-2 .gb-logo-main small {
  display: block !important;
  white-space: nowrap !important;
  font-size: 12px !important;
  margin-top: 6px !important;
  color: var(--gb-gray);
  font-weight: 700;
}
#custom-html-2 .gb-logo-service {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding-left: 22px !important;
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
  min-width: 170px !important;
}
#custom-html-2 .gb-logo-service span {
  display: block !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: var(--gb-gray) !important;
  white-space: nowrap !important;
}
#custom-html-2 .gb-logo-service img {
  width: 145px !important;
  max-width: 145px !important;
  height: auto !important;
  display: block !important;
}
#custom-html-2 .gb-nav {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-left: auto !important;
  flex-wrap: nowrap !important;
}
#custom-html-2 .gb-nav a {
  white-space: nowrap !important;
  font-size: 14px !important;
  line-height: 1 !important;
  padding: 10px 10px !important;
  border-radius: 999px;
  color: var(--gb-dark);
  font-weight: 800;
}
#custom-html-2 .gb-nav a:hover {
  background: var(--gb-light);
}
#custom-html-2 .gb-phone {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  background: var(--gb-red);
  color: var(--gb-white) !important;
  border-radius: 999px;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(208, 0, 0, 0.25);
}
#custom-html-2 .gb-menu-toggle,
#custom-html-2 .gb-menu-label {
  display: none;
}
#custom-html-2 .gb-legal-main {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 42px auto 46px;
}
#custom-html-2 .gb-legal-hero {
  border-radius: var(--gb-radius);
  background: radial-gradient(circle at top right, rgba(208, 0, 0, 0.1), transparent 36%), linear-gradient(145deg, #ffffff, #f3f4f6);
  border: 1px solid var(--gb-border);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.1);
  padding: 46px;
  margin-bottom: 24px;
}
#custom-html-2 .gb-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(208, 0, 0, 0.08);
  color: var(--gb-red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
#custom-html-2 .gb-legal-hero h1 {
  margin: 0;
  color: var(--gb-black);
  font-size: 56px;
  line-height: .98;
  letter-spacing: -0.06em;
}
#custom-html-2 .gb-legal-hero h1 span {
  display: block;
  color: var(--gb-red);
}
#custom-html-2 .gb-legal-hero p {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--gb-gray);
  font-size: 18px;
  line-height: 1.55;
}
#custom-html-2 .gb-legal-card {
  background: var(--gb-white);
  border: 1px solid var(--gb-border);
  border-radius: var(--gb-radius);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
  padding: 46px;
}
#custom-html-2 .gb-legal-updated {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--gb-light);
  color: var(--gb-gray);
  font-size: 13px;
  font-weight: 800;
}
#custom-html-2 .gb-legal-card h2 {
  margin: 34px 0 12px;
  color: var(--gb-black);
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}
#custom-html-2 .gb-legal-card h2:first-of-type {
  margin-top: 0;
}
#custom-html-2 .gb-legal-card p {
  margin: 0 0 14px;
  color: var(--gb-gray);
  font-size: 16px;
  line-height: 1.68;
}
#custom-html-2 .gb-legal-card a {
  color: var(--gb-red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#custom-html-2 .gb-legal-card ul {
  margin: 0 0 18px;
  padding-left: 22px;
  color: var(--gb-gray);
}
#custom-html-2 .gb-legal-card li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.55;
}
#custom-html-2 .gb-legal-box {
  margin: 18px 0 24px;
  padding: 22px;
  border-radius: 22px;
  background: var(--gb-light);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
#custom-html-2 .gb-legal-box p:last-child {
  margin-bottom: 0;
}
#custom-html-2 .gb-legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#custom-html-2 .gb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none !important;
}
#custom-html-2 .gb-btn:hover {
  transform: translateY(-2px);
}
#custom-html-2 .gb-btn-red {
  background: var(--gb-red);
  color: var(--gb-white) !important;
  box-shadow: 0 14px 30px rgba(208, 0, 0, 0.24);
}
#custom-html-2 .gb-btn-red:hover {
  background: #b80000;
  box-shadow: 0 18px 38px rgba(208, 0, 0, 0.32);
}
#custom-html-2 .gb-btn-dark {
  background: var(--gb-black);
  color: var(--gb-white) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}
#custom-html-2 .gb-btn-dark:hover {
  background: #1a1d22;
}
#custom-html-2 .gb-footer {
  background: var(--gb-black);
  color: var(--gb-white);
  padding: 44px 0 18px;
}
#custom-html-2 .gb-footer-inner {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 24px;
}
#custom-html-2 .gb-footer h3,
#custom-html-2 .gb-footer h4,
#custom-html-2 .gb-footer p {
  margin: 0;
}
#custom-html-2 .gb-footer h3 {
  font-size: 22px;
  letter-spacing: -0.04em;
}
#custom-html-2 .gb-footer h3 span {
  color: var(--gb-red);
}
#custom-html-2 .gb-footer h4 {
  margin-bottom: 12px;
  color: var(--gb-white);
  font-size: 15px;
}
#custom-html-2 .gb-footer p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.45;
}
#custom-html-2 .gb-footer a {
  color: rgba(255, 255, 255, 0.78);
}
#custom-html-2 .gb-footer a:hover {
  color: var(--gb-white);
}
#custom-html-2 .gb-footer-bottom {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 24px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}
@media (max-width: 1240px) {
  #custom-html-2 .gb-header-inner {
    min-height: 82px !important;
    padding: 12px 0 !important;
    gap: 16px !important;
  }
  #custom-html-2 .gb-logo-main strong {
    font-size: 22px !important;
  }
  #custom-html-2 .gb-logo-main small {
    font-size: 11px !important;
  }
  #custom-html-2 .gb-logo-service {
    min-width: 150px !important;
    padding-left: 18px !important;
  }
  #custom-html-2 .gb-logo-service img {
    width: 128px !important;
    max-width: 128px !important;
  }
  #custom-html-2 .gb-nav {
    display: none !important;
    order: 20 !important;
    width: 100% !important;
    margin-left: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding: 10px 0 4px !important;
  }
  #custom-html-2 .gb-phone {
    display: none !important;
  }
  #custom-html-2 .gb-menu-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    background: var(--gb-black) !important;
    color: var(--gb-white) !important;
    border-radius: 999px !important;
    padding: 11px 17px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
  }
  #custom-html-2 .gb-header-inner {
    flex-wrap: wrap !important;
  }
  #custom-html-2 .gb-menu-toggle:checked ~ .gb-nav {
    display: flex !important;
  }
  #custom-html-2 .gb-nav a {
    display: block !important;
    width: 100% !important;
    background: var(--gb-light) !important;
    text-align: center !important;
    border-radius: 14px !important;
    padding: 13px 16px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 980px) {
  #custom-html-2 .gb-legal-main {
    margin: 34px auto 38px;
  }
  #custom-html-2 .gb-legal-hero {
    padding: 38px 30px;
    border-radius: 26px;
  }
  #custom-html-2 .gb-legal-hero h1 {
    font-size: 46px;
  }
  #custom-html-2 .gb-legal-card {
    padding: 36px 30px;
    border-radius: 26px;
  }
  #custom-html-2 .gb-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 820px) {
  #custom-html-2 .gb-header-inner {
    width: var(--gb-width) !important;
    min-height: 74px !important;
    padding: 10px 0 !important;
  }
  #custom-html-2 .gb-logo-wrap {
    gap: 0 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  #custom-html-2 .gb-logo-service {
    display: none !important;
  }
  #custom-html-2 .gb-logo-main strong {
    font-size: 20px !important;
    white-space: nowrap !important;
  }
  #custom-html-2 .gb-logo-main small {
    font-size: 10px !important;
  }
  #custom-html-2 .gb-menu-label {
    padding: 10px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 760px) {
  #custom-html-2 .gb-legal-main {
    margin: 26px auto 30px;
  }
  #custom-html-2 .gb-legal-hero {
    padding: 30px 22px;
    border-radius: 24px;
  }
  #custom-html-2 .gb-kicker {
    font-size: 12px;
  }
  #custom-html-2 .gb-legal-hero h1 {
    font-size: 38px;
  }
  #custom-html-2 .gb-legal-hero p {
    font-size: 16px;
  }
  #custom-html-2 .gb-legal-card {
    padding: 28px 22px;
    border-radius: 24px;
  }
  #custom-html-2 .gb-legal-card h2 {
    font-size: 23px;
  }
  #custom-html-2 .gb-legal-card p,
  #custom-html-2 .gb-legal-card li {
    font-size: 15px;
  }
  #custom-html-2 .gb-legal-box {
    padding: 18px;
    border-radius: 18px;
  }
  #custom-html-2 .gb-legal-actions {
    flex-direction: column;
  }
  #custom-html-2 .gb-btn {
    width: 100%;
  }
  #custom-html-2 .gb-footer-inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 430px) {
  #custom-html-2 .gb-logo-main strong {
    font-size: 17px !important;
  }
  #custom-html-2 .gb-logo-main small {
    font-size: 9px !important;
  }
  #custom-html-2 .gb-legal-hero h1 {
    font-size: 34px;
  }
}
#custom-html-2 .gb-legal-hero h1 span {
  display: inline !important;
}
#custom-html-2 .gb-legal-hero h1 {
  font-size: 52px !important;
  line-height: 1.02 !important;
  max-width: 100% !important;
  white-space: nowrap !important;
}
@media (max-width: 980px) {
  #custom-html-2 .gb-legal-hero h1 {
    font-size: 44px !important;
    white-space: nowrap !important;
  }
}
@media (max-width: 560px) {
  #custom-html-2 .gb-legal-hero h1 {
    font-size: 36px !important;
    white-space: normal !important;
  }
}
@media (max-width: 560px) {
  #custom-html-2 .gb-legal-hero h1 {
    font-size: 38px !important;
    line-height: 1.02 !important;
    letter-spacing: -0.06em !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }
  #custom-html-2 .gb-legal-hero h1 span {
    display: block !important;
    white-space: nowrap !important;
  }
}
@media (max-width: 390px) {
  #custom-html-2 .gb-legal-hero h1 {
    font-size: 34px !important;
  }
}
@media (min-width: 1241px) {
  #custom-html-2 .gb-nav a {
    position: relative !important;
    overflow: visible !important;
    text-decoration: none !important;
  }
  #custom-html-2 .gb-nav a::before,
  #custom-html-2 .gb-nav a::after {
    content: "" !important;
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 4px !important;
    top: auto !important;
    width: auto !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: var(--gb-red) !important;
    opacity: 0 !important;
    transform: scaleX(0.35) !important;
    transform-origin: center !important;
    transition: opacity .18s ease, transform .18s ease !important;
    pointer-events: none !important;
  }
  #custom-html-2 .gb-nav a:hover::after,
  #custom-html-2 .gb-nav a:hover::before {
    opacity: 1 !important;
    transform: scaleX(1) !important;
  }
}
@media (max-width: 1240px) {
  #custom-html-2 .gb-nav a {
    position: relative !important;
    text-decoration: none !important;
    color: var(--gb-dark) !important;
  }
  #custom-html-2 .gb-nav a::before,
  #custom-html-2 .gb-nav a::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
  }
  #custom-html-2 .gb-nav a:hover {
    color: var(--gb-red) !important;
    background: var(--gb-light) !important;
    text-decoration: none !important;
  }
}
@media (max-width: 820px) {
  #custom-html-2 .gb-nav a:hover,
  #custom-html-2 .gb-nav a:focus,
  #custom-html-2 .gb-nav a:active {
    color: var(--gb-red) !important;
    background: var(--gb-light) !important;
    text-decoration: none !important;
  }
}
#custom-html-4 {
  /* HEADER FINAL */
  /* LEGAL PAGE */
  /* FOOTER */
  /* TABLET HEADER */
  /* TABLET CONTENT */
  /* KLEINES TABLET / HANDY HEADER */
  /* HANDY CONTENT */
  /* SEHR KLEINE HANDYS */
  /* FINAL NAV HOVER FIX GLASREINIGUNG.BAYERN */
  /* Desktop: roter Balken mit sauberem Abstand unter dem Link */
  /* Tablet-Menü: roten Balken komplett entfernen */
  /* Handy-Menü: wie gewünscht nur rot beim Hover/Tap */
}
#custom-html-4 .gb-page {
  --gb-red: #d00000;
  --gb-dark: #101419;
  --gb-black: #050608;
  --gb-white: #ffffff;
  --gb-light: #f5f6f8;
  --gb-gray: #5f6670;
  --gb-border: rgba(0, 0, 0, 0.12);
  --gb-radius: 28px;
  --gb-width: 94%;
  --gb-max: 1240px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--gb-dark);
  background: var(--gb-light);
}
#custom-html-4 .gb-page * {
  box-sizing: border-box;
}
#custom-html-4 .gb-page a {
  color: inherit;
  text-decoration: none;
}
#custom-html-4 .gb-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--gb-white) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}
#custom-html-4 .gb-header-inner {
  width: var(--gb-width) !important;
  max-width: var(--gb-max) !important;
  margin: 0 auto !important;
  min-height: 92px !important;
  border-radius: 0 !important;
  background: var(--gb-white) !important;
  border: none !important;
  box-shadow: none !important;
  padding: 12px 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
}
#custom-html-4 .gb-logo-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  flex: 0 0 auto !important;
  min-width: auto !important;
}
#custom-html-4 .gb-logo-main {
  display: block !important;
  flex: 0 0 auto !important;
}
#custom-html-4 .gb-logo-main strong {
  display: block !important;
  white-space: nowrap !important;
  font-size: 24px !important;
  line-height: .95 !important;
  letter-spacing: -0.055em !important;
  color: var(--gb-black);
}
#custom-html-4 .gb-logo-main strong span {
  color: var(--gb-red);
}
#custom-html-4 .gb-logo-main small {
  display: block !important;
  white-space: nowrap !important;
  font-size: 12px !important;
  margin-top: 6px !important;
  color: var(--gb-gray);
  font-weight: 700;
}
#custom-html-4 .gb-logo-service {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding-left: 22px !important;
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
  min-width: 170px !important;
}
#custom-html-4 .gb-logo-service span {
  display: block !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: var(--gb-gray) !important;
  white-space: nowrap !important;
}
#custom-html-4 .gb-logo-service img {
  width: 145px !important;
  max-width: 145px !important;
  height: auto !important;
  display: block !important;
}
#custom-html-4 .gb-nav {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-left: auto !important;
  flex-wrap: nowrap !important;
}
#custom-html-4 .gb-nav a {
  white-space: nowrap !important;
  font-size: 14px !important;
  line-height: 1 !important;
  padding: 10px 10px !important;
  border-radius: 999px;
  color: var(--gb-dark);
  font-weight: 800;
}
#custom-html-4 .gb-nav a:hover {
  background: var(--gb-light);
}
#custom-html-4 .gb-phone {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  background: var(--gb-red);
  color: var(--gb-white) !important;
  border-radius: 999px;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(208, 0, 0, 0.25);
}
#custom-html-4 .gb-menu-toggle,
#custom-html-4 .gb-menu-label {
  display: none;
}
#custom-html-4 .gb-legal-main {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 42px auto 46px;
}
#custom-html-4 .gb-legal-hero {
  border-radius: var(--gb-radius);
  background: radial-gradient(circle at top right, rgba(208, 0, 0, 0.1), transparent 36%), linear-gradient(145deg, #ffffff, #f3f4f6);
  border: 1px solid var(--gb-border);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.1);
  padding: 46px;
  margin-bottom: 24px;
}
#custom-html-4 .gb-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(208, 0, 0, 0.08);
  color: var(--gb-red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
#custom-html-4 .gb-legal-hero h1 {
  margin: 0;
  color: var(--gb-black);
  font-size: 56px;
  line-height: .98;
  letter-spacing: -0.06em;
}
#custom-html-4 .gb-legal-hero h1 span {
  color: var(--gb-red);
}
#custom-html-4 .gb-legal-hero p {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--gb-gray);
  font-size: 18px;
  line-height: 1.55;
}
#custom-html-4 .gb-legal-card {
  background: var(--gb-white);
  border: 1px solid var(--gb-border);
  border-radius: var(--gb-radius);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
  padding: 46px;
}
#custom-html-4 .gb-legal-updated {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--gb-light);
  color: var(--gb-gray);
  font-size: 13px;
  font-weight: 800;
}
#custom-html-4 .gb-legal-card h2 {
  margin: 34px 0 12px;
  color: var(--gb-black);
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}
#custom-html-4 .gb-legal-card h2:first-of-type {
  margin-top: 0;
}
#custom-html-4 .gb-legal-card h3 {
  margin: 0 0 10px;
  color: var(--gb-black);
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
#custom-html-4 .gb-legal-card p {
  margin: 0 0 14px;
  color: var(--gb-gray);
  font-size: 16px;
  line-height: 1.68;
}
#custom-html-4 .gb-legal-card a {
  color: var(--gb-red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#custom-html-4 .gb-legal-box {
  margin: 18px 0 24px;
  padding: 22px;
  border-radius: 22px;
  background: var(--gb-light);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
#custom-html-4 .gb-legal-box p:last-child {
  margin-bottom: 0;
}
#custom-html-4 .gb-legal-location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 18px 0 24px;
}
#custom-html-4 .gb-legal-location {
  padding: 22px;
  border-radius: 22px;
  background: var(--gb-light);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
#custom-html-4 .gb-legal-location p:last-child {
  margin-bottom: 0;
}
#custom-html-4 .gb-legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#custom-html-4 .gb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none !important;
}
#custom-html-4 .gb-btn:hover {
  transform: translateY(-2px);
}
#custom-html-4 .gb-btn-red {
  background: var(--gb-red);
  color: var(--gb-white) !important;
  box-shadow: 0 14px 30px rgba(208, 0, 0, 0.24);
}
#custom-html-4 .gb-btn-red:hover {
  background: #b80000;
  box-shadow: 0 18px 38px rgba(208, 0, 0, 0.32);
}
#custom-html-4 .gb-btn-dark {
  background: var(--gb-black);
  color: var(--gb-white) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}
#custom-html-4 .gb-btn-dark:hover {
  background: #1a1d22;
}
#custom-html-4 .gb-footer {
  background: var(--gb-black);
  color: var(--gb-white);
  padding: 44px 0 18px;
}
#custom-html-4 .gb-footer-inner {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 24px;
}
#custom-html-4 .gb-footer h3,
#custom-html-4 .gb-footer h4,
#custom-html-4 .gb-footer p {
  margin: 0;
}
#custom-html-4 .gb-footer h3 {
  font-size: 22px;
  letter-spacing: -0.04em;
}
#custom-html-4 .gb-footer h3 span {
  color: var(--gb-red);
}
#custom-html-4 .gb-footer h4 {
  margin-bottom: 12px;
  color: var(--gb-white);
  font-size: 15px;
}
#custom-html-4 .gb-footer p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.45;
}
#custom-html-4 .gb-footer a {
  color: rgba(255, 255, 255, 0.78);
}
#custom-html-4 .gb-footer a:hover {
  color: var(--gb-white);
}
#custom-html-4 .gb-footer-bottom {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 24px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}
@media (max-width: 1240px) {
  #custom-html-4 .gb-header-inner {
    min-height: 82px !important;
    padding: 12px 0 !important;
    gap: 16px !important;
  }
  #custom-html-4 .gb-logo-main strong {
    font-size: 22px !important;
  }
  #custom-html-4 .gb-logo-main small {
    font-size: 11px !important;
  }
  #custom-html-4 .gb-logo-service {
    min-width: 150px !important;
    padding-left: 18px !important;
  }
  #custom-html-4 .gb-logo-service img {
    width: 128px !important;
    max-width: 128px !important;
  }
  #custom-html-4 .gb-nav {
    display: none !important;
    order: 20 !important;
    width: 100% !important;
    margin-left: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding: 10px 0 4px !important;
  }
  #custom-html-4 .gb-phone {
    display: none !important;
  }
  #custom-html-4 .gb-menu-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    background: var(--gb-black) !important;
    color: var(--gb-white) !important;
    border-radius: 999px !important;
    padding: 11px 17px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
  }
  #custom-html-4 .gb-header-inner {
    flex-wrap: wrap !important;
  }
  #custom-html-4 .gb-menu-toggle:checked ~ .gb-nav {
    display: flex !important;
  }
  #custom-html-4 .gb-nav a {
    display: block !important;
    width: 100% !important;
    background: var(--gb-light) !important;
    text-align: center !important;
    border-radius: 14px !important;
    padding: 13px 16px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 980px) {
  #custom-html-4 .gb-legal-main {
    margin: 34px auto 38px;
  }
  #custom-html-4 .gb-legal-hero {
    padding: 38px 30px;
    border-radius: 26px;
  }
  #custom-html-4 .gb-legal-hero h1 {
    font-size: 46px;
  }
  #custom-html-4 .gb-legal-card {
    padding: 36px 30px;
    border-radius: 26px;
  }
  #custom-html-4 .gb-legal-location-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-4 .gb-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 820px) {
  #custom-html-4 .gb-header-inner {
    width: var(--gb-width) !important;
    min-height: 74px !important;
    padding: 10px 0 !important;
  }
  #custom-html-4 .gb-logo-wrap {
    gap: 0 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  #custom-html-4 .gb-logo-service {
    display: none !important;
  }
  #custom-html-4 .gb-logo-main strong {
    font-size: 20px !important;
    white-space: nowrap !important;
  }
  #custom-html-4 .gb-logo-main small {
    font-size: 10px !important;
  }
  #custom-html-4 .gb-menu-label {
    padding: 10px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 760px) {
  #custom-html-4 .gb-legal-main {
    margin: 26px auto 30px;
  }
  #custom-html-4 .gb-legal-hero {
    padding: 30px 22px;
    border-radius: 24px;
  }
  #custom-html-4 .gb-kicker {
    font-size: 12px;
  }
  #custom-html-4 .gb-legal-hero h1 {
    font-size: 42px;
  }
  #custom-html-4 .gb-legal-hero p {
    font-size: 16px;
  }
  #custom-html-4 .gb-legal-card {
    padding: 28px 22px;
    border-radius: 24px;
  }
  #custom-html-4 .gb-legal-card h2 {
    font-size: 23px;
  }
  #custom-html-4 .gb-legal-card h3 {
    font-size: 18px;
  }
  #custom-html-4 .gb-legal-card p,
  #custom-html-4 .gb-legal-card li {
    font-size: 15px;
  }
  #custom-html-4 .gb-legal-box,
  #custom-html-4 .gb-legal-location {
    padding: 18px;
    border-radius: 18px;
  }
  #custom-html-4 .gb-legal-actions {
    flex-direction: column;
  }
  #custom-html-4 .gb-btn {
    width: 100%;
  }
  #custom-html-4 .gb-footer-inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 430px) {
  #custom-html-4 .gb-logo-main strong {
    font-size: 17px !important;
  }
  #custom-html-4 .gb-logo-main small {
    font-size: 9px !important;
  }
  #custom-html-4 .gb-legal-hero h1 {
    font-size: 38px;
  }
}
@media (min-width: 1241px) {
  #custom-html-4 .gb-nav a {
    position: relative !important;
    overflow: visible !important;
    text-decoration: none !important;
  }
  #custom-html-4 .gb-nav a::before,
  #custom-html-4 .gb-nav a::after {
    content: "" !important;
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 4px !important;
    top: auto !important;
    width: auto !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: var(--gb-red) !important;
    opacity: 0 !important;
    transform: scaleX(0.35) !important;
    transform-origin: center !important;
    transition: opacity .18s ease, transform .18s ease !important;
    pointer-events: none !important;
  }
  #custom-html-4 .gb-nav a:hover::after,
  #custom-html-4 .gb-nav a:hover::before {
    opacity: 1 !important;
    transform: scaleX(1) !important;
  }
}
@media (max-width: 1240px) {
  #custom-html-4 .gb-nav a {
    position: relative !important;
    text-decoration: none !important;
    color: var(--gb-dark) !important;
  }
  #custom-html-4 .gb-nav a::before,
  #custom-html-4 .gb-nav a::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
  }
  #custom-html-4 .gb-nav a:hover {
    color: var(--gb-red) !important;
    background: var(--gb-light) !important;
    text-decoration: none !important;
  }
}
@media (max-width: 820px) {
  #custom-html-4 .gb-nav a:hover,
  #custom-html-4 .gb-nav a:focus,
  #custom-html-4 .gb-nav a:active {
    color: var(--gb-red) !important;
    background: var(--gb-light) !important;
    text-decoration: none !important;
  }
}
#custom-html-6 {
  /* HEADER */
  /* PUTZAFFE SERVICE-LOGO WIE STARTSEITE */
  /* NAVIGATION */
  /* FEHLERSEITE */
  /* RECHTER BEREICH */
  /* FOOTER */
  /* RESPONSIVE */
  /* =========================================================
   FEHLERSEITE: HEADER 1:1 WIE STARTSEITE GLASREINIGUNG.BAYERN
   ========================================================= */
  /* Header wie Startseite: gerade, breit, stabil */
  /* Linkes Hauptlogo stabil halten */
  /* Service-Block: Text ueber Putzaffe, kompakt und sichtbar */
  /* Navigation Desktop */
  /* Desktop: roter Balken mit sauberem Abstand unter dem Link */
  /* Tablet quer: sofort auf MENUE umschalten */
  /* Kleines Tablet / Handy */
  /* Sehr kleine Handys */
  /* =========================================================
   FEHLERSEITE: FOOTER AN STARTSEITE ANGEPASST
   ========================================================= */
}
#custom-html-6 .gb-page {
  --gb-red: #d00000;
  --gb-dark: #101419;
  --gb-black: #050608;
  --gb-white: #ffffff;
  --gb-light: #f5f6f8;
  --gb-gray: #5f6670;
  --gb-border: rgba(0, 0, 0, 0.12);
  --gb-radius: 24px;
  --gb-width: 94%;
  --gb-max: 1240px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--gb-dark);
  background: var(--gb-light);
  min-height: 100vh;
}
#custom-html-6 .gb-page * {
  box-sizing: border-box;
}
#custom-html-6 .gb-page a {
  text-decoration: none;
  color: inherit;
  transition: all .22s ease;
}
#custom-html-6 .gb-header {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 18px auto 0;
  background: var(--gb-white);
  border: 1px solid var(--gb-border);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 20;
}
#custom-html-6 .gb-header-inner {
  min-height: 82px;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
#custom-html-6 .gb-logo-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
#custom-html-6 .gb-logo-main {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  white-space: nowrap;
}
#custom-html-6 .gb-logo-main strong {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.6px;
  color: var(--gb-dark);
}
#custom-html-6 .gb-logo-main strong span {
  color: var(--gb-red);
}
#custom-html-6 .gb-logo-main small {
  margin-top: 4px;
  font-size: 12px;
  color: var(--gb-gray);
  font-weight: 700;
}
#custom-html-6 .gb-logo-service {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  min-width: 138px;
}
#custom-html-6 .gb-logo-service span {
  font-size: 11px;
  line-height: 1;
  color: var(--gb-gray);
  font-weight: 800;
  white-space: nowrap;
}
#custom-html-6 .gb-logo-service img {
  height: 42px;
  width: auto;
  display: block;
}
#custom-html-6 .gb-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 16px;
  font-weight: 900;
  color: var(--gb-dark);
}
#custom-html-6 .gb-nav a {
  position: relative;
  padding: 8px 0;
}
#custom-html-6 .gb-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--gb-red);
  transition: width .22s ease;
}
#custom-html-6 .gb-nav a:hover {
  color: var(--gb-red);
}
#custom-html-6 .gb-nav a:hover::after {
  width: 100%;
}
#custom-html-6 .gb-phone {
  background: var(--gb-red);
  color: var(--gb-white) !important;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(208, 0, 0, 0.28);
}
#custom-html-6 .gb-menu-toggle,
#custom-html-6 .gb-menu-label {
  display: none;
}
#custom-html-6 .gb-error-page {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 34px auto 54px;
  background: var(--gb-white);
  border-radius: var(--gb-radius);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
#custom-html-6 .gb-error-inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 560px;
}
#custom-html-6 .gb-error-content {
  padding: 72px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#custom-html-6 .gb-kicker {
  margin: 0 0 18px;
  display: inline-flex;
  width: fit-content;
  background: rgba(208, 0, 0, 0.1);
  color: var(--gb-red);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}
#custom-html-6 .gb-error-content h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.06;
  letter-spacing: -1.3px;
  color: var(--gb-dark);
}
#custom-html-6 .gb-error-content h1 span {
  color: var(--gb-red);
  display: block;
}
#custom-html-6 .gb-error-content p {
  margin: 24px 0 0;
  max-width: 610px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--gb-gray);
}
#custom-html-6 .gb-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
#custom-html-6 .gb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 15px;
}
#custom-html-6 .gb-btn-red {
  background: var(--gb-red);
  color: var(--gb-white) !important;
  box-shadow: 0 12px 26px rgba(208, 0, 0, 0.28);
}
#custom-html-6 .gb-btn-dark {
  background: var(--gb-dark);
  color: var(--gb-white) !important;
}
#custom-html-6 .gb-btn-light {
  background: var(--gb-light);
  color: var(--gb-dark);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#custom-html-6 .gb-btn:hover {
  transform: translateY(-2px);
}
#custom-html-6 .gb-error-note {
  margin-top: 32px;
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--gb-light);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--gb-gray);
  font-size: 14px;
  line-height: 1.5;
}
#custom-html-6 .gb-error-note strong {
  color: var(--gb-dark);
}
#custom-html-6 .gb-error-note a {
  color: var(--gb-red);
  font-weight: 900;
}
#custom-html-6 .gb-error-visual {
  background: radial-gradient(circle at 25% 20%, rgba(208, 0, 0, 0.28), transparent 34%), linear-gradient(135deg, #101419 0%, #050608 100%);
  color: var(--gb-white);
  padding: 58px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#custom-html-6 .gb-error-visual::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  pointer-events: none;
}
#custom-html-6 .gb-error-glass-card {
  position: relative;
  width: 100%;
  max-width: 430px;
  padding: 34px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}
#custom-html-6 .gb-error-window {
  height: 190px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.06)), linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.24);
  position: relative;
  overflow: hidden;
}
#custom-html-6 .gb-error-window::before,
#custom-html-6 .gb-error-window::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
#custom-html-6 .gb-error-window::before {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
}
#custom-html-6 .gb-error-window::after {
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
#custom-html-6 .gb-window-shine {
  position: absolute;
  top: -40px;
  left: 38px;
  width: 70px;
  height: 270px;
  background: rgba(255, 255, 255, 0.22);
  transform: rotate(24deg);
  border-radius: 999px;
}
#custom-html-6 .gb-window-line {
  position: absolute;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}
#custom-html-6 .gb-window-line-one {
  width: 86px;
  right: 34px;
  top: 46px;
}
#custom-html-6 .gb-window-line-two {
  width: 132px;
  right: 34px;
  bottom: 44px;
}
#custom-html-6 .gb-error-symbol {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--gb-red);
  color: var(--gb-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(208, 0, 0, 0.38);
  margin: -34px 0 24px 24px;
  position: relative;
  z-index: 2;
}
#custom-html-6 .gb-error-card-text h2 {
  margin: 0;
  font-size: 31px;
  line-height: 1.15;
  letter-spacing: -0.6px;
}
#custom-html-6 .gb-error-card-text p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  font-size: 16px;
}
#custom-html-6 .gb-direct-box {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}
#custom-html-6 .gb-direct-box a {
  display: block;
  padding: 15px 17px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 800;
  color: var(--gb-white);
}
#custom-html-6 .gb-direct-box a:hover {
  background: rgba(255, 255, 255, 0.16);
}
#custom-html-6 .gb-footer {
  background: var(--gb-black);
  color: var(--gb-white);
  margin-top: 54px;
  padding: 54px 0 22px;
}
#custom-html-6 .gb-footer-inner {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 32px;
}
#custom-html-6 .gb-footer h3,
#custom-html-6 .gb-footer h4 {
  margin: 0 0 14px;
}
#custom-html-6 .gb-footer h3 {
  font-size: 25px;
  font-weight: 900;
}
#custom-html-6 .gb-footer h3 span {
  color: var(--gb-red);
}
#custom-html-6 .gb-footer p {
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}
#custom-html-6 .gb-footer a:hover {
  color: var(--gb-white);
}
#custom-html-6 .gb-footer-bottom {
  width: var(--gb-width);
  max-width: var(--gb-max);
  margin: 32px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1100px) {
  #custom-html-6 .gb-nav,
  #custom-html-6 .gb-phone {
    display: none;
  }
  #custom-html-6 .gb-menu-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--gb-dark);
    color: var(--gb-white);
    font-weight: 900;
    font-size: 15px;
    cursor: pointer;
  }
  #custom-html-6 .gb-menu-toggle:checked ~ .gb-nav {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 92px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    background: var(--gb-white);
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
  }
  #custom-html-6 .gb-menu-toggle:checked ~ .gb-nav a {
    width: 100%;
    padding: 11px 0;
  }
  #custom-html-6 .gb-error-inner {
    grid-template-columns: 1fr;
  }
  #custom-html-6 .gb-error-content {
    padding: 58px 42px;
  }
  #custom-html-6 .gb-error-visual {
    padding: 48px 42px;
  }
  #custom-html-6 .gb-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  #custom-html-6 .gb-header {
    margin-top: 12px;
    border-radius: 26px;
  }
  #custom-html-6 .gb-header-inner {
    min-height: auto;
    padding: 14px 16px;
  }
  #custom-html-6 .gb-logo-wrap {
    gap: 10px;
  }
  #custom-html-6 .gb-logo-main strong {
    font-size: 20px;
  }
  #custom-html-6 .gb-logo-main small {
    font-size: 10px;
  }
  #custom-html-6 .gb-logo-service {
    display: none;
  }
  #custom-html-6 .gb-error-page {
    margin-top: 22px;
    border-radius: 22px;
  }
  #custom-html-6 .gb-error-content {
    padding: 44px 26px;
  }
  #custom-html-6 .gb-error-content h1 {
    font-size: 36px;
  }
  #custom-html-6 .gb-error-content p {
    font-size: 16px;
  }
  #custom-html-6 .gb-error-actions {
    flex-direction: column;
  }
  #custom-html-6 .gb-btn {
    width: 100%;
  }
  #custom-html-6 .gb-error-visual {
    padding: 38px 24px;
  }
  #custom-html-6 .gb-error-glass-card {
    padding: 24px;
    border-radius: 24px;
  }
  #custom-html-6 .gb-error-window {
    height: 150px;
  }
  #custom-html-6 .gb-error-card-text h2 {
    font-size: 27px;
  }
  #custom-html-6 .gb-footer-inner {
    grid-template-columns: 1fr;
  }
  #custom-html-6 .gb-footer-bottom {
    text-align: center;
  }
}
#custom-html-6 .gb-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--gb-white) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}
#custom-html-6 .gb-header-inner {
  width: var(--gb-width) !important;
  max-width: var(--gb-max) !important;
  margin: 0 auto !important;
  min-height: 92px !important;
  border-radius: 0 !important;
  background: var(--gb-white) !important;
  border: none !important;
  box-shadow: none !important;
  padding: 12px 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
}
#custom-html-6 .gb-logo-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  flex: 0 0 auto !important;
  min-width: auto !important;
}
#custom-html-6 .gb-logo-main {
  display: flex !important;
  flex-direction: column !important;
  line-height: 1.05 !important;
}
#custom-html-6 .gb-logo-main strong {
  display: block !important;
  white-space: nowrap !important;
  font-size: 24px !important;
  line-height: .95 !important;
  letter-spacing: -0.055em !important;
  color: var(--gb-black) !important;
}
#custom-html-6 .gb-logo-main strong span {
  color: var(--gb-red) !important;
}
#custom-html-6 .gb-logo-main small {
  display: block !important;
  white-space: nowrap !important;
  font-size: 12px !important;
  margin-top: 6px !important;
  color: var(--gb-dark) !important;
}
#custom-html-6 .gb-logo-service {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding-left: 22px !important;
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
  min-width: 170px !important;
}
#custom-html-6 .gb-logo-service span {
  display: block !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: var(--gb-gray) !important;
  white-space: nowrap !important;
}
#custom-html-6 .gb-logo-service img {
  width: 145px !important;
  max-width: 145px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}
#custom-html-6 .gb-nav {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-left: auto !important;
  flex-wrap: nowrap !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}
#custom-html-6 .gb-nav a {
  position: relative !important;
  white-space: nowrap !important;
  font-size: 14px !important;
  line-height: 1 !important;
  padding: 10px 10px !important;
  color: var(--gb-dark) !important;
  text-decoration: none !important;
  overflow: visible !important;
}
#custom-html-6 .gb-phone {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  background: var(--gb-red) !important;
  color: var(--gb-white) !important;
  padding: 15px 22px !important;
  border-radius: 5px !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  box-shadow: 0 8px 18px rgba(208, 0, 0, 0.24) !important;
}
@media (min-width: 1241px) {
  #custom-html-6 .gb-nav a::before,
  #custom-html-6 .gb-nav a::after {
    content: "" !important;
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 4px !important;
    top: auto !important;
    width: auto !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: var(--gb-red) !important;
    opacity: 0 !important;
    transform: scaleX(0.35) !important;
    transform-origin: center !important;
    transition: opacity .18s ease, transform .18s ease !important;
    pointer-events: none !important;
  }
  #custom-html-6 .gb-nav a:hover {
    color: var(--gb-red) !important;
  }
  #custom-html-6 .gb-nav a:hover::after,
  #custom-html-6 .gb-nav a:hover::before {
    opacity: 1 !important;
    transform: scaleX(1) !important;
  }
}
@media (max-width: 1240px) {
  #custom-html-6 {
    /* Mobile/Tablet-Menue: roten Balken komplett entfernen */
  }
  #custom-html-6 .gb-header-inner {
    min-height: 82px !important;
    padding: 12px 0 !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
  }
  #custom-html-6 .gb-logo-main strong {
    font-size: 22px !important;
  }
  #custom-html-6 .gb-logo-main small {
    font-size: 11px !important;
  }
  #custom-html-6 .gb-logo-service {
    min-width: 150px !important;
    padding-left: 18px !important;
  }
  #custom-html-6 .gb-logo-service img {
    width: 128px !important;
    max-width: 128px !important;
  }
  #custom-html-6 .gb-nav {
    display: none !important;
    order: 20 !important;
    width: 100% !important;
    margin-left: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding: 10px 0 4px !important;
  }
  #custom-html-6 .gb-phone {
    display: none !important;
  }
  #custom-html-6 .gb-menu-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    background: var(--gb-black) !important;
    color: var(--gb-white) !important;
    border-radius: 999px !important;
    padding: 11px 17px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
  }
  #custom-html-6 .gb-menu-toggle:checked ~ .gb-nav {
    display: flex !important;
  }
  #custom-html-6 .gb-nav a {
    display: block !important;
    width: 100% !important;
    background: var(--gb-light) !important;
    text-align: center !important;
    border-radius: 14px !important;
    padding: 13px 16px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    color: var(--gb-dark) !important;
    text-decoration: none !important;
  }
  #custom-html-6 .gb-nav a::before,
  #custom-html-6 .gb-nav a::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
  }
  #custom-html-6 .gb-nav a:hover,
  #custom-html-6 .gb-nav a:focus,
  #custom-html-6 .gb-nav a:active {
    color: var(--gb-red) !important;
    background: var(--gb-light) !important;
    text-decoration: none !important;
  }
}
@media (max-width: 820px) {
  #custom-html-6 .gb-header-inner {
    width: var(--gb-width) !important;
    min-height: 74px !important;
    padding: 10px 0 !important;
  }
  #custom-html-6 .gb-logo-wrap {
    gap: 0 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  #custom-html-6 .gb-logo-service {
    display: none !important;
  }
  #custom-html-6 .gb-logo-main strong {
    font-size: 20px !important;
    white-space: nowrap !important;
  }
  #custom-html-6 .gb-logo-main small {
    font-size: 10px !important;
  }
  #custom-html-6 .gb-menu-label {
    padding: 10px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 430px) {
  #custom-html-6 .gb-logo-main strong {
    font-size: 17px !important;
  }
  #custom-html-6 .gb-logo-main small {
    font-size: 9px !important;
  }
}
#custom-html-6 .gb-footer {
  background: linear-gradient(90deg, #101419 0%, #050608 100%) !important;
  color: var(--gb-white) !important;
  padding: 42px 0 20px !important;
  margin-top: 54px !important;
}
#custom-html-6 .gb-footer-inner {
  width: var(--gb-width) !important;
  max-width: var(--gb-max) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 30% 22% 24% 24% !important;
  gap: 28px !important;
}
#custom-html-6 .gb-footer h3,
#custom-html-6 .gb-footer h4 {
  margin: 0 0 16px !important;
  text-transform: uppercase !important;
}
#custom-html-6 .gb-footer h3 {
  font-size: 24px !important;
}
#custom-html-6 .gb-footer h3 span {
  color: var(--gb-red) !important;
}
#custom-html-6 .gb-footer h4 {
  font-size: 15px !important;
}
#custom-html-6 .gb-footer p,
#custom-html-6 .gb-footer a {
  margin: 0 0 10px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}
#custom-html-6 .gb-footer a:hover {
  color: var(--gb-white) !important;
}
#custom-html-6 .gb-footer-bottom {
  width: var(--gb-width) !important;
  max-width: var(--gb-max) !important;
  margin: 28px auto 0 !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.13) !important;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 13px !important;
  text-align: center !important;
}
@media (max-width: 1180px) {
  #custom-html-6 .gb-footer-inner {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 760px) {
  #custom-html-6 .gb-footer-inner {
    grid-template-columns: 1fr !important;
  }
}
