@import url("./css/fonts.css");
@import url("./css/hero-image.css");
@import url("./css/nav-tabs.css");
@import url("./css/testimonials.css");
@import url("./css/faq.css");

/* NTSomic - Regular */
@font-face {
  font-family: "NTSomic";
  src: url("../netzhirsch_mobilecare/fonts/NTSomic-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* NTSomic - Medium */
@font-face {
  font-family: "NTSomic";
  src: url("../netzhirsch_mobilecare/fonts/NTSomic-Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* NTSomic - SemiBold */
@font-face {
  font-family: "NTSomic";
  src: url("../netzhirsch_mobilecare/fonts/NTSomic-Semibold.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* NTSomic - Bold */
@font-face {
  font-family: "NTSomic";
  src: url("../netzhirsch_mobilecare/fonts/NTSomic-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@media (min-width: 1400px) {
  .container-xl {
    max-width: 1000px;
  }
  .container-xxl {
    max-width: 1400px;
  }
}

body {
  font-family: "NTSomic", "Maven Pro", sans-serif;
  background: linear-gradient(
    180deg,
    rgba(237, 242, 252, 0) 0%,
    #edf2fc 13.37%,
    rgba(255, 255, 255, 0.763575) 27.99%,
    #edf2fc 84.01%,
    #ffffff 89.13%
  );

  /* background: linear-gradient(180deg, rgba(237, 242, 252, 0) 0%, #EDF2FC 13.37%, rgba(255, 255, 255, 0.763575) 27.99%, #EDF2FC 84.01%, #FFFFFF 89.13%); */
}
@media (max-width: 991px) {
  body:has(.navbar-toggler[aria-expanded="true"]) {
    overflow: hidden;
  }
}

/* Netzhirsch Start */
#main {
  margin-top: 40px;
  min-height: calc(100vh - 156px);
}
@media (min-width: 768px) {
  #main {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  #main {
    margin-top: 130px;
  }
}
.navbar-brand img {
  max-width: 120px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    max-width: 221px;
  }
}

@media (min-width: 768px) { 
  .pr-md-90 {
    padding-right: 90px !important;
  }
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18 6L6 18" stroke="%233B3B3B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 6L18 18" stroke="%233B3B3B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.explanation p,
.explanation li,
.explanation a {
  font-size: 0.9rem;
}
.mod_topbar .nav-item {
  padding: 0 0 0 2rem;
}
.navbar-nav {
  transition: all ease 0.3s;
  gap: 15px;
}
#skipNavigation8 {
  display: none;
}
.mod_main_navigation a.nav-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #3B3B3B;
}
.nav-link .tel {
  color: #707070;
}
@media (min-width: 992px) {
  .mod_main_navigation li:nth-of-type(2) a.nav-link {
    color: #f68733;
    
  }
  .mod_main_navigation li:nth-of-type(2) a.nav-link:hover {
    color:  hsl(26, 71%, 38%);
  }
  .mod_main_navigation a.nav-link {
    color: #717171;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    letter-spacing: 6%;
    text-transform: uppercase;
  }
  .mod_main_navigation a.nav-link:hover {
    color: #000000;
  }
}


.mod_main_navigation li.nav-item:last-child::after {
  display: none;
}
.mod_main_navigation li.nav-item:last-child a {
  padding-right: 0;
}
.navbar.fixed-top {
  background: rgba(255, 255, 255, 0.95);
}
@media (max-width: 991px) {
  .navbar.fixed-top {
    padding: 0;
    border-bottom: 1px solid #E3E3E3;
  }
}

.navbar-shrink.fixed-top {
  padding: 0 !important;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  width: 100%;
  top: 0;
}
.navbar-shrink .navbar-brand img {
  max-width: 80%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .navbar-shrink .navbar-brand img {
    max-width: 95px;
  }
}
button.navbar-toggler,
button.navbar-toggler:hover,
button.navbar-toggler:focus {
  border: none;
  box-shadow: none;
  padding-right: 0;

}
@media (max-width: 992px) {
  .navbar-nav {
    padding-bottom: 1rem;
  }
  .navbar-nav li {
    padding: 34px 24px;
    border-bottom: 1px solid #E3E3E3;
  }
  .mod_main_navigation li.nav-item::after {
    display: none;
  }
  .navbar-collapse {
    background: #ffffff;
    height: 100%;
    position: fixed;
    top: 41px;
    left: 0;
    width: 100%;
  }
}
footer a {
  color: white;
  text-decoration: none;
}
footer a i {
  color: #0088cd;
}
footer h5 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 600;
}
footer h5::before {
  content: "";
  width: 10px;
  height: 15px;
  background: #0088cd;
  display: inline-block;
  clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
  -webkit-clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
  margin: 0.25rem 0.5rem 0rem 0rem;
}
footer a.nav-link {
  padding: 0;
  color: white;
}
footer a.nav-link:hover,
footer a.nav-link:focus,
footer a.contact-link:hover {
  color: #0a97df;
}
footer a.nav-link::before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: var(--icon-size);
  color: #0088cd;
  margin-right: 10px;
  margin-left: 0px;
}
.footer-bottom {
  padding: 10px 0;
  text-align: center;
  background-color: #f7f7f7 !important;
}
.footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-bottom ul li {
  display: inline-block;
  color: #8a8a8a;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 0rem 1rem;
}
.footer-bottom ul li::before {
  display: none;
}
.footer-bottom ul li:last-child {
  border-right: none;
}
.footer-bottom ul li a {
  color: #8a8a8a;
  text-decoration: none;
}
.footer-bottom ul li.cookie-link {
  cursor: pointer;
}
.footer-bottom ul li a:hover,
.footer-bottom ul li.cookie-link:hover {
  color: #000000;
  text-decoration: none;
}
@media (max-width: 550px) {
  .footer-bottom ul li {
    display: block;
    border: none;
    border-bottom: 1px solid #fff;
    line-height: 2rem;
  }
  .footer-bottom ul li:last-child {
    border-bottom: none;
  }
}
.footer-bottom .schaden a {
  padding: 4px 8px;
  gap: 2px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding-left: 30px;
  position: relative;
}
.footer-bottom .schaden a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M1.66667 0H13.3333C13.7754 0 14.1993 0.175595 14.5118 0.488155C14.8244 0.800716 15 1.22464 15 1.66667V13.3333C15 13.7754 14.8244 14.1993 14.5118 14.5118C14.1993 14.8244 13.7754 15 13.3333 15H1.66667C1.22464 15 0.800716 14.8244 0.488155 14.5118C0.175595 14.1993 0 13.7754 0 13.3333V1.66667C0 1.22464 0.175595 0.800716 0.488155 0.488155C0.800716 0.175595 1.22464 0 1.66667 0ZM8.33333 8.33333V3.33333H6.66667V8.33333H8.33333ZM8.33333 11.6667V10H6.66667V11.6667H8.33333Z" fill="%23EC6262"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.back-to-top {
  background: url(../../files/netzhirsch_mobilecare/img/angle-up-white.svg)
    no-repeat center center #1a3553;
  position: fixed;
  background-size: 25px;
  bottom: 0;
  right: 0px;
  padding: 10px 25px;
  text-indent: -9999px;
  z-index: 1;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.lightblue {
  background: #e5f3fa;
}
.blue {
  background: #0088cd;
}
.middleblue {
  background: #235889;
  color: white;
}
.darkblue {
  background: #1a3553;
  color: white;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "NTSomic";
  font-weight: 600;
  color: #3b3b3b;
}
h1 {
  color: #0088cd;
}
/* Netzhirsch End */
h2.content-headline {
  font-size: 20px;
  line-height: 26px;
  color: #3b3b3b;
}
@media (min-width: 768px) {
  h2.content-headline {
    font-weight: 600;
    font-size: 28px;
    line-height: 37px;
  }
}
.mod_article {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .mod_article {
    margin-bottom: 20px;
  }
}
.margin-bottom-12 {
  margin-bottom: 12px;
}
h2 {
  text-transform: none;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #3b3b3b;
  margin-top: 5px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
  }
}
h3 {
  text-transform: none;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #3b3b3b;
}
@media (min-width: 768px) {
  h3 {
    font-size: 28px;
    line-height: 37px;
  }
}
p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #3b3b3b;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}
.error {
  color: #f05353;
  font-weight: 500;
}
.yellow {
  position: relative;
  display: inline-block;
}

.yellow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background-image: url("/files/content/images/yellow-line2.png");
  /*background-size: contain;
  background-repeat: repeat-x;*/
  background-size: 100% auto;
  background-repeat: no-repeat;
}
a.btn-primary,
button.btn-primary {
  text-transform: uppercase;
  font-weight: 600;
  color: white !important;
  border-radius: 0;
  clip-path: none;
  -webkit-clip-path: none;
  padding: 0.5rem 2.5rem 0.5rem 2rem;
}

.btn.disabled {
  background-color: #ccc !important;
  opacity: 1;
  border-color: #ccc !important;
}
a.btn.btn-primary,
a.btn.btn-secondary,
a.btn.btn-green,
a.btn.btn-light,
button.btn-primary,
button.btn.btn-secondary {
  border-radius: 25px;
  clip-path: none;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn.btn-primary,
button.btn.btn-primary {
  text-transform: none;
  border-radius: 12px;
}

a.btn.btn-secondary,
button.btn.btn-secondary {
  text-transform: none;
  border-radius: 12px;
  display: block;
  color: #005bac;
  padding: 0.5rem 2.5rem 0.5rem 2rem;
}
a.btn.btn-primary,
button.btn.btn-primary {
  background-color: #0275de;
  position: relative; /* nicht zwingend, aber sicher */
  transition: filter 150ms ease;
  display: block;
}


a.btn.btn-primary:hover,
a.btn:hover,
button.btn-primary:hover {
  filter: brightness(96%);
}
a.btn-secondary,
button.btn-secondary {
  color: #005bac !important;
  background-color: #e7f3fe;
  border: none;
  transition: filter 150ms ease;
  display: block;
}

a.btn-secondary:hover,
button.btn-secondary:hover {
  /* Overlay über den bestehenden Hintergrund */
  background-color: #e7f3fe;
  filter: brightness(96%);
}
a.btn-green {
  color: #ffffff !important;
  background-color: #3ec549 !important;
  transition: filter 150ms ease;
  position: relative;
}
a.btn.btn-light {
  display: block;
  border-radius: 8px;
}
a.btn.btn-light {
  color: #115ca1;
}
a.btn .arrow {
  width: 30px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 8L1 15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
}
.btn span {
  display: block;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}


/* Form fields */

.form-control input[type="text"],
input[type="text"],
.form-control input[type="email"],
input[type="email"],
.form-control input[type="tel"],
input[type="tel"],
.form-control select,
select,
.form-control input[type="date"],
input[type="date"],
.form-control textarea,
textarea {
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #BBC5CF;
}
.form-control input[type="text"]:focus,
input[type="text"]:focus,
.form-control input[type="email"]:focus,
input[type="email"]:focus,
.form-control input[type="tel"]:focus,
input[type="tel"]:focus,
.form-control select:focus,
select:focus,
.form-control input[type="date"],
input[type="date"] {
  border: 1px solid #0275DE;
}

.form-control input[type="date"],
input[type="date"] {
  width: auto;
}
input.error {
  border-color: #DE0206;
}

.form-control select,
select,
.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('/files/content/icons/arrow-down-grey.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px auto;
  padding: 11px 40px 11px 16px;
}


.error-message,
.error-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #DE0206;
  padding-left: 16px;
  padding-bottom: .5rem;
  position: relative;
  margin-top: 4px;
}
.error-message::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('/files/content/icons/alert.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.yellow-checkmarks ul {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .yellow-checkmarks ul {
    margin-bottom: 40px;
  }
}
.yellow-checkmarks li {
  position: relative;
  padding-left: 18px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #545454;
  margin-bottom: 16px;
  list-style: none;
}
@media (min-width: 768px) {
  .yellow-checkmarks ul li {
    padding-left: 24px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }
}
.yellow-checkmarks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: url("/files/content/images/check-yellow.svg") no-repeat
    center/contain;
}

.yellow-checkmarks ul li:last-of-type {
  margin-bottom: 0;
}
.green-check-list,
.red-x-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.green-check-list li,
.red-x-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .green-check-list li,
  .red-x-list li {
    padding-left: 55px;
    margin-bottom: 28px;
  }
}
.green-check-list li:last-of-type,
.red-x-list li:last-of-type {
  margin-bottom: 0;
}

.green-check-list li::before,
.red-x-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.green-check-list li,
.red-x-list li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.red-x-list li::before {
  background: url("/files/content/images/red-x.svg") no-repeat center/contain;
}
.green-check-list li::before {
  background: url("/files/content/images/green-check.svg") no-repeat
    center/contain;
}
.checkbox {
  width: 32px;
  height: 32px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><circle cx="16" cy="16" r="15.5" fill="white" stroke="%23B1D7FB"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox.checked {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><circle cx="16" cy="16" r="15.5" fill="white" stroke="%23B1D7FB"/><circle cx="16" cy="16" r="7" fill="%233794EA"/></svg>');
}

.teaser-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.teaser-box {
  flex: 1 1 30%;
  background: #ffffff;
  border-radius: 15px;
  margin-bottom: 40px;
  box-shadow: 0px 2px 22px 4px #0915450a;
  border: 1px solid #d4dee899;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .teaser-box {
    height: calc(100% - 24px);
  }
}
.teaser-box h3 {
  color: #ffffff;
  margin: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: 500;
  font-size: 20px;
  background: linear-gradient(90deg, #0275de 0%, #0e81ea 100%);
  padding: 13px 20px;
  border-radius: 12px 12px 0px 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .teaser-box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}

.teaser-box.kompakt h3,
.teaser-box.kompakt a {
  background: #388cd8;
  color: #ffffff;
}
.teaser-box.premium h3,
.teaser-box.premium a {
  background: #fadd4a;
  color: #534610;
}
.teaser-box.premium {
  border: 3px solid #fadd4a;
  box-shadow: 0px 4px 10px 0px #8493f340;
}
.teaser-box.basis h3,
.teaser-box.basis a {
  background: #88b0e9;
  color: #ffffff;
}
.teaser-box h3 .badge {
  font-size: 14px;
  font-weight: 600;
  background: #e9c636;
  border-radius: 24px;
  text-transform: uppercase;
  height: fit-content;
  padding: 7px 12px;
}
.teaser-box .price {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.06em;
  color: #545454;
}

.badge-content {
  background: linear-gradient(91.78deg, #edf7ff 0%, #e0f1fe 94.92%);
  border-radius: 10px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: 8px;
  margin-right: 8px;
}
.badge-content span {
  color: #365b7e;
  font-size: 16px;
  font-weight: 600;
}
.badge-content::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12.702 2.195L19.702 4.82C20.0833 4.96293 20.4119 5.21885 20.6438 5.55355C20.8758 5.88825 21.0001 6.28578 21 6.693V12.056C21 13.7274 20.5346 15.3658 19.6559 16.7877C18.7772 18.2095 17.52 19.3585 16.025 20.106L12.671 21.783C12.4627 21.8872 12.2329 21.9414 12 21.9414C11.7671 21.9414 11.5373 21.8872 11.329 21.783L7.975 20.106C6.48004 19.3585 5.22277 18.2095 4.34407 16.7877C3.46537 15.3658 2.99996 13.7274 3 12.056V6.693C2.99995 6.28578 3.1242 5.88825 3.35615 5.55355C3.5881 5.21885 3.91669 4.96293 4.298 4.82L11.298 2.195C11.7506 2.02533 12.2494 2.02533 12.702 2.195ZM12 4.068L5 6.693V12.056C5.00023 13.3559 5.36239 14.63 6.04592 15.7356C6.72944 16.8413 7.70732 17.7348 8.87 18.316L12 19.883L15.13 18.318C16.293 17.7366 17.2711 16.8428 17.9546 15.7368C18.6382 14.6308 19.0001 13.3562 19 12.056V6.693L12 4.068Z' fill='%23365B7E'/><path d='M9 12.5L11.3125 15L15.5 9.5' stroke='%23365B7E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
}

.teaser-box h4 {
  padding: 0 24px;
  font-weight: 600;
  color: #535353;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .teaser-box h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.teaser-box ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0 24px;
}
.teaser-box ul li {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 21px;
  color: #365b7e;
  font-weight: 400;
}
.teaser-box ul li:last-of-type {
  margin-bottom: 0;
}
.teaser-box .rte {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser-box p {
  margin: 0px 24px;
}
.teaser-box hr {
  color: #d4dee8;
}
@media (min-width: 768px) {
  .teaser-box hr {
    margin: 20px 24px;
  }
}

.teaser-box li strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  .teaser-box p:first-of-type {
    flex: 1;
    align-items: self-end;
    display: flex;
    gap: 4px;
  }
}

.teaser-box p:last-child {
  padding-top: 24px;
  padding-bottom: 24px;
}
.teaser-box .badge-content {
  width: fit-content;
  margin-left: 16px;
  margin-top: 20px;
}
.teaser-box a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0275de;
  text-align: center;
  text-decoration: none;
  background: #f1f8fe;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .teaser-box a {
    font-size: 18px;
  }
}

form[data-ajax-form][aria-busy="true"] button[type="submit"] {
  background-color: #6c757d;
  cursor: not-allowed;
  opacity: 0.7;
}

.info-box {
  display: none;
}
.info-box.open {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  max-width: 500px;
  padding: 20px 16px;
  background: #ffffff;
  border: 1px solid grey;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: block;
}
.info-box .close-x {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 22px;
  right: 16px;
  cursor: pointer;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M18 6L6 18' stroke='%23CECECE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M6 6L18 18' stroke='%23CECECE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    no-repeat center/contain;
}

.info-box h1,
.info-box h2,
.info-box h3,
.info-box h4,
.info-box h5,
.info-box h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  padding: 1px 30px;
}
.info-box p:last-of-type {
  margin-bottom: 0;
}

/* Info-Icon links oben */
.info-box.open::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 0C4.477 0 0 4.477 0 10C0 15.523 4.477 20 10 20C15.523 20 20 15.523 20 10C20 4.477 15.523 0 10 0ZM11 15H9V9H11V15ZM11 7H9V5H11V7Z" fill="%230275DE"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 22px;
  left: 16px;
}
.info-box .btn-primary {
  margin-top: 16px;
}
.info legend::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8 0C3.5816 0 0 3.5816 0 8C0 12.4184 3.5816 16 8 16C12.4184 16 16 12.4184 16 8C16 3.5816 12.4184 0 8 0ZM8.8 12H7.2V7.2H8.8V12ZM8.8 5.6H7.2V4H8.8V5.6Z" fill="%2389BFF0"/></svg>');
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  top: 3px;
  position: relative;
}

.info-box-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.2); /* leicht verdunkelt */
  z-index: 999;
  display: none;
}

.info-box-overlay.active {
  display: block;
}

.form-label,
.form-check-label,
label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545454;
  margin-bottom: 0.5rem;
}
.form-check-input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.datum input {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M15.8333 3.33334H4.16667C3.24619 3.33334 2.5 4.07954 2.5 5.00001V16.6667C2.5 17.5872 3.24619 18.3333 4.16667 18.3333H15.8333C16.7538 18.3333 17.5 17.5872 17.5 16.6667V5.00001C17.5 4.07954 16.7538 3.33334 15.8333 3.33334Z' stroke='%23BBC5CF' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/><path d='M13.333 1.66666V4.99999' stroke='%23BBC5CF' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/><path d='M6.66699 1.66666V4.99999' stroke='%23BBC5CF' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/><path d='M2.5 8.33334H17.5' stroke='%23BBC5CF' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    no-repeat right 12px center;
  background-size: 20px;
  padding-right: 36px;
  cursor: pointer;
  background-color: white;
}

.full-name {
  position: relative;
}
.full-name input {
  padding-right: 30px;
}

.full-name::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 24 20" fill="none"><path d="M12.0003 9.16667C13.8413 9.16667 15.3337 7.67428 15.3337 5.83333C15.3337 3.99238 13.8413 2.5 12.0003 2.5C10.1594 2.5 8.66699 3.99238 8.66699 5.83333C8.66699 7.67428 10.1594 9.16667 12.0003 9.16667Z" stroke="%23BBC5CF" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.6663 17.5V15.8333C18.6663 14.9493 18.3152 14.1014 17.69 13.4763C17.0649 12.8512 16.2171 12.5 15.333 12.5H8.66634C7.78229 12.5 6.93444 12.8512 6.30932 13.4763C5.6842 14.1014 5.33301 14.9493 5.33301 15.8333V17.5" stroke="%23BBC5CF" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  right: 15px;
  bottom: 0px;
  transform: translateY(-50%);
  width: 24px;
  height: 20px;
}
.form-label {
  width: 100%;
}

.btn.back-btn {
  background: #f1f8fe;
  color: #0275de;
  border: 1px solid #f1f8fe;
}
.error .form-label {
  color: #f05353;
  font-weight: 500;
}
.error input,
.error select {
  border-color: #f05353;
}
.error .form-check:has(input[type="radio"]) {
  border-color: #f05353;
}

form.is-submitting {
  position: relative;
  pointer-events: none;
}

form.is-submitting::before {
  content: "";
  position: fixed;
  inset: 0;
  background: #0275de;
  z-index: 9999;
}

form.is-submitting::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background: url("files/content/loading.svg") no-repeat center;
  background-size: contain;
  z-index: 10000;
  animation: rotate 1.4s linear infinite;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.box {
  background: #ffffff;
  padding: 24px 16px;
  border-radius: 12px;
  border: 1px solid #f9f9f9;
  box-shadow: 0px 4px 14px 0px #0000000f;
}
.whatsapp-box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.whatsapp-box img {
  float: left;
  margin-right: 16px;
  height: 84px;
  width: 84px;
  box-shadow: 0px 4px 7px 2px #0000000a;
  border-radius: 100%;
}
.whatsapp-box p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 21px;
}
.whatsapp-box div p:last-of-type {
  font-size: 14px;
}
.whatsapp-box div:first-of-type {
  border-bottom: 1px solid #d4dee899;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.whatsapp-box .btn .arrow {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.btn-green:after {
  content: "";
  width: 30px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 8L1 15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
}
.whatsapp-box .btn {
  margin-top: 20px;
}
.tab-content .media {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tab-content .media p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}
.red {
  color: #da2e2f;
}
.green {
  color: #269d1e;
}

.rounded {
  border-radius: 16px !important;
  overflow: hidden;
}

.fullHeight img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* wie background-size: cover */
  object-position: center;
}
.fullHeight,
.fullHeight figure {
  height: 100%;
}
.shadow {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
}
.topHeadline {
  color: #0275de;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .topHeadline {
    font-size: 16px;
    line-height: 22px;
  }
}
h2.headline {
  color: #3b3b3b;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}
.carCareSteps {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .carCareSteps {
    margin-bottom: 50px;
  }
}
.carCareSteps h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #3b3b3b;
}
@media (min-width: 768px) {
  .carCareSteps h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .carCareSteps .content-image {
    width: 240px;
  }
}
.carCareSteps .col-md-4 {
  display: flex;
  gap: 32px;
  align-items: center;
}
.carCareSteps img {
  width: 100%;
  height: 100%;
  min-height: 95px;
  min-width: 70px;
  max-width: 150px;
  max-height: 95px;
}
@media (min-width: 768px) {
  .carCareSteps .content-text {
    height: 100%;
  }
  .carCareSteps .topHeadline {
    margin-bottom: 16px;
  }
}


.carCareSteps .rte h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3b3b3b;
  margin: 0;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .carCareSteps .rte h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .carCareSteps p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #3b3b3b;
  }
}

.headline-image {
  position: relative;
}
.headline-image img {
  border-radius: 12px;
}
.headline-image h2 {
  position: absolute;
  bottom: 16px;
  left: 10px;
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
}


@media (max-width: 767px) {
  .swiper-mobile {
  overflow: hidden;

  .swiper-slide {
    width: 100% !important;
    max-width: 100%;
  }
}
  .swiper-mobile {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 24px;
  }
  .swiper-mobile .swiper-wrapper {
    margin-left: -11px;
  }
  .swiper-mobile .swiper-slide {
    padding-left: 12px;
    padding-right: 12px;
  }
  .row .swiper-horizontal > .swiper-pagination-progressbar,
  .row .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .row
    .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .row
    .swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: unset;
    bottom: 10px;
    margin-left: 80px;
    margin-right: 80px;
    width: calc(100% - 160px);
  }
  @media (min-width: 768px) {
     .row .swiper-horizontal > .swiper-pagination-progressbar,
  .row .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .row
    .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .row
    .swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        display: none;
      }
    }
  }
  div.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
  .row .swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 6px;
  }
  div.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #0275de;
  }
  div.swiper-button-next {
    background: url("/files/content/images/arrow-right-grey.svg") no-repeat
      center center;
    background-size: cover;
    width: 32px;
    height: 32px;
    right: 30px;
    position: absolute;
    bottom: -2px;
    top: unset;
  }
  div.swiper-button-prev {
    background: url("/files/content/images/arrow-left-grey.svg") no-repeat
      center center;
    background-size: cover;
    width: 32px;
    height: 32px;
    left: 30px;
    position: absolute;
    bottom: -2px;
    top: unset;
  }
  div.swiper-button-next::after,
  div.swiper-button-prev::after {
    content: none;
  }
  @media (max-width: 767px) {
    .swiper-mobile .col {
      display: flex;
      flex-direction: column;
      gap: 0;
    }
  
    .swiper-mobile .col .content-image {
      background: linear-gradient(145.63deg, #f3f9ff 20.31%, #e9f5ff 89.69%);
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      border: 1px solid #e4eff9;
      border-bottom: none;
      padding: 27px 20px;
      width: 100%;
      text-align: center;
    }
    .swiper-mobile .col .content-image figure {
      margin-bottom: 0;
    }
    .swiper-mobile .col .content-text {
      border-bottom-left-radius: 16px;
      border-bottom-right-radius: 16px;
      border: 1px solid #e4eff9;
      border-top: none;
      padding: 27px 20px;
      width: 100%;
    }
  }
  
  .swiper-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #eee; /* Hintergrundleiste */
    overflow: hidden;
  }

  .swiper-progress-bar {
    height: 100%;
    width: 20%; /* Breite des „wandernen“ Balkens */
    background: #47eb3b;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }

}

.contact-box {
}
@media (min-width: 768px) {
  .contact-box {
    padding: 64px;
    background-image: url("/files/content/images/contact-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
    max-width: calc(1000px - calc(var(--bs-gutter-x))) !important;
    margin-bottom: 60px;
  }
}
.contact-box .content-text h3.topHeadline {
  font-size: 16px;
  margin-top: 0;
}
.contact-box .content-text h2 {
  margin-top: 0;
  font-weight: 600;
  color: #3b3b3b;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .contact-box .content-text h2 {
    font-size: 24px;
    line-height: 31px;
  }
}
.contact-box .contact-item {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-box .contact-item img {
  width: 76px;
  height: 76px;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .contact-box .contact-item img {
    width: 88px;
    height: 88px;
  }
}
.contact-box .contact-item .opening-hour {
  color: #858585;
}
.contact-box .contact-item a {
  text-decoration: none;
  color: #545454;
}
.contact-box .contact-item > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact-box .contact-item > div p {
  margin-bottom: 0;
}
div:has(.whatsapp) {
  position: relative; /* für absolute Positionierung von ::after */
}

div:has(> .whatsapp)::after {
  content: "";
  background-image: url("/files/content/images/whatsapp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: -5px;
}

.contact-box > .row {
  background: #ffffff;
  padding: 24px 16px;
  border-radius: 12px;
  border: 1px solid #f9f9f9;
  box-shadow: 0px 4px 21px 6px rgba(0, 0, 0, 0.03);
}
.contact-box a.btn-primary {
  border-radius: 25px;
  clip-path: none;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  background-color: #378cd8;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media (min-width: 768px) {
  .contact-box a.btn-primary {
    display: flex;
  }
}
.contact-box a.btn-green {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #ffffff;
  padding: 0.5rem 2.5rem 0.5rem 2rem;
}
@media (min-width: 768px) {
  .contact-box .col:has(.contact-item):first-of-type {
    padding-right: 26px;
  }
  .contact-box .col:has(.contact-item):last-of-type {
    padding-left: 26px;
  }
}
.pro-contra {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .pro-contra {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .pro-contra .red,
  .pro-contra .green {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .pro-contra .box {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .pro-contra .content-text .icon {
    float: left;
    margin-right: 34px;
    margin-top: 12px;
  }
  .pro-contra .content-text .text-center {
    text-align: left !important;
    margin-bottom: 35px;
  }
  .pro-contra .content-text .text-center .red,
  .pro-contra .content-text .text-center .green {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .pro-contra .content-text .text-center strong:not(.red):not(.green) {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #3b3b3b;
  }
}
.pro-contra .icon {
  text-align: center;
  font-size: 40px;
  margin: 0;
  line-height: 50px;
}
@media (min-width: 768px) {
  .pro-contra .icon {
    font-size: 42px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .pro-contra p {
    line-height: 28px;
    font-weight: 600;
    font-size: 20px;
    color: #3b3b3b;
    margin-bottom: 22px;
  }
}

.pro-contra li {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #3b3b3b;
}
@media (min-width: 768px) {
  .pro-contra li {
    font-size: 16px;
    line-height: 21px;
  }
}
.pro-contra li strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #3b3b3b;
}
@media (min-width: 768px) {
  .pro-contra li strong {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .angebote {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .angebote .row .col:nth-child(2) {
    order: -1;
  }
  .angebote h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

.angebote img {
  width: 80px;
  height: auto;
  margin-bottom: 0px;
}
.angebote p:has(.topHeadline) {
  margin-bottom: 0;
  text-align: center;
}

.umfassender-schutz .row .col {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .umfassender-schutz {
    margin-bottom: 80px;
  }
  .umfassender-schutz .content-image {
    max-width: 560px;
    margin-right: 30px;
  }
  .umfassender-schutz .content-image figure {
    margin: 0;
  }
  .umfassender-schutz h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3b3b3b;
    margin-bottom: 36px;
  }
  .umfassender-schutz .swiper-wrapper .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #365b7e;
  }
  .umfassender-schutz .swiper-slide .icon-box {
    margin-bottom: 20px;
  }
}

.exampleTabs {
  height: 100%;
}

@media (min-width: 768px) {
  .examples {
    padding-bottom: 50px;
  }
  .examples h3 {
    margin-bottom: 44px;
  }
}
.col:has(> .content-image):has(> .image-overlay-headline) {
  position: relative;
}
.examples .image-overlay-headline {
  position: absolute;
  bottom: 36px;
  left: 24px;
  width: calc(100% - 72px);
}
.examples .image-overlay-headline h3 {
  color: #ffffff;
}
.examples .content-image.rounded figure,
.examples .content-image.rounded figure img {
  margin: 0;
  padding: 0;
}
.examples .content-image {
  margin-bottom: 20px;
}

.sparfuchs {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .sparfuchs h3 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 500;
  }
}

/* Animationen */
.animate {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.animate.show {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 767px) {
  body.schaden #main,
  #main:has(#impressum),
  #main:has(#datenschutz) {
    margin-top: 60px;
  }
}


.schaden h4.eyebrow-headline {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0275DE;
}
.schaden h2 {
  font-size: 20px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .schaden h4.eyebrow-headline {
    font-size: 14px;
    line-height: 21px;
  }
  .schaden h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 500;
    color: #3B3B3B;
  }
  .schaden .content-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #3B3B3B;
  }
  .schaden .content-image.rounded {
    height: 100%;
  }
  .schaden .content-image.rounded figure,
  .schaden .content-image.rounded img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* wie background-size: cover */
    object-position: center;
    }
    
  
  
}
.schaden form {
  text-align: center;
}
.schaden form label,
.schaden form h4 {
  text-align: left;
  width: 100%;
}
.schaden button[type=submit] {
  float: none !important; /* float entfernen */
  display: inline-block;
}

.schaden .btn-check:checked+.btn {
  background-color: #0275de;
}
.schaden .note p {
  font-size: 14px;
}
.schaden .btn-group>.btn-check:checked+.btn {
  color: #ffffff;
}
.schaden .btn-group>.btn {
  font-size: 16px;
  padding: 12px 14px;
}
.schaden .btn-check+.btn:hover {
  color: #0275DE;
}
.schaden form h4 label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #3b3b3b;
}
.schaden form .col-12,
.schaden form .col,
.schaden form .col div:has(label[for="bank_details_step_bankDetails_bic"]) {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.schaden form .col-12:has(input[type=checkbox]) {
  flex-direction: row;
  align-items: center;
}
.schaden form .col-12:has(input[type=checkbox]) label {
  margin-bottom: 0;
}
.schaden form .col-12 input[type=checkbox] {
  margin-right: 0.5rem;
}
.schaden .dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, .3);
  background: #fff;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .btn-group {
    flex-direction: column;
  }
  .schaden .insurance_damage .btn-group>.btn:not(.dropdown-toggle) {
    border-radius: 8px;
  }
}


.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-top-color: rgba(0,0,0,0.8);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  position: absolute;
  right: 020px;
  top: calc(50% - 8px);
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
