@font-face {
  font-family: "Pinyon Script";
  src: url("../Fonts/Pinyon_Script/PinyonScript-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cairo";
  src: url("../Fonts/Cairo/Cairo-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0.5rem;
}

body {
  background-image: url("/img/Background.jpg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
  scroll-behavior: smooth;
}

h1 {
  font-family: Pinyon Script, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FDE8E6;
  font-size: 10rem;
}

h2 {
  font-family: Pinyon Script , sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FDE8E6;
  font-size: 4rem;
}

p {
  font-family: Cairo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 2px;
  color: #FDE8E6;
}

a {
  color: #FDE8E6;
  text-decoration: none;
  font-family: Cairo, sans-serif;
  font-weight: lighter;
  font-style: normal;
}

.link_datenschutz {
  color: blue;
}

.button {
  display: inline-block;
  background-color: #FDE8E6;
  font-size: 1.5rem;
  border: 1px solid #C99533;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  color: #73786E;
  z-index: 99;
}

.button:hover {
  color: #C99533;
}

.nav-head {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-item {
  list-style: none;
  display: inline-block;
  padding: 0 2.5rem;
  margin-top: 2rem;
}

.nav-link {
  text-decoration: none;
  font-family: Cairo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.nav-link:hover {
  color: #C99533;
}

nav {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding-block: 1.2rem;
  background-color: transparent;
  -webkit-transition: background-color 800ms cubic-bezier(0.64, 0.04, 0.26, 0.87);
  transition: background-color 800ms cubic-bezier(0.64, 0.04, 0.26, 0.87);
}

nav.active {
  background-color: #73786ec1;
}

.nav-container {
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  margin-inline: 0.5rem;
  width: 15rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-transform: translate3d(0, -200%, 0);
          transform: translate3d(0, -200%, 0);
  position: absolute;
  z-index: -1;
  top: 4.9rem;
  left: 0;
  right: 0;
  background-color: #73786e;
  padding: 1.5rem;
  text-align: center;
}

.nav-links.activated {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.64, 0.04, 0.26, 0.87);
  transition: -webkit-transform 0.4s cubic-bezier(0.64, 0.04, 0.26, 0.87);
  transition: transform 0.4s cubic-bezier(0.64, 0.04, 0.26, 0.87);
  transition: transform 0.4s cubic-bezier(0.64, 0.04, 0.26, 0.87), -webkit-transform 0.4s cubic-bezier(0.64, 0.04, 0.26, 0.87);
}

.btn {
  color: #FDE8E6;
  text-decoration: none;
  padding: 0.3rem 1.5rem;
  cursor: pointer;
  border-radius: 0.5rem;
}

.btn--accent {
  background-color: #C99533;
  padding: 0.3rem 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn--accent:hover {
  color: #73786e;
}

.btn--menu {
  color: #C99533;
  background-color: transparent;
  border: none;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-inline: 1rem;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.64, 0.04, 0.26, 0.87);
  transition: -webkit-transform 0.3s cubic-bezier(0.64, 0.04, 0.26, 0.87);
  transition: transform 0.3s cubic-bezier(0.64, 0.04, 0.26, 0.87);
  transition: transform 0.3s cubic-bezier(0.64, 0.04, 0.26, 0.87), -webkit-transform 0.3s cubic-bezier(0.64, 0.04, 0.26, 0.87);
  width: 5rem;
}

li[role="none"],
.nav-link {
  width: 100%;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Cairo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.btn--menu[aria-expanded="true"] {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.btn--menu[aria-expanded="true"] + .nav-links {
  -webkit-transform: translateY(3.2rem);
          transform: translateY(3.2rem);
}

.header-container_headline {
  font-size: 5rem;
  text-align: center;
  line-height: 6rem;
  font-weight: 550;
}

.subheading {
  color: #FDE8E6;
  font-size: 1.3rem;
  font-weight: 400;
  padding-top: 3rem;
  text-align: center;
}

.about-section_mainwrapper {
  background-color: #73786e;
}

.header-wrapper {
  width: 100%;
  height: 100vh;
  background-image: url("/img/Hintergrund_1.jpg");
  background-repeat: no-repeat;
  background-position: 35%;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 5px solid #C99533;
  position: relative;
}

.header-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(115, 120, 110, 0)), color-stop(rgba(39, 39, 39, 0.2)), to(rgba(39, 39, 39, 0.4)));
  background-image: linear-gradient(0deg, rgba(115, 120, 110, 0), rgba(39, 39, 39, 0.2), rgba(39, 39, 39, 0.4));
  top: 0;
  left: 0;
}

.container--sm {
  margin-inline: 22.7rem;
}

.rise {
  opacity: 0;
  -webkit-animation: rise 0.8s ease-in-out forwards;
          animation: rise 0.8s ease-in-out forwards;
}

.rise.subheading {
  -webkit-animation: rise 1.2s ease-in-out forwards 0.5s;
          animation: rise 1.2s ease-in-out forwards 0.5s;
  margin-top: -2rem;
}

@-webkit-keyframes rise {
  0% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes rise {
  0% {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.header-container {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  position: relative;
  top: 35vh;
  z-index: 10;
  padding: 0 1.5rem;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translate3d(0, 1rem, 0);
          transform: translate3d(0, 1rem, 0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.64, 0.04, 0.26, 0.87), -webkit-transform 1s cubic-bezier(0.64, 0.04, 0.26, 0.87);
  transition: opacity 0.8s cubic-bezier(0.64, 0.04, 0.26, 0.87), -webkit-transform 1s cubic-bezier(0.64, 0.04, 0.26, 0.87);
  transition: transform 1s cubic-bezier(0.64, 0.04, 0.26, 0.87), opacity 0.8s cubic-bezier(0.64, 0.04, 0.26, 0.87);
  transition: transform 1s cubic-bezier(0.64, 0.04, 0.26, 0.87), opacity 0.8s cubic-bezier(0.64, 0.04, 0.26, 0.87), -webkit-transform 1s cubic-bezier(0.64, 0.04, 0.26, 0.87);
}

.fade-up.faded {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.healthcare-card__pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 0.3rem;
}

.healthcare-card {
  width: 100%;
  padding: 0.5rem;
  background-color: #fde8e6cb;
  -webkit-box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10rem;
  border: solid 2px #ffff;
  position: relative;
}

.healthcare-card__info {
  z-index: 1;
}

.healthcare-card__img {
  background-image: url("/img/bormann2a.jpg");
  background-size: cover;
  background-position: center;
  min-width: 100%;
  max-width: 100%;
  height: 50vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
  border: 2px solid #C99533;
  margin-top: 0.8rem;
}

.healthcare-card__title {
  margin: 1.5rem 0 2rem;
  color: #73786e;
  font-size: 3rem;
  margin-top: -8rem;
}

.healthcare-card__paragraph {
  margin-bottom: 3rem;
  margin-top: 0rem;
  color: #73786e;
}

.healscare-card_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-service_home {
  background-color: #73786ec1;
  margin-top: 5rem;
}

.section-service_home_headline {
  text-align: center;
  padding: 2rem 0.5rem;
  color: #FDE8E6;
  font-size: 3rem;
}

.section-service_home_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-service_home_paragraph {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.section-service_home_list-item {
  font-family: Cairo, sans-serif;
  font-weight: lighter;
  font-style: normal;
  color: #FDE8E6;
  padding: 0.5rem 0 0.5rem 1rem;
  letter-spacing: 2px;
}

.section-service_home_list-item::before {
  content: '';
  background-image: url("/img/Icon ionic-ios-heart-half.svg");
  margin: 0 5px -0.5rem -1rem;
  background-size: cover;
  display: inline-block;
  height: 25px;
  width: 25px;
}

.section-service_home_subtitle {
  font-family: Cairo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.2rem;
  letter-spacing: 2px;
  color: #C99533;
  padding: 2rem 0 2rem 0;
}

.list-img {
  list-style: none;
  font-size: 1.3rem;
}

.section-service_home_button {
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
}

.section-service_home_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
}

.section-service_home_pic {
  width: 100%;
  border: 2px solid #ffff;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.section-service_home_pic:hover {
  -webkit-filter: none;
          filter: none;
  scale: 1.1;
}

.section-teaser {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section-teaser_bg-img {
  background-image: url("/img/AdobeStock_210113313_hand.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: 30%;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3rem;
  border-top: 0.5rem solid #C99533;
  border-bottom: 0.5rem solid #C99533;
}

.section-teaser_paragraph {
  font-size: 1.8rem;
  font-weight: lighter;
  letter-spacing: 3px;
  text-align: center;
  line-height: 3.5rem;
  margin-bottom: 1rem;
}

.section-teaser_page-header {
  text-align: center;
  font-size: 3rem;
}

.section-teaser_button {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0;
}

.footer {
  background-image: repeating-linear-gradient(204deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 21px), repeating-linear-gradient(343deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 21px), repeating-linear-gradient(114deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 21px), -webkit-gradient(linear, left top, right top, from(#fde8e6), to(#c99533));
  background-image: repeating-linear-gradient(204deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 21px), repeating-linear-gradient(343deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 21px), repeating-linear-gradient(114deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 21px), linear-gradient(90deg, #fde8e6, #c99533);
  border-top: 0.5rem solid #C99533;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-wrapper_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3rem;
}

.footer-social {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-social:hover {
  color: #C99533;
}

.foooter-flex {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding-top: 3rem;
}

.footer-wrapper_links {
  font-size: 3rem;
  list-style: none;
  margin: 2rem;
}

.footer-wrapper_logo {
  width: 15rem;
}

.footer-wrapper_paragraph {
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: lighter;
}

.footer-row_links {
  list-style: none;
  padding-top: 1rem;
}

.footer-row_underheadline {
  font-family: Pinyon Script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  color: #FDE8E6;
}

.footer-row_list {
  list-style: none;
  color: #FDE8E6;
  font-family: Cairo, sans-serif;
  font-weight: lighter;
  font-style: normal;
  font-size: 1.3rem;
  margin-top: 1rem;
  letter-spacing: 0.1rem;
}

.fa-li {
  color: #FDE8E6;
}

.footer-row_disclamer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.3rem;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.footer-row_impressum {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-row_impressum:hover {
  color: #C99533;
  text-decoration: underline;
}

.footer-row_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.designer-paragraph {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.2rem;
}

.designer-link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.designer-link:hover {
  color: #C99533;
}

.ssl-siegel {
  width: 50px;
}

.header-wrapper_about {
  background-image: url("/img/AdobeStock_287274946_Ueber-Mich.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 65% 50%;
  width: 100%;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 0.5rem solid #C99533;
}

.about-row {
  margin-top: 5rem;
  background-color: #fde8e6cb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #FDE8E6;
  position: relative;
}

.about-row::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-top: 5px solid #C99533;
  border-left: 5px solid #C99533;
  left: -7px;
  top: -7px;
}

.about-row::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-bottom: 10px solid #C99533;
  border-right: 10px solid #C99533;
  right: -7px;
  bottom: -7px;
}

.about-row_heading {
  padding-top: 3rem;
  text-align: center;
  color: #73786e;
  font-size: 3rem;
}

.about-row_paragraph {
  padding: 1rem;
  color: #73786e;
}

.about-row_signeture {
  font-family: Pinyon Script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #73786e;
  text-align: end;
  padding-bottom: 5rem;
  padding-right: 5rem;
}

.about-row-tow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.service-head {
  background-image: url("/img/AdobeStock_228577663_leistungen (1).jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 10%;
  width: 100%;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.5rem solid #C99533;
}

.service-head_headline {
  font-size: 6rem;
}

.headline-row {
  background-color: #fde8e6cb;
  padding: 0.5rem;
  margin-top: 5rem;
  position: relative;
  border: 5px solid #C99533;
}

.headline-row_hedlins {
  text-align: center;
  color: #73786e;
  padding-bottom: 3rem;
  font-size: 3rem;
}

.headline-row_paragraph {
  color: #73786e;
  text-align: center;
}

.card-service_titel {
  font-family: Pinyon Script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #FDE8E6;
  padding-top: 1rem;
  padding-bottom: 2rem;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.card-service_paragraph {
  line-height: 1.8rem;
  font-size: 1.3rem;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}

.column {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  text-align: center;
}

.card-service {
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #73786ec1), color-stop(50%, #fde8e6cb));
  background: linear-gradient(#73786ec1 50%, #fde8e6cb 50%);
  background-size: 100% 200%;
  background-position: 0 2%;
  -webkit-box-shadow: 5px 5px 35px rgba(87, 87, 87, 0.763);
          box-shadow: 5px 5px 35px rgba(87, 87, 87, 0.763);
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #FDE8E6;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.card-service:hover {
  background-position: 0 100%;
}

.card-service:hover h3 {
  color: #73786e;
}

.card-service:hover p {
  color: #73786e;
}

.sercice-card_more {
  background-color: #fde8e6cb;
  -webkit-box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5rem;
  border: solid 2px #ffff;
  position: relative;
}

.service-card_more_img_pic {
  width: 100%;
  padding: 2rem;
  -webkit-transform-origin: 50% 65%;
          transform-origin: 50% 65%;
  -webkit-transition: ease-in-out,  -webkit-transform 1s;
  transition: ease-in-out,  -webkit-transform 1s;
  transition: transform 1s,  ease-in-out;
  transition: transform 1s,  ease-in-out,  -webkit-transform 1s;
}

.service-card_more_img_pic:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.service-card_more_info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}

.service-card_more_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 100%;
  overflow: hidden;
}

.service-card_more__paragraph {
  margin-bottom: 3rem;
  color: #73786e;
  font-size: 1.3rem;
}

.kontakt-head {
  background-image: url("/img/AdobeStock_303701178_Kontakt.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 52%;
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.5rem solid #C99533;
}

.kontakt-head_headline {
  font-size: 6rem;
}

.kontakt-cards_wrapper {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-row_container {
  margin: 2rem;
}

.kontakt-cards_card_adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.5rem;
  background-color: #73786ec1;
  border: solid 1px #ffff;
  position: relative;
  -webkit-box-shadow: 8px 8px 10px #73786e58;
          box-shadow: 8px 8px 10px #73786e58;
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.kontakt-cards_card_adress::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  border-top: solid 5px #C99533;
  border-left: solid 5px #C99533;
  width: 20%;
  height: 20%;
}

.kontakt-cards_card_adress::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  border-bottom: solid 5px #C99533;
  border-right: solid 5px #C99533;
  width: 20%;
  height: 20%;
}

.kontakt-cards_card_mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  background-color: #73786ec1;
  border: solid 1px #ffff;
  -webkit-box-shadow: 8px 8px 10px #73786e58;
          box-shadow: 8px 8px 10px #73786e58;
  cursor: pointer;
  position: relative;
}

.kontakt-cards_card_mail::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  border-top: solid 5px #C99533;
  border-left: solid 5px #C99533;
  width: 20%;
  height: 20%;
}

.kontakt-cards_card_mail::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  border-bottom: solid 5px #C99533;
  border-right: solid 5px #C99533;
  width: 20%;
  height: 20%;
}

.kontakt-cards_card_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  background-color: #73786ec1;
  border: solid 1px #ffff;
  -webkit-box-shadow: 8px 8px 10px #73786e58;
          box-shadow: 8px 8px 10px #73786e58;
  cursor: pointer;
  position: relative;
}

.kontakt-cards_card_phone::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  border-top: solid 5px #C99533;
  border-left: solid 5px #C99533;
  width: 20%;
  height: 20%;
}

.kontakt-cards_card_phone::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  border-bottom: solid 5px #C99533;
  border-right: solid 5px #C99533;
  width: 20%;
  height: 20%;
}

.kontakt-cards_icon {
  font-size: 4rem;
  color: #fde8e6cb;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.kontakt-cards_icon:hover {
  color: #FDE8E6;
}

.kontakt-cards_span {
  font-size: 1.3rem;
  text-align: center;
  color: #fde8e6cb;
  font-family: Cairo, sans-serif;
  font-weight: lighter;
  letter-spacing: 3px;
  padding: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.kontakt-cards_span:hover {
  color: #FDE8E6;
}

.kontakt-headline2_wrapper {
  background-color: #73786e;
  margin-bottom: 5rem;
  position: relative;
  border: 2px solid #ffff;
}

.kontakt-headline2_wrapper::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  border-top: solid 5px #C99533;
  border-left: solid 5px #C99533;
  width: 10%;
  height: 50%;
}

.kontakt-headline2_wrapper::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  border-bottom: solid 5px #C99533;
  border-right: solid 5px #C99533;
  width: 10%;
  height: 50%;
}

.kontakt-headline2_heading {
  text-align: center;
  padding: 2rem;
  font-size: 2.5rem;
}

.kontakt-headline2_paragraph {
  text-align: center;
  padding-bottom: 2rem;
  font-size: 1.3rem;
  letter-spacing: 3px;
}

.kontakt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5rem;
  border: 2px solid #ffff;
}

.kontakt-forms {
  background-color: #fde8e6cb;
  padding: 2rem 1rem 1rem 1rem;
}

.vertical-line {
  background: -webkit-gradient(linear, left top, right top, from(#73786ec1), color-stop(20%, #73786ec1), color-stop(20%, #fde8e6cb), color-stop(20.5%, #fde8e6cb), color-stop(20.5%, #73786ec1), to(#73786ec1));
  background: linear-gradient(to right, #73786ec1 0%, #73786ec1 20%, #fde8e6cb 20%, #fde8e6cb 20.5%, #73786ec1 20.5%, #73786ec1 100%);
}

.kontakt-form_wrapper {
  background-color: #73786ec1;
}

.kontakt-items_paragraph {
  margin-left: 2rem;
}

.kontakt-items_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}

.kontakt-nr {
  font-size: 3rem;
  font-family: Cairo, sans-serif;
  font-weight: lighter;
  background-color: #C99533;
  padding: 0.5rem 2rem;
  margin-top: 2rem;
  border: 1px solid #ffff;
}

.contact__label {
  color: #73786e;
  font-family: Cairo, sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 1rem;
  display: block;
}

.contact__input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 0.4rem;
  border: 1px solid #c8c8c8;
  background-color: rgba(255, 255, 255, 0.9);
}

.contact__input:focus {
  border: 1px solid black;
  -webkit-box-shadow: 0px 0px 5px white;
          box-shadow: 0px 0px 5px white;
  background-color: white;
}

.contact__input:invalid {
  color: red;
}

.contact__input:focus:invalid {
  color: black;
}

.contact__input--textarea {
  height: 8rem;
  line-height: 1.5rem;
}

.contact__field-group {
  margin-bottom: 1rem;
}

.contact__field-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact__button {
  width: 100%;
  background: #fde8e6cb;
  font-weight: 200;
  color: #73786e;
  border: 1px solid #C99533;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: Cairo, sans-serif;
}

.contact__button:hover {
  color: #C99533;
}

.contact__disclaimer {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #73786e;
  font-size: 0.9rem;
}

.privercy {
  color: #C99533;
}

.contact-success {
  color: #18BC9C;
  font-size: 2rem;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
}

.contact-failed {
  color: red;
  font-size: 2rem;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
}

.contacted_successfull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkbox__area {
  margin-bottom: 1rem;
}

.impressum-wraper {
  margin: 4rem 0 4rem 0;
}

.datenschutz-wrapper {
  background-image: repeating-linear-gradient(216deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 22px), repeating-linear-gradient(135deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 22px), repeating-linear-gradient(338deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 22px), -webkit-gradient(linear, left top, right top, from(rgba(253, 232, 230, 0.796078)), to(#c99533));
  background-image: repeating-linear-gradient(216deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 22px), repeating-linear-gradient(135deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 22px), repeating-linear-gradient(338deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 22px), linear-gradient(90deg, rgba(253, 232, 230, 0.796078), #c99533);
  width: 100%;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.datrnschutz-wrapper_border {
  background-color: #fde8e6cb;
  padding: 1rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: 5px solid #C99533;
}

.impressum {
  margin-bottom: 10rem;
}

.impressum-wrapper {
  background-image: repeating-linear-gradient(216deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 22px), repeating-linear-gradient(135deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 22px), repeating-linear-gradient(338deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 22px), -webkit-gradient(linear, left top, right top, from(rgba(253, 232, 230, 0.796078)), to(#c99533));
  background-image: repeating-linear-gradient(216deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 22px), repeating-linear-gradient(135deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 22px), repeating-linear-gradient(338deg, #73786e 0px, #73786e 19px, transparent 19px, transparent 22px), linear-gradient(90deg, rgba(253, 232, 230, 0.796078), #c99533);
  width: 100%;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headline-impressum_head {
  color: #73786e;
  font-family: Cairo, sans-serif;
  font-size: 1.6rem;
}

.headline-impressum_paragraph {
  color: #73786ec1;
}

.impressum-headline {
  font-size: 5rem;
}

@media screen and (min-width: 825px) {
  .btn--menu {
    display: none;
  }
  .header-container_headline {
    top: 80vh;
  }
  .nav-links {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 0;
    z-index: 0;
    padding: 0;
    inset: 0;
    background-color: transparent;
  }
  li[role="none"],
  .nav-link {
    width: initial;
  }
  .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    max-width: 50%;
  }
  h1 {
    font-size: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .button {
    display: inline-block;
    padding: 0.1rem 5rem;
    background-color: #FDE8E6;
    font-size: 1.5rem;
    border: 1px solid #C99533;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #73786E;
    z-index: 99;
  }
  .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .row {
    margin-top: 10rem;
  }
  .service-head_headline {
    font-size: 6rem;
  }
  .header-container {
    top: 60vh;
  }
  .header-container_headline {
    font-size: 8rem;
    text-align: left;
    font-weight: 550;
  }
  .subheading {
    font-size: 1.8rem;
    text-align: left;
    padding-top: 0;
    letter-spacing: 5px;
    font-weight: 400;
    padding-top: 4rem;
  }
  .footer-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header-wrapper {
    background-position: 100%;
    background-attachment: fixed;
  }
  .headline-row {
    padding: 3rem;
    margin-top: 10rem;
    border: none;
  }
  .headline-row::before {
    content: "";
    position: absolute;
    border: 5px solid #C99533;
    width: 95%;
    height: 90%;
    top: 4%;
    bottom: 4%;
    left: 2%;
    right: 2%;
  }
  .headline-row_hedlins {
    text-align: center;
    font-size: 4rem;
  }
  .healthcare-card__pic {
    width: 100%;
    height: 100%;
  }
  .healthcare-card {
    width: 100%;
    max-width: 98rem;
    padding: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 10rem;
  }
  .healthcare-card::before {
    content: "";
    width: 95%;
    height: 91%;
    background-color: transparent;
    border: solid 5px #C99533;
    bottom: 4%;
    top: 4%;
    right: 2%;
    left: 2%;
    position: absolute;
  }
  .healthcare-card__img {
    min-width: 25rem;
    max-width: 25rem;
    height: 35rem;
    -webkit-transform: translateX(-8rem);
    transform: translateX(-8rem);
    border: 2px solid #C99533;
    margin-top: 0.8rem;
  }
  .section-service_home {
    margin-top: 10rem;
  }
  .section-service_home_headline {
    font-size: 4rem;
    padding: 3rem 0rem;
  }
  .section-service_home_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section-service_home_paragraph {
    border-right: 2px solid #C99533;
  }
  .section-service_home_button {
    margin: 2rem 0 4rem 0;
    display: inline-block;
    font-size: 1.5rem;
  }
  .section-service_home_img {
    margin-left: 2rem;
    margin-bottom: 0;
  }
  .section-service_home_img::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 250px;
    border: 10px solid #FDE8E6;
    left: -10px;
    top: 290px;
    z-index: -1;
  }
  .section-service_home_pic {
    width: 80%;
    border: 5px solid #ffff;
  }
  .healthcare-card__title {
    margin: 1.5rem 0 2rem;
    color: #73786e;
    font-size: 4rem;
  }
  .healthcare-card__paragraph {
    margin-bottom: 3rem;
    color: #73786e;
  }
  .healscare-card_button {
    display: inline-block;
    font-size: 1.5rem;
  }
  .sercice-card_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 10rem;
  }
  .service-card_more_img_pic {
    padding: 0;
    border: 5px solid #C99533;
  }
  .service-card_more_info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .service-card_more_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
  }
  .section-teaser {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .section-teaser_bg-img {
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section-teaser_paragraph {
    font-size: 2.5rem;
    font-weight: lighter;
    letter-spacing: 3px;
    text-align: center;
    line-height: 3.5rem;
    margin-bottom: 3rem;
  }
  .section-teaser_page-header {
    text-align: center;
    font-size: 4rem;
  }
  .section-teaser_button-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-teaser_button {
    font-size: 1.5rem;
    display: inline-block;
    margin: 3rem 0;
  }
  .header-wrapper_about {
    background-position: 10% 50%;
  }
  .about-row {
    margin-top: 10rem;
    background-color: #fde8e6cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #FDE8E6;
    position: relative;
  }
  .about-row::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-top: 10px solid #C99533;
    border-left: 10px solid #C99533;
    left: -12px;
    top: -12px;
  }
  .about-row::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-bottom: 10px solid #C99533;
    border-right: 10px solid #C99533;
    right: -12px;
    bottom: -12px;
  }
  .about-row_heading {
    padding-top: 3rem;
    text-align: center;
    color: #73786e;
    font-size: 4rem;
  }
  .about-row_paragraph {
    padding: 1rem 3rem 5rem 3rem;
    color: #73786e;
  }
  .about-row_one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    border-right: 2px solid #C99533;
  }
  .about-row-tow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .about-row_three {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    border-left: 2px solid #C99533;
  }
  .foooter-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    padding: 3rem 2rem 2rem 3rem;
  }
  .footer-wrapper_row2 {
    padding-left: 8rem;
  }
  .kontakt-head {
    background-position: 20% 70%;
  }
  .kontakt-head_headline {
    font-size: 10rem;
  }
  .kontakt-cards_wrapper {
    margin-top: 10rem;
    margin-bottom: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kontakt-headline2_heading {
    text-align: center;
    padding: 2rem;
    font-size: 4rem;
  }
  .kontakt-headline2_wrapper {
    margin-bottom: 10rem;
  }
  .kontakt-items_div {
    padding: 3rem;
  }
  .kontakt {
    margin-bottom: 10rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .kontakt-forms {
    margin-top: 0;
  }
  .vertical-line {
    background: -webkit-gradient(linear, left top, right top, from(#73786ec1), color-stop(15%, #73786ec1), color-stop(15%, #fde8e6cb), color-stop(15.5%, #fde8e6cb), color-stop(15.5%, #73786ec1), to(#73786ec1));
    background: linear-gradient(to right, #73786ec1 0%, #73786ec1 15%, #fde8e6cb 15%, #fde8e6cb 15.5%, #73786ec1 15.5%, #73786ec1 100%);
  }
  .kontakt-nr {
    padding: 0.5rem 3rem;
    font-size: 6rem;
  }
  .impressum-headline {
    font-size: 10rem;
  }
  .datrnschutz-wrapper_border {
    margin-top: 10rem;
    margin-bottom: 10rem;
    padding: 3rem;
  }
}
/*# sourceMappingURL=main.css.map */