@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100;
  src: url("./../fonts/raleway-v36-latin-100.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 200;
  src: url("./../fonts/raleway-v36-latin-200.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("./../fonts/raleway-v36-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("./../fonts/raleway-v36-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("./../fonts/raleway-v36-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("./../fonts/raleway-v36-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("./../fonts/raleway-v36-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("./../fonts/raleway-v36-latin-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src: url("./../fonts/raleway-v36-latin-900.woff2") format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  flex-wrap: wrap;
  font-family: "Raleway", sans-serif;
}
:root {
  --red: #e54551;
  --green-light: #72b043;
  --green-dark: #007f4e;
  --orange: #f37324;
  --yellow: #f8cc1b;
  --white: #fff;
  --grey: #98a2a4;
}
.blob {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  animation: pulse 2s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes pulse {
  0 {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 #09ff00;
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}
p {
  font-size: 18px;
  color: #333;
}
h2 {
  font-size: 40px;
  color: #333;
}
html {
  scrollbar-color: var(--grey) var(--white);
}
body:before {
  content: " ";
  background-image: url("./../img/abstract-white.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.top_social {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: var(--green-light);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.top_social p {
  color: var(--white);
}
.top_social .fa,
.fab {
  color: var(--white);
  font-size: 24px;
  margin-left: 20px;
}
.top_social a {
  color: var(--white);
  text-decoration: none;
}
.top_social a:hover {
  opacity: 60%;
}
.navigation ul li .c-a:after,
.c-b:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  margin-top: 30px;
  margin-left: -27px;
  background-color: var(--red);
  will-change: transform;
  transform: scale(0);
  transition: transform 0.5s ease;
}
.navigation ul li .c-a:after,
.c-c:after {
  content: "";
  position: absolute;
  width: 86px;
  height: 2px;
  margin-top: 30px;
  margin-left: -86px;
  background-color: var(--red);
  will-change: transform;
  transform: scale(0);
  transition: transform 0.5s ease;
}
.navigation ul li .c-a:after,
.c-d:after {
  content: "";
  position: absolute;
  width: 157px;
  height: 2px;
  margin-top: 30px;
  margin-left: -157px;
  background-color: var(--red);
  will-change: transform;
  transform: scale(0);
  transition: transform 0.5s ease;
}
.navigation ul li .c-a:after,
.c-e:after {
  content: "";
  position: absolute;
  width: 73px;
  height: 2px;
  margin-top: 30px;
  margin-left: -72px;
  background-color: var(--red);
  will-change: transform;
  transform: scale(0);
  transition: transform 0.5s ease;
}
.navigation ul li .c-a:after,
.c-f:after {
  content: "";
  position: absolute;
  width: 105px;
  height: 2px;
  margin-top: 30px;
  margin-left: -105px;
  background-color: var(--red);
  will-change: transform;
  transform: scale(0);
  transition: transform 0.5s ease;
}
.navigation ul li .c-a:after,
.c-g:after {
  content: "";
  position: absolute;
  width: 95px;
  height: 2px;
  margin-top: 30px;
  margin-left: -95px;
  background-color: var(--red);
  will-change: transform;
  transform: scale(0);
  transition: transform 0.5s ease;
}
.navigation ul li .c-a:hover:after,
.c-b:hover:after,
.c-c:hover:after,
.c-d:hover:after,
.c-e:hover:after,
.c-f:hover:after,
.c-g:hover:after,
.c-h:hover:after,
.c-i:hover:after,
.c-j:hover:after,
.c-k:hover:after,
.c-l:hover:after,
.c-m:hover:after,
.c-n:hover:after {
  transform: scale(1);
}
header {
  transition: 0.5s;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 100px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
}
header .navigation {
  position: relative;
  display: flex;
}
header .navigation li {
  list-style: none;
  margin-left: 15px;
  font-size: 20px;
  opacity: 1;
}
header .navigation li a {
  text-decoration: none;
  color: #555;
}
header .navigation li a:hover {
  text-decoration: none;
  color: var(--red);
}
header.sticky {
  width: 100%;
  height: 80px;
  background-color: #f7f7f7;
  color: var(--red);
  padding: 0 40px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
header.sticky .navigation li {
  color: #555;
  opacity: 1;
}
header.sticky .navigation li a {
  color: #555;
  transition: 0.5s;
}
header.sticky .navigation li a:hover {
  color: var(--red);
}
header.sticky .navigation img {
  width: 30px;
  height: auto;
}
header .logo img {
  width: auto;
  height: 100px;
  transition: 0.5s;
  opacity: 1;
}
header.sticky .logo img {
  opacity: 1;
  width: auto;
  height: 80px;
  transition: 0.5s;
}
.mobile-chevron {
  position: absolute;
  bottom: 77px;
  width: 50px;
  height: 50px;
  background-color: var(--white);
  border-radius: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section05 {
  position: absolute;
}
#section05 span {
  position: absolute;
  bottom: 3px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border-left: 3px solid var(--green-light);
  border-bottom: 3px solid var(--green-light);
  transform: rotate(-45deg);
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@keyframes sdb05 {
  0 {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-8px, 8px);
    opacity: 0;
  }
}
.page_start {
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background-image: url("./../img/header-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin-top: 150px;
}
.page_title {
  position: absolute;
  width: auto;
  height: auto;
  padding: 30px;
  background: rgb(152, 162, 164, 0.5);
  border-radius: 3px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.page_title h1 {
  font-size: 40px;
  font-weight: 100;
  color: var(--white);
  animation: slideInFromTop 1.4s;
  font-family: Arial, Helvetica, sans-serif;
}
.page_title h2 {
  font-size: 20px;
  font-weight: 100;
  color: var(--white);
  animation: slideInFromTop 1.2s;
  font-family: Arial, Helvetica, sans-serif;
}
.btn_container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}
.btn_container a {
  text-decoration: none;
}
.start_btn {
  width: 200px;
  height: 50px;
  background-color: var(--green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 2px;
  margin: 5px 20px;
  transition: 0.1s ease-in-out;
}
.start_btn.child1 {
  animation: slideInFromTop 1s;
}
.start_btn.child2 {
  animation: slideInFromTop 0.8s;
}
.start_btn.child1:hover {
  opacity: 60%;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}
.container_ {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0;
}
.content_ {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  overflow: hidden;
}
table {
  width: 100%;
  height: auto;
}
.table-title {
  background-color: var(--green-light);
  color: var(--white);
}
.card_ {
  width: 550px;
  height: auto;
  margin: 10px;
}
.card_ .fa,
.fas {
  font-size: 20px;
  color: var(--green-light);
}
.card_ img {
  width: 100%;
  height: auto;
  margin: 10px;
}
.card_ a {
  color: #333;
  text-decoration: none;
}
.card_ a:hover {
  opacity: 60%;
}
.break {
  width: 100%;
  height: 70px;
  background-color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pimg1,
.pimg2,
.pimg3 {
  position: relative;
  opacity: 1;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
}
.pimg1in,
.pimg2in,
.pimg3in {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pimg1 {
  background-image: url("./../img/altere-frau-mit-ihrem-betreuer-im-freien-1.webp");
}
.ptext {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ptext_card {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ptext_card h2,
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
}
.card_bg {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 50px;
  background-color: var(--white);
}
.card_bg h3 {
  margin: 5px 0 20px 0;
}
.card_bg .fa {
  font-size: 50px;
}
.card_bg li {
  list-style: none;
  margin-bottom: 15px;
}
.card_bg ul li .fa {
  color: var(--green-light);
  font-size: 20px;
}
.card_small {
  width: 333px;
  height: auto;
  margin: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card_small h3 {
  margin-bottom: 10px;
}
#about {
  padding-top: 100px;
}
#service {
  padding-top: 200px;
}
.chevron {
  position: relative;
  text-align: center;
  padding: 12px;
  margin-bottom: 6px;
  height: 60px;
  width: 200px;
  transform: rotate(-90deg);
}
.chevron:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 51%;
  background: var(--yellow);
  transform: skew(0, 6deg);
}
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: var(--red);
  transform: skew(0, -6deg);
}
.arrow-right-one {
  position: absolute;
  right: -60px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid var(--red);
}
.arrow-right-two {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid var(--white);
}
.arrow-right-three {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 60px solid var(--white);
}
.arrow-right-four {
  position: absolute;
  left: -60px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 60px solid var(--green-dark);
}
.cube_container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cube_content {
  width: 800px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cube_card {
  width: 400px;
  height: 400px;
  padding: 30px;
  color: var(--white);
}
.cube_card li {
  list-style: circle;
}
.child3 {
  background-color: var(--red);
  z-index: 1;
}
.child4 {
  background-color: var(--orange);
}
.child5 {
  background-color: var(--green-light);
}
.child6 {
  background-color: var(--green-dark);
}
.card_small img {
  transition: 0.5s ease-in-out;
}
.card_small img:hover {
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}
.card_small h3 {
  padding: 10px 0;
  text-align: left;
}
.card-spacer {
  width: 100%;
  height: 100px;
}
.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
  content: "weiter lesen";
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: "schließen";
}
.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  width: 150px;
  height: 40px;
  margin-top: 10px;
  color: var(--grey);
  font-size: 18px;
  line-height: 2;
  border: 1px solid var(--grey);
  border-radius: 3px;
  text-align: center;
}
.read-more-trigger:hover {
  font-weight: bold;
}
.footer_container {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 100px;
}
.footer_container img {
  width: 300px;
  height: auto;
}
.footer_container ul {
  list-style: none;
  color: #555;
  line-height: 24px;
}
.footer_container a {
  text-decoration: none;
  color: #555;
}
.footer_container a:hover {
  opacity: 60%;
}
.footer_container .fab {
  color: var(--green-light);
  margin-left: 0;
  font-size: 28px;
  padding: 10px;
}
.credit {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.credit .fas {
  color: var(--green-light);
  font-size: 18px;
}
.credit p {
  font-size: 12px;
  color: #555;
  padding: 10px;
}
.credit a {
  font-size: 12px;
  color: #555;
  text-decoration: none;
}
.credit a:hover {
  opacity: 50%;
}
.reveal-top {
  position: relative;
  transform: translateY(-150px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal-top.active-top {
  transform: translateY(0);
  opacity: 1;
}
.reveal-left {
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal-left.active-left {
  transform: translateX(0);
  opacity: 1;
}
.reveal-right {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal-right.active-right {
  transform: translateX(0);
  opacity: 1;
}
.reveal-bottom {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal-bottom.active-bottom {
  transform: translateY(0);
  opacity: 1;
}
.impressum {
  width: 100%;
  height: auto;
  padding: 20px;
}
@media screen and (max-width: 830px) {
  body {
    display: non;
  }
  body:before {
    content: " ";
    background-image: none;
  }
  .page_start {
    background-image: url("./../img/mobile-header-img.webp");
    margin-top: 120px;
  }
  .mobile-hide {
    display: none;
  }
  h2 {
    font-size: 24px;
    color: #333;
  }
  .top_social {
    width: 100%;
    height: 40px;
  }
  header {
    top: 40px;
    width: 100%;
    height: 80px;
    padding: 0 40px;
  }
  header.sticky {
    width: 100%;
    height: 60px;
    padding: 0 40px;
  }
  header .logo img {
    width: auto;
    height: 75px;
  }
  header.sticky .logo img {
    width: auto;
    height: 60px;
  }
  header .navigation {
    display: none;
  }
  header .navigation.active {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--green-light);
  }
  header .navigation li {
    opacity: 1;
  }
  header .navigation li a {
    color: var(--white);
    font-size: 22px;
    line-height: 38px;
  }
  header.sticky .navigation li a {
    color: var(--white);
  }
  .menuToggle {
    position: relative;
    width: 40px;
    height: 40px;
    background: url("./../img/open.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  header.sticky .menuToggle {
    filter: invert(1);
  }
  .page_title {
    padding: 20px;
  }
  .page_title h1 {
    font-size: 32px;
    font-weight: 800;
  }
  .page_title h2 {
    font-size: 22px;
  }
  .btn_container {
    margin-top: 5px;
  }
  .pimg1 {
    background-image: url("./../img/mobile-altere-frau-mit-ihrem-betreuer-im-freien.webp");
  }
  .ptext_card {
    width: 50%;
    height: 500px;
  }
  .container_ {
    margin: 50px 0;
  }
  .content_ {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card_bg {
    padding: 10px;
    width: 100%;
    height: auto;
  }
  .card-mobile-spacer {
    margin-top: 100px;
  }
  .arrow-right-two {
    position: absolute;
    left: -120px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-right: 60px solid var(--orange);
  }
  .arrow-right-three {
    position: absolute;
    right: -120px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid var(--green-light);
  }
  .cube_content {
    width: 100%;
    height: auto;
  }
  .cube_card {
    width: 100%;
    height: auto;
  }
  .card_small {
    width: 100%;
    height: auto;
    margin: 20px 10px;
  }
  .footer_container img {
    width: 50%;
    height: auto;
  }
}
@keyframes slideInFromLeft {
  0 {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0 {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromTop {
  0 {
    transform: translateY(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromBottom {
  0 {
    transform: translateY(100%);
  }
  100% {
    transform: translateX(0);
  }
}
