/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/titillium/titillium-web-v15-latin-regular.woff2") format("woff2"), url("../Fonts/titillium/titillium-web-v15-latin-regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/titillium/titillium-web-v15-latin-600.woff2") format("woff2"), url("../Fonts/titillium/titillium-web-v15-latin-600.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/titillium/titillium-web-v15-latin-700.woff2") format("woff2"), url("../Fonts/titillium/titillium-web-v15-latin-700.woff") format("woff");
}
.navbar .nav-link {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1rem;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .navbar .nav-link {
    transition: none;
  }
}
.navbar .nav-link.active {
  color: #faba1e !important;
}

.navbar-toggler {
  border-color: #fff;
}
.navbar-toggler svg {
  width: 30px;
}
.navbar-toggler svg path {
  stroke: #fff;
}

.offcanvas.show {
  z-index: 10000;
}
.offcanvas .offcanvas-logo {
  z-index: 10001 !important;
  left: 10px;
}
.offcanvas .offcanvas-logo img {
  width: 170px;
}
.offcanvas .offcanvas-nav {
  margin-top: 4rem;
  list-style: none;
  padding-left: 1rem;
}
.offcanvas .offcanvas-nav .nav-item {
  padding: 0.3rem 0;
}
.offcanvas .offcanvas-nav .nav-item a {
  color: #585b60;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1rem;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas .offcanvas-nav .nav-item a {
    transition: none;
  }
}
.offcanvas .offcanvas-nav .nav-item a.active {
  color: #faba1e !important;
}
.offcanvas .contact {
  padding-left: 1rem;
  background: rgb(34, 117, 154);
  border-radius: 1rem;
}
.offcanvas .contact a {
  color: #fff;
  transition: all 250ms;
}
.offcanvas .contact a:hover {
  color: #faba1e;
}
.offcanvas .contact h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
}
.offcanvas .contact .single-contact {
  margin: 10px 0px 10px;
  padding: 3px 45px;
  position: relative;
  color: #fff;
}
.offcanvas .contact .single-contact p {
  margin-bottom: 0px;
}
.offcanvas .contact .contact-icon {
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}
.offcanvas .contact .contact-icon svg {
  width: 20px;
}
.offcanvas .contact .contact-icon svg path {
  fill: #faba1e;
}

body.scrolled .navbar {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
body.scrolled .navbar .nav-link {
  color: #585b60;
}
body.scrolled .navbar .nav-link.active {
  color: #faba1e !important;
}
body.scrolled .navbar-toggler {
  border-color: #585b60;
}
body.scrolled .navbar-toggler svg path {
  stroke: #585b60;
}
body {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: rgb(34, 117, 154);
}

h2, .h2 {
  font-size: 2.3rem;
  margin-bottom: 1rem;
}

.eyebrow {
  color: #faba1e;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-size: 1rem;
  margin-bottom: 0.7rem;
}

#example .eyebrow {
  font-size: 5rem;
}

a {
  text-decoration: none;
  transition: all 250ms;
}
a.btn {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  a.btn {
    transition: none;
  }
}
a.btn:hover {
  color: rgb(34, 117, 154);
}
a.btn.btn-primary {
  background-color: #faba1e;
  color: #212529;
  border: 0;
  border-radius: 23px;
}
a.btn.btn-primary:hover {
  background-color: #faba1e;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.text-bold {
  font-weight: 700;
}

.img-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.bg-gray {
  background: #f9f9f9;
}

.bg-blur {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.1);
}

.bg-blue {
  background: rgb(34, 117, 154);
  color: #fff;
}
.bg-blue h2 {
  color: #fff;
}

.text-big {
  font-size: 4rem;
}

.text-yellow {
  color: #faba1e;
}

.nav-logo {
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 10%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .nav-logo {
    transition: none;
  }
}
.nav-logo img {
  width: 150px;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .nav-logo img {
    transition: none;
  }
}

.alert {
  border-radius: 1rem;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.alert.alert-secondary {
  border-color: #fff;
  background-color: #fff;
}
.alert p {
  margin-bottom: 0;
}

.callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.callout .co-header {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.callout p {
  margin-bottom: 0;
}
.callout.co-warning {
  border-left: 0.25rem solid #faba1e;
  background: rgba(250, 186, 30, 0.1);
  color: #664D03;
}
.callout.co-alert {
  border-left: 0.25rem solid #dc3545;
  background: rgba(220, 53, 69, 0.1);
  color: #58151C;
}
.callout.co-info {
  border-left: 0.25rem solid rgb(34, 117, 154);
  background: rgba(34, 117, 154, 0.1);
  color: rgb(34, 117, 154);
}

.getintouch {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  bottom: 0px;
  right: 0;
  width: 140px;
  height: 55px;
  padding: 12px;
  margin-right: 3%;
  background: #faba1e;
  border: 3px solid #faba1e;
  overflow: visible;
  opacity: 0;
  border-radius: 30px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.getintouch svg {
  width: 25px;
  margin-right: 5px;
  margin-top: -4px;
}
.getintouch svg path {
  fill: #fff;
}
.getintouch:hover {
  background-color: #faba1e;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

body.scrolled .nav-logo {
  left: 10px;
  box-shadow: none;
  margin-top: -3px;
}
body.scrolled .nav-logo img {
  width: 86px;
}
body.scrolled .getintouch {
  opacity: 1;
  bottom: 25px;
}

.htvi {
  /* span:first-of-type {
    view-transition-name: first;
  } */
}
.htvi span.change {
  left: 5rem;
  contain: paint;
  view-transition-name: swap;
  color: #fff;
}
.htvi ::view-transition-old(swap) {
  animation-name: slide-out;
  animation-duration: 0.75s;
  animation-timing-function: linear(0, 0.6832 7.89%, 0.9171 11.07%, 1.0251, 1.1058 14.9%, 1.1619 16.86%, 1.1945 18.91%, 1.2024 20.02%, 1.2043 21.18%, 1.1907, 1.1598 26.27%, 1.0604 32.59%, 1.0172 35.84%, 0.9839 39.49%, 0.967 43.26%, 0.9639 45.77%, 0.9661 48.59%, 0.9963 60.54%, 1.0054 67.42%, 1);
}
.htvi ::view-transition-new(swap) {
  animation-name: slide-in;
  animation-duration: 0.75s;
  animation-timing-function: linear(0, 0.6832 7.89%, 0.9171 11.07%, 1.0251, 1.1058 14.9%, 1.1619 16.86%, 1.1945 18.91%, 1.2024 20.02%, 1.2043 21.18%, 1.1907, 1.1598 26.27%, 1.0604 32.59%, 1.0172 35.84%, 0.9839 39.49%, 0.967 43.26%, 0.9639 45.77%, 0.9661 48.59%, 0.9963 60.54%, 1.0054 67.42%, 1);
}
.htvi ::view-transition-group(last) {
  animation-duration: 0.75s;
  animation-timing-function: linear(0, 0.6832 7.89%, 0.9171 11.07%, 1.0251, 1.1058 14.9%, 1.1619 16.86%, 1.1945 18.91%, 1.2024 20.02%, 1.2043 21.18%, 1.1907, 1.1598 26.27%, 1.0604 32.59%, 1.0172 35.84%, 0.9839 39.49%, 0.967 43.26%, 0.9639 45.77%, 0.9661 48.59%, 0.9963 60.54%, 1.0054 67.42%, 1);
}
@keyframes slide-out {
  100% {
    opacity: 0;
    translate: 0 100%;
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    translate: 0 -100%;
  }
}

#head {
  height: 70vh;
  overflow: hidden;
}
#head picture {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 1;
}
#head .head-text {
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #fff;
  width: 100%;
  height: 100%;
}
#head .head-text h1 {
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
#head .text-container {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#head .mouse {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 10;
  width: 50px;
  height: 90px;
  border: 3px solid #fff;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
#head .mouse::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #faba1e;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}
@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}

.head-bottom h2 {
  font-weight: 300;
  font-size: 2.1rem;
}

#intro .intro-left ul {
  margin-top: 0.5rem;
  padding-left: 2.2rem;
}
#intro .intro-left ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  z-index: 10;
}
#intro .intro-left ul li:before {
  position: absolute;
  z-index: 0;
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-image: url(../Img/quote.svg);
  opacity: 0.5;
  top: -9px;
  left: -35px;
}
#intro .intro-right {
  border-radius: 2rem;
}

#example .card {
  border: 0;
  overflow: hidden;
  border-radius: 1rem;
}
#example .card .card-body {
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#example .card .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
#example .card .overlay {
  width: 100%;
  height: 100%;
  z-index: 100;
}
#example .card .icon {
  background: #faba1e;
  color: #fff;
  display: flex;
  align-items: center;
  width: 200px !important;
  min-width: 200px !important;
}
#example .card .icon img {
  object-fit: cover;
}
#example .card .icon svg {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 50px;
}
#example .card .icon svg path {
  fill: #fff;
}
#example .card.case .overlay {
  background: rgba(250, 186, 30, 0.5);
}
#example .card.case .icon {
  background: url("../Img/ex_brand.jpg");
  background-size: cover;
}
#example .card.case .icon svg path {
  fill: #fff;
}
#example .card.result .overlay {
  background: rgba(220, 53, 69, 0.5);
}
#example .card.result .icon {
  background: url("../Img/ex_schaden.jpg");
  background-size: cover;
}
#example .card.result .icon svg path {
  fill: #fff;
}
#example .card.info .overlay {
  background: rgba(34, 117, 154, 0.5);
}
#example .card.info .icon {
  background: url("../Img/ex_rechtslage.jpg");
  background-size: cover;
}
#example .card.info .icon svg path {
  fill: #fff;
}

#policy .card {
  border: 3px solid;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1rem;
  border-radius: 1rem;
}
#policy .card .heading {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
#policy .card .heading span {
  display: block;
  font-size: 1.3rem;
}
#policy .card .desc {
  font-size: 1rem;
}
#policy .card .icon svg {
  width: 70px;
}
#policy .card .bottom b {
  font-size: 1.3rem;
}
#policy .card .progress {
  height: 1.8rem;
  border-radius: 0.9rem;
}
#policy .card .progress .progress-bar {
  border-radius: 0.9rem;
  font-size: 1.2rem;
  font-weight: 700;
}
#policy .card .progress .progress-bar.green {
  background-color: #5cb85c;
}
#policy .card .progress .progress-bar.red {
  background-color: #dc3545;
}
#policy .card.allrisk {
  border-color: #5cb85c;
}
#policy .card.allrisk .heading {
  color: #5cb85c;
}
#policy .card.allrisk .icon svg path {
  fill: #5cb85c;
}
#policy .card.allrisk .bottom b {
  color: #5cb85c;
}
#policy .card.default {
  border-color: #ececec;
}
#policy .card.default .heading {
  color: #dc3545;
}
#policy .card.default .icon svg path {
  fill: #dc3545;
}
#policy .card.default .bottom b {
  color: #dc3545;
}

#counter .card {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  border: 1px solid #ececec;
}
#counter .card .number {
  color: #faba1e;
  font-size: 3.5rem;
  font-weight: bold;
}
#counter .card .desc {
  opacity: 0.8;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
}

#steps .card {
  border: 0;
  overflow: hidden;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
#steps .card .card-body {
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#steps .number {
  background: #faba1e;
  color: #fff;
  font-size: 2rem;
  padding: 1rem;
}

#cta {
  background-color: rgb(34, 117, 154);
  color: #fff;
}
#cta .cta-left .wrapper {
  width: 100%;
  height: 100%;
}
#cta .icon {
  margin-bottom: 1.5rem;
  margin-left: 4rem;
}
#cta .icon svg {
  width: 80px;
  opacity: 0.7;
}
#cta .icon svg path {
  fill: #fff;
}
#cta h2 {
  color: #fff;
}

#faqs .accordion-item {
  border-radius: 1rem;
  border-bottom: 0;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
#faqs .accordion-item .accordion-button {
  font-size: 1.2rem;
  background: #fff;
  border-radius: 1rem;
}
#faqs .accordion-item .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #212529;
  background: #faba1e;
}

footer .slogan {
  font-size: 35px;
  color: rgb(34, 117, 154);
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  line-height: 2.4rem;
  text-transform: uppercase;
}
footer .contact a {
  color: #212529;
  transition: all 250ms;
}
footer .contact a:hover {
  color: #faba1e;
}
footer .contact h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  color: rgb(34, 117, 154);
}
footer .contact .single-contact {
  margin: 10px 0px 20px;
  padding: 3px 55px;
  position: relative;
  color: #212529;
}
footer .contact .single-contact p {
  margin-bottom: 0px;
}
footer .contact .contact-icon {
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}
footer .contact .contact-icon svg {
  width: 20px;
}
footer .contact .contact-icon svg path {
  fill: #faba1e;
}
footer .footer-bottom {
  background-color: rgb(34, 117, 154);
  color: #fff;
}
footer .footer-bottom .social svg {
  height: 25px;
  padding: 0 6px;
}
footer .footer-bottom .social svg path {
  fill: white;
  transition: all 300ms;
}
footer .footer-bottom .social svg:hover path {
  fill: #faba1e;
}
footer .footer-bottom .imprint a {
  color: white;
  display: block;
}
footer .footer-bottom .imprint a:hover {
  color: #faba1e;
}

@media (min-width: 1500px) {
  #intro .container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  #intro .container .intro-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 2000px) {
  body {
    width: 2000px;
    margin: auto;
  }
  body .nav-logo {
    left: calc(50% - 800px);
  }
  body.scrolled .nav-logo {
    left: calc(50% - 800px) !important;
  }
  body .intro-left .wrapper {
    width: 90%;
  }
  body .intro-right {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
  body .brac {
    border-radius: 1rem;
  }
  body .brtlc {
    border-top-left-radius: 1rem;
  }
  body .brtrc {
    border-top-right-radius: 1rem;
  }
  body .brblc {
    border-bottom-left-radius: 1rem;
  }
  body .brbrc {
    border-bottom-right-radius: 1rem;
  }
  body .brtc {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  body .brbc {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse.collapsing,
  .navbar-collapse.collapse.show {
    background: #fff;
  }
  .navbar-collapse.collapsing .navbar-nav,
  .navbar-collapse.collapse.show .navbar-nav {
    padding: 1rem;
  }
  #cta .cta-left img {
    height: 30vh;
  }
  footer .footer-logo {
    text-align: center;
  }
}
@media (max-width: 576px) {
  #example .case,
  #example .result,
  #example .info {
    flex-direction: column;
  }
  #example .case .icon,
  #example .result .icon,
  #example .info .icon {
    height: 100px;
    min-width: 100% !important;
    border-right: 0 !important;
  }
  #example .case .card-body,
  #example .result .card-body,
  #example .info .card-body {
    border-top: 0;
    border-left: 1px solid #ececec;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
  }
}
@media (max-width: 576px) {
  #head {
    height: 100vh;
  }
}