/*genrated on 2026-25-09 10:49:02****************************/
/* outfit-100 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  src: url('/_libs/fonts/google/outfit-v11-latin-100.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  src: url('/_libs/fonts/google/outfit-v11-latin-200.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('/_libs/fonts/google/outfit-v11-latin-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('/_libs/fonts/google/outfit-v11-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('/_libs/fonts/google/outfit-v11-latin-500.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('/_libs/fonts/google/outfit-v11-latin-600.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('/_libs/fonts/google/outfit-v11-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*Wichtig: Nur hier die Schriftart/Gr��e f�r Editor setzen*/
td,
body {
  font-family: Arial;
  font-size: 12px;
  line-height: 22px;
}
table {
  width: 100%;
}
td {
  padding: 0px;
  vertical-align: top;
}
a img {
  border: none;
}
h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
ul {
  padding-left: 23px;
  margin: 0;
}
li {
  position: relative;
  list-style: none;
  line-height: 1.7vw;
  /* Dynamisch, proportional zur Viewport-Breite */
  margin-top: 0.3vw;
  /* Dynamisch, proportional zur Viewport-Breite */
  margin-bottom: 0.3vw;
  /* Dynamisch, proportional zur Viewport-Breite */
}
li::before {
  position: absolute;
  top: 0.5vw;
  /* Dynamisch, proportional zur Viewport-Breite */
  left: -1.2vw;
  /* Dynamisch, proportional zur Viewport-Breite */
  content: "";
  width: 0.7vw;
  /* Dynamische Breite, proportional zur Viewport-Breite */
  height: 0.7vw;
  /* Dynamische Höhe, proportional zur Viewport-Breite */
  border-radius: 100%;
  /* Gleichbleibend, da es sich um einen Kreis handelt */
  background-color: #B7BFB2;
  float: left;
}
p {
  margin-top: 6px;
  margin-bottom: 6px;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Outfit';
  font-weight: 300;
  color: #494948;
  background: #fff;
}
html {
  overflow-y: scroll;
}
body {
  text-align: left;
}
div,
a,
span,
section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  outline: none;
}
.contentWidth {
  width: calc(100% - 100px);
  max-width: 1400px;
  margin: 0 auto;
}
.sectionLabel {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.sectionHeadline h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 400;
  color: #38393A;
}
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 58px 0 28px;
  border: 1px solid #494948;
  color: #38393A;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.button:after {
  position: absolute;
  right: 25px;
  width: 21px;
  height: 21px;
  content: '';
  background: url("/_skins/base/images/ico_more.svg") center center no-repeat;
  background-size: 21px auto;
}
.button:hover {
  background: #fff;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
/* HERO */
.hero {
  position: relative;
  display: flex;
  min-height: 680px;
  min-height: calc(100vh - 50px);
  overflow: hidden;
  background: radial-gradient(closest-side at 70% 55%, #f3ece5 0%, #f4f2f0 100%);
}
.hero .heroContent {
  position: relative;
  z-index: 2;
  width: 55%;
  max-width: 780px;
  padding: 65px 30px 80px max(50px, calc((100vw - 1400px) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hero .logo {
  position: absolute;
  top: 45px;
  left: max(50px, calc((100vw - 1400px) / 2));
}
.hero .logo img {
  display: block;
  width: 220px;
  height: auto;
}
.hero .heroClaim {
  margin-top: 180px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0 0 25px;
  color: #38393A;
  font-size: 64px;
  line-height: 1.02;
  font-weight: 300;
}
.hero h1 strong {
  font-weight: 500;
}
.hero .heroText {
  max-width: 600px;
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 31px;
}
.hero .heroImage {
  position: absolute;
  right: 3%;
  bottom: 0;
  width: 43%;
  height: 94%;
}
.hero .heroImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
/* ABOUT */
.about {
  padding: 90px 0 100px;
}
.about .aboutInner {
  max-width: 1400px;
}
.about .aboutGrid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 120px;
  align-items: start;
}
.about .aboutTitle .qualification {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 400;
}
.about .aboutTitle h2 {
  margin: 0;
  color: #38393A;
  font-size: 58px;
  line-height: 1;
  font-weight: 400;
}
.about .aboutTitle .position {
  margin-top: 18px;
  font-size: 17px;
}
.about .aboutQualifications {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #ddd9d5;
  max-width: 380px;
}
.about .aboutQualifications div {
  position: relative;
  padding: 5px 0 5px 18px;
  font-size: 15px;
  line-height: 22px;
}
.about .aboutQualifications div:before {
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b8c5b5;
  content: '';
}
.about .aboutText {
  padding-top: 5px;
  font-size: 22px;
  line-height: 34px;
}
.about .aboutText p {
  margin: 0 0 25px;
}
.about .aboutText p:last-child {
  margin-bottom: 0;
}
/* SERVICES */
.services {
  padding: 110px 0 120px;
  background: #f4f2f0;
}
.services .sectionHeadline {
  margin-bottom: 60px;
}
.services .serviceGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.services .serviceCard {
  position: relative;
  min-height: 430px;
  padding: 40px 40px 45px;
  background: rgba(255, 255, 255, 0.65);
}
.services .serviceCard .serviceNumber {
  margin-bottom: 55px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 0.55;
}
.services .serviceCard h3 {
  margin: 0 0 25px;
  color: #38393A;
  font-size: 27px;
  line-height: 32px;
  font-weight: 500;
}
.services .serviceCard ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services .serviceCard ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 19px;
  font-size: 17px;
  line-height: 25px;
}
.services .serviceCard ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background: #b8c5b5;
}
/* TEAM */
.team {
  padding: 120px 0 140px;
}
.team .sectionHeadline {
  margin-bottom: 55px;
}
.team .teamGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.team .teamMember {
  text-align: center;
}
.team .teamMember .teamImage {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 88%;
  aspect-ratio: 1;
  margin-bottom: 28px;
  padding: 6px;
  border: 1px solid #e5e1dc;
  border-radius: 50%;
}
.team .teamMember .teamImage img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}
.team .teamMember .teamQualification {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6f6f6d;
}
.team .teamMember h3 {
  margin: 0 0 7px;
  color: #38393A;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}
.team .teamMember .teamPosition {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #494948;
}
.team .teamMember .teamDetails {
  margin-top: 3px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #777775;
}
/* APPOINTMENT */
.appointment {
  padding: 90px 0;
  color: #fff;
  background: #38393A;
}
.appointment .appointmentInner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 80px;
}
.appointment .appointmentText {
  max-width: 700px;
}
.appointment .appointmentText h2 {
  margin: 0 0 25px;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 400;
}
.appointment .appointmentText p {
  max-width: 600px;
  margin: 0;
  font-size: 19px;
  line-height: 29px;
}
.appointment .appointmentText p strong {
  font-weight: 600;
}
.appointment .buttonLight {
  border-color: #fff;
  color: #fff;
}
.appointment .buttonLight:hover {
  color: #38393A;
}
/* IMPRESSUM */
.showImprint {
  position: fixed;
  z-index: 20;
  right: 10px;
  bottom: 0;
  height: 25px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #eee;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.24);
}
.showImprint:hover {
  cursor: pointer;
}
.showImprint.active {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@op)";
  filter: alpha(opacity = 40 );
}
.imprint {
  position: fixed;
  z-index: 21;
  bottom: -50px;
  left: 0;
  width: 100%;
  max-width: 400px;
  max-height: 0;
  height: auto;
  padding: 15px 20px;
  overflow: hidden;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(30px);
  border-top-right-radius: 10px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.imprint a {
  color: #fff;
  text-decoration: none;
}
.imprint div {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 26px;
}
.imprint div strong {
  font-weight: 600;
}
.imprint div.title {
  font-weight: 600;
  line-height: 22px;
}
.imprint div.mail {
  margin-top: 10px;
}
.imprint.show {
  bottom: 0;
  max-height: 300px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.clearB {
  clear: both;
}
/* noTouch */
@media (hover: none) {
  .button:hover {
    background: transparent;
  }
  .appointment .buttonLight:hover {
    color: #fff;
  }
}
/* noTouch END */
/* ---------------------------------------------------------
   SMALL DESKTOP / NOTEBOOK
--------------------------------------------------------- */
@media only screen and (max-width: 1620px) {
  .contentWidth {
    width: calc(100% - 80px);
  }
  .hero .heroContent {
    width: 57%;
    padding-left: 40px;
  }
  .hero .logo {
    left: 40px;
  }
  .hero h1 {
    font-size: 56px;
  }
  .hero .heroText {
    max-width: 540px;
    font-size: 19px;
    line-height: 29px;
  }
  .hero .heroImage {
    right: 1%;
    width: 44%;
  }
  .about .aboutGrid {
    gap: 80px;
  }
}
/* ---------------------------------------------------------
   TABLET / SMALL NOTEBOOK
--------------------------------------------------------- */
@media only screen and (max-width: 1100px) {
  .contentWidth {
    width: calc(100% - 60px);
  }
  .sectionHeadline h2 {
    font-size: 40px;
  }
  /* HERO */
  .hero {
    min-height: 620px;
  }
  .hero .heroContent {
    width: 60%;
    max-width: none;
    padding: 50px 20px 60px 30px;
  }
  .hero .logo {
    top: 30px;
    left: 30px;
  }
  .hero .logo img {
    width: 180px;
  }
  .hero .heroClaim {
    margin-top: 150px;
    font-size: 15px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero .heroText {
    max-width: 500px;
    font-size: 18px;
    line-height: 28px;
  }
  .hero .heroImage {
    right: -4%;
    width: 48%;
    height: 88%;
  }
  /* ABOUT */
  .about {
    padding: 90px 0;
  }
  .about .aboutGrid {
    grid-template-columns: 1fr 1.3fr;
    gap: 50px;
  }
  .about .aboutTitle h2 {
    font-size: 46px;
  }
  .about .aboutText {
    font-size: 19px;
    line-height: 30px;
  }
  /* SERVICES */
  .services {
    padding: 90px 0;
  }
  .services .serviceGrid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .services .serviceCard {
    min-height: 0;
    padding: 35px;
  }
  .services .serviceCard .serviceNumber {
    margin-bottom: 25px;
  }
  /* TEAM */
  .team {
    padding: 90px 0 100px;
  }
  .team .teamGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* APPOINTMENT */
  .appointment {
    padding: 70px 0;
  }
  .appointment .appointmentInner {
    gap: 40px;
  }
  .appointment .appointmentText h2 {
    font-size: 44px;
  }
}
/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */
@media only screen and (max-width: 700px) {
  .contentWidth {
    width: calc(100% - 40px);
  }
  .sectionLabel {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.5px;
  }
  .sectionHeadline h2 {
    font-size: 34px;
    line-height: 1.1;
  }
  .button {
    min-height: 50px;
    padding: 0 55px 0 22px;
    font-size: 15px;
  }
  /* HERO */
  .hero {
    display: block;
    min-height: 0;
    overflow: hidden;
  }
  .hero .heroContent {
    width: 100%;
    max-width: none;
    min-height: 570px;
    padding: 30px 20px 60px;
  }
  .hero .logo {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 65px;
  }
  .hero .logo img {
    width: 170px;
  }
  .hero .heroClaim {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 19px;
  }
  .hero h1 {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 1.02;
  }
  .hero .heroText {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 26px;
  }
  .hero .heroImage {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 440px;
    margin-top: -60px;
  }
  .hero .heroImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }
  /* ABOUT */
  .about {
    padding: 70px 0;
  }
  .about .aboutGrid {
    display: block;
  }
  .about .aboutTitle {
    margin-bottom: 40px;
  }
  .about .aboutTitle .qualification {
    font-size: 17px;
  }
  .about .aboutTitle h2 {
    font-size: 44px;
  }
  .about .aboutTitle .position {
    margin-top: 12px;
    font-size: 16px;
  }
  .about .aboutText {
    padding-top: 0;
    font-size: 18px;
    line-height: 28px;
  }
  .about .aboutText p {
    margin-bottom: 20px;
  }
  /* SERVICES */
  .services {
    padding: 70px 0;
  }
  .services .sectionHeadline {
    margin-bottom: 40px;
  }
  .services .serviceGrid {
    display: block;
  }
  .services .serviceCard {
    min-height: 0;
    padding: 30px 25px;
    margin-bottom: 2px;
  }
  .services .serviceCard .serviceNumber {
    margin-bottom: 25px;
  }
  .services .serviceCard h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 29px;
  }
  .services .serviceCard ul li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  /* TEAM */
  .team {
    padding: 70px 0 80px;
  }
  .team .sectionHeadline {
    margin-bottom: 40px;
  }
  .team .teamGrid {
    display: block;
  }
  .team .teamMember {
    margin-bottom: 50px;
  }
  .team .teamMember:last-child {
    margin-bottom: 0;
  }
  .team .teamMember .teamImage {
    margin-bottom: 20px;
  }
  .team .teamMember h3 {
    font-size: 25px;
    line-height: 30px;
  }
  /* APPOINTMENT */
  .appointment {
    padding: 65px 0 70px;
  }
  .appointment .appointmentInner {
    display: block;
  }
  .appointment .appointmentText {
    max-width: none;
  }
  .appointment .appointmentText h2 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.05;
  }
  .appointment .appointmentText p {
    font-size: 17px;
    line-height: 27px;
  }
  .appointment .appointmentAction {
    margin-top: 35px;
  }
  /* IMPRESSUM */
  .showImprint {
    right: 5px;
  }
  .imprint {
    width: calc(100% - 20px);
    max-width: none;
  }
}
/* ---------------------------------------------------------
   SMALL MOBILE
--------------------------------------------------------- */
@media only screen and (max-width: 420px) {
  .contentWidth {
    width: calc(100% - 30px);
  }
  .hero .heroContent {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero .heroImage {
    height: 380px;
  }
  .about .aboutTitle h2 {
    font-size: 38px;
  }
  .sectionHeadline h2 {
    font-size: 30px;
  }
  .appointment .appointmentText h2 {
    font-size: 34px;
  }
}
