/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
* {
  color: black;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --clr-orange: #ff6f48;
  --clr-liteblue: #A0B5CC;
  --clr-darkblue: #404969;
  --clr-grey: #2b3035;
  --clr-green: #D6DDD4;
  --clr-green: #A7B882;
}

html {
  font-family: "Ubuntu", sans-serif;
  scroll-behavior: smooth;
}

h1 {
  font-size: 42px;
  font-weight: 300;
}

h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
}

/* HEADER */
#header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto min(92vw, 1120px) auto;
  grid-template-columns: auto min(92vw, 1120px) auto;
  background-color: white;
}
#header .header-container {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  padding: 10px 0;
}
#header .logo-container {
  width: min(45vw, 220px);
}
#header .logo-container picture {
  height: 100%;
}
#header .logo-container img {
  max-width: 100%;
}

.header-contact {
  display: none;
}

/* HEADER /* Navigation */
.mobile-navigation-container {
  height: 100%;
}
.mobile-navigation-container nav {
  height: 100%;
}
.mobile-navigation-container nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.mobile-navigation-container nav ul li:not(:last-of-type) {
  display: none;
}
.mobile-navigation-container nav ul li:last-of-type {
  display: flex;
  width: 130px;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
  background-color: var(--clr-green);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 180ms ease-in;
}
.mobile-navigation-container nav ul li:last-of-type:hover {
  background-color: #fd6136;
}
.mobile-navigation-container nav ul li a {
  text-decoration: none;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .mobile-navigation-container nav ul {
    gap: 30px;
  }
  .mobile-navigation-container nav ul li {
    color: black;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
  }
  .mobile-navigation-container nav ul li:not(:last-of-type) {
    display: flex !important;
  }
}
/* Main /**/
main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(92vw, 1120px) 1fr;
  grid-template-columns: 1fr min(92vw, 1120px) 1fr;
}

/* SECTION */
section {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
section .headline {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  color: black;
}

/* HERO SECTION */
section#hero {
  background-color: white;
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 12vw auto;
  grid-template-rows: auto 12vw auto;
}
section#hero picture {
  grid-column: 1/-1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  max-height: 500px;
}
section#hero picture img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#hero .content-wrap {
  grid-column: 1/-1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  background-color: var(--clr-green);
  margin: auto;
  max-width: 500px;
  padding: 40px 20px;
  border-radius: 4px;
  width: 100%;
}
section#hero h1 {
  display: flex;
  flex-direction: column;
  font-size: 42px;
  text-align: center;
  gap: 20px;
  padding-bottom: 40px;
}
section#hero h1 span {
  font-size: 20px;
  padding-top: 0.5em;
  color: black;
  line-height: 1.5em;
}
section#hero .button {
  display: flex;
  width: 100%;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 0;
  background-color: white;
  color: black;
  border-radius: 4px;
}

@media (min-width: 820px) {
  section#hero {
    margin-top: 40px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    width: 100%;
    -ms-grid-columns: 334px 2fr;
    grid-template-columns: 334px 2fr;
    background: linear-gradient(129deg, #a7b882 0%, rgba(167, 184, 130, 0.647759172) 100%);
    border-radius: 4px;
  }
  section#hero .content-wrap {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 21;
    grid-row: 1/22;
    padding: 80px 60px 60px 60px;
    background-color: transparent;
  }
  section#hero .content-wrap .button {
    max-width: 180px;
  }
  section#hero .content-wrap * {
    text-align: left;
  }
  section#hero picture {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 21;
    grid-row: 1/22;
    height: 100%;
    max-height: 100%;
    padding: 0 4em 0 2em;
  }
  section#hero picture img {
    transform: translateY(40px);
    border-radius: 4px;
  }
}
/* LEISTUNGE SECTION */
#leistungen {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 130px;
  background-color: white;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
#leistungen img {
  width: 100%;
  border-radius: 4px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 0%;
     object-position: 25% 0%;
}
#leistungen img:last-of-type {
  display: none;
}
#leistungen .leistungen-box {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  background-color: var(--clr-liteblue);
  border-radius: 4px;
}
#leistungen .leistungen-box h3 {
  color: black;
  line-height: 1.5em;
  display: flex;
  padding-bottom: 1em;
}
#leistungen .leistungen-box ul {
  display: flex;
  flex-direction: column;
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTdweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMTdweCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTkgMTYuMkw0LjggMTJsLTEuNCAxLjRMOSAxOSAyMSA3bC0xLjQtMS40TDkgMTYuMnoiLz48L3N2Zz4=);
}
#leistungen .leistungen-box ul li {
  color: black;
  line-height: 1.5em;
  font-size: 17px;
  padding: 0.25em 0;
  transform: translateX(30px);
  padding-right: 30px;
}
#leistungen .leistungen-box ul li::marker {
  font-size: 15px;
  padding-top: 1em;
}

@media (min-width: 768px) {
  #leistungen {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 40px auto 20px 20px 280px 30px auto 20px auto;
    grid-template-rows: 40px auto 20px 20px 280px 30px auto 20px auto;
    margin-top: 170px;
  }
  #leistungen h2 {
    font-size: 30px;
  }
  #leistungen img {
    max-height: 100%;
    height: 100%;
    display: block !important;
  }
  #leistungen img:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    max-height: 254px !important;
  }
  #leistungen img:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4/7;
  }
  #leistungen img:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 6;
    -ms-grid-row-span: 4;
    grid-row: 6/10;
  }
  #leistungen .leistungen-box:nth-of-type(1) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
  #leistungen .leistungen-box:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3/6;
  }
  #leistungen .leistungen-box:nth-of-type(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 7;
    -ms-grid-row-span: 3;
    grid-row: 7/10;
  }
}
@media (min-width: 890px) {
  #leistungen h2 {
    font-size: 36px;
  }
}
/* VORTEILE */
#vorteile {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  padding: 40px 30px 60px 30px;
  margin-top: 100px;
  background-color: var(--clr-green);
  width: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#vorteile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-image: url(images/mobile-betreuung-potsdam-persoenlich.9d261ea5.jpg);
  background-position-y: 50%;
  background-position-x: 35%;
  opacity: 0.05;
}
#vorteile h2, #vorteile ul, #vorteile li {
  z-index: 2;
}
#vorteile h2 {
  padding-bottom: 30px;
}
#vorteile ul {
  list-style: none;
}
#vorteile ul li {
  color: black;
  line-height: 1.5em;
  font-size: 17px;
  padding: 0.25em 0;
  transform: translateX(30px);
  padding-right: 30px;
  position: relative;
}
#vorteile ul li::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTlweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMTlweCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xOSAxM2gtNnY2aC0ydi02SDV2LTJoNlY1aDJ2Nmg2djJ6Ii8+PC9zdmc+);
  position: absolute;
  left: -25px;
  top: 4px;
  display: block;
  transform: translateY(2px);
}

@media (min-width: 1200px) {
  #vorteile ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
/* FAQ */
#faq {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin-top: 100px;
  width: 100%;
  background-color: white;
}
#faq h2 {
  padding-bottom: 30px;
}
#faq .faq-wrap {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  width: 100%;
}
#faq .faq-wrap button {
  background-color: white;
  font-size: 17px;
  border: none;
  outline: none;
  font-weight: 600;
  display: flex;
  line-height: 1.5em;
  cursor: pointer;
  transition: 0.4s;
  max-width: 100%;
  text-align: left;
}
#faq .faq-wrap .panel {
  padding: 18px 18px;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: none;
}

#kontakt {
  margin-top: 100px;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
#kontakt .text-wrap {
  padding: 50px 30px;
  background-color: var(--clr-liteblue);
}
#kontakt .text-wrap h2 {
  padding-bottom: 30px;
}
#kontakt .text-wrap p {
  line-height: 1.5em;
  padding-bottom: 0.75em;
}
#kontakt .text-wrap ul {
  padding-top: 1.5em;
  list-style: none;
}
#kontakt .text-wrap ul li {
  line-height: 2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#kontakt .text-wrap ul li img {
  margin-right: 10px;
}
#kontakt .text-wrap ul li a {
  text-decoration: none;
}
#kontakt .form-wrap {
  background-color: #ADBDCE;
  padding: 50px 30px;
}
#kontakt .form-wrap .nf-form-fields-required {
  display: none;
}
#kontakt .form-wrap .nf-form-content {
  padding: 0;
  margin: 0;
  max-width: auto;
}
#kontakt .form-wrap .nf-error,
#kontakt .form-wrap .nf-error-msg {
  color: white;
  font-size: 14px;
}
#kontakt .form-wrap .field-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 1fr;
  grid-template-columns: 90px 1fr;
}
#kontakt .form-wrap .field-wrap .nf-field-label {
  margin-bottom: 0 !important;
  background-color: var(--clr-liteblue);
  border-radius: 4px 0 0 4px;
}
#kontakt .form-wrap .field-wrap .nf-field-label label {
  cursor: pointer;
  font-weight: 400;
  display: flex;
  padding-left: 20px !important;
  line-height: 40px;
  font-size: 14px;
}
#kontakt .form-wrap .field-wrap .nf-field-element input, #kontakt .form-wrap .field-wrap .nf-field-element textarea {
  background-color: var(--clr-liteblue);
  border: none;
  height: 40px;
  color: black;
  font-size: 14px;
  padding: 10px;
  border-radius: 0 4px 4px 0;
}
#kontakt .form-wrap .field-wrap .nf-field-element input[type=button], #kontakt .form-wrap .field-wrap .nf-field-element textarea[type=button] {
  background-color: black;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 4px;
}
#kontakt .form-wrap .field-wrap .nf-field-element textarea {
  height: 120px;
}
#kontakt .form-wrap .field-wrap .nf-field-element::after {
  height: 38px;
  width: 40px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 4px;
  background-color: white;
  color: red;
  top: 0px;
  right: 0px;
}

@media (min-width: 970px) {
  #kontakt {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
/* FOOTER */
#footer {
  margin-top: 100px;
  margin-bottom: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto min(92vw, 1120px) auto;
  grid-template-columns: auto min(92vw, 1120px) auto;
}
#footer .footer-wrap {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
#footer .footer-wrap ul {
  list-style: none;
}
#footer .footer-wrap ul li {
  line-height: 2em;
}
#footer .footer-wrap ul li a {
  text-decoration: none;
}

@media (min-width: 768px) {
  #footer .footer-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #footer .footer-wrap .footer-kontakt li {
    text-align: right;
  }
}
/* Rechtstexte */
#rechtstext {
  background-color: white !important;
  -ms-grid-column: 2 !important;
  -ms-grid-column-span: 1 !important;
  grid-column: 2/3 !important;
}

#rechtstext h1,
#rechtstext h2,
#rechtstext h3,
#rechtstext h4,
#rechtstext h5,
#rechtstext p {
  text-align: left;
  padding: 0;
  margin: 0;
  margin-top: 0.6em;
  max-width: 24em;
}

#rechtstext .section-wrap {
  padding-top: 3em;
}

#rechtstext p {
  max-width: 40em;
  padding-bottom: 2em;
}

#rechtstext h1 {
  font-size: 32px;
  margin-top: 0;
  overflow-wrap: break-word;
  padding-bottom: 1em;
  font-weight: 400;
}

#rechtstext h2 {
  font-size: 26px;
  margin-top: 0.5em;
  font-weight: 300;
  text-transform: initial;
}

#rechtstext h3 {
  font-size: 22px;
  margin-top: 1.5em;
}

#rechtstext h4 {
  font-size: 20px;
}

#rechtstext h5,
#rechtstext h6 {
  font-size: 18px;
}

#rechtstext ul {
  padding-left: 20px;
  padding-top: 0.7em;
}

#rechtstext ul li {
  color: var(--text-grey);
  font-size: 17px;
  line-height: 1.5em;
}

.impressum-ul {
  list-style: none;
  padding-left: 0 !important;
}

.impressum-ul li {
  font-size: 20px !important;
}

/*# sourceMappingURL=style-index.css.map*/