.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #6c7e92;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  color: #385b83;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 300;
  line-height: 56px;
}

h2 {
  color: #385b83;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  color: #385b83;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3em;
}

h4 {
  color: #667e7f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #385b83;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: #385b83;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #6c7e92;
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: #0073e6;
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 18px;
  font-weight: 300;
}

blockquote {
  border-left: 3px solid #6c7e92;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.navbar {
  background-color: rgba(255, 255, 255, .63);
  line-height: 70px;
}

.navbar-link {
  float: left;
  color: #667e7f;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  transition: all .2s;
}

.navbar-link:hover {
  color: #0073e6;
}

.navbar-link.w--current {
  color: #28c1cc;
}

.navbar-link.dropdown {
  padding-bottom: 0;
}

.header {
  z-index: 10;
  box-shadow: none;
  position: relative;
}

.header.landingpage {
  color: #f9f8f7;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.meta {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.meta-list {
  float: left;
  margin: 0 -10px;
  font-size: 13px;
  line-height: 35px;
}

.meta-list.right {
  float: right;
  text-align: right;
}

.meta-list-item {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 300;
  display: inline-block;
}

.logo {
  width: 220px;
  padding-left: 19px;
  line-height: 110px;
  display: block;
  position: absolute;
}

.logo-bildmarke {
  float: left;
  margin-top: 31px;
  margin-bottom: 14px;
}

.logo-titel {
  width: 150px;
  float: left;
  color: #385b83;
  letter-spacing: -.5px;
  margin-left: 15px;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.feature {
  height: auto;
}

.feature._1 {
  height: 60vh;
  min-height: 650px;
  background-image: linear-gradient(#28c1cc, #28c1cc);
  align-items: center;
  display: block;
  position: relative;
}

.feature.hide {
  display: none;
}

.button {
  color: #575c63;
  background-color: #f9f8f7;
  border: 1px #737980;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
}

.button:hover {
  color: #667e7f;
  background-color: #e1feff;
  box-shadow: 0 7px 17px rgba(0, 0, 0, .16);
}

.button.button-navbar {
  margin-top: 27px;
  margin-bottom: 27px;
  margin-left: 10px;
}

.button.button-color {
  color: #fff;
  background-color: #28c1cc;
  box-shadow: 0 7px 17px rgba(0, 0, 0, .31);
}

.button.button-color:hover {
  color: #667e7f;
  background-color: #e1feff;
  box-shadow: 4px 5px 17px rgba(0, 0, 0, .16);
}

.button.button-color.button-navbar {
  float: right;
  box-shadow: none;
  color: #f9f8f7;
  background-color: #f37600;
  margin-top: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.button.button-color.button-navbar:hover {
  color: #fff;
  background-color: #ff8411;
  box-shadow: 5px 5px 17px rgba(0, 0, 0, .16);
}

.button.appointment {
  color: #f9f8f7;
  background-color: #f37600;
  margin-top: 32px;
  margin-right: 15px;
  padding-right: 26px;
}

.button.appointment:hover {
  color: #fff;
  background-color: #ff8411;
  box-shadow: 5px 5px 17px rgba(0, 0, 0, .16);
}

.button.appointment.inpage {
  width: 160px;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  padding-right: 23px;
  position: static;
}

.button.appointment.footer {
  margin-top: 0;
  margin-right: 0;
}

.button.margin-top {
  color: #f9f8f7;
  background-color: #28c1cc;
  align-self: flex-start;
  margin-top: 10px;
}

.button.margin-top:hover {
  color: #667e7f;
  background-color: #e1feff;
}

.button.form-map-close-button {
  z-index: 500;
  max-width: 140px;
  color: #fff;
  background-color: #385b83;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  transform: translate(0, -130px);
}

.button.form-map-close-button:hover {
  background-color: #0073e6;
}

.feature-informations {
  box-shadow: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.feature-informations.slideshow {
  z-index: 10;
  text-align: left;
  position: absolute;
  overflow: hidden;
}

.feature-informations-column {
  width: 33.3%;
  float: left;
  color: #fff;
  padding: 35px 45px;
  display: inline-block;
}

.feature-informations-column._1 {
  background-color: rgba(0, 115, 230, .93);
}

.feature-informations-column._2 {
  background-color: rgba(0, 100, 201, .95);
}

.feature-informations-column._3 {
  background-color: rgba(0, 87, 173, .95);
}

.feature-informations-headline {
  margin-top: 0;
  font-size: 21px;
  font-weight: 400;
}

.feature-title {
  color: #fff;
  flex: 1;
  margin-bottom: 150px;
  position: relative;
}

.feature-headline {
  color: #fff;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 52px;
}

.feature-slideshow-item {
  padding-bottom: 240px;
}

.feature-slideshow-item._1 {
  background-image: url('../images/IMG_1236.jpg');
  background-position: 22%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-slideshow-item._2 {
  background-image: url('../images/IMG_1186.png');
  background-position: 50%;
  background-size: cover;
}

.slideshow-overlay {
  z-index: 2;
  background-image: linear-gradient(rgba(199, 190, 178, .63), rgba(199, 190, 178, .63));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.opening-hours-line {
  border-bottom: 1px solid rgba(108, 126, 146, .19);
  line-height: 34px;
}

.opening-hours-line.first {
  width: auto;
  flex-direction: row;
  align-self: auto;
  margin-top: -5px;
  display: block;
}

.opening-hours-left {
  float: left;
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
}

.opening-hours-left.fuckyou {
  margin-left: 0;
  padding-left: 0;
  padding-right: 90px;
}

.opening-hours-left.mobile {
  display: none;
}

.opening-hours-right {
  float: right;
  opacity: .68;
  color: #575c63;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.opening-hours-right.closed {
  opacity: .38;
  color: #6c7e92;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.b-b {
  border-bottom: 1px solid rgba(213, 220, 228, .64);
  padding-top: 29px;
  padding-bottom: 30px;
  display: block;
}

.section.b-b.informations {
  color: #6c7e92;
  color: #6c7e92;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg-grey {
  background-color: #f9f8f7;
}

.section.bg-grey.no-padding.section-line {
  min-height: 520px;
}

.section.page-title {
  background-color: #28c1cc;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-color {
  background-color: #28c1cc;
  position: relative;
}

.section.bg-color.contact {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.section-line {
  min-height: 600px;
}

.section.section-line.no-padding {
  background-color: #f9f8f7;
}

.page-wrapper {
  box-shadow: none;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.page-wrapper.page-boxed {
  max-width: 1480px;
  box-shadow: 0 0 25px rgba(0, 0, 0, .05);
}

.headline-section {
  color: #667e7f;
  border-bottom: 3px #0073e6;
  flex: 1;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.navbar-link-dropdown {
  color: #385b83;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s;
}

.navbar-link-dropdown:hover {
  color: #0073e6;
}

.dropdown-arrow {
  color: #667e7f;
  margin-right: 0;
  padding-left: 3px;
}

.iconbox-container {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.iconbox-container.last {
  margin-left: 0;
  margin-right: 0;
}

.iconbox-icon {
  margin-bottom: 10px;
}

.iconbox-icon-text {
  color: #667e7f;
  margin-right: 10px;
  font-family: "Linea basic 10", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
}

.iconbox-icon-text:hover {
  color: #0073e6;
  transform: scale(1.2);
}

.iconbox-icon-text.clock:hover {
  color: #6c7e92;
  transform: scale(1);
}

.iconbox-text {
  width: 100%;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.iconbox-text-headline {
  color: #575c63;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.iconbox-text-headline:hover {
  color: #0073e6;
}

.iconbox-text-headline.hours:hover {
  color: #575c63;
}

.iconbox-text-paragraph {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.iconbox-text-paragraph:hover {
  color: #0073e6;
  font-weight: 400;
}

.dropdown-wrapper {
  width: 180px;
  background-color: #fff;
  border-radius: 3px;
  margin-top: -18px;
  margin-left: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .14);
}

.dropdown-item {
  color: #385b83;
  border-bottom: 1px solid rgba(87, 92, 99, .14);
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  transition: all .2s;
}

.dropdown-item:hover {
  color: #0073e6;
  padding-left: 5px;
}

.dropdown-item.w--current, .dropdown-item.w--current:hover {
  color: #0073e6;
}

.dropdown-item.last {
  border-bottom-style: none;
}

.text-muted {
  opacity: .63;
}

.text-muted.footer-contact {
  margin-top: 20px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-muted.logo {
  width: auto;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.teaser-wrapper {
  width: 100%;
  color: #6c7e92;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  font-weight: 300;
  transition: all .2s;
  overflow: hidden;
  transform: translate(0);
}

.teaser-wrapper:hover {
  transform: none;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}

.teaser-wrapper.color {
  color: #fff;
}

.teaser-image-wrapper {
  height: 333px;
  background-image: url('../images/Placeholder.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  position: relative;
}

.teaser-image-wrapper._1 {
  background-image: url('../images/Teaser.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.teaser-image-wrapper._2 {
  background-image: none;
}

.teaser-image-wrapper._3 {
  background-image: url('../images/Placeholder.jpg');
  background-position: 50%;
  background-size: cover;
}

.teaser-image-wrapper._5 {
  background-image: url('../images/vaping-43.jpg'), url('../images/Placeholder.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.teaser-image-wrapper._6 {
  background-image: url('../images/FluorideVarnish.png'), url('../images/Placeholder.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.teaser-image-wrapper._7 {
  background-image: url('../images/AZMomNorth.jpg'), url('../images/Placeholder.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.teaser-content-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 40px;
  display: block;
}

.teaser-content-wrapper.leistung {
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.teaser-content-wrapper.color {
  background-color: #28c1cc;
}

.teaser-headline {
  color: #667e7f;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.teaser-headline.color {
  color: #fff;
}

.teaser-subline {
  opacity: .6;
}

.section-headline-wrapper {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
}

.section-headline-wrapper.margin-top {
  margin-top: 70px;
}

.section-headline-line {
  width: 100%;
  height: 1px;
  background-color: rgba(213, 220, 228, .74);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.section-headline {
  z-index: 1;
  background-color: #f9f8f7;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.section-headline.bg-grey {
  color: #667e7f;
  background-color: #f9f8f7;
}

.button-more-wrapper {
  text-align: center;
  margin-top: 40px;
}

.link-list-wrapper {
  column-count: 2;
}

.footer-page-title {
  margin-top: 0;
  font-weight: 400;
}

.link-list-item {
  color: #6c7e92;
  line-height: 25px;
  transition: all .2s;
}

.link-list-item:hover {
  color: #0073e6;
}

.link-list-item.footer-link.w--current {
  padding-bottom: 0;
}

.footer-column-headline {
  color: #575c63;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-column-headline.logo-footer {
  letter-spacing: -.5px;
  font-weight: 400;
}

.subpage-image-container {
  margin-top: 0;
  margin-bottom: 40px;
}

.subpage-image {
  height: 500px;
  background-image: url('../images/vaping-43.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  display: block;
}

.subpage-image._1 {
  background-image: url('../images/Teaser-04.jpg');
}

.subpage-image._3 {
  background-image: url('../images/GilbertDentistOutreach.jpg'), url('../images/FluorideVarnish.png'), url('../images/vaping-43.jpg');
  background-position: 50%, 50%, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, cover, cover;
  background-attachment: scroll, scroll, scroll;
}

.subpage-image._2 {
  background-image: url('../images/FluorideVarnish.png'), url('../images/vaping-43.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
}

.breadcrumb-container {
  border-bottom: 1px solid rgba(213, 220, 228, .3);
  margin-bottom: 0;
}

.breadcrumb-list {
  color: #88a9cf;
  text-align: left;
}

.breadcrumb-list-item {
  display: inline-block;
}

.breadcrumb-list-item-link {
  float: right;
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}

.breadcrumb-list-item-link.active {
  opacity: .7;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.breadcrumb-list-slash {
  float: left;
  opacity: .7;
  color: #fff;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: 300;
  display: inline-block;
}

.container {
  height: auto;
  max-width: 940px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.container.feature-title {
  height: 100%;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.container.page-begin {
  margin-top: -140px;
}

.container.network, .container.content {
  justify-content: center;
  display: flex;
}

.container.team {
  margin-top: 109px;
}

.container.header {
  padding-bottom: 30px;
}

.sidebar-container {
  margin-top: -40px;
  padding-right: 60px;
}

.sidebar-navigation {
  float: none;
  margin-top: 20px;
}

.sidebar-navigation-list-link {
  color: rgba(73, 98, 128, .98);
  border-top: 1px solid rgba(213, 220, 228, .64);
  padding: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 38px;
  display: block;
}

.sidebar-navigation-list-link.sub {
  border-top-style: none;
}

.sidebar-navigation-container {
  background-color: rgba(0, 0, 0, 0);
}

.submenutest {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.feature-content-wrapper {
  width: 50%;
  align-self: center;
  padding-right: 80px;
}

.feature-image-container {
  width: 50%;
  flex: 1;
  align-self: stretch;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.feature-image-container.slideshow {
  z-index: 0;
  height: 100%;
}

.feature-phone-number-wrapper {
  background-color: #fff;
  border-radius: 50px;
  margin-top: 40px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .11);
}

.feature-phone-number-wrapper.landingpage {
  margin-top: 0;
}

.feature-phone-number {
  float: left;
  color: #667e7f;
  border-left: 1px solid rgba(115, 121, 128, .24);
  padding-left: 16px;
  padding-right: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.feature-phone-number:hover {
  color: #0073e6;
}

.feature-phone-number-icon {
  float: left;
  color: #0073e6;
  align-self: stretch;
  padding-left: 17px;
  padding-right: 12px;
  font-family: "Linea basic 10", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 50px;
}

.section-gallery-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  display: flex;
}

.section-gallery-item {
  max-width: 25%;
  min-width: 25%;
  cursor: pointer;
  flex: 1;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.section-gallery-item:hover {
  z-index: 100;
  transform: none;
  box-shadow: 0 4px 25px rgba(0, 0, 0, .3);
}

.section-gallery-item._1 {
  max-width: 25%;
}

.section-gallery-item._2 {
  overflow: hidden;
}

.section-gallery-slide-box {
  padding-top: 100%;
  position: relative;
}

.dolla {
  width: 33.3%;
  float: left;
  color: #ff8411;
  text-align: right;
  margin-top: -13px;
  font-size: 50px;
  font-weight: 700;
}

.teaser-group-wrapper {
  display: flex;
}

.iconbox-headline {
  margin-bottom: 0;
  display: flex;
}

.iconbox-row {
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.feature-anchor {
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #28c1cc;
  border-radius: 50px;
  font-family: "Linea arrows 10", sans-serif;
  font-size: 24px;
  line-height: 51px;
  position: absolute;
  bottom: -25px;
  right: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .19);
}

.text-white {
  color: #fff;
}

.text-white.text-center {
  color: #f9f8f7;
  text-align: center;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.feature-award {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 40px;
}

.section-image-text-wrapper {
  position: relative;
}

.section-image-text-image {
  width: 48%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.section-image-text-image._1 {
  background-image: url('../images/IMG_1236.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-image-text-image.right {
  left: auto;
  right: 0;
}

.section-image-text-image.right._2 {
  background-image: url('../images/Frens.jpg');
  background-position: -148px;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-image-text-text {
  min-height: 640px;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 80px;
  display: flex;
}

.section-image-text-text.left {
  padding-left: 0;
  padding-right: 80px;
}

.teaser-team-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.teaser-team-wrapper.page-start {
  margin-top: 0;
}

.teaser-team-name {
  margin-bottom: 0;
}

.teaser-team-text {
  margin-top: 20px;
}

.teaser-team-item {
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
}

.button-text-wrapper {
  margin-top: 20px;
}

.button-text-wrapper:hover {
  color: #385b83;
}

.button-text {
  float: left;
  font-weight: 500;
}

.button-text-icon {
  float: right;
  padding-left: 5px;
  font-family: "Linea arrows 10", sans-serif;
  font-size: 19px;
  font-weight: 400;
  transition: all .2s;
}

.leistungen-row {
  margin-bottom: 50px;
}

.text-center {
  text-align: center;
}

.text-center.text-white.p-large.text-muted {
  color: #f9f8f7;
  padding-bottom: 0;
}

.form-container {
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  padding: 75px 90px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, .11);
}

.form-container.forn-container-split {
  flex-flow: row;
  justify-content: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.section-form-wrapper {
  margin-top: -170px;
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
}

.section-form-wrapper.full-width {
  margin-top: -160px;
  margin-left: 0;
  margin-right: 0;
}

.section-color-text-spacer {
  margin-top: 100px;
  margin-bottom: 100px;
}

.form-container-icon {
  color: #667e7f;
  margin-bottom: 40px;
  font-family: "Linea basic 10", sans-serif;
  font-size: 47px;
  line-height: 44px;
}

.form-container-icon.text-white {
  color: rgba(255, 255, 255, .29);
}

.form-wrapper {
  margin-top: 40px;
}

.input {
  height: 48px;
  border: 1px rgba(56, 91, 131, .19);
  border-bottom-style: solid;
  border-radius: 2px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.input.textarea {
  height: 128px;
  padding-top: 14px;
}

.form-button {
  width: 100%;
  background-color: #f37600;
  border-radius: 50px;
  margin-top: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  display: block;
}

.form-button:hover {
  color: #fff;
  background-color: #ff8411;
  box-shadow: 5px 5px 17px rgba(7, 7, 7, .16);
}

.form-container-headline {
  color: #667e7f;
  font-family: Montserrat, sans-serif;
}

.form-container-headline.text-white {
  color: #f9f8f7;
}

.footer-wrapper {
  background-color: #f9f8f7;
  padding-top: 90px;
  padding-bottom: 90px;
}

.footer-social-media-item {
  width: 37px;
  height: 37px;
  background-color: #6c7e92;
  border-radius: 50px;
  transition: background-color .1s;
}

.footer-social-media-item.facebook {
  background-image: url('../images/Facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.footer-social-media-item.facebook:hover {
  background-color: #39579a;
}

.footer-social-media-item.twitter {
  background-image: url('../images/Twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.footer-social-media-item.twitter:hover {
  background-color: #059ff5;
  transform: scale(1);
}

.footer-social-media-item.google {
  background-image: url('../images/Google.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.footer-social-media-item.google:hover {
  background-color: #dd4330;
}

.footer-social-media-iteam-wrapper {
  margin-right: 8px;
  display: inline-block;
}

.news-teaser-wrapper {
  flex-flow: row;
  align-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: block;
}

.news-teaser-item {
  flex: 1;
  align-self: stretch;
  display: flex;
}

.page-loader {
  z-index: 100;
  opacity: .53;
  background-image: url('../images/Loader.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 54px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.password-wrapper {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #f9f8f7;
  justify-content: center;
  align-items: center;
  display: flex;
}

.password-container {
  width: 340px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  padding: 70px;
  display: flex;
  box-shadow: 0 6px 32px rgba(0, 0, 0, .1);
}

.password-form-wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.divider {
  border-top: 1px solid rgba(213, 220, 228, .64);
  margin-top: 20px;
  margin-bottom: 20px;
}

.message {
  width: 100%;
  text-align: center;
  background-color: rgba(213, 220, 228, .25);
  border-radius: 10px;
  padding: 48px;
  font-size: 20px;
}

.section-gallery-image {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
  right: -100px;
  overflow: hidden;
}

.section-gallery-item-hover-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .15), rgba(0, 0, 0, .18));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-gallery-item-hover-icon {
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #0073e6;
  border-radius: 100px;
  margin: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 50px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(.7)rotate(90deg);
}

.news-teaser-information-wrapper {
  margin-bottom: 10px;
  font-weight: 400;
}

.news-teaser-information-wrapper.small {
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 13px;
}

.news-teaser-information-item {
  float: left;
  margin-right: 4px;
}

.teaser-icon-wrapper {
  color: #fff;
  text-align: center;
  background-color: #28c1cc;
  padding: 30px 20px;
  font-family: "Linea basic 10", sans-serif;
  font-size: 45px;
  line-height: 120px;
}

.teaser-icon-wrapper._404 {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 90px;
}

.teaser-iconbox-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.bg-grey {
  background-color: rgba(213, 220, 228, .64);
}

.form-container-contact-information {
  border-top: 1px #0073e6;
  border-left: 1px #0073e6;
  border-right: 1px #0073e6;
  margin-top: 30px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.content-row {
  margin-left: -10px;
  margin-right: -10px;
}

.password-icon {
  opacity: .1;
}

.password-input-wrapper {
  padding-top: 19px;
  padding-bottom: 0;
}

.page-not-found-button-wrapper {
  margin-top: 30px;
}

.news-footer-wrapper {
  border-top: 1px solid rgba(213, 220, 228, .64);
  justify-content: center;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.news-footer-autor-image {
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 100px;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.news-footer-autor-wrapper {
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.news-footer-autor-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 23px;
  display: flex;
}

.news-footer-autor-headline {
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.slideshow-mask {
  background-color: #fff;
}

.to-top-anchor {
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #28c1cc;
  border-radius: 50px;
  font-family: "Linea arrows 10", sans-serif;
  font-size: 20px;
  line-height: 50px;
  display: block;
  position: fixed;
  bottom: 30px;
  left: 30px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .23);
}

.section-image-quote {
  width: 60%;
  color: #fff;
  background-color: rgba(40, 193, 204, .89);
  padding: 30px 35px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.body-bg {
  background-color: rgba(213, 220, 228, .64);
}

.license-line {
  border-bottom: 1px solid rgba(213, 220, 228, .64);
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 100px;
}

.license-line.head {
  color: #385b83;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 20px;
}

.license-right {
  text-align: right;
}

.license-image {
  height: 100px;
}

.form-container-column {
  flex: 1;
  padding: 75px 90px;
}

.form-container-column.small-column {
  width: 40%;
  max-width: 38%;
  background-color: #385b83;
  background-image: radial-gradient(circle, rgba(56, 91, 131, .94), rgba(41, 77, 117, .93));
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.p-large {
  font-size: 18px;
  line-height: 28px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.form-map-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.form-map {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.form-map-information-wrapper {
  z-index: 500;
  position: relative;
}

.form-map-overlay {
  z-index: 200;
  opacity: 1;
  background-image: radial-gradient(circle, #3fccd6, #47c8ce), linear-gradient(#28c1cc, #28c1cc);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-information-number {
  color: #fff;
  letter-spacing: -.5px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.contact-information-number.underlined {
  border-bottom: 2px solid #f8f8f8;
  display: inline-block;
}

.contact-information-headline {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
}

.row {
  text-align: center;
}

.section-2 {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/joel-vodell-483785-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.container-2 {
  height: 100vh;
}

.div-block-2 {
  height: 100vh;
  margin-top: 0;
}

.container-3 {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-3 {
  width: 80%;
  height: 100%;
  color: #3c5e85;
  background-color: rgba(148, 99, 99, 0);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.text-block {
  width: 54%;
  color: #fff;
  text-align: center;
  font-size: 400%;
  line-height: 120%;
}

.div-block-4 {
  width: 100%;
  height: 20%;
}

.text-block-2 {
  color: #fff;
  text-align: right;
  padding-top: 20px;
  font-size: 160%;
  line-height: 130%;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 30px;
}

.row-2 {
  background-color: rgba(0, 0, 0, 0);
}

.column {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-block-4 {
  color: #f9f8f7;
  text-align: left;
  justify-content: center;
  font-size: 24px;
  display: flex;
}

.column-2 {
  padding-left: 0;
}

.column-3 {
  padding: 0 40px 0 0;
  top: 29px;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 167%;
  line-height: 30px;
}

.field-label {
  color: #fff;
}

.form-block {
  width: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 108px;
  padding-top: 0;
  display: block;
}

.form {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.row-3 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
}

.image {
  width: 80%;
}

.text-block-8 {
  color: #f9f8f7;
}

.text-block-11 {
  width: 120px;
  float: none;
  clear: both;
  color: #f9f8f7;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 200%;
  display: flex;
}

.div-block-9 {
  justify-content: center;
  display: flex;
}

.text-block-12, .text-block-13 {
  color: #667e7f;
}

.image-2 {
  padding-bottom: 10px;
}

.text-block-14 {
  color: #667e7f;
}

.collection-list-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #667e7f;
}

.nav-link {
  color: #667e7f;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-link:hover {
  color: #0073e6;
}

.nav-link-2 {
  color: #667e7f;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-link-2:hover {
  color: #0073e6;
}

.nav-link-3 {
  color: #667e7f;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-link-3:hover {
  color: #0073e6;
}

.column-7 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.column-9 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-link-4 {
  color: #667e7f;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-link-4:hover {
  color: #0073e6;
}

.nav-link-4.w--current {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-3 {
  text-align: center;
}

.column-12 {
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.link {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 30px;
}

.link:hover {
  border-bottom: 2px solid #0073e6;
  padding-bottom: 10px;
}

.link.registration {
  color: #667e7f;
  text-align: left;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
}

.link.registration:hover {
  color: #0073e6;
  border-bottom-style: none;
}

.link-2 {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 30px;
}

.link-2:hover {
  border-bottom: 2px solid #0073e6;
  padding-bottom: 10px;
}

.image-3 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.column-13 {
  flex-direction: row;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: static;
}

.row-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-10 {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.columns {
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-block-15 {
  padding-top: 20px;
  font-size: 60px;
}

.column-16 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-17 {
  background-color: rgba(213, 220, 228, .64);
}

.specials {
  height: 100%;
  color: #575c63;
  background-image: linear-gradient(#f9f8f7, #f9f8f7);
  border-radius: 5px;
  flex-direction: column;
  padding: 15px 10px;
  display: flex;
  box-shadow: 1px 1px 23px rgba(0, 0, 0, .16);
}

.text-block-16 {
  font-size: 36px;
}

.special-header {
  width: 350px;
  color: #575c63;
  letter-spacing: auto;
  padding-bottom: 10px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.column-18 {
  height: 100%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.price {
  color: #ff8411;
  text-align: left;
  border-radius: 5px;
  padding: 0 20px 34px 8px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 700;
}

.text-block-17 {
  width: 400px;
  color: #575c63;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.column-19 {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-block-18 {
  width: 350px;
  color: #575c63;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.column-20 {
  justify-content: center;
  align-items: center;
  display: block;
}

.columns-2 {
  width: 416px;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 42px;
}

.card {
  cursor: alias;
}

.card:hover {
  box-shadow: 7px 7px 20px rgba(0, 0, 0, .15);
}

.section-3 {
  color: #f9f8f7;
  background-color: #f9f8f7;
  margin-top: 0;
}

.div-block-11 {
  width: 40%;
}

.text-block-19 {
  color: #6c7e92;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.text-block-20 {
  color: #575c63;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 20px;
}

.columns-3 {
  width: 100%;
}

.column-21 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.text-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  display: flex;
}

.link-block {
  justify-content: center;
  display: flex;
}

.image-4 {
  cursor: alias;
}

.insurance {
  width: auto;
  height: auto;
  color: #575c63;
  text-align: left;
  column-span: none;
  margin-top: 11px;
  padding: 5px 32px;
  font-size: 20px;
  display: block;
}

.nav-container {
  width: 90%;
  display: block;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.div-block-13 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cc-button {
  color: #fff;
  text-align: center;
  background-color: #7ac143;
  border-radius: 20px;
  padding: 10px 0;
}

.cc-button:hover {
  background-color: #85d447;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .21);
}

.cc-button.apply {
  background-color: #019e93;
}

.cc-button.apply:hover {
  background-color: #02b6a9;
}

.cc-button.new-patient {
  background-color: #28c1cc;
}

.cc-button.new-patient:hover {
  background-color: #1c9fa8;
}

.link-block-2, .link-block-3 {
  display: block;
}

.text-block-22 {
  color: #575c63;
  text-align: center;
  padding-top: 15px;
  font-size: 20px;
  font-weight: 300;
}

.text-block-23 {
  color: #6c7e92;
  text-align: center;
  padding-top: 20px;
  font-size: 36px;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-24 {
  z-index: auto;
  color: #575c63;
  text-align: left;
  align-self: auto;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  overflow: visible;
}

.container-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15 {
  width: 400px;
}

.columns-4 {
  width: 450px;
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-25 {
  height: 100px;
  color: #575c63;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.text-block-26, .text-block-27, .link-3, .list-item {
  font-family: Montserrat, sans-serif;
}

.footer-link {
  color: #6c7e92;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
}

.footer-link:hover {
  color: #0073e6;
}

.link-4 {
  font-family: Montserrat, sans-serif;
}

.text-block-28 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-29, .text-block-30, .rich-text-block, .rich-text-block-2, .text-block-31 {
  font-family: Montserrat, sans-serif;
}

.section-4, .div-block-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-32 {
  color: #000;
  margin-top: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 700;
}

.text-block-33 {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 21px;
  padding-left: 0;
  padding-right: 0;
  font-size: 36px;
  line-height: 30px;
}

.text-block-34 {
  flex-flow: row;
  align-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  margin: 23px 0 0 -30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.column-22 {
  font-size: 80px;
  display: flex;
}

.dollar {
  flex: 0 auto;
  margin-top: -12px;
  padding-left: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.text-block-35 {
  width: 100%;
  float: none;
  clear: none;
  position: absolute;
  overflow: visible;
}

.text-block-36 {
  padding-top: 35px;
  position: absolute;
}

.columns-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-23 {
  order: -1;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: ". . ." 100px
                 ". . ." minmax(auto, auto)
                 ". . ." minmax(auto, 1fr)
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / .25fr .25fr 1fr;
  grid-auto-columns: 1.25fr;
  justify-content: space-around;
  align-items: start;
  justify-items: end;
  margin-left: -5px;
  margin-right: 84px;
}

.list-item-2 {
  border-bottom: 1px solid #575c63;
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
}

.unordered-list-2 {
  z-index: 1;
  padding-left: 60px;
  position: relative;
  top: -7px;
}

.html-embed {
  height: 200px;
  align-self: start;
  margin-bottom: 0;
}

.button1 {
  width: 150px;
  color: #fff;
  background-color: #7bca35;
  border-radius: 10px;
  padding: 16px 11px;
  overflow: hidden;
}

.button-2 {
  width: 200px;
  text-align: center;
  background-color: #308ec0;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: visible;
}

.button-2:hover {
  background-color: #46a1d1;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
}

.button-2.cc1 {
  background-color: #7ac143;
}

.button-2.cc1:hover {
  background-color: #84da42;
}

.button-2.cc2 {
  background-color: #019e93;
}

.button-2.cc2:hover {
  background-color: #04b6a9;
}

.button-2.ll {
  background-color: #318fc0;
  margin-top: 0;
  margin-bottom: 2px;
}

.button-2.ll:hover {
  background-color: #47a2d1;
}

.button-2.pay {
  background-color: #ff8411;
}

.text-block-37 {
  width: 300px;
  color: #575c63;
  align-self: auto;
  margin-top: 49px;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
}

.section-5 {
  justify-content: flex-end;
  display: flex;
}

.grid-2 {
  width: 40%;
  grid-column-gap: 13px;
  background-color: #f9f8f7;
  border-radius: 5px;
  grid-template: ". ." 100px
                 ". ."
                 / 2fr .25fr;
  margin-left: 80px;
  padding-left: 0;
  padding-right: 0;
}

.grid-section {
  justify-content: center;
  margin-bottom: 40px;
  margin-left: 99px;
  margin-right: 100px;
  padding-left: 0;
  display: flex;
}

.image-5 {
  max-width: 300px;
  margin-top: 9px;
  margin-bottom: 8px;
}

.image-6 {
  width: 200px;
}

.div-block-17 {
  width: 100px;
  height: 100px;
}

.unordered-list-3 {
  margin-top: 40px;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
  font-weight: 500;
}

.image-7 {
  color: #496179;
  background-color: #fff;
  border: 0 solid #000;
}

.image-8 {
  width: 40px;
  height: 40px;
  background-color: #7a7a7a;
  border-radius: 5px;
  padding-right: 0;
}

.link-block-4 {
  width: 40px;
  height: 40px;
}

.link-block-5 {
  margin-right: 20px;
}

.grid-3 {
  grid-column-gap: 14px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
}

.section-6 {
  margin-top: 40px;
}

.div-block-18 {
  height: 150px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.div-block-19 {
  justify-content: flex-start;
  padding-top: 13px;
  padding-left: 5px;
  display: flex;
}

.image-9 {
  position: static;
}

.column-24 {
  display: block;
}

.collection-lisrt {
  margin-top: 87px;
}

.title {
  padding-bottom: 8px;
  font-size: 35px;
  line-height: 35px;
}

.text-block-38 {
  margin: 0;
  padding-top: 0;
  padding-bottom: 40px;
  font-size: 60px;
  font-weight: 700;
}

.text-block-39 {
  color: #ff8411;
  margin-top: -11px;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 50px;
  font-weight: 700;
}

.column-26 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: flex;
}

.columns-6, .columns-7 {
  display: block;
}

.network-list {
  font-weight: 500;
}

.profile {
  margin-top: 80px;
}

.text-block-40 {
  padding-left: 20px;
  display: flex;
}

.columns-8 {
  width: 100%;
}

.column-27 {
  display: flex;
}

.column-28 {
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

.text-block-41 {
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.text-field-2, .text-field-3 {
  border-radius: 4px;
}

.image-10 {
  padding-bottom: 21px;
}

.link-5 {
  display: none;
  overflow: visible;
}

.text-block-42 {
  color: #f9f8f7;
  text-align: center;
  font-size: 30px;
}

.columns-9 {
  margin-top: 0;
  margin-bottom: 0;
}

.collection-item {
  padding-right: 40px;
}

.hero-section {
  background-color: #28c1cc;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section.landingpage {
  padding-bottom: 100px;
}

.custom-container {
  width: 95%;
  max-width: 940px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.custom-container.form-flex {
  display: block;
}

.custom-container.solutions-container {
  width: 100%;
}

.hero-content-wrapper {
  justify-content: space-around;
  display: flex;
}

.form-section {
  background-color: #f9f8f7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-headline {
  margin-top: 0;
  margin-bottom: 20px;
}

.form-wrapper-2 {
  margin-bottom: 0;
}

.form-2 {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.form-input {
  border: 1px solid #6c7e92;
  border-radius: 3px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.form-button-2 {
  color: #333;
  background-color: #bebebe;
  border-radius: 3px;
  flex: 1;
  align-self: center;
  padding: 9px 30px;
  font-family: Lato, sans-serif;
  display: block;
}

.features-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.features-header {
  margin-bottom: 34px;
  display: none;
}

.footer-section {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright-text {
  float: left;
}

.footer-link-2 {
  float: right;
}

.paragraph {
  color: #fff;
}

.paragraph.landingpage {
  color: #f9f8f7;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.hero-text-content {
  max-width: 700px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 41px;
}

.image-wrapper {
  margin-left: 0;
  padding-left: 0;
}

.collection-list-wrapper-2 {
  padding-left: 0;
  padding-right: 0;
}

.featured-icon {
  max-height: 200px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  transition: transform .2s;
  box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, .1);
}

.featured-icon:hover {
  transform: scale(1.05);
}

.collection-list {
  padding-right: 0;
}

.collection-list-wrapper-3 {
  width: 100%;
  max-width: 1200px;
  padding-left: 6px;
}

.div-block-20 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-header {
  color: #6c7e92;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block;
}

.submit-button-2 {
  background-color: #ff8411;
  border-radius: 5px;
}

.div-block-21 {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
}

.navbar-2 {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-container-2 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.logo-wrapper {
  width: 150px;
  margin-top: 0;
}

.iconbox-text-headline-2 {
  color: #575c63;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.iconbox-text-headline-2:hover {
  color: #0073e6;
}

.iconbox-text-headline-2.hours:hover {
  color: #575c63;
}

.iconbox-text-paragraph-2 {
  margin-bottom: 0;
  padding-left: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.iconbox-text-paragraph-2:hover {
  color: #0073e6;
  font-weight: 500;
}

.button-3 {
  color: #575c63;
  background-color: #f9f8f7;
  border: 1px #737980;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
}

.button-3:hover {
  color: #667e7f;
  background-color: #e1feff;
  box-shadow: 0 7px 17px rgba(0, 0, 0, .16);
}

.button-3.appointment {
  color: #f9f8f7;
  background-color: #f37600;
  margin-top: 32px;
  margin-right: 15px;
  padding-right: 26px;
}

.button-3.appointment:hover {
  color: #fff;
  background-color: #ff8411;
  box-shadow: 5px 5px 17px rgba(0, 0, 0, .16);
}

.button-3.appointment.inpage {
  width: 160px;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  padding-right: 23px;
  position: static;
}

.iconbox-icon-text-2 {
  color: #667e7f;
  margin-right: 10px;
  font-family: "Linea basic 10", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
}

.iconbox-icon-text-2:hover {
  color: #0073e6;
  transform: scale(1.2);
}

.iconbox-icon-text-2.clock:hover {
  color: #6c7e92;
  transform: scale(1);
}

.map {
  border-radius: 9px;
}

.feature-phone-number-icon-2 {
  float: left;
  color: #0073e6;
  align-self: stretch;
  padding-left: 17px;
  padding-right: 12px;
  font-family: "Linea basic 10", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 50px;
}

.feature-phone-number-2 {
  float: left;
  color: #667e7f;
  border-left: 1px solid rgba(115, 121, 128, .24);
  padding-left: 16px;
  padding-right: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.feature-phone-number-2:hover {
  color: #0073e6;
}

.link-block-6 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  padding-top: 0;
  padding-left: 13px;
  display: flex;
}

.section-7 {
  background-color: #f9f8f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

.column-29 {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 1px 1px 14px rgba(0, 0, 0, .07);
}

.image-12 {
  margin-top: 7px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-13 {
  opacity: .46;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding-right: 0;
}

.featured-title {
  color: #6c7e92;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  display: block;
}

.featured-title:hover {
  color: #0073e6;
}

.featured-image:hover {
  transform: scale(1.1);
}

html.w-mod-js [data-ix="feature-image-fade-in"], html.w-mod-js [data-ix="feature-content-fade-in"], html.w-mod-js [data-ix="body-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="body-load-page-loader"] {
  opacity: .3;
  display: block;
}

html.w-mod-js [data-ix="subpage-content-show"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="subpage-title-show"] {
  opacity: 0;
}

html.w-mod-js [data-ix="ancho-load"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="award-load"] {
  opacity: 0;
  transform: translate(0, -30px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-scroll"] {
  opacity: 0;
}

html.w-mod-js [data-ix="menu-dropdown-animation"] {
  opacity: 0;
  transform: translate(0, 20px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 49px;
  }

  h2 {
    font-size: 33px;
  }

  .navbar-menu {
    z-index: 100;
    min-width: 300px;
    background-color: #fff;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    box-shadow: -1px 0 28px rgba(0, 0, 0, .15);
  }

  .navbar-link {
    float: none;
    font-size: 22px;
    line-height: 20px;
  }

  .logo {
    width: 80%;
    padding-left: 20px;
  }

  .feature._1 {
    height: auto;
    min-height: none;
  }

  .button.button-color.button-navbar {
    width: 100%;
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 18px;
  }

  .button.appointment.footer {
    text-align: center;
    padding-right: 24px;
  }

  .feature-headline {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
  }

  .opening-hours-left.fuckyou {
    padding-right: 483px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .iconbox-container {
    margin-bottom: 40px;
  }

  .dropdown-wrapper {
    box-shadow: none;
    margin-left: 0;
    display: none;
  }

  .dropdown-item {
    margin-left: 0;
    margin-right: 0;
  }

  .text-muted.logo {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .subpage-image {
    height: 370px;
  }

  .subpage-image._1 {
    height: 300px;
  }

  .container {
    padding-left: 49px;
    padding-right: 49px;
  }

  .container.feature-title {
    height: auto;
    display: block;
  }

  .feature-content-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .feature-image-container._1 {
    width: 100%;
    height: 50vh;
    position: relative;
  }

  .feature-image-container.slideshow {
    width: 100%;
    height: 530px;
    position: relative;
  }

  .feature-phone-number-wrapper {
    margin-top: 30px;
  }

  .section-image-text-wrapper {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .section-image-text-image {
    width: 100%;
    height: 400px;
    background-color: #385b83;
    position: relative;
  }

  .section-image-text-text {
    min-height: auto;
    flex-flow: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
  }

  .form-container.forn-container-split {
    flex-direction: column-reverse;
  }

  .section-form-wrapper {
    margin-top: -100px;
  }

  .section-form-wrapper.full-width {
    margin-top: -80px;
  }

  .section-color-text-spacer {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-wrapper {
    background-color: #f9f8f7;
  }

  .news-teaser-wrapper {
    flex-direction: column;
  }

  .menu-button {
    color: #0073e6;
    padding: 32px 0;
    font-size: 45px;
  }

  .news-teaser-list-wrapper {
    width: 50%;
  }

  .content-row {
    margin-left: 2px;
  }

  .form-container-column.small-column {
    width: 100%;
    max-width: 100%;
    min-height: 70vh;
  }

  .section-2 {
    background-size: auto;
  }

  .text-block {
    font-size: 300%;
  }

  .text-block-2 {
    font-size: 130%;
  }

  .text-block-3 {
    text-align: center;
    margin-left: 0;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    text-align: left;
  }

  .column-2 {
    justify-content: center;
    display: flex;
  }

  .text-block-5 {
    line-height: 130%;
  }

  .form-block {
    padding-top: 70px;
  }

  .column-6 {
    justify-content: center;
    display: flex;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 10px;
  }

  .nav-link-4, .nav-link-4.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link.registration {
    font-size: 20px;
  }

  .div-block-10 {
    margin-right: 0;
  }

  .columns {
    margin-right: 0;
    padding-left: 0;
  }

  .special-header {
    width: 350px;
  }

  .price {
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .price.fit {
    font-size: 45px;
  }

  .text-block-17 {
    width: 350px;
  }

  .column-19 {
    padding-left: 334px;
    padding-right: 0;
  }

  .text-block-18 {
    width: 350px;
  }

  .insurance {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-container {
    width: 95%;
  }

  .text-block-33 {
    font-size: 40px;
  }

  .dollar, .column-23 {
    padding-left: 0;
  }

  .grid {
    grid-column-gap: 15px;
    grid-template-columns: .25fr minmax(200px, .25fr) minmax(200px, 2fr);
    grid-template-areas: ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . .";
    margin-right: 34px;
  }

  .unordered-list-2 {
    margin-top: 49px;
    padding-left: 32px;
  }

  .button-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .button-2.ll {
    width: 180px;
    margin-left: -6px;
  }

  .grid-2 {
    width: 500px;
    grid-template-columns: 2.5fr .25fr;
    grid-template-areas: ". ."
                         ". .";
    margin-left: 24px;
    margin-right: 12px;
    padding-right: 0;
  }

  .grid-section {
    margin-left: 0;
    margin-right: 0;
  }

  .image-6 {
    margin-left: -14px;
  }

  .unordered-list-3 {
    margin-top: 66px;
  }

  .grid-3 {
    grid-template-columns: 1fr .25fr 1fr .5fr 1fr;
    grid-template-areas: ".";
  }

  .div-block-19 {
    padding-left: 52px;
  }

  .hero-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .form-input, .form-button-2 {
    font-family: Lato, sans-serif;
  }

  .featured-icon {
    transition-property: none;
  }

  .featured-icon:hover {
    transform: none;
  }

  .featured-image {
    height: 160px;
  }

  .featured-image:hover {
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-menu {
    z-index: 5000;
    display: block;
  }

  .logo {
    display: flex;
  }

  .button.button-color.button-navbar {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button.appointment.footer {
    margin-bottom: 24px;
    padding-bottom: 12px;
  }

  .button.appointment.landingpage {
    margin-top: 0;
    margin-bottom: 19px;
  }

  .opening-hours-left.fuckyou {
    padding-right: 185px;
  }

  .iconbox-container {
    align-items: center;
  }

  .text-muted.logo {
    text-align: left;
    padding-top: 0;
  }

  .link-list-wrapper {
    padding-left: 0;
  }

  .subpage-image {
    height: 280px;
  }

  .container {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.full-width {
    justify-content: flex-end;
  }

  .container.content {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-image-container.slideshow {
    height: 280px;
  }

  .iconbox-row {
    flex-direction: column;
  }

  .form-container {
    padding: 55px 50px;
  }

  .section-form-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-wrapper {
    background-color: #f9f8f7;
  }

  .menu-button {
    justify-content: flex-end;
    display: flex;
  }

  .menu-button.w--open {
    color: #0073e6;
    background-color: rgba(0, 0, 0, 0);
  }

  .news-teaser-list-wrapper {
    width: 100%;
  }

  .content-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-2 {
    height: auto;
  }

  .div-block-2, .container-3 {
    height: 100%;
  }

  .text-block {
    font-size: 150%;
  }

  .div-block-4 {
    padding-top: 10px;
  }

  .text-block-3 {
    text-align: center;
  }

  .row-2 {
    display: flex;
  }

  .column {
    padding-left: 20px;
    padding-right: 0;
    display: block;
  }

  .text-block-4 {
    text-align: center;
    font-size: 130%;
    line-height: 130%;
  }

  .column-3 {
    padding-right: 20px;
  }

  .text-block-5 {
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 130%;
    line-height: 130%;
    display: flex;
  }

  .form-block {
    width: 40%;
    margin-top: 37px;
    padding-top: 0;
  }

  .form {
    padding-top: 0;
  }

  .row-3 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .image {
    width: 50%;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-10 {
    color: #385b83;
    background-color: #f9f8f7;
    border-radius: 5px;
    margin-top: 32px;
    padding: 10px;
  }

  .image-2 {
    display: block;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
  }

  .column-8 {
    align-self: center;
  }

  .column-9 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-10, .column-11 {
    text-align: center;
  }

  .nav-link-4, .nav-link-4.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-12, .column-13 {
    justify-content: center;
    padding-bottom: 30px;
  }

  .row-5 {
    flex-direction: column;
    padding-bottom: 0;
    display: flex;
  }

  .column-14, .column-15 {
    height: 10px;
  }

  .div-block-10 {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .columns {
    flex-direction: column;
  }

  .specials {
    margin-top: 1px;
    margin-bottom: 0;
  }

  .special-header {
    width: 80%;
  }

  .column-18 {
    justify-content: flex-end;
    margin-top: -40px;
    padding-right: 11px;
  }

  .column-19 {
    justify-content: flex-end;
    margin-top: -41px;
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .columns-2 {
    width: 200px;
  }

  .div-block-11 {
    width: 90%;
  }

  .text-block-21 {
    text-align: center;
  }

  .nav-container {
    width: 95%;
  }

  .cc-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-4 {
    width: 55%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-25 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-32 {
    margin-top: -60px;
  }

  .text-block-32.dollar {
    margin-top: -70px;
    font-size: 45px;
  }

  .text-block-33 {
    margin-left: -5px;
    padding-bottom: 10px;
    font-size: 26px;
  }

  .column-22 {
    padding-top: 20px;
  }

  .text-block-35 {
    width: 300px;
    padding-top: 21px;
    padding-bottom: 0;
    font-size: 13px;
    position: absolute;
  }

  .text-block-36 {
    width: 300px;
    font-size: 13px;
  }

  .columns-5 {
    display: flex;
  }

  .column-23 {
    padding-left: 10px;
  }

  .grid {
    grid-template-columns: .25fr minmax(200px, .25fr) minmax(200px, .75fr);
    grid-template-areas: ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . .";
    align-items: center;
    justify-items: center;
    margin-top: 23px;
  }

  .unordered-list-2 {
    margin-top: -9px;
    margin-bottom: 20px;
  }

  .grid-section {
    flex-direction: column;
  }

  .div-block-17 {
    height: 10px;
  }

  .grid-3 {
    grid-template-columns: .25fr .25fr 1fr .25fr .25fr;
    grid-template-areas: ".";
  }

  .div-block-19 {
    padding-left: 0;
  }

  .column-24 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .column-25 {
    justify-content: center;
    display: flex;
  }

  .columns-6, .columns-7 {
    align-items: center;
    display: flex;
  }

  .hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .custom-container {
    width: 80%;
    flex-direction: column;
    align-content: stretch;
    display: flex;
  }

  .custom-container.form-flex {
    width: 80%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .custom-container.solutions-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .form-section {
    padding-bottom: 65px;
  }

  .form-2 {
    flex-direction: column;
  }

  .form-input {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .form-button-2 {
    width: 100%;
  }

  .featured-icon {
    max-width: none;
  }

  .collection-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-wrapper-3 {
    align-self: center;
    padding-left: 0;
  }

  .featured-title {
    margin-top: 44px;
    margin-bottom: 28px;
  }

  .collection-item-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 7px;
    line-height: 45px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 30px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .navbar-menu {
    min-width: 260px;
    padding-left: 30px;
  }

  .navbar-link {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 7px rgba(37, 40, 44, .25);
  }

  .header.landingpage {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 24px;
    line-height: 30px;
    position: relative;
  }

  .logo-bildmarke {
    width: auto;
    margin-top: 11px;
  }

  .logo-titel {
    margin-left: 10px;
    font-size: 23px;
    line-height: 70px;
  }

  .feature._1 {
    min-height: 0;
  }

  .feature.hide {
    display: none;
  }

  .button.button-color.button-navbar {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button.appointment.footer {
    margin-bottom: 13px;
  }

  .feature-headline {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 31px;
  }

  .opening-hours-line {
    padding-right: 0;
  }

  .opening-hours-left {
    display: inline-block;
  }

  .opening-hours-left.fuckyou {
    padding-right: 24px;
  }

  .opening-hours-left.saturday {
    display: none;
  }

  .opening-hours-left.mobile {
    line-height: 24px;
    display: inline;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.b-b.informations {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.page-title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-wrapper {
    margin-top: 70px;
  }

  .headline-section {
    margin-top: 0;
  }

  .iconbox-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .iconbox-container.last {
    margin-bottom: 0;
  }

  .text-muted.logo {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 201px;
    display: flex;
  }

  .teaser-content-wrapper {
    padding: 20px;
  }

  .section-headline-wrapper {
    margin-bottom: 30px;
  }

  .section-headline-line {
    display: none;
  }

  .section-headline.bg-grey {
    margin-top: 20px;
  }

  .button-more-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .subpage-image-container {
    margin-top: 0;
  }

  .subpage-image {
    height: 220px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.page-begin {
    margin-top: -60px;
  }

  .container.header {
    z-index: 0;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

  .feature-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-image-container._1 {
    height: 30vh;
  }

  .feature-image-container.slideshow {
    height: 250px;
  }

  .feature-phone-number-wrapper {
    margin-top: 10px;
  }

  .dolla {
    font-size: 30px;
    display: block;
  }

  .feature-award {
    width: 56px;
    right: 20px;
  }

  .section-image-text-text {
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .teaser-team-wrapper.page-start {
    margin-top: -60px;
  }

  .leistungen-row {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .form-container {
    padding: 35px 40px;
  }

  .section-form-wrapper, .section-form-wrapper.full-width {
    margin-top: -50px;
  }

  .footer-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 40px;
  }

  .content-row {
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .form-container-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-2 {
    height: 800px;
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/joel-vodell-483785-unsplash-1.jpg');
    background-position: 0 0, 50% 57%;
  }

  .text-block {
    width: 80%;
    font-size: 160%;
  }

  .column {
    display: flex;
  }

  .text-block-4 {
    text-align: center;
    flex-direction: row;
    align-items: center;
    font-size: 133%;
    display: flex;
  }

  .column-2 {
    margin-top: -1px;
    margin-bottom: 0;
    top: 0;
    left: 0;
  }

  .column-3 {
    display: flex;
  }

  .text-block-5 {
    margin-top: 278px;
    padding-top: 21px;
  }

  .form-block {
    width: 70%;
    margin-top: 29px;
    padding-top: 0;
  }

  .image {
    width: 80%;
    margin-bottom: 20px;
  }

  .div-block-5 {
    width: 100%;
    height: 50px;
  }

  .text-block-6 {
    color: #f9f8f7;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
  }

  .div-block-6 {
    width: 100%;
    height: 50px;
  }

  .row-4 {
    width: 100%;
    height: 100px;
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: -1px;
    display: flex;
  }

  .text-block-7 {
    color: #f9f8f7;
    text-align: center;
  }

  .column-4 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .column-5 {
    flex-direction: row;
    flex-grow: 0;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-8 {
    color: #f9f8f7;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .div-block-7 {
    text-align: center;
  }

  .text-block-9 {
    color: #f9f8f7;
    text-align: center;
    margin-top: 0;
    position: relative;
  }

  .text-block-10 {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 40px;
    padding: 10px;
    position: relative;
  }

  .text-field, .textarea-2, .submit-button {
    border-radius: 5px;
  }

  .div-block-8 {
    height: 50px;
    margin-top: 101px;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-7 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 9px;
    display: flex;
  }

  .column-9 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
  }

  .column-10, .column-11 {
    text-align: center;
  }

  .nav-link-4, .nav-link-4.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-12, .column-13 {
    padding-bottom: 30px;
  }

  .row-5 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .column-14, .column-15 {
    height: 10px;
  }

  .div-block-10 {
    clear: none;
    margin-top: 0;
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .special-header {
    font-size: 20px;
  }

  .column-18 {
    margin-top: -10px;
  }

  .price.mobile {
    padding-bottom: 0;
    font-size: 80px;
  }

  .text-block-17 {
    font-size: 13px;
  }

  .column-19 {
    margin-top: -10px;
  }

  .text-block-18 {
    font-size: 13px;
  }

  .div-block-11 {
    width: 80%;
  }

  .text-block-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-21 {
    text-align: center;
  }

  .insurance {
    font-size: 18px;
  }

  .unordered-list {
    width: 100%;
    padding-left: 0;
  }

  .nav-container {
    width: 95%;
  }

  .text-block-24 {
    height: 50px;
    text-align: center;
    align-self: start;
    margin-top: -15px;
    font-size: 20px;
    line-height: 36px;
  }

  .columns-4 {
    width: 70%;
  }

  .text-block-32 {
    margin-top: -120px;
    font-size: 60px;
  }

  .text-block-32.dollar {
    margin-top: -125px;
    font-size: 35px;
  }

  .column-22 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 50%;
  }

  .text-block-35 {
    flex-direction: row;
  }

  .text-block-36 {
    flex-direction: row-reverse;
    justify-content: flex-end;
    display: flex;
  }

  .columns-5 {
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-23 {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .grid {
    width: 90%;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-columns: minmax(auto, .25fr) minmax(50%, 1.25fr);
    grid-template-areas: ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". .";
    grid-auto-columns: minmax(50%, 1.25fr);
    align-content: stretch;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .list-item-2 {
    font-size: 18px;
  }

  .unordered-list-2 {
    margin-top: 43px;
    top: -25px;
  }

  .html-embed {
    height: auto;
    align-self: start;
  }

  .button-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-2.cc1 {
    width: 80%;
    margin-left: 10px;
  }

  .button-2.cc2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-2.ll {
    width: auto;
    margin-top: -50px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-block-37 {
    align-self: auto;
    margin-top: 127px;
    font-size: 20px;
  }

  .grid-2 {
    width: auto;
    margin-left: 12px;
  }

  .grid-section {
    align-items: center;
  }

  .image-5 {
    width: 250px;
  }

  .image-6 {
    margin-top: -60px;
    margin-left: -5px;
  }

  .unordered-list-3 {
    margin-top: 93px;
  }

  .list-item-10 {
    font-size: 18px;
  }

  .grid-3 {
    grid-template-columns: minmax(0, .25fr) minmax(0, .25fr) 1.75fr minmax(0, .25fr) minmax(0, .25fr);
    grid-template-areas: ".";
  }

  .div-block-19 {
    padding-left: 0;
  }

  .column-24 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-25 {
    justify-content: center;
    display: flex;
  }

  .column-26 {
    flex-direction: row-reverse;
    padding-top: 37px;
    padding-left: 50%;
  }

  .columns-6, .columns-7 {
    flex-direction: column;
  }

  .hero-section {
    padding-top: 40px;
  }

  .custom-container {
    width: 95%;
  }

  .custom-container.footer-container {
    width: 80%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-content-wrapper {
    flex-direction: column;
  }

  .form-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-wrapper-2 {
    flex-direction: column;
    display: flex;
  }

  .form-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .form-input {
    text-align: center;
  }

  .features-section {
    justify-content: center;
    display: flex;
  }

  .features-header {
    font-size: 28px;
    line-height: 120%;
  }

  .copyright-text {
    margin-bottom: 10px;
  }

  .featured-icon {
    max-height: 100%;
    max-width: 100%;
  }

  .featured-title {
    text-align: center;
    justify-content: center;
    align-self: center;
    margin-top: 7px;
    line-height: 30px;
    display: flex;
  }

  .featured-image {
    justify-content: center;
    display: flex;
  }
}

#w-node-_7abed7bc-5078-a619-5a78-c4bd2ce4d1c5-aac82d52 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9ed65125-342a-1e2a-c94b-de6d24be2c21-aac82d52 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d46ff6f2-02f5-d042-6a76-828acc77d351-aac82d52 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
  justify-self: start;
}

#w-node-_5e9b7ba5-f2ff-f05a-225e-06f11ab04faa-aac82d52 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-_447010cc-6456-543d-d158-4b05c5123b68-aac82d52 {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: start;
}

#w-node-f48891ef-694a-04a6-38d7-5dcb99333ede-aac82d52 {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: start;
}

#w-node-f215e68a-d59d-90eb-87c0-301d4297d0f9-aac82d52 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_840c3931-e455-0809-e85b-ddcede1948e3-aac82d52 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_88fca7fe-5cd5-b0d6-9eda-9cdac3236834-aac82d52 {
  grid-area: 6 / 2 / 7 / 3;
  justify-self: start;
}

#w-node-d6d0e48b-a1a0-30bf-3c0c-5c18735c52f8-aac82d52 {
  grid-area: 6 / 3 / 7 / 4;
  justify-self: start;
}

#w-node-_7e12193d-f97a-a8fe-b4ba-c4ddeb012a4f-aac82d52 {
  grid-area: 7 / 3 / 8 / 4;
  justify-self: start;
}

#w-node-_46ea05ae-2f00-4afc-bd0b-412dfa2ca494-aac82d52 {
  grid-area: 7 / 2 / 8 / 3;
  justify-self: start;
}

#w-node-_34a8f4e3-914c-89bb-4fd0-2e73a5bb3fac-aac82d52 {
  grid-area: 8 / 2 / 9 / 3;
  justify-self: start;
}

#w-node-_139145d6-629c-0f32-ed24-90c2b4aadbb0-aac82d52 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_2f93cb30-d456-519a-34c8-eea640e31db2-aac82d60, #w-node-_2c68abbc-7b7b-9493-fff0-99b8a0074b0f-aac82d60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9ed65125-342a-1e2a-c94b-de6d24be2c21-aac82d52, #w-node-_5e9b7ba5-f2ff-f05a-225e-06f11ab04faa-aac82d52, #w-node-_840c3931-e455-0809-e85b-ddcede1948e3-aac82d52 {
    justify-self: start;
  }

  #w-node-_46ea05ae-2f00-4afc-bd0b-412dfa2ca494-aac82d52 {
    grid-area: 7 / 2 / 8 / 3;
    justify-self: start;
  }

  #w-node-_34a8f4e3-914c-89bb-4fd0-2e73a5bb3fac-aac82d52 {
    grid-area: 8 / 2 / 9 / 3;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5b014292-14af-696d-718d-098edb3ed554-e559a207 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3c885e22-92a3-2065-a13d-8c2d4b524d24-e559a207 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_46ea05ae-2f00-4afc-bd0b-412dfa2ca494-aac82d52 {
    grid-area: 7 / 2 / 8 / 3;
    justify-self: start;
  }

  #w-node-_2f93cb30-d456-519a-34c8-eea640e31db2-aac82d60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9ed65125-342a-1e2a-c94b-de6d24be2c21-aac82d52 {
    justify-self: center;
  }

  #w-node-_88fca7fe-5cd5-b0d6-9eda-9cdac3236834-aac82d52 {
    grid-area: 6 / 2 / 7 / 3;
    justify-self: start;
  }

  #w-node-d6d0e48b-a1a0-30bf-3c0c-5c18735c52f8-aac82d52 {
    justify-self: center;
  }

  #w-node-_46ea05ae-2f00-4afc-bd0b-412dfa2ca494-aac82d52 {
    grid-area: 7 / 2 / 8 / 3;
    justify-self: start;
  }

  #w-node-_34a8f4e3-914c-89bb-4fd0-2e73a5bb3fac-aac82d52 {
    grid-area: 8 / 2 / 9 / 3;
    justify-self: center;
  }

  #w-node-_139145d6-629c-0f32-ed24-90c2b4aadbb0-aac82d52 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Linea basic 10';
  src: url('../fonts/linea-basic-10.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Linea arrows 10';
  src: url('../fonts/linea-arrows-10.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}