@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/sofia-sans-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/static/fonts/sofia-sans-v20-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/static/fonts/sofia-sans-v20-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  src: url("/static/fonts/sofia-sans-v20-latin-800.woff2") format("woff2");
}
@font-face {
  font-family: fas;
  src: url("/static/fonts/fa-solid-900.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: far;
  src: url("/static/fonts/fa-regular-400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 62.5%;
  line-height: 1.3;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  box-sizing: border-box;
}
* {
  position: relative;
}
img {
  border: none;
  vertical-align: bottom;
}
h1 {
  font-family: "Sofia Sans";
}
h2 {
  font-family: "Sofia Sans";
  font-size: 1.8em;
  font-weight: 800;
  margin: 0.5em 0;
}
h3 {
  font-family: "Sofia Sans";
}
h4 {
  font-family: "Sofia Sans";
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
header {
  height: 650px;
  background: url("/static/images/start_bg.webp") center;
  background-size: cover;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 1.5em;
  transition: all 0.5s;
}
header.top {
  background-position: center top;
}
header:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(0deg, rgba(44, 44, 44, 0.23) 0%, rgba(44, 44, 44, 0) 100%);
}
header:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(180deg, rgba(0, 70, 181, 0.12) 0%, rgba(0, 70, 181, 0) 100%);
}
header h1 {
  position: absolute;
  bottom: 75px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 3.6em;
  transition: all 0.5s;
}
header .h1like {
  font-family: "Sofia Sans";
  position: absolute;
  bottom: 75px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 3.6em;
  transition: all 0.5s;
}
header nav#main {
  position: absolute;
  bottom: -15px;
  width: 100%;
}
header nav#main > ul {
  display: flex;
  width: 1012px;
  gap: 4px;
  margin: auto;
  padding: 0;
  list-style: none;
  transition: all 0.5s;
}
header nav#main > ul > li {
  flex: 1;
  border-bottom: 15px solid;
}
header nav#main > ul > li.company {
  border-color: #3d66d5;
  background: rgba(0, 63, 163, 0.4);
}
header nav#main > ul > li.company a:hover {
  background: #003fa3;
}
header nav#main > ul > li.housing {
  border-color: #5ce55b;
  background: rgba(0, 181, 111, 0.4);
}
header nav#main > ul > li.housing a:hover {
  background: #00b56f;
}
header nav#main > ul > li.work {
  border-color: #06ceff;
  background: rgba(0, 146, 181, 0.4);
}
header nav#main > ul > li.work a:hover {
  background: #0092b5;
}
header nav#main > ul > li.therapy {
  border-color: #ff9c00;
  background: rgba(224, 155, 3, 0.4);
}
header nav#main > ul > li.therapy a:hover {
  background: #e09b03;
}
header nav#main ul li a {
  display: block;
  line-height: 1em;
  font-size: 2em;
  padding: 1em 0;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
header nav#main .sublevel {
  position: absolute;
  left: 0;
  top: 6em;
  background: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 2;
  min-width: 100%;
  width: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
header nav#main .sublevel li {
  border-bottom: 1px solid #000;
}
header nav#main .sublevel a {
  color: #000;
  padding: 1em 0.25em;
}
header nav#main .sublevel a:hover {
  color: #fff;
}
header #navicon {
  position: absolute;
  display: none;
  z-index: 200;
  top: 80px;
  right: 5%;
  background: #0046b5;
  border-radius: 50%;
  width: 62px;
  height: 62px;
}
header nav#offpage {
  display: none;
  position: absolute;
  z-index: 100;
  top: 120px;
  width: calc(90% - 62px);
  right: calc(5% + 31px);
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  text-align: left;
}
header nav#offpage ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav#offpage ul ul > li {
  border-top: 1px solid #000;
}
header nav#offpage ul ul li a {
  padding-left: 1em;
  font-weight: 300;
}
header nav#offpage ul li a {
  font-size: 2em;
  line-height: 1.5em;
  padding: 0.5em;
  display: block;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}
header nav#offpage > ul > li {
  border-bottom: 1px solid #000;
  border-left: 15px solid;
}
header nav#offpage > ul > li.company {
  border-color: #3d66d5;
}
header nav#offpage > ul > li.company li {
  border-color: #3d66d5;
}
header nav#offpage > ul > li.housing {
  border-color: #5ce55b;
}
header nav#offpage > ul > li.housing li {
  border-color: #5ce55b;
}
header nav#offpage > ul > li.work {
  border-color: #06ceff;
}
header nav#offpage > ul > li.work li {
  border-color: #06ceff;
}
header nav#offpage > ul > li.therapy {
  border-color: #ff9c00;
}
header nav#offpage > ul > li.therapy li {
  border-color: #ff9c00;
}
.headbow {
  position: absolute;
  width: 100%;
  height: 172px;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.headbow__shadow {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.12));
}
#logo {
  font-size: 3.6em;
  transition: all 0.5s;
}
#logo__sign {
  max-width: 130px;
  height: auto;
  transition: all 0.5s;
}
.logo__text {
  position: absolute;
  top: 20px;
  width: 50%;
  box-sizing: border-box;
  color: #0046B5;
}
#logo__text1 {
  left: 0;
  text-align: right;
  padding-right: 90px;
  transition: all 0.5s;
}
#logo__text2 {
  left: 50%;
  text-align: left;
  padding-left: 90px;
  transition: all 0.5s;
}
article {
  text-align: center;
}
section .inlay {
  padding: 3em 0;
  font-size: 2em;
  transition: all 0.5s;
}
section .modul {
  padding: 2em 0;
  font-size: 2.4em;
  transition: all 0.5s;
}
section nav ul {
  display: flex;
  list-style: none;
  gap: 1em;
  margin: 1.5em 0;
  padding: 0;
  flex-wrap: wrap;
}
section nav ul li {
  overflow-x: hidden;
  padding-right: 1em;
}
section nav ul li:before {
  content: " ";
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  transform: skewX(-25deg);
  width: calc(100% - 0.5em);
  height: 1.2em;
  padding: 0.5em;
  margin-left: -1em;
  margin-right: 1em;
}
section nav ul a {
  color: #fff;
  font-family: "Sofia Sans";
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2em;
  padding: 0.5em;
}
section .half {
  width: 50%;
  display: inline-block;
  transition: all 0.5em;
}
section h2 {
  margin-top: 0;
}
.wrapper {
  width: 1012px;
  margin: auto;
  text-align: left;
  transition: all 0.5s;
}
section.right nav ul {
  justify-content: flex-end;
}
section.right .wrapper {
  text-align: right;
}
.wrapper.flex {
  display: flex;
  gap: 1em;
}
.col3 {
  flex: 3;
}
.col1 {
  flex: 1;
}
.col1 img {
  max-width: 100%;
  height: auto;
}
section.company h1 {
  color: #0054b5;
}
section.company h2 {
  color: #0054b5;
}
section.company h3 {
  color: #0054b5;
}
section.company nav ul li:before {
  background: #3d66d5;
}
section.company .singlelink:before {
  background: #3d66d5;
}
section.housing.back h2 {
  color: #5ce55b;
}
section.housing h1 {
  color: #00b54d;
}
section.housing h2 {
  color: #00b54d;
}
section.housing h3 {
  color: #00b54d;
}
section.housing nav ul li:before {
  background: #00b54d;
}
section.housing .singlelink:before {
  background: #00b54d;
}
section.housing.back {
  background: url("/static/images/bg-wohnen.webp") center;
  background-size: cover;
  color: #fff;
}
section.work h1 {
  color: #0092b5;
}
section.work h2 {
  color: #0092b5;
}
section.work h3 {
  color: #0092b5;
}
section.work nav ul li:before {
  background: #06ceff;
}
section.work .singlelink:before {
  background: #06ceff;
}
section.therapy.back h2 {
  color: #ff9c00;
}
section.therapy h1 {
  color: #e09b03;
}
section.therapy h2 {
  color: #e09b03;
}
section.therapy h3 {
  color: #e09b03;
}
section.therapy nav ul li:before {
  background: #ff9c00;
}
section.therapy .singlelink:before {
  background: #ff9c00;
}
section.therapy.back {
  background: url("/static/images/bg-therapie.webp") center;
  background-size: cover;
  color: #fff;
}
section.back .inlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
}
section.right.back .inlay {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
}
.extended {
  display: none;
  padding-top: 1em;
}
button.switch {
  border: none;
  background: none;
  font-size: 1.5em;
  margin-top: 1em;
  transition: all 0.5s;
}
button.switch:before {
  content: "";
  font-family: fas;
}
button.switch.open {
  transform: rotate(180deg);
}
.teaser__row {
  display: flex;
  gap: 1.2em;
  margin: 1.5em 0;
}
.teaser__row .teaser img {
  width: 100%;
  height: auto;
}
.teaser__row .teaser .singlelink {
  overflow-x: hidden;
  padding-right: 1em;
}
.teaser__row .teaser .singlelink:before {
  content: " ";
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  transform: skewX(-25deg);
  width: calc(100% - 0.5em);
  height: 1.2em;
  padding: 0.5em;
  margin-left: -1em;
  margin-right: 1em;
}
.teaser__row .teaser .singlelink a {
  color: #fff;
  font-family: "Sofia Sans";
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2em;
  padding: 0.5em;
}
.teaser__row .teaser .pos__bottom {
  position: absolute;
  left: 0;
  bottom: 1em;
}
footer .inlay {
  padding: 60px 0;
  font-size: 1.6em;
}
footer .wrapper {
  display: flex;
  gap: 56px;
}
footer .wrapper .col1 {
  flex: 1;
  border-top: 1px solid #707070;
  padding-top: 2em;
}
footer a {
  color: #3d66d5;
  text-decoration: none;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uplink {
  position: absolute;
  top: 2em;
  right: 0;
  font-family: fas;
}
.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -26px;
}
.gallery .elem {
  width: calc((100% - 52px) / 3);
  height: auto;
  margin-bottom: 26px;
}
.boxed {
  padding: 50px;
}
.boxed ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.boxed ul li {
  padding: 1.5em 0;
  border-bottom: 2px dashed;
}
.boxed ul li:last-child {
  border: none;
}
.boxed.highlight {
  padding-left: 140px;
}
.highlight:before {
  content: "";
  display: inline-block;
  font-size: 2em;
  font-family: fas;
  position: absolute;
  top: 50px;
  left: 50px;
}
.company .modul a {
  color: #3d66d5;
}
.company .filled {
  background: rgba(0, 84, 181, 0.08);
}
.company .highlight:before {
  color: #c4d3ee;
}
.company .boxed ul li {
  border-color: #0054b5;
}
.company .member__pic {
  background: #0054b5;
  border-color: #c4d3ee;
}
.company .member__pic img {
  border-color: #c4d3ee;
}
.company .member {
  display: inline-block;
}
.housing .modul a {
  color: #5ce55b;
}
.housing .filled {
  background: rgba(0, 181, 77, 0.08);
}
.housing .highlight:before {
  color: #c4eed4;
}
.housing .boxed ul li {
  border-color: #00b54d;
}
.housing .member__pic {
  background: #00b54d;
  border-color: #c4eed4;
}
.housing .member__pic img {
  border-color: #c4eed4;
}
.work .modul a {
  color: #06ceff;
}
.work .filled {
  background: rgba(0, 146, 181, 0.08);
}
.work .highlight:before {
  color: #c4e6ee;
}
.work .boxed ul li {
  border-color: #0092b5;
}
.work .member__pic {
  background: #0092b5;
  border-color: #c4e6ee;
}
.work .member__pic img {
  border-color: #c4e6ee;
}
.therapy .modul a {
  color: #ff9c00;
}
.therapy .filled {
  background: rgba(224, 155, 3, 0.08);
}
.therapy .highlight:before {
  color: #eee3c4;
}
.therapy .boxed ul li {
  border-color: #e09b03;
}
.therapy .member__pic {
  background: #e09b03;
  border-color: #eee3c4;
}
.therapy .member__pic img {
  border-color: #eee3c4;
}
.modul h2 {
  font-weight: 600;
}
.modul h3 {
  font-weight: 600;
}
.team {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
}
.member {
  display: inline-block;
  text-align: center;
  margin-right: 1em;
  width: 176px;
}
.member__pic {
  border: solid 8px;
  padding: 8px;
  border-radius: 50%;
}
.member__pic img {
  width: 136px;
  height: auto;
  border: solid 4px;
  border-radius: 50%;
}
.member__name {
  margin-top: 1em;
  font-size: 0.85em;
  display: inline-block;
}
.member__plus {
  font-size: 0.7em;
  display: inline-block;
}
div[style="z-index: 1000;text-align:right;font-size:10px;color:grey;display:block !important;"] {
  text-align: center !important;
  padding-bottom: 2em;
}
.editmode {
  margin: 1em 0;
  background: #fff;
  font-size: 16px;
  padding: 5px;
  color: #000;
}
.we.we_blockControls {
  font-size: 1.2rem;
}
@media only screen and (max-width: 1279px) {
  .wrapper {
    width: 80%;
  }
  header nav#main ul {
    width: 80%;
  }
}
@media only screen and (max-width: 1023px) {
  .wrapper {
    width: 95%;
  }
  header nav#main > ul {
    width: 95%;
    margin-left: 2.5%;
  }
  .teaser__row {
    flex-wrap: wrap;
  }
  .teaser__row .teaser {
    width: calc(50% - 0.6em);
  }
  section .half {
    width: 75%;
  }
  section.back .inlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
  section.right.back .inlay {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media only screen and (max-width: 767px) {
  .headbow {
    height: 142px;
  }
  #logo {
    font-size: 2.8em;
  }
  #logo__sign {
    max-width: 100px;
  }
  #logo__text1 {
    padding-right: 66px;
  }
  #logo__text2 {
    padding-left: 66px;
  }
  header nav#main > ul {
    margin-left: 0;
    width: 100%;
  }
  section .half {
    width: 100%;
  }
  section .inlay {
    padding: 2em 0;
  }
  section.back .inlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
  }
  section.right.back .inlay {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
  }
  footer .wrapper {
    flex-wrap: wrap;
  }
  footer .wrapper .col1 {
    min-width: calc(50% - 28px);
    width: auto;
  }
  footer .wrapper nav.col1 {
    border: none;
  }
  footer .wrapper nav ul {
    display: flex;
    gap: 30px;
  }
  .uplink {
    font-size: 1.5em;
    top: 1em;
  }
  .wrapper.flex {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 560px) {
  header {
    height: 460px;
    padding-top: 10px;
  }
  header #navicon {
    display: flex;
  }
  header h1 {
    bottom: 20px;
    font-size: 2.8em;
  }
  header .h1like {
    bottom: 20px;
    font-size: 2.8em;
  }
  header nav#main ul li a {
    display: none;
  }
  .notme {
    display: none;
  }
  .headbow {
    height: 77px;
  }
  #logo {
    font-size: 2em;
  }
  .logo__text {
    top: 10px;
  }
  #logo__sign {
    max-width: 55px;
  }
  #logo__text1 {
    padding-right: 42px;
  }
  #logo__text2 {
    padding-left: 42px;
  }
  .teaser__row .teaser {
    width: 100%;
  }
  footer .wrapper {
    gap: 2em;
  }
  footer .wrapper .col1 {
    min-width: 100%;
  }
}
