@charset "UTF-8";
/* heebo-regular - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/heebo-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/heebo-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/heebo-v9-latin-regular.woff2") format("woff2"), url("../fonts/heebo-v9-latin-regular.woff") format("woff"), url("../fonts/heebo-v9-latin-regular.ttf") format("truetype"), url("../fonts/heebo-v9-latin-regular.svg#Heebo") format("svg");
  /* Legacy iOS */ }
/* heebo-500 - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/heebo-v9-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/heebo-v9-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/heebo-v9-latin-500.woff2") format("woff2"), url("../fonts/heebo-v9-latin-500.woff") format("woff"), url("../fonts/heebo-v9-latin-500.ttf") format("truetype"), url("../fonts/heebo-v9-latin-500.svg#Heebo") format("svg");
  /* Legacy iOS */ }
/* heebo-700 - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/heebo-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/heebo-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/heebo-v9-latin-700.woff2") format("woff2"), url("../fonts/heebo-v9-latin-700.woff") format("woff"), url("../fonts/heebo-v9-latin-700.ttf") format("truetype"), url("../fonts/heebo-v9-latin-700.svg#Heebo") format("svg");
  /* Legacy iOS */ }
/** colors **/
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
    padding-left: 70px;
    padding-right: 70px; } }
/** gutter **/
.row {
  margin-right: -10px;
  margin-left: -10px; }

.row > div[class^="col-"] {
  padding-right: 10px;
  padding-left: 10px; }

body {
  background-color: #fff;
  font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #121212;
  word-wrap: break-word; }

/** überschriften **/
h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #4B4B4B; }

h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #4B4B4B; }

h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #548AE7; }

h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em; }

h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.04em; }

h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4B4B4B !important;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4B4B4B !important; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4B4B4B !important; }

main img {
  max-width: 100%; }

/** header **/
#header {
  min-height: 550px; }

#header .header-logo {
  display: flex;
  margin-left: -8px; }

#header .logo-main {
  display: flex;
  flex-direction: column; }

#header .logo-text {
  position: absolute;
  top: 105px;
  left: 175px; }

#header .logo-text img {
  width: 196px;
  height: auto;
  max-width: unset; }

#header .navbar {
  /* max-width: 500px; */
  flex-direction: column;
  margin-top: 75px;
  align-items: start;
  position: fixed;
  z-index: 2;
  padding: 0; }

#header .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

#header .navbar-collapse {
  -ms-flex-align: end;
  align-items: end; }

#header #Mainnavbar {
  margin-top: 40px; }

#header #Mainnavbar li {
  margin-bottom: 15px; }

#header #Mainnavbar li:last-child {
  margin-bottom: 0px; }

#header #Mainnavbar li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #000000;
  text-transform: uppercase;
  padding: 0; }

#header #Mainnavbar li a:hover, #header #Mainnavbar li a.active {
  color: #548AE7; }

@media (max-width: 767px) {
  #header {
    min-height: 366px; }

  #header .navbar {
    max-width: 767px;
    flex-direction: column;
    margin-top: 0px;
    align-items: start;
    position: relative;
    padding-left: 1px;
    z-index: 3;
    /* width: 100%; */
    margin-left: -15px;
    margin-right: -15px;
    min-height: 130px; }

  #header .header-logo img {
    width: 121px;
    height: auto; }

  #header .logo-text {
    position: absolute;
    top: 204px;
    left: 16px; }

  #header .logo-text img {
    width: 142px;
    height: auto; } }
/** main **/
main {
  margin-top: 80px;
  margin-bottom: 94px; }

hr {
  margin-top: 50px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #9E9E9E; }

section {
  padding-top: 45px; }

section:first-child {
  padding-top: 0px; }

main a {
  color: #121212;
  text-decoration: underline; }

/** behandlungsserie **/
.behandlungsserie {
  display: grid;
  grid-template-columns: 200px 200px 200px;
  grid-gap: 0px 20px;
  margin-top: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #121212; }

.behandlungsserie figure {
  margin-bottom: 25px; }

.behandlungsserie figure img {
  max-height: 105px; }

.behandlungsserie h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #548AE7; }

/** aside **/
.praxisinfo aside {
  margin-bottom: 40px; }

.praxisinfo aside p {
  margin: 0; }

.btn-telefon {
  background: #98BC4A;
  border-radius: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-decoration: none;
  margin-top: 16px;
  padding: 3px 12px; }

.btn-telefon:hover {
  background: #98BC4A;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: none; }

/** ueber-mich **/
.about-me header {
  grid-area: header;
  grid-column: 2 / 2;
  grid-row: 1 / span 1; }

.about-me article {
  grid-area: main;
  grid-column: 2 / 2;
  grid-row: 2 / span 1; }

.about-me .about-me-info {
  grid-area: footer;
  grid-column: 2 / 2;
  grid-row: 3 / span 1; }

.about-me figure {
  grid-area: figure;
  grid-column: 1 / 2;
  grid-row: 1 / span 3;
  margin-bottom: 0; }

.about-me {
  display: grid;
  grid-template-columns: 310px auto;
  grid-template-areas: "image" "header" "main" "footer";
  grid-template-rows: auto 1fr;
  grid-column-gap: 20px; }

.about-me-info-grid {
  display: grid;
  grid-template-columns: 116px auto;
  border-left: 2px solid #98BC4A;
  padding-left: 9px;
  row-gap: 6px; }

.about-me-info-grid div:nth-child(-n + 2) {
  line-height: 1;
  margin-bottom: 4px; }

.about-me-info-grid div:nth-last-child(-n+2) {
  margin-bottom: -6px; }

.about-me-info-grid div:nth-child(odd) {
  color: #98BC4A;
  font-weight: 500; }

.about-me-info-grid div:nth-child(even) {
  font-weight: 500; }

/** angebote preise **/
.angebote article p:last-child {
  margin-bottom: 0; }

.angebote-grid {
  display: grid;
  grid-template-columns: 311px 311px;
  justify-content: space-between;
  margin-top: 50px; }

.angebote-grid figure {
  margin-bottom: 9px; }

.angebote-grid article {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 50px; }

.angebote-grid article p:last-child {
  margin-bottom: 0; }

.angebote-grid .grid-item.grid-item-header {
  align-self: end; }

/** weitere angebote **/
.weitere-angebote {
  display: grid;
  grid-template-columns: 311px 311px;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: space-between; }

.weitere-angebote h3 {
  text-transform: none; }

.weitere-angebote .other-item article p:last-child {
  margin-bottom: 0; }

.price-item article {
  display: grid;
  grid-template-columns: auto auto;
  border-left: 2px solid #548AE7;
  padding-left: 9px;
  row-gap: 8px;
  line-height: 1;
  justify-content: space-between; }

/** notwendige schritte **/
.requiredsteps-box {
  margin-top: 50px;
  border-radius: 4px;
  border: 2px solid #98BC4A; }

.btn-requiredsteps {
  position: relative;
  width: 100%;
  text-align: left;
  background: #98BC4A;
  color: #fff;
  border-radius: 0px !important;
  padding-left: 17px; }

.btn-requiredsteps:hover, .btn-requiredsteps:focus {
  color: #fff;
  box-shadow: none; }

.btn-requiredsteps .collapseArrow {
  position: absolute;
  right: 17px;
  top: 10px;
  width: 18px;
  height: 11px;
  background: url("../img/arrow.svg"); }

.btn-requiredsteps.collapsed .collapseArrow {
  transform: rotate(180deg);
  top: 12px; }

#requiredsteps article {
  padding: 17px;
  font-size: 14px;
  line-height: 21px; }

#requiredsteps article ol {
  counter-reset: item;
  padding: 0px; }

#requiredsteps article ol li {
  display: block;
  margin-bottom: 5px; }

#requiredsteps article ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold; }

#requiredsteps article p {
  font-size: 14px;
  line-height: 24px; }

/** termin anfragen **/
#kontakt-success {
  text-align: center;
  padding-top: 15px;
  font-weight: 500;
  width: 100%; }

.btn-hidden {
  display: none !important; }

#termin-success {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 14px;
  font-size: 16px;
  font-weight: 500; }

#kalender {
  height: 100%;
  position: relative;
  max-height: 234px; }

#kalender .kalender-info {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #C6C6C6;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 2; }

#kalender .kalender-info p {
  margin: 0; }

.termin-anfragen {
  margin-top: 25px; }

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #4B4B4B !important; }

.termin-form input {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #4B4B4B;
  border-radius: 4px;
  padding: 6px 17px 4px 17px;
  width: 100%;
  border: none;
  margin-top: 10px; }

.termin-select {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #4B4B4B;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px; }

.behandlung-select {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #4B4B4B;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px; }

.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
  color: #4B4B4B !important;
  text-decoration: none;
  background-color: #F4F4F4 !important; }

.bootstrap-select .dropdown-item.active:hover {
  color: #4B4B4B !important; }

.btn {
  border-radius: 4px;
  padding: 6px 17px 4px 17px; }

/** kontakt **/
.kontakt-form {
  margin-top: 20px; }

.kontakt-form input {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #4B4B4B;
  margin-top: 10px;
  border-radius: 4px;
  padding: 6px 17px 4px 17px;
  border: none; }

.kontakt-form input:first-child {
  margin-top: 0px; }

.kontakt-form input:last-child {
  margin-bottom: 0px; }

.kontakt-form input:focus {
  background-color: #F4F4F4;
  border-color: #F4F4F4; }

.kontakt-form textarea {
  resize: none;
  height: 100%;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #4B4B4B;
  border-radius: 4px;
  padding: 13px 17px 13px 17px; }

.kontakt-form textarea:focus {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #4B4B4B; }

.btn-submit {
  background: #98BC4A;
  border-radius: 4px;
  color: #fff;
  margin-top: 20px;
  width: 100%;
  border: 1px solid transparent !important; }

.btn-submit:hover {
  background: #98BC4A;
  color: #fff; }

.kontakt-bottom {
  margin-top: 50px; }

/** quickcontact **/
#quickcontact {
  background-color: #EEEEEE;
  border-radius: 4px 0px 0px 4px;
  padding: 13px;
  width: 283px;
  display: none; }

#quickcontact h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #98BC4A;
  text-transform: uppercase;
  text-align: left; }

#quickcontact-form input {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #4B4B4B;
  margin-top: 10px;
  border-radius: 4px;
  padding: 6px 17px 4px 17px;
  border: none; }

#quickcontact-form input:first-child {
  margin-top: 0px; }

#quickcontact-form input:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF; }

#quickcontact-form textarea {
  margin-top: 10px;
  resize: none;
  height: 100%;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #4B4B4B;
  border-radius: 4px;
  padding: 13px 17px 13px 17px; }

#quickcontact-form textarea:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #4B4B4B; }

.btn-submit:hover {
  background: #98BC4A;
  color: #fff; }

/** form errors **/
label.error {
  color: red;
  font-size: 13px;
  margin: 0;
  line-height: 1;
  display: block;
  padding: 5px 0 2px 0; }

input.error {
  border: 2px solid red !important; }

textarea.error {
  border: 2px solid red !important; }

#anliegen-error {
  padding-top: 2px; }

.field-error button, .field-error input {
  border: 2px solid red !important; }

/** backtotop **/
#backtotop {
  position: fixed;
  bottom: 25px;
  right: 0px;
  text-align: right; }

#backtotop a.btt-link {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out, top 0s, left 0s, bottom 0s, width 0s, height 0s;
  -moz-transition: all 0.2s ease-in-out, top 0s, left 0s, bottom 0s, width 0s, height 0s;
  -ms-transition: all 0.2s ease-in-out, top 0s, left 0s, bottom 0s, width 0s, height 0s;
  -o-transition: all 0.2s ease-in-out, top 0s, left 0s, bottom 0s, width 0s, height 0s;
  transition: all 0.2s ease-in-out, top 0s, left 0s, bottom 0s, width 0s, height 0s;
  margin-right: 25px;
  margin-bottom: 37px;
  display: inline-block; }

#backtotop a {
  display: block; }

#backtotop a.btt-link.show {
  visibility: visible;
  opacity: 1; }

#backtotop.bttfixed {
  position: absolute;
  bottom: 252px; }

/** footer **/
#mainfooter {
  position: relative;
  background: #4B4B4B;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 66px;
  font-size: 16px;
  line-height: 24px; }

#mainfooter p {
  margin: 0; }

#mainfooter ul {
  list-style: none;
  padding: 0; }

#mainfooter a {
  color: #fff; }

#mainfooter ul li a {
  color: #fff; }

#mainfooter .footer-text-logo img {
  max-width: 163px; }

#mainfooter .footer-logo img {
  max-width: 117px; }

@media (max-width: 1439px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%; } }
@media (max-width: 1439px) {
  #header .navbar {
    padding-left: 8px; } }
@media (max-width: 1200px) {
  #mainfooter .footer-logo {
    text-align: right; }

  .angebote-grid {
    grid-template-columns: minmax(300px, 311px) minmax(300px, 311px);
    grid-column-gap: 20px; }

  .weitere-angebote {
    grid-template-columns: minmax(300px, 311px) minmax(300px, 311px);
    grid-column-gap: 20px; }

  .behandlungsserie {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0px 20px; } }
@media (max-width: 1100px) {
  #mainfooter .footer-text-logo img {
    max-width: 163px;
    grid-column-gap: 20px;
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  #header {
    background-position: 20% !important;
    margin-top: 0px; }

  #header .navbar {
    position: absolute; }

  #backtotop {
    display: none; }

  .angebote-grid {
    max-width: 767px; }

  .weitere-angebote {
    max-width: 767px; }

  #mainfooter .footer-logo {
    position: absolute;
    left: 0;
    top: 120px;
    text-align: left; }

  #mainfooter {
    font-size: 14px;
    line-height: 21px; } }
@media (max-width: 767px) {
  .btn-submit {
    background: #98BC4A;
    border-radius: 4px;
    color: #fff;
    margin-top: 10px;
    width: 100%;
    border: 1px solid transparent !important; }

  .footer-logo {
    position: absolute;
    left: 0;
    top: 65px;
    text-align: right !important;
    width: 280px;
    display: block; }

  #header .logo-text {
    position: absolute;
    top: 204px;
    left: 16px; }

  #header .navbar {
    padding-left: 0px; }

  #header {
    background-position: 10% !important;
    margin-top: 49px; } }
@media (max-width: 576px) {
  #header {
    background-position: 30% !important;
    margin-top: 49px; }

  .behandlungsserie {
    display: grid;
    grid-template-columns: 244px 244px 244px 15px !important;
    grid-gap: 0px 10px;
    margin-top: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #121212;
    overflow: auto; }

  .termin-select {
    margin-top: 10px; }

  .about-me-info-grid {
    max-width: 100%; }

  .weitere-angebote {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    justify-content: space-between; }

  .btn-requiredsteps.collapsed .collapseArrow {
    transform: rotate(180deg); }

  .footer-logo {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    text-align: right !important; }

  .kontakt-bottom aside {
    margin-top: 10px; }

  .kontakt-bottom aside:first-child {
    margin-top: 0px; } }
@media (max-width: 660px) {
  #header {
    background-position: 30% !important;
    margin-top: 49px; }

  .behandlungsserie {
    display: grid;
    grid-template-columns: 244px 244px 244px 15px !important;
    grid-gap: 0px 10px;
    margin-top: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #121212;
    overflow: auto; } }
@media (max-width: 480px) {
  .btn-requiredsteps.collapsed .collapseArrow {
    top: 18px !important; }

  .btn-requiredsteps .collapseArrow {
    top: 16px !important; } }
@media (max-width: 420px) {
  #header {
    background-position: 33% !important;
    margin-top: 49px; } }
@media (max-width: 375px) {
  #header {
    background-position: 36% !important;
    margin-top: 49px; } }
@media (max-width: 320px) {
  #header {
    background-position: 41% !important;
    margin-top: 49px; } }
@media (min-width: 768px) {
  #mobileNav {
    display: none; } }
/** mobile **/
@media (max-width: 767px) {
  .about-me-info-grid {
    max-width: 350px; }

  body {
    font-size: 14px;
    line-height: 21px; }

  #header .header-logo {
    display: flex;
    margin-left: 16px;
    margin-top: 95px; }

  #mobileNav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 49px;
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 1; }

  #mobileNav button {
    position: absolute;
    left: 16px;
    top: 15px;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1; }

  #mobileNav .mobileLogo img {
    max-height: 27px; }

  #mobileNav .mobileLogo {
    position: absolute;
    top: 12px;
    left: calc(50% - 20px);
    width: 40px;
    text-align: center; }

  #mobileNav .mobileKontakt {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 25px; }

  #header #Mainnavbar {
    margin-top: 0px;
    position: fixed;
    width: 100%;
    top: 49px;
    background: #548AE7;
    left: 0;
    padding: 17px;
    box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.08);
    z-index: 3; }

  #header #Mainnavbar li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    padding: 0; }

  #header #Mainnavbar li a:hover, #header #Mainnavbar li a.active {
    color: #fff;
    font-weight: 500; }

  #Mainnavbar.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.15s ease; }

  main {
    margin-top: 29px;
    margin-bottom: 80px; }

  /** überschriften **/
  h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    color: #4B4B4B; }

  h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    color: #4B4B4B; }

  h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #548AE7; }

  /** backtotop **/
  #backtotop {
    display: none; }

  /** behandlungsserie **/
  .behandlungsserie-wrapper {
    margin-left: -15px;
    margin-right: -15px; }

  .behandlungsserie {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0px;
    grid-gap: 0px 10px;
    margin-top: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #121212;
    overflow: auto; }

  .behandlungsserie h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #548AE7;
    margin-bottom: -4px; }

  .behandlungsserie figure {
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 1; }

  .behandlungsserie header {
    grid-column: 2;
    grid-row: 1;
    padding-left: 15px;
    display: flex;
    align-self: flex-end; }

  .behandlungsserie figure img {
    max-height: 41px;
    width: auto; }

  .behandlungsserie > div {
    background: rgba(229, 229, 229, 0.29);
    border-radius: 4px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 41px auto;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px; }

  .behandlungsserie > div:first-child {
    margin-left: 15px; }

  .behandlungsserie > div:last-child {
    background: #fff;
    width: 5px;
    padding: 0px; }

  .behandlungsserie article {
    grid-column: 1/span 2;
    grid-row: 2;
    margin-top: 10px; }

  /** ueber-mich **/
  .about-me header {
    grid-area: header;
    grid-column: 1 / span 2;
    grid-row: 1 / span 1; }

  .about-me article {
    grid-area: main;
    grid-column: 1 / span 2;
    grid-row: 3 / span 1;
    margin-top: 15px; }

  .about-me .about-me-info {
    grid-area: footer;
    grid-column: 2 / 2;
    grid-row: 2 / span 1; }

  .about-me figure {
    grid-area: figure;
    grid-column: 1 / 2;
    grid-row: 2 / span 1;
    margin-bottom: 0; }

  .about-me {
    display: grid;
    grid-template-columns: 137px auto;
    grid-template-areas: "header" "image" "footer" "main";
    grid-template-rows: auto 1fr;
    grid-column-gap: 15px; }

  .about-me-info-grid {
    display: block;
    border: none;
    padding-left: 0px;
    font-size: 12px;
    line-height: 19px; }

  .about-me-info-grid::after {
    content: "";
    clear: both;
    display: table; }

  .about-me-info-grid div:nth-child(-n + 2) {
    line-height: 1;
    margin-bottom: 4px; }

  .about-me-info-grid div:nth-last-child(-n+2) {
    margin-bottom: -6px; }

  .about-me-info-grid div:nth-child(odd) {
    color: #98BC4A;
    font-weight: 500;
    margin-right: 0px;
    display: inline;
    padding-right: 2px; }

  .about-me-info-grid div:nth-child(even) {
    font-weight: 500;
    display: inline; }

  .about-me-info-grid div:nth-child(even)::after {
    content: "";
    display: block;
    margin-bottom: 5px; }

  /** angebote preise **/
  .angebote-grid-wrapper {
    margin-left: -15px;
    margin-right: -15px; }

  .angebote-grid {
    display: grid;
    grid-template-columns: 270px 255px 255px 270px !important;
    grid-auto-rows: min-content;
    justify-content: space-between;
    margin-top: 50px;
    overflow: auto;
    grid-column-gap: 18px; }

  .angebote-grid h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-transform: uppercase; }

  .angebote-grid .grid-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    margin-left: 15px; }

  .angebote-grid .grid-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1; }

  .angebote-grid .grid-item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
    margin-left: 15px; }

  .angebote-grid .grid-item:nth-child(4) {
    grid-column: 2;
    grid-row: 2; }

  .angebote-grid .grid-item:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
    margin-left: 15px; }

  .angebote-grid .grid-item:nth-child(6) {
    grid-column: 2;
    grid-row: 3; }

  .angebote-grid .grid-item:nth-child(7) {
    grid-column: 3;
    grid-row: 1; }

  .angebote-grid .grid-item:nth-child(8) {
    grid-column: 4;
    grid-row: 1;
    border-right: 15px solid #fff; }

  .angebote-grid .grid-item:nth-child(9) {
    grid-column: 3;
    grid-row: 2; }

  .angebote-grid .grid-item:nth-child(10) {
    grid-column: 4;
    grid-row: 2;
    border-right: 15px solid #fff; }

  .angebote-grid .grid-item:nth-child(11) {
    grid-column: 3;
    grid-row: 3; }

  .angebote-grid .grid-item:nth-child(12) {
    grid-column: 4;
    grid-row: 3;
    border-right: 15px solid #fff; }

  .angebote-grid figure {
    margin-bottom: 3px; }

  .angebote-grid header {
    display: flex;
    height: 100%; }

  .angebote-grid header h3 {
    margin-top: auto;
    margin-bottom: 10px; }

  .angebote-grid article {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 35px; }

  .angebote-grid article p:last-child {
    margin-bottom: 0; }

  .angebote-grid .grid-item.grid-item-header {
    align-self: unset; }

  .weitere-angebote {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 35px;
    justify-content: space-between; }

  .weitere-angebote h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.04em; }

  .weitere-angebote article {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }

  .weitere-angebote .price-item article {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    display: grid;
    grid-template-columns: auto auto;
    border-left: 2px solid #548AE7;
    padding-left: 9px;
    row-gap: 8px;
    line-height: 1;
    justify-content: space-between; }

  .weitere-angebote .price-item article div:nth-child(9), .weitere-angebote .price-item article div:nth-child(10) {
    margin-bottom: -2px; }

  .btn-requiredsteps {
    position: relative;
    width: 100%;
    text-align: left;
    background: #98BC4A;
    color: #fff;
    border-radius: 0px !important;
    padding-left: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    padding-right: 30px; }

  .btn-requiredsteps .collapseArrow {
    position: absolute;
    right: 7px;
    top: 10px;
    width: 18px;
    height: 11px; }

  .btn-requiredsteps.collapsed .collapseArrow {
    transform: rotate(180deg); }

  .termin-anfragen {
    margin-top: 10px; }

  .termin-form input, .behandlung-select, .termin-select, select, .termin-form ul li {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px; }

  #kalender {
    margin-bottom: 10px; }

  .kontakt-form textarea {
    margin-top: 10px;
    height: auto;
    min-height: 240px; }

  .kontakt-form .btn-submit {
    margin-top: 10px; }

  .kontakt-form input, .kontakt-form textarea {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px; }

  #mainfooter {
    position: relative;
    background: #4B4B4B;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px; }

  #mainfooter .row > div {
    margin-top: 24px; }

  #mainfooter .row > div ul {
    margin: 0; }

  #mainfooter .footer-logo img {
    max-width: 81px;
    position: absolute;
    right: 8px;
    bottom: 0; } }
@media (min-width: 768px) {
  .mobilespace {
    visibility: hidden;
    white-space: pre-line;
    height: 1px;
    display: block; }

  .mobilespace::after {
    content: "";
    width: 20px;
    display: inline; } }

/*# sourceMappingURL=style.css.map */
