.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-color: #5ab963 #5ab963 #5ab963 #e6e6e6;
  border-left-style: solid;
  border-left-width: 5px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.navigation {
  position: static;
  z-index: 9999;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navigation-container {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.bullet {
  width: 4px;
  height: 4px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #fff;
}

.navigation-button {
  margin-left: 15px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.navigation-button:hover {
  background-color: #fff;
  color: #000;
}

.header-content {
  max-width: 770px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  text-align: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Exo', sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 78px;
  font-weight: 200;
  letter-spacing: -1px;
  text-shadow: 1px 1px 4px #333;
}

.h1.cc-black {
  margin-top: 15px;
  margin-bottom: 60px;
  color: #000;
  text-align: center;
}

.paragraph {
  margin-top: 49px;
  font-family: 'Exo', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph.cc-gray {
  color: #999;
}

.button {
  margin-top: 50px;
  padding: 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.button:hover {
  background-color: hsla(0, 0%, 100%, 0.37);
}

.button.cc-cta {
  margin-top: 0px;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.container.cc-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.cc-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.cc-blogpost {
  display: block;
  max-width: 770px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 30px 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  font-family: 'Libre Franklin', sans-serif;
  color: #8b8b8b;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.text-span {
  font-family: 'Exo', sans-serif;
  color: #8b8b8b;
  font-size: 45px;
  font-weight: 100;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  margin-bottom: 0px;
  color: #5ab963;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.body {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-color {
  height: 1px;
  background-color: #e6e6e6;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.cta-line {
  width: 30px;
  height: 2px;
  margin-left: 20px;
  background-color: #5ab963;
}

.cta-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding: 50px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #e6e6e6;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.footer-column.cc-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-footer-credits {
  margin-top: 15px;
  font-family: 'Libre Franklin', sans-serif;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.footer-links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-footer {
  display: block;
  width: auto;
  max-width: 1693px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: left;
  border-bottom: 1px solid #8b8b8b;
  border-radius: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Exo', sans-serif;
  color: #696969;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.link-footer:hover {
  color: #b6085a;
  font-size: 14px;
}

.link-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog-posts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-posts-item-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.post-info {
  padding: 30px;
}

.post-date {
  margin-bottom: 10px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.header-blog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  padding-top: 90px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-image {
  position: relative;
  z-index: 1;
  max-height: 750px;
  max-width: 1440px;
}

.header-color {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 75%;
  background-color: #5ab963;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rich-text {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.rich-text h2 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Libre Franklin', sans-serif;
  color: #777;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.logo {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo.w--current {
  position: static;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f0f0f0;
  line-height: 50px;
  text-align: center;
}

.nav-link {
  width: 10%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f0f0f0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 588px;
  perspective: 588px;
  -webkit-transform: perspective(431px);
  transform: perspective(431px);
  -webkit-transition: background-color 1000ms ease;
  transition: background-color 1000ms ease;
  font-family: 'Exo', sans-serif;
  color: #747474;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.nav-link:hover {
  background-color: #b5035a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e04c85), to(#b6085a));
  background-image: linear-gradient(180deg, #e04c85, #b6085a);
  color: #fff;
  font-weight: 500;
}

.nav-link.w--current {
  background-color: #e04c85;
  opacity: 1;
  color: #fff;
  font-weight: 500;
}

.nav-link.w--current:hover {
  font-weight: 500;
}

.latest-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Noto Serif', sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  text-decoration: none;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

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

.columns {
  margin-bottom: 16px;
  padding-top: 0px;
}

.div-block {
  display: block;
  width: 30px;
  height: 30px;
  margin: 40px auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 0px;
  border-color: #b6085a;
  border-radius: 15px;
  background-color: #b5035a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e04c85), to(#b6085a));
  background-image: linear-gradient(180deg, #e04c85, #b6085a);
  text-align: center;
}

.columns-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.column-3 {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-6 {
  padding-top: 5px;
  padding-bottom: 10px;
  color: #b6085a;
}

.image-7 {
  padding-top: 5px;
  padding-bottom: 10px;
}

.image-8 {
  padding-top: 0px;
  padding-bottom: 10px;
}

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

.text-block-2 {
  font-family: 'Exo', sans-serif;
  font-weight: 400;
}

.text-block-3 {
  font-family: 'Exo', sans-serif;
  font-weight: 400;
}

.text-block-4 {
  font-family: 'Exo', sans-serif;
}

.header-ueber-mich {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  margin-top: 0px;
  padding: 330px 30px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/claudia_liebelt_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-praxis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  margin-top: 0px;
  padding: 290px 30px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/BildFreiburg-Rathausgasse-Praxis.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.features-praxis {
  display: inline-block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.header-behandlung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 340px 30px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/claudia_liebelt_2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-saminare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 500px;
  min-height: 350px;
  margin-top: 0px;
  padding: 0px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Claudia-Liebelt-Web-Site-Designelemente_Zeichenfläche-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-ablauf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 340px 30px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/claudia_liebelt_2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-kosten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 290px 30px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Claudia-Liebelt-Web-Site-Designelemente_Zeichenfläche-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.headerkontakt {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f0f0f0;
  text-align: center;
}

.text-field-2 {
  max-width: 800px;
  min-width: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  font-family: 'Noto Serif', sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.text-field-2:hover {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(182, 8, 90, 0.28)), to(rgba(224, 76, 133, 0.33)));
  background-image: linear-gradient(180deg, rgba(182, 8, 90, 0.28), rgba(224, 76, 133, 0.33));
  color: #8b8b8b;
}

.text-field-2:focus {
  background-color: #fff;
}

.text-field-2::-webkit-input-placeholder {
  color: #d1d1d1;
}

.text-field-2:-ms-input-placeholder {
  color: #d1d1d1;
}

.text-field-2::-ms-input-placeholder {
  color: #d1d1d1;
}

.text-field-2::placeholder {
  color: #d1d1d1;
}

.form {
  display: block;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 90.2%, 0);
  text-align: center;
}

.form:hover {
  background-color: transparent;
}

.form-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.footer-image {
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 20px;
}

.image-11 {
  width: 300px;
  margin-top: 100px;
}

.columns-3 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

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

.column-8 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-9 {
  padding-right: 20px;
  padding-left: 20px;
}

.link-footer-copy {
  display: block;
  width: auto;
  margin-top: 37px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: left;
  border-bottom: 1px none #8b8b8b;
  border-radius: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Exo', sans-serif;
  color: #696969;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 10px;
  text-decoration: none;
}

.link-footer-copy:hover {
  color: #b6085a;
  font-size: 14px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404-text {
  font-family: 'Exo', sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

._404-header-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Claudia-Liebelt-Web-Site-Designelemente-07.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.paragraph-2-center {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Noto Serif', sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.div-block-2 {
  max-width: none;
  min-height: 400px;
  margin-bottom: 0px;
  padding: 0px 0px 20px;
  border: 2px solid #e6e6e6;
  border-radius: 8px;
  background-color: hsla(0, 0%, 90.2%, 0);
}

.seminar-headline {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Exo', sans-serif;
  color: #8b8b8b;
  font-size: 30px;
  font-weight: 100;
}

.seminar-infotext {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Noto Serif', sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.column-10 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.columns-4 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-align: center;
}

.image-13 {
  display: block;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-15 {
  display: inline-block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-15-copy {
  display: none;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.checkbox {
  margin: 8px 0px 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 10px;
  border-color: #b6085a;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
  opacity: 1;
  color: #b6085a;
}

.paragraph-datenschutz {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Noto Serif', sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.nav-link-submit {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #e6e6e6;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 588px;
  perspective: 588px;
  -webkit-transform: perspective(431px);
  transform: perspective(431px);
  -webkit-transition: background-color 1000ms ease;
  transition: background-color 1000ms ease;
  font-family: 'Exo', sans-serif;
  color: #8f8f8f;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.nav-link-submit:hover {
  background-color: #b5035a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e04c85), to(#b6085a));
  background-image: linear-gradient(180deg, #e04c85, #b6085a);
  color: #fff;
}

.nav-link-submit.w--current {
  background-color: #e04c85;
  opacity: 1;
  color: #fff;
}

.image-7a {
  padding-top: 5px;
  padding-bottom: 0px;
}

.error-message {
  background-color: #e04c85;
}

.paragraph-2-center-weis {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Noto Serif', sans-serif;
  color: #fafafa;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.image-16 {
  display: block;
}

.header-datenschutz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  max-height: 500px;
  min-height: 300px;
  margin-top: 0px;
  padding: 40px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Claudia-Liebelt-Web-Site-Designelemente_Zeichenfläche-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h2-impressum {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.text-span-impressum {
  font-family: 'Exo', sans-serif;
  color: #8b8b8b;
  font-size: 24px;
  line-height: 26px;
  font-weight: 100;
}

.paragraph-2-impressum {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Noto Serif', sans-serif;
  color: #8b8b8b;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: justify;
  text-decoration: none;
}

.italic-text {
  font-style: normal;
}

.seminar-headline-head {
  padding-right: 220px;
  padding-left: 220px;
  font-family: 'Exo', sans-serif;
  color: #8b8b8b;
  font-size: 30px;
  line-height: 36px;
  font-weight: 100;
}

.seminar-headline-head-copy {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Exo', sans-serif;
  color: #8b8b8b;
  font-size: 30px;
  line-height: 36px;
  font-weight: 100;
  text-decoration: none;
}

.header-home-willkommen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 200px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Claudia-Liebelt-Web-Site-Designelemente_Zeichenfläche-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sentmessage {
  display: block;
}

.paragraph-3 {
  color: #fff;
}

.paragraph-3.formular-text {
  font-family: 'Noto Serif', sans-serif;
  color: #8b8b8b;
  font-size: 16px;
}

.link {
  font-family: 'Noto Serif', sans-serif;
  color: #8b8b8b;
  text-decoration: none;
}

.link:hover {
  color: #b6085a;
}

.header-supervision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 290px 30px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Stuhlkreis-Bild-iStock-174904963.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-2 {
  height: auto;
}

.link-footer-1spaltig {
  display: block;
  width: auto;
  max-width: 1100px;
  margin: 5px auto;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: left;
  border-bottom: 1px solid #8b8b8b;
  border-radius: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Exo', sans-serif;
  color: #696969;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.link-footer-1spaltig:hover {
  color: #b6085a;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 0px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .features {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: block;
    overflow: visible;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #fff;
    font-family: 'Exo', sans-serif;
    font-size: 24px;
  }

  .nav-link.w--current {
    width: 100%;
  }

  .icon-2 {
    color: #e04c85;
    font-size: 32px;
  }

  .menu-button {
    margin-left: -36px;
    padding-top: 30px;
    background-color: transparent;
    color: #2e2e2e;
  }

  .menu-button:active {
    background-color: #5ab963;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 70.2%, 0);
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .header-ueber-mich {
    min-height: 550px;
    margin-top: 0px;
    padding: 390px 60px 0px;
    background-size: cover;
  }

  .header-praxis {
    margin-top: -1px;
    padding: 94px 60px 18px;
    background-size: cover;
  }

  .header-behandlung {
    margin-top: -1px;
    padding: 144px 60px 18px;
    background-size: cover;
  }

  .header-saminare {
    max-height: 400px;
    min-height: 300px;
    margin-top: -1px;
    padding: 0px;
    background-size: cover;
  }

  .header-ablauf {
    margin-top: -1px;
    padding: 144px 60px 18px;
    background-size: cover;
  }

  .header-kosten {
    margin-top: -1px;
    padding: 94px 60px 18px;
    background-size: cover;
  }

  .headerkontakt {
    height: auto;
    margin-top: -1px;
    padding: 94px 60px 18px;
    background-image: none;
  }

  .form-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  ._404-header-home {
    margin-top: -1px;
    padding: 94px 60px 18px;
    background-size: cover;
  }

  .div-block-2 {
    min-height: 300px;
  }

  .seminar-headline {
    font-size: 24px;
    line-height: 30px;
  }

  .seminar-infotext {
    font-size: 14px;
    line-height: 24px;
  }

  .column-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-15 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #fff;
    font-family: 'Exo', sans-serif;
    font-size: 24px;
  }

  .nav-link-submit.w--current {
    width: 100%;
  }

  .header-datenschutz {
    margin-top: -1px;
    padding: 94px 60px 18px;
    background-size: cover;
  }

  .seminar-headline-head {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 24px;
    line-height: 30px;
  }

  .seminar-headline-head-copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .header-home-willkommen {
    margin-top: -1px;
    padding: 167px 60px 141px;
    background-image: url('../images/Claudia-Liebelt-Web-Site-Designelemente_Zeichenfläche-1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .header-supervision {
    margin-top: -1px;
    padding: 94px 60px 18px;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    position: static;
  }

  .navigation-container {
    position: static;
    display: inline-block;
    background-color: hsla(0, 0%, 100%, 0.5);
    text-align: left;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .container.cc-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container.cc-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
  }

  .nav-link {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #5f5f5f;
    font-weight: 300;
  }

  .menu-button {
    margin-top: 0px;
    padding-top: 30px;
  }

  .menu-button.w--open {
    position: static;
    background-color: #fff;
  }

  .columns-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-ueber-mich {
    height: auto;
    max-width: none;
    min-height: 150px;
    margin-top: 2px;
    padding: 234px 30px 17px;
  }

  .header-praxis {
    height: 400px;
    margin-top: 0px;
    padding: 167px 30px 141px;
  }

  .features-praxis {
    padding-top: 60px;
  }

  .header-behandlung {
    height: 400px;
    margin-top: 0px;
    padding: 167px 30px 141px;
  }

  .header-saminare {
    height: auto;
    margin-top: 0px;
    padding: 0px;
  }

  .header-ablauf {
    height: 400px;
    margin-top: 0px;
    padding: 167px 30px 141px;
  }

  .header-kosten {
    height: 400px;
    margin-top: 0px;
    padding: 167px 30px 141px;
  }

  .headerkontakt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    padding-right: 30px;
    padding-bottom: 141px;
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._404-header-home {
    height: 400px;
    margin-top: 0px;
    padding: 167px 30px 141px;
  }

  .div-block-2 {
    min-height: auto;
  }

  .seminar-headline {
    font-size: 30px;
    line-height: 44px;
  }

  .seminar-infotext {
    font-size: 16px;
    line-height: 30px;
  }

  .columns-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-15 {
    display: none;
  }

  .image-15-copy {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-left: 20px;
    text-align: left;
  }

  .nav-link-submit {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #5f5f5f;
    font-weight: 300;
  }

  .header-datenschutz {
    height: 400px;
    margin-top: 0px;
    padding: 167px 30px 141px;
  }

  .seminar-headline-head {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 44px;
  }

  .seminar-headline-head-copy {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 44px;
  }

  .header-home-willkommen {
    height: 400px;
    margin-top: 0px;
    padding: 167px 30px 141px;
  }

  .header-supervision {
    height: 400px;
    margin-top: 0px;
    padding: 167px 30px 141px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 80px;
    background-color: hsla(0, 0%, 100%, 0.5);
  }

  .h1 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-links-list {
    width: 50%;
  }

  .footer-social {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .logo {
    margin-bottom: 0px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .column-3 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-6 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-ueber-mich {
    height: auto;
    min-height: 350px;
    margin-top: -60px;
    padding-top: 229px;
    padding-bottom: 0px;
  }

  .header-praxis {
    height: 300px;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-behandlung {
    height: 240px;
    margin-top: 0px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-saminare {
    height: auto;
    max-height: 300px;
    min-height: 150px;
    margin-top: 0px;
    padding: 0px;
    background-size: cover;
  }

  .header-ablauf {
    height: 240px;
    margin-top: 0px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-kosten {
    height: 300px;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .headerkontakt {
    height: auto;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .link-footer-copy {
    letter-spacing: 5px;
  }

  ._404-header-home {
    height: 300px;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .seminar-infotext {
    font-size: 14px;
    line-height: 24px;
  }

  .columns-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-15-copy {
    display: block;
  }

  .header-datenschutz {
    height: 300px;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .h2-impressum {
    font-size: 20px;
    line-height: 30px;
  }

  .seminar-headline-head {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .seminar-headline-head-copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .header-home-willkommen {
    height: 300px;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-supervision {
    height: 300px;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

@font-face {
  font-family: 'Noto Serif';
  src: url('../fonts/NotoSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif';
  src: url('../fonts/NotoSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}