@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
}

main {
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2;
}

h2 {
  font-size: 2.2em;
  line-height: 1;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.1em;
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: 900;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: #a41e2b;
}

header {
  position: sticky;
  top: 0;
  background-color: rgb(255, 255, 255);
  z-index: 100;
  /*   backdrop-filter: blur(20px); */
}
header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 35px;
  max-width: 1440px;
  margin: 0 auto;
}
header .header-content .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  /*  font-size: 1.4em; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-content .logo img {
  max-width: 190px;
  width: 100%;
  height: auto;
}
header .header-content nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
header .header-content a {
  color: black;
  font-weight: 500;
  text-decoration: none;
  font-weight: bold;
}

#nav-open,
#nav-close {
  display: none;
  width: 30px;
}

.container-bg {
  background-color: whitesmoke;
}

.container-bg-2 {
  background-color: black;
}
.container-bg-2 * {
  color: white;
}

.container-bg-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.8901960784)), to(rgba(4, 4, 4, 0.9647058824)));
  background: linear-gradient(rgba(17, 17, 17, 0.8901960784), rgba(4, 4, 4, 0.9647058824));
}
.container-bg-3 * {
  color: white;
}

#versprechen-bg {
  background-image: url("../assets/images/08107805-2b02-4638-8ac8-0bcf40790de5.webp");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-color: black;
}
#versprechen-bg .container-bg-2 {
  background-color: rgba(0, 0, 0, 0.5);
}

.container {
  padding: 60px 40px;
  max-width: 1440px;
  margin: 0 auto;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  text-align: center;
  padding: 40px 0;
}
.title h2 {
  font-size: 2.1em;
}
.title p {
  max-width: 800px;
}
.title.title-text-only p {
  font-weight: bold;
}

.title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.title-row h4 {
  color: #a41e2b;
  text-transform: capitalize;
}

/* Hero */
.hero-section {
  background-image: url("../assets/images/andrew-kliatskyi-Cc0VTXEkdxw-unsplash.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section .hero-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(4, 4, 4, 0.56);
  color: white;
  z-index: 1;
}
.hero-section .hero-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.hero-section .hero-content {
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}
.hero-section .hero-content * {
  max-width: 700px;
}
.hero-section .hero-content h4 {
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.hero-section .hero-content h1 {
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.hero-section .hero-content p {
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.hero-section .hero-content .btn {
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.hero-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20%;
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

/* Video Section */
.video-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-section .video-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
.video-section .video-section-content h3 {
  font-size: 1.5em;
}
.video-section .video-section-content * {
  max-width: 650px;
}
.video-section video {
  width: 100%;
  border-radius: 15px;
  aspect-ratio: 6/4;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Cost */
.cost {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  max-width: 1000px;
  color: white;
  margin: 0 auto;
}

/* Icon Box */
.iconboxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.iconboxes .iconbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  padding: 20px;
}
.iconboxes .iconbox img {
  width: 60px;
  -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(93%) saturate(30%) hue-rotate(136deg) brightness(107%) contrast(108%);
          filter: brightness(0) saturate(100%) invert(93%) sepia(93%) saturate(30%) hue-rotate(136deg) brightness(107%) contrast(108%);
}
.iconboxes .iconbox h4 {
  color: #a41e2b;
  font-weight: 900;
}

/* Reviews */
.reviews {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px;
  text-align: center;
  background-color: whitesmoke;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews .review img {
  width: 20px;
}
.reviews .review:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: rgb(31, 31, 31);
}
.reviews .review:hover * {
  color: white;
}

/* Grid 2 */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-2 .grid-2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
.grid-2 .grid-2-item img {
  width: 100%;
  border-radius: 10px;
}

/* Button */
.btn {
  padding: 12px 20px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  font-weight: bold !important;
}
.btn.primary-btn {
  background-color: black;
  color: #fff;
}
.btn.primary-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.btn.secondary-btn {
  background-color: white;
  color: black;
}
.btn.secondary-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Animations */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Banner */
.banner {
  position: relative;
}
.banner .banner-content {
  background-color: rgba(0, 0, 0, 0.831372549);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
  text-align: center;
}
.banner .banner-content h2 {
  font-size: 4em;
}
.banner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

/* Über uns */
.about-us-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-us-section img {
  width: 100%;
  border-radius: 10px;
}
.about-us-section .about-us-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
.about-us-section .about-us-content h3 {
  font-size: 1.5em;
}
.about-us-section .about-us-content * {
  max-width: 650px;
}

#vision-top {
  padding-bottom: 170px;
}

#vision-bottom {
  max-width: 800px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: -200px;
  -webkit-transform: translateY(-220px);
          transform: translateY(-220px);
}
#vision-bottom video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.team {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  margin: 20px auto;
  gap: 20px;
  row-gap: 20px;
}
.team .team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
}
.team .team-member img {
  max-width: 200px;
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Unser Service */
.vorteil-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
}

.vorteil {
  padding: 20px;
  background-color: #1a1a1a;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vorteil:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  background-color: rgba(0, 0, 0, 0.831372549);
}

/* Kontakt */
.contact-form {
  display: grid;
  grid-template-columns: 3fr 9fr;
}
.contact-form .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 40px;
  border-radius: 10px;
  color: black;
}
.contact-form .contact-item a {
  color: #000;
  text-decoration: none;
}
.contact-form .contact-item .contact-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.contact-form .contact-item .contact-item-row img {
  width: 30px;
  height: 30px;
}
.contact-form .contact-item.contact-item-color {
  background-color: #12258f;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 4, 4, 0.9647058824)), to(rgba(0, 0, 0, 0.9647058824)));
  background: linear-gradient(rgba(4, 4, 4, 0.9647058824), rgba(0, 0, 0, 0.9647058824));
  color: white;
}
.contact-form .contact-item.contact-item-color a {
  color: white;
  text-decoration: none;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  font-size: 1.1em;
  border-radius: 10px;
  margin-bottom: 10px;
  border: none;
  color: black;
  background-color: white;
  outline: none !important;
}
.contact-form label {
  margin-bottom: 7px;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
.contact-form textarea {
  resize: vertical;
  min-height: 300px;
}
.contact-form input#privacyPolicy {
  width: auto;
}

.no-cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 10px;
  background-color: black;
  color: white;
  border-radius: 10px;
  padding: 10px;
  right: 10px;
  opacity: 0.9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.legal {
  max-width: 1000px;
  /*  line-height: 1.6;
  */
  margin: 0 auto;
}
.legal h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.legal h3 {
  font-size: 1.3em;
  margin-bottom: 20px;
}
.legal p,
.legal ul {
  margin-bottom: 20px;
  color: #666;
}
.legal ul {
  list-style-type: disc;
  padding-left: 20px;
}
.legal a {
  color: #0066cc;
  text-decoration: none;
}
.legal a:hover {
  text-decoration: underline;
}

.contact-us-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer {
  background-color: #12258f;
  background-color: rgb(11, 25, 103);
  background-color: rgba(4, 4, 4, 0.9647058824);
}
footer *,
footer h4 {
  color: white;
  opacity: 1;
}
footer h4 {
  margin-bottom: 10px;
}
footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
footer a {
  text-decoration: none;
}
footer .footer-grid {
  display: grid;
  max-width: 1440px;
  margin: 0 auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
footer .copyright {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 0.8em;
}
footer .copyright .legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
footer .copyright .legal a {
  font-size: 1.2em;
  color: #a41e2b;
}

@media only screen and (max-width: 1200px) {
  .contact-form {
    grid-template-columns: 4fr 8fr;
  }
}
@media only screen and (min-width: 993px) {
  nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 992px) {
  header .header-content {
    padding: 5px 20px;
  }
  header .header-content nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #nav-open,
  #nav-close {
    display: block;
  }
  #nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .container {
    padding: 30px;
  }
  .iconboxes {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .reviews {
    grid-template-columns: 1fr 1fr;
  }
  .vorteil-grid {
    grid-template-columns: 1fr;
  }
  .contact-form {
    grid-template-columns: 1fr;
  }
  .contact-form .contact-item {
    padding: 20px;
  }
  footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .banner .banner-content {
    min-height: 300px;
  }
  .banner .banner-content h2 {
    font-size: 2em;
  }
  .cost {
    font-size: 1.2em;
  }
  .container {
    padding: 20px;
  }
  .title h2 {
    font-size: 1.7em;
  }
  .hero-section .hero-contents {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 450px;
  }
  .hero-section .hero-contents .hero-content {
    padding: 30px;
  }
  .hero-section .hero-contents img {
    display: none;
  }
  .video-section,
  .about-us-section,
  .grid-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .team {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  #vision-top {
    padding: 0;
  }
  #vision-bottom {
    margin: 0;
    -webkit-transform: none;
            transform: none;
    padding: 20px;
    padding-bottom: 0;
  }
  footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .contact-us-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .contact-us-row h2 {
    font-size: 1.3em;
  }
  .title h2 {
    font-size: 1.3em;
  }
  body {
    font-size: 15px;
  }
  .reviews {
    grid-template-columns: 1fr;
  }
  .no-cookies {
    left: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .team {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=styles.css.map */