@font-face {
  font-family: "Lugrasimo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../src/assets/fonts/FONT_lugrasimo.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rowdies Bold 700";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../../src/assets/fonts/rowdies/rowdies_bold_700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rowdies Reg 400";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../src/assets/fonts/rowdies/rowdies_reg_400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Gentium Basic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../src/assets/fonts/gentium_basic/gentium_basic_reg.ttf") format("ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins Norm Reg 400";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../src/assets/fonts/Poppins/poppins_normal_400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.body-grad {
  background-image: linear-gradient(to right, #bfde96, #68932f 150%);
}

.bg-prim {
  background-color: #bfde96;
}

.bg-sec {
  background-color: hsl(87, 16%, 78%);
}

.bg-sec-d-30 {
  background-color: hsl(87, 16%, 48%);
}

.bg-black-a70 {
  background-color: black;
  opacity: 0.7;
}

.img-triade {
  position: relative;
  aspect-ratio: 1.5;
}

.img-triade.vert {
  aspect-ratio: 0.8;
}

.img-triade .triade-light,
.img-triade .triade-dark {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
}

.img-triade img {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 30px);
}

.img-triade .triade-light {
  left: 0;
  top: 0;
  background: linear-gradient(to right, #8fc549, #68932f);
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.img-triade .triade-dark {
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #8fc549, #68932f);
  mask-image: linear-gradient(to left, transparent, black 5%, black 95%, transparent);
}

.img-triade img {
  left: 20px;
  top: 15px;
  box-shadow: 0 0 5px 1px #333;
}

header {
  width: 100%;
  height: calc(100vh - var(--navHeight));
  margin-top: var(--navHeight);
  padding-top: var(--h-pt);
  position: var(--header-pos);
}
header #logo-wrapper {
  width: var(--log-wrap-w);
  position: var(--log-wrap-pos);
  top: var(--log-wrap-top);
  left: var(--log-wrap-left);
  z-index: 2;
}
header #logo-wrapper #img-logo {
  width: 60%;
}
header #logo-wrapper h3 {
  font-family: "Lugrasimo", serif;
  font-size: var(--log-wrap-h3-fs);
  font-weight: bold;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  background-image: unset;
}
header #header-title-img {
  width: 100%;
  max-width: var(--head-img-mw);
  position: var(--head-img-pos);
  top: var(--head-img-top);
  left: var(--head-img-left);
  height: var(--head-img-h);
  z-index: 1;
  aspect-ratio: 1.5;
  background: url("../img/landing/empfang-physiotherapie-praxis.jpg");
  background-size: var(--head-img-bg-size);
  background-repeat: no-repeat;
  background-position: var(--head-img-bg-pos);
  mask-image: linear-gradient(to right, transparent 10%, black);
}
header #quick-contact-wrapper {
  width: var(--q-con-w);
  height: var(--q-con-h);
  position: var(--q-con-pos);
  z-index: 2;
  bottom: 0;
  left: 0;
  flex: var(--q-con-flex);
  gap: 10%;
}
header #quick-contact-wrapper .icon-text-holder {
  text-decoration: none;
  color: #5f5f5f;
  background: radial-gradient(circle at 100% 100%, #bfde96, #77a835);
  border-radius: 10px;
  border: 3px solid #5a8028;
  padding: min(1vmin, 5px) min(2vmin, 10px);
}
header #quick-contact-wrapper .icon-text-holder i {
  font-size: min(7vmin, 30px);
}
header #quick-contact-wrapper .icon-text-holder p {
  font-size: var(--p-fs);
}
header #quick-contact-wrapper .icon-text-holder:last-child i, header #quick-contact-wrapper .icon-text-holder:last-child p {
  transition: all 0.3s ease;
}
header #quick-contact-wrapper .icon-text-holder:last-child .numberdisplay {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -250%);
  font-weight: 1000;
  letter-spacing: 2px;
}

article {
  width: 100%;
  max-width: 1200px;
}
article .img-text-container {
  width: var(--img-t-con-w);
  margin: var(--img-t-con-my) 0;
}
article .img-text-container .img-triade {
  width: var(--img-tri-w);
  aspect-ratio: 1.5;
}
article .img-text-container .area-text-container {
  width: var(--ar-t-con-w);
  flex: 1;
}
article .img-text-container .area-text-container .area-statistic {
  margin: var(--p-my) 0;
  font-size: var(--stat-fs);
}
article .img-text-container .area-text-container .area-statistic span {
  font-size: 0.4em;
}
article .img-text-container .area-text-container .area-statistic strong:first-of-type {
  font-size: em;
}
article .img-text-container .area-text-container .area-statistic strong:last-of-type {
  font-size: 0.5em;
}
article p {
  width: var(--p-w);
  margin: var(--p-my) 0;
  font-size: var(--p-fs);
}

main {
  width: 100%;
  max-width: 1200px;
  margin: var(--p-my) 0;
}
main .img-triade {
  width: 80%;
  max-width: 500px;
}

aside {
  inset: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  transition: all 0.3s ease;
}
aside .popup {
  width: min(90%, 800px);
  border: 3px solid hsl(86, 52%, 23%);
  border-radius: 10px;
  padding: min(3vmin, 30px) min(2.5vmin, 25px);
}
aside .popup .logo-holder {
  width: 20%;
  aspect-ratio: 1;
  background-image: url("..//img/logos/own_logo/only_logo_quadratic_50_50.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
aside .popup p {
  margin: min(5vmin, 50px) 0;
}
aside .popup button {
  position: relative;
  background: transparent;
  color: #5f5f5f;
  margin-top: min(5vmin, 100px);
}

@media screen and (max-width: 575px) {
  body {
    --h-pt: 5vmax;
    --log-wrap-w: min(100%, 500px);
    --log-wrap-pos: static;
    --log-wrap-top: unset;
    --log-wrap-left: unset;
    --log-wrap-h3-fs: 6vmin;
    --header-pos: static;
    --head-img-mw: unset;
    --head-img-h: unset;
    --head-img-pos: static;
    --head-img-top: unset;
    --head-img-left: unset;
    --head-img-bg-size: 100% 100%;
    --head-img-bg-pos: 0% 0%;
    --q-con-w: 100%;
    --q-con-h: unset;
    --q-con-pos: static;
    --q-con-flex: 1;
    --img-t-con-w: 100%;
    --img-t-con-my: min(3vmin, 15px);
    --img-tri-w: 80%;
    --ar-t-con-w: 100%;
    --stat-fs: min(5.5vmin, 30px);
    --p-w: 100%;
    --p-my: 3vmin;
    --p-fs: 3vmin;
  }
}
@media screen and (max-width: 575px) and (min-aspect-ratio: 1) {
  body {
    --log-wrap-pos: absolute;
    --log-wrap-top: 5%;
    --log-wrap-left: 5%;
    --log-wrap-w: min(100vmin, 280px);
    --log-wrap-h3-fs: 5vmin;
    --header-pos: relative;
    --head-img-mw: unset;
    --head-img-h: 100%;
    --head-img-pos: absolute;
    --head-img-top: 0;
    --head-img-left: 0;
    --head-img-bg-size: cover;
    --head-img-bg-pos: 0% 0%;
    --q-con-w: 70%;
    --q-con-pos: absolute;
    --q-con-h: 30%;
    --q-con-flex: unset;
    --p-my: 2vmin;
  }
}
@media screen and (min-width: 576px) {
  body {
    --h-pt: 2.5vmax;
    --log-wrap-w: 60%;
    --log-wrap-pos: static;
    --log-wrap-top: unset;
    --log-wrap-left: unset;
    --log-wrap-h3-fs: clamp(18px, 6vmin, 28px);
    --header-pos: static;
    --head-img-mw: unset;
    --head-img-h: unset;
    --head-img-pos: static;
    --head-img-top: unset;
    --head-img-left: unset;
    --head-img-bg-size: 100% 100%;
    --head-img-bg-pos: 0% 0%;
    --q-con-w: 100%;
    --q-con-h: unset;
    --q-con-pos: static;
    --q-con-flex: 1;
    --img-t-con-w: 100%;
    --img-t-con-my: min(3vmin, 15px);
    --img-tri-w: 80%;
    --ar-t-con-w: 100%;
    --stat-fs: min(5.5vmin, 40px);
    --p-w: 80%;
    --p-my: min(3vmin, 30px);
    --p-fs: min(3vmin, 20px);
  }
}
@media screen and (min-width: 576px) and (min-aspect-ratio: 1) {
  body {
    --log-wrap-pos: absolute;
    --log-wrap-top: 5%;
    --log-wrap-left: 5%;
    --log-wrap-w: min(100vmin, 350px);
    --log-wrap-h3-fs: 5vmin;
    --header-pos: relative;
    --head-img-mw: unset;
    --head-img-h: 100%;
    --head-img-pos: absolute;
    --head-img-top: 0;
    --head-img-left: 0;
    --head-img-bg-size: cover;
    --head-img-bg-pos: 0% 0%;
    --q-con-w: 70%;
    --q-con-pos: absolute;
    --q-con-h: 30%;
    --q-con-flex: unset;
    --p-my: 2vmin;
  }
}
@media screen and (min-width: 768px) {
  body {
    --h-pt: 1vmax;
    --log-wrap-h3-fs: clamp(14px, 4.5vmin, 22px);
    --head-img-mw: 800px;
  }
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1) {
  body {
    --log-wrap-pos: absolute;
    --log-wrap-top: 5%;
    --log-wrap-left: 5%;
    --log-wrap-w: min(100vmin, 450px);
    --log-wrap-h3-fs: 5vmin;
    --header-pos: relative;
    --head-img-mw: unset;
    --head-img-h: 100%;
    --head-img-pos: absolute;
    --head-img-top: 0;
    --head-img-left: 0;
    --head-img-bg-size: cover;
    --head-img-bg-pos: 0% 30%;
    --q-con-w: 70%;
    --q-con-pos: absolute;
    --q-con-h: 30%;
    --q-con-flex: unset;
    --p-my: 2vmin;
  }
}
@media screen and (min-width: 992px) {
  body {
    --log-wrap-pos: absolute;
    --log-wrap-top: 20%;
    --log-wrap-left: 5%;
    --log-wrap-w: min(70%, 700px);
    --log-wrap-h3-fs: min(5vmin, 60px);
    --header-pos: relative;
    --head-img-mw: unset;
    --head-img-h: 100%;
    --head-img-pos: absolute;
    --head-img-top: 0;
    --head-img-left: 0;
    --head-img-bg-size: cover;
    --head-img-bg-pos: 20% 0%;
    --q-con-w: min(50%, 500px);
    --q-con-pos: absolute;
    --q-con-h: 200px;
    --q-con-flex: unset;
    --img-t-con-my: min(3vmin, 25px);
    --img-tri-w: min(80%, 800px);
    --stat-fs: min(5.5vmin, 50px);
    --p-fs: min(3vmin, 24px);
  }
}
@media screen and (min-width: 992px) and (min-aspect-ratio: 1) {
  body {
    --log-wrap-pos: absolute;
    --log-wrap-top: 5%;
    --log-wrap-left: 5%;
    --log-wrap-w: min(100vmin, 600px);
    --log-wrap-h3-fs: 5vmin;
    --header-pos: relative;
    --head-img-mw: unset;
    --head-img-h: 100%;
    --head-img-pos: absolute;
    --head-img-top: 0;
    --head-img-left: 0;
    --head-img-bg-size: cover;
    --head-img-bg-pos: 0% 30%;
    --q-con-w: 70%;
    --q-con-pos: absolute;
    --q-con-h: 30%;
    --q-con-flex: unset;
    --p-my: 2vmin;
  }
}
@media screen and (min-width: 1200px) {
  body {
    --img-tri-w: min(80%, 800px);
  }
}
@media screen and (min-width: 1400px) {
  body {
    --log-wrap-top: 15%;
    --log-wrap-left: 10%;
  }
}

/*# sourceMappingURL=landing.css.map */
