@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: open-sans;
}

p, a, li, h1, h2, h3, h4 {
  color: rgb(29, 29, 29);
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "open-sans";
  src: url("../fonts/open-sans-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "open-sans";
  src: url("../fonts/open-sans-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "open-sans";
  src: url("../fonts/open-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "open-sans";
  src: url("../fonts/open-sans-600italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "open-sans";
  src: url("../fonts/open-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "open-sans";
  src: url("../fonts/open-sans-700italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.above-header-container {
  background-color: rgb(0, 153, 153);
}
@media (max-width: 600px) {
  .above-header-container {
    display: none;
  }
}
.above-header-container ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 0;
}
.above-header-container ul li {
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.icoomon-above-header::before {
  font-family: "icomoon";
  font-size: 14px;
  color: white;
  margin-right: 5px;
  content: "\e906";
}

header {
  top: 0;
  position: sticky;
  z-index: 99;
  width: 100%;
  border-bottom: 4px solid rgb(0, 153, 153);
  background-color: white;
}

.header-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 580px) {
  .logo {
    display: none;
  }
}

.logo-short {
  display: none;
}
@media (max-width: 580px) {
  .logo-short {
    display: inline-block;
  }
}

nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 120px;
       column-gap: 120px;
}
@media (max-width: 1000px) {
  nav {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
nav button {
  padding: 15px 100px;
  background-color: rgb(134, 45, 89);
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  transition: background-color 125ms;
}
@media (max-width: 1000px) {
  nav button {
    padding: 15px 40px;
  }
}
nav button::before {
  font-family: "icomoon";
  font-size: 16px;
  color: white;
  margin-right: 8px;
  content: "\e913";
}
nav button:hover {
  background-color: rgb(113, 38, 75);
}

.header-tel {
  color: rgb(0, 153, 153);
  font-size: 14px;
}
@media (max-width: 750px) {
  .header-tel {
    display: none;
  }
}

.icoomon-header::before {
  font-family: "icomoon";
  font-size: 15px;
  color: black;
}

.icoomon-tel::before {
  margin-right: 5px;
  content: "\e90e";
}

.hero-container {
  width: 100%;
  max-width: 1200px;
  height: 380px;
  margin: 0 auto;
  background-image: url(../img/header_ulf2.jpg);
  background-position: right center;
  background-size: cover;
  margin-bottom: 32px;
}

.hero-caption {
  color: white;
  background-color: rgba(0, 153, 153, 0.7);
  border-radius: 2px;
  display: inline-block;
  padding: 3.2px 12.8px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  left: 25%;
  top: 60%;
}

.content-box {
  border: 4px solid rgb(0, 153, 153);
  padding: 24px 28px;
}
.content-box ul {
  margin-left: 20px;
}
.content-box ul li {
  margin-bottom: 8px;
}
.content-box ol {
  margin-left: 20px;
}
.content-box ol li {
  margin-bottom: 8px;
}
.content-box p {
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 25px;
}
.content-box a {
  color: rgb(0, 153, 153);
}
.content-box a:hover {
  color: rgb(134, 45, 89);
}

.icoomon-container {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 153, 153);
  padding: 13px 15px;
}
.icoomon-container h1 {
  color: white;
  font-size: 24px;
}
.icoomon-container p {
  position: relative;
  justify-self: center;
  align-self: center;
}
.icoomon-container div {
  width: 100%;
  height: calc(100% - 65px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.icoomon::before {
  font-family: "icomoon";
  font-size: 6rem;
  color: white;
}

.icoomon-faq::before {
  content: "\e911";
}

.icoomon-qualität::before {
  content: "\e928";
}

.icoomon-prüf::before {
  content: "\e914";
}

.cta-btn {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-btn button {
  padding: 15px 100px;
  background-color: rgb(134, 45, 89);
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  transition: background-color 125ms;
}

.cta-btn button::before {
  font-family: "icomoon";
  font-size: 16px;
  color: white;
  margin-right: 8px;
  content: "\e913";
}

.cta-btn button:hover {
  background-color: rgb(113, 38, 75);
}

.ablauf-contact-outer-container {
  width: 100%;
  background-color: rgb(245, 245, 245);
  padding: 32px 0;
}

.ablauf-contact-inner-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1000px) {
  .ablauf-contact-inner-container {
    grid-template-columns: 1fr;
  }
}
.ablauf-contact-inner-container img {
  width: 100%;
  max-width: 500px;
  border: 4px solid rgb(0, 153, 153);
}
@media (max-width: 1000px) {
  .ablauf-contact-inner-container img {
    display: none;
  }
}

.ablauf-contact-contact-container {
  border: 4px solid rgb(0, 153, 153);
  padding: 24px 28px;
  height: -moz-fit-content;
  height: fit-content;
}
.ablauf-contact-contact-container h1 {
  font-size: 16px;
  line-height: 25.5px;
  margin-bottom: 16px;
}
.ablauf-contact-contact-container p {
  margin-bottom: 16px;
}
.ablauf-contact-contact-container p a {
  color: rgb(0, 153, 153);
}
.ablauf-contact-contact-container p:hover a {
  color: rgb(134, 45, 89);
}

.icoomon-contact::before {
  font-family: "icomoon";
  font-size: 15px;
  margin-right: 5px;
}

.icoomon-whatsapp::before {
  color: #34af23;
  content: "\e915";
}

.icoomon-telegram::before {
  color: #2ca5e0;
  content: "\e930";
}

.icoomon-envelop::before {
  color: black;
  content: "\e923";
}

.individuell-outer-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 32px 0;
}
@media (max-width: 1000px) {
  .individuell-outer-container {
    grid-template-columns: 1fr;
  }
}

.individuell-left-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1000px) {
  .individuell-left-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .individuell-left-container {
    grid-template-columns: 1fr;
  }
}

.ulf-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid rgb(0, 153, 153);
}
@media (max-width: 500px) {
  .ulf-img {
    display: none;
  }
}

.yt-video {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  border: 4px solid rgb(0, 153, 153);
}

.yt-video-backround {
  box-shadow: inset 0 50px 50px 0 rgba(0, 0, 0, 0.3);
  background-image: url(/img/fake-yt-img.webp);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.yt-video-backround svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -34px;
  width: 68px;
  height: 48px;
}
.yt-video-backround button {
  position: absolute;
  top: 80%;
  left: 80%;
  margin-right: 10px;
}

.yt-video-top {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.yt-video-top img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 5px;
}
.yt-video-top p {
  margin-left: 10px;
  color: white;
  font-size: 18px;
  font-weight: 400;
}

.kommunikation-outer-container {
  width: 100%;
  background-color: rgb(245, 245, 245);
  padding: 32px 0;
}

.kommunikation-inner-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 32px;
}
@media (max-width: 1000px) {
  .kommunikation-inner-container {
    display: flex;
    flex-direction: column;
  }
}

.kommunikation-left-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1000px) {
  .kommunikation-left-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
}
.kommunikation-left-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kommunikation-middle-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1000px) {
  .kommunikation-middle-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
}
@media (max-width: 450px) {
  .kommunikation-middle-container {
    grid-template-columns: 1fr;
  }
}

.qualitäts-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 32px;
  padding: 32px 0;
}
@media (max-width: 900px) {
  .qualitäts-container {
    display: flex;
    flex-direction: column;
  }
}

.qualitäts-middle-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 900px) {
  .qualitäts-middle-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
}
@media (max-width: 520px) {
  .qualitäts-middle-container {
    grid-template-columns: 1fr;
  }
}
.qualitäts-middle-container div {
  min-height: 280px;
}
.qualitäts-middle-container img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.01;
}
@media (max-width: 520px) {
  .qualitäts-middle-container img {
    display: none;
  }
}

.qualitäts-right-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 900px) {
  .qualitäts-right-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
}
@media (max-width: 520px) {
  .qualitäts-right-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

.was-ist-der-ablauf-container {
  width: 100%;
  background-color: rgb(245, 245, 245);
  padding: 32px 0;
}
.was-ist-der-ablauf-container .content-box {
  max-width: 1200px;
  margin: 0 auto;
}

footer {
  width: 100%;
  padding: 32px 0;
  background-color: rgb(0, 153, 153);
}

.footer-inner {
  width: 100%;
  max-width: 1200px;
  min-height: 250px;
  padding: 32px 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr;
  row-gap: 32px;
}
@media (max-width: 450px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.footer-vertikal {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  list-style: none;
}
.footer-vertikal li, .footer-vertikal p, .footer-vertikal a {
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: 400;
}
.footer-vertikal a:hover {
  text-decoration: underline;
}
.footer-vertikal .no-underline:hover {
  text-decoration: none;
}

.footer-lang {
  display: grid;
  padding: 0 10px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
}
.footer-lang li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-lang p, .footer-lang a {
  color: white;
  font-size: 13px;
  font-weight: 400;
}
.footer-lang a:hover {
  text-decoration: underline;
}

.footer-lang li:first-child p::before {
  font-family: "icomoon";
  font-size: 15px;
  color: white;
  content: "\e91f";
}

.icoomon-small::before {
  font-family: "icomoon";
  font-size: 30px;
  color: white;
}

.icoomon-paypal::before {
  content: "\e91a";
}

.icoomon-visa::before {
  content: "\e91d";
}

.icoomon-facebook::before {
  content: "\e909";
}

.icoomon-instagram:before {
  content: "\e90b";
}

.footer-horizontal {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.footer-horizontal p, .footer-horizontal a {
  color: white;
}
.footer-horizontal a:hover {
  text-decoration: underline;
}

@media (max-width: 450px) {
  .hide-if-small {
    display: none;
  }
}

.footer-centered-links {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  list-style: none;
}
.footer-centered-links a {
  color: white;
}
.footer-centered-links a:hover {
  text-decoration: underline;
}

.blue-headline {
  color: rgb(0, 153, 153);
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 16px;
}

.img-wrapper {
  height: 100%;
  width: 100%;
}/*# sourceMappingURL=main.css.map */