:root {
  --dark-slate-grey: #194e48;
  --yellow-green: #93be3d;
  --orange-red: #ff5b27;
  --gold: #fcc914;
  --dark-cyan: #329a8f;
  --powder-blue: #a9dbda;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  background-color: #fffef8;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
}

a {
  font-family: Source Sans Pro, sans-serif;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: 1rem;
}

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

label {
  color: var(--dark-slate-grey);
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  border: .125rem solid var(--yellow-green);
  background-color: var(--yellow-green);
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .2s;
}

.button:hover {
  background-color: rgba(147, 190, 61, .7);
}

.button.full {
  width: 100%;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
  color: var(--orange-red);
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.text-align-center.text-color-white {
  color: #fff;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

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

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

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

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  border: .125rem solid var(--yellow-green);
  color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .2s;
}

.button-secondary:hover {
  border-color: var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.button-secondary.text-color-white {
  color: #fff;
}

.button-secondary.text-color-white.footer-btn:hover {
  border-color: var(--yellow-green);
  background-color: var(--yellow-green);
}

.button-secondary.full-width {
  width: 100%;
}

.button-text {
  color: var(--dark-slate-grey);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  min-height: 100vh;
  color: #fff;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  width: 100%;
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-styleguide_messege-heading {
  line-height: .8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

.home-header_component {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.home-header_content {
  max-width: 55%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 50px;
  display: flex;
}

.home-header_image {
  height: 100%;
  max-width: 36rem;
  object-fit: scale-down;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 47%;
  right: 36%;
}

.section-home-header {
  background-image: linear-gradient(rgba(50, 154, 143, .1), rgba(50, 154, 143, .1));
  position: relative;
}

.home-intro_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.home-intro_image-wrapper {
  align-items: center;
  padding-right: 3rem;
}

.home-intro_buttons {
  display: flex;
}

.home-intro_button-wrapper {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.image {
  width: 100%;
  max-width: 31rem;
}

.section-home-services {
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), linear-gradient(#93be3d, #93be3d);
}

.home-services_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.angebote-img {
  min-height: 11.3rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_component {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer_component.all {
  background-image: url('../images/Footer-BG.jpg'), linear-gradient(#164942, #164942);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.footer_top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_bottom {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-top-image {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-top-content {
  max-width: 27rem;
  color: #fff;
  margin-left: 4.4em;
}

.image-3 {
  max-width: 14.1875rem;
  text-align: right;
}

.footer_divider {
  height: .0625rem;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
  margin-top: 4.1rem;
  margin-bottom: 4.1rem;
}

.footer_divider.logo {
  margin-top: 1.1rem;
  margin-bottom: 1.1rem;
}

.footer_bottom-nav-wrapper {
  max-width: 19.375rem;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.footer_bottom-nav-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #fff;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--yellow-green);
}

.mitglied-logo {
  max-height: 4rem;
  margin-right: 4rem;
}

.brand {
  background-image: url('../images/Logo-nav.svg');
  background-position: 0 0;
  background-size: auto;
}

.navbar {
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
  position: -webkit-sticky;
  position: sticky;
}

.navbar.margin-small {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.footer-bottom-logo-wrapper {
  width: 20em;
}

.section-about-header {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), linear-gradient(to bottom, var(--yellow-green), var(--yellow-green));
}

.about-text_component {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-bio_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 10fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-bio_divider {
  height: .0625rem;
  background-color: rgba(25, 78, 72, .2);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.about-bio_wrapper {
  font-size: 1.25rem;
}

.about-grid_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: ". . ."
                 "Area Area Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-grid_component.bottom {
  grid-row-gap: 2rem;
}

.about-grid_item {
  padding: 2rem 3rem 2rem 2rem;
}

.about-grid_item._01 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), linear-gradient(to bottom, var(--gold), var(--gold));
}

.about-grid_item._02 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), linear-gradient(to bottom, var(--yellow-green), var(--yellow-green));
}

.about-grid_item._03 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), linear-gradient(to bottom, var(--dark-cyan), var(--dark-cyan));
}

.about-grid_item._04 {
  background-image: linear-gradient(rgba(255, 255, 255, .92), rgba(255, 255, 255, .92)), linear-gradient(#329a8f, #329a8f);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.25rem;
  display: flex;
}

.about-grid_certificates-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.about-grid_certificate-item {
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
}

.section-themen-header {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), linear-gradient(to bottom, var(--dark-cyan), var(--dark-cyan));
}

.themen-intro_component {
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.themen-klapper_item {
  justify-content: space-between;
  margin-bottom: 1rem;
}

.klapper-trigger {
  background-image: linear-gradient(to bottom, var(--dark-cyan), var(--dark-cyan));
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
}

.klapper-trigger.text-color-white {
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.klapper-trigger.bewegung {
  background-color: rgba(169, 219, 218, .4);
  background-image: none;
}

.klapper-trigger.ernaehrung {
  background-color: rgba(235, 217, 153, .5);
  background-image: none;
}

.klapper-trigger.stimmungen {
  background-color: rgba(247, 148, 93, .3);
  background-image: none;
}

.klapper-trigger.natur {
  background-color: rgba(238, 78, 90, .24);
  background-image: none;
}

.klapper-trigger.schlaf {
  background-color: rgba(147, 190, 61, .2);
  background-image: none;
}

.klapper-trigger.stressbalance {
  background-color: rgba(79, 144, 166, .25);
  background-image: none;
}

.klapper-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 2rem;
  display: flex;
  overflow: hidden;
}

.klapper-content.text-size-medium.bewegung {
  background-color: rgba(169, 219, 218, .3);
  background-image: none;
}

.klapper-content.ernaehrung {
  background-color: rgba(235, 217, 153, .3);
}

.klapper-content.stimmungen {
  background-color: rgba(247, 148, 93, .1);
}

.klapper-content.natur {
  background-color: rgba(238, 78, 90, .1);
}

.klapper-content.schlaf {
  background-color: rgba(147, 190, 61, .1);
}

.klapper-content.stressbalance {
  background-color: rgba(79, 144, 166, .1);
}

.klapper-content.bewegung {
  background-color: rgba(169, 219, 218, .25);
}

.klapper-intro_wrapper {
  max-width: 80%;
  margin-top: 2rem;
}

.klapper-text_wrapper {
  max-width: 50%;
  margin-bottom: 3rem;
}

.list-item {
  margin-bottom: .3rem;
}

.klapper-divider {
  width: 100%;
  border: 1px solid #000;
  border-radius: .125rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.klapper-icon {
  margin-top: .3125rem;
}

.services-title-semibold {
  font-weight: 600;
}

.text-span {
  color: var(--orange-red);
  font-style: italic;
}

.nav-link {
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  transition: all .15s;
}

.nav-link:hover {
  color: var(--yellow-green);
}

.nav-link.w--current {
  color: var(--dark-cyan);
}

.nav-link.drop {
  text-align: center;
}

.nav-link.hide-desktop-tablet, .nav-link.drop-list {
  display: none;
}

.image-4 {
  max-width: 30rem;
  object-fit: scale-down;
}

.about-text-image-wrapper {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-span-2 {
  color: var(--dark-cyan);
}

.certificate-text {
  line-height: 1.2;
}

.themenfelder-grafik {
  max-width: 30rem;
}

.themen-image-wrapper {
  width: 100%;
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.image-5 {
  width: 100%;
  max-width: 28rem;
}

.section-contact_component {
  min-height: 100vh;
  background-image: url('../images/contact-bg.jpg'), linear-gradient(to bottom, var(--dark-slate-grey), var(--dark-slate-grey));
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
}

.contact-full-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-full-grid-item {
  padding-right: 5vw;
}

.contact-mail {
  color: var(--yellow-green);
  font-size: 2rem;
}

.contact-text-wrapper {
  font-size: 1.5rem;
}

.text-block, .contact-hl {
  font-size: 2.5rem;
}

.contact-grid-form {
  color: var(--dark-slate-grey);
  background-color: #fff;
  margin-top: 0;
  padding: 1.5rem;
}

.contact-grid-form.hidden {
  display: none;
}

.form-title {
  color: var(--dark-slate-grey);
  font-size: 1.5rem;
  font-weight: 600;
}

.section-angebot-header {
  min-height: 50vh;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-angebot-header._01 {
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/angebot-01-bg.jpg'), linear-gradient(#436332, #436332);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, auto, auto;
}

.section-angebot-header._02 {
  background-image: url('../images/angebot-02-bg.jpg'), linear-gradient(#146e80, #146e80);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.section-angebot-header._03 {
  background-image: url('../images/angebot-03-bg.jpg'), linear-gradient(#63767a, #63767a);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.text-shadow {
  text-shadow: 7px 0 14px #000;
}

.angebot-grid_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.angebot-grid_text-item {
  max-width: 45rem;
}

.angebot-grid_info-wrapper {
  background-color: rgba(50, 154, 143, .1);
  padding: 2rem;
}

.div-block-3 {
  width: 100%;
}

.text-color-green {
  color: var(--dark-cyan);
}

.angebot-grid_text-highlight {
  background-image: linear-gradient(rgba(147, 190, 61, .25), rgba(147, 190, 61, .25));
  padding: 2rem;
}

.angebot-gallery_masonry-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 2rem;
}

.angebot-gallery_masonry-grid._2-columns {
  column-count: 2;
}

.masonry-item {
  width: 100%;
}

.testimonial-wrapper {
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
  display: flex;
}

.testimonial-quote {
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
}

.testimonial-quote.person {
  color: var(--yellow-green);
  font-family: Source Serif Pro, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.quote-wrapper {
  height: 100%;
  max-width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-nav {
  display: none;
}

.link-block {
  width: 180px;
}

.link-block.w--current {
  width: 11.5rem;
}

.angebot-grid_info-divider {
  height: .0625rem;
  background-color: rgba(25, 78, 72, .2);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.dropdown-list {
  background-color: #fff;
  position: absolute;
  top: -57%;
  bottom: -16px;
  left: 65%;
  right: auto;
}

.dropdown-list.w--open {
  z-index: -50;
  background-image: linear-gradient(rgba(0, 0, 0, .02), rgba(0, 0, 0, .02));
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  top: 153%;
  bottom: auto;
  left: auto;
  right: -50%;
}

.nav-menu {
  position: relative;
}

.footer-logo-btn.w--current {
  margin-bottom: 1.625em;
  padding-right: 4rem;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.footer_bottom-links-wrapper {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.navbar-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-color-darkgreen {
  color: var(--dark-slate-grey);
}

.section-404-header {
  background-image: linear-gradient(rgba(50, 154, 143, .1), rgba(50, 154, 143, .1));
  position: relative;
}

._404-header_image {
  width: 100%;
  max-width: 30rem;
  object-fit: contain;
  display: flex;
}

.textarea {
  min-height: 120px;
}

.slider {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  display: block;
}

.icon-2, .icon-3, .slide-nav-2 {
  display: none;
}

.text-color-white {
  color: #fff;
}

.praeventologen-logo {
  width: 20em;
  object-fit: contain;
}

.footer-link-box {
  color: #fff;
}

.footer-link.header {
  margin-bottom: .25em;
  font-size: 1.5rem;
  display: block;
}

.footer-link-heading {
  margin-bottom: 1em;
}

.footer-heading {
  margin-bottom: .5em;
}

.footer-nolink.header {
  margin-bottom: .5em;
  font-size: 1.5rem;
}

.linkedin-in-logo {
  width: 4.5em;
  align-items: center;
  margin-top: 14.4px;
  margin-left: .02rem;
  display: block;
}

.html-embed {
  margin-bottom: .5em;
  transition: all .2s;
}

.html-embed:hover {
  color: var(--yellow-green);
}

.div-block-4 {
  display: flex;
}

.gallery-grid-wrapper-small {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-grid-wrapper-small._3c {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-5 {
  width: 40px;
  object-fit: contain;
}

.navbar-2 {
  z-index: 99;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 30px 0 20px 15px rgba(0, 0, 0, .05);
}

.html-text {
  margin-bottom: 2rem;
}

.slider-2 {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: -54px;
}

.slider-wrapper {
  max-width: 40vw;
}

.right-arrow-2, .left-arrow-2, .slide-nav-3 {
  display: none;
}

.navigationslider {
  height: 0;
  padding-top: 0;
  display: none;
  overflow: hidden;
}

.slide {
  height: 100%;
}

.arrowhidden {
  width: 0;
  display: none;
}

.slide-2 {
  width: 90%;
}

.slide-wrapper {
  max-width: 650px;
}

.div-block-6 {
  max-width: 36.6rem;
}

.title-form {
  color: var(--dark-slate-grey);
  margin-bottom: .5em;
  font-weight: 600;
}

.text-field.note {
  min-height: 12em;
}

.form-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.form-grid._2-col {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1rem;
}

.checkbox {
  width: 50px;
  height: 50px;
}

.checkbox-2 {
  min-height: 2rem;
  min-width: 1.5rem;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-field {
  align-items: center;
  margin-right: 20px;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
}

.div-block-7 {
  color: #05bb17;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.secure-icon {
  width: 16px;
  margin-right: 10px;
  display: flex;
}

.recaptcha {
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  color: var(--yellow-green);
  background-color: rgba(221, 221, 221, 0);
}

.home-header_image-wrapper {
  height: 100%;
  max-width: 36rem;
  object-fit: scale-down;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 47%;
  right: 36%;
}

.home-header_image-wrapper.mobile-01 {
  display: none;
}

.slider-3 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-slider-02 {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  min-height: 16rem;
  min-width: 31vw;
  position: relative;
}

.header-slider-text {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-slider-03 {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-9 {
  position: relative;
}

.headertext-02, .headertext-03 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookiescript-list {
  margin-top: 2rem;
}

.icon-4 {
  display: none;
}

.heading {
  color: var(--dark-slate-grey);
}

.div-block-10 {
  flex-wrap: wrap;
  display: flex;
}

.div-block-11 {
  padding-right: 20px;
}

.social-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.social-logo {
  width: 50px;
  transition: color .2s;
}

.social-logo:hover {
  color: var(--yellow-green);
}

.spacer {
  height: 16px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }

  .hide-tablet {
    display: none;
  }

  .icon-medium.right {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .icon-medium.left {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .home-header_component {
    grid-template-columns: 1fr;
  }

  .home-header_image {
    max-width: 25.1rem;
    top: -3%;
    left: 53%;
    right: 39%;
  }

  .home-intro_component {
    grid-template-columns: 1fr;
  }

  .home-services_item-wrapper {
    grid-column-gap: 1rem;
  }

  .footer_component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer_top {
    flex-direction: column;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
  }

  .footer_bottom {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-top-image {
    margin-bottom: 1em;
  }

  .footer_divider {
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .footer_bottom-nav-wrapper {
    justify-content: space-between;
  }

  .mitglied-logo {
    margin-left: 12px;
    margin-right: 3rem;
  }

  .footer-bottom-logo-wrapper {
    width: 13.2em;
  }

  .div-block {
    height: 1rem;
  }

  .space {
    height: 3rem;
  }

  .about-text_component {
    grid-template-columns: 1fr;
  }

  .about-grid_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-grid_item {
    padding: 1.5rem;
  }

  .klapper-intro_wrapper, .klapper-text_wrapper {
    max-width: 90%;
  }

  .nav-link {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-text-image-wrapper {
    justify-content: center;
    margin-bottom: 2rem;
  }

  .contact-full-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .contact-full-grid-item {
    max-width: 36.1em;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contact-grid-form {
    margin-top: 2rem;
    padding: 2rem;
  }

  .form-title {
    font-size: 1.2rem;
  }

  .section-angebot-header {
    min-height: 22rem;
  }

  .section-angebot-header._01 {
    background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/angebot-01-bg.jpg'), linear-gradient(#5e723d, #5e723d);
    background-position: 0 0, 50%, 0 0;
    background-size: auto, auto, auto;
  }

  .section-angebot-header._02 {
    min-height: 0;
    background-image: url('../images/angebot-02-bg.jpg'), linear-gradient(#7eb7c4, #7eb7c4);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .section-angebot-header._03 {
    background-image: url('../images/angebot-03-bg.jpg'), linear-gradient(#65808c, #65808c);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .angebot-grid_wrapper {
    grid-template-columns: 1fr;
  }

  .angebot-gallery_masonry-grid {
    column-count: 2;
    column-gap: 1.5rem;
  }

  .slide-nav {
    display: none;
  }

  .nav-menu {
    width: 70vw;
    text-align: right;
    background-color: #fff;
    display: flex;
  }

  .dropdown {
    text-align: center;
  }

  .footer-logo-btn.w--current {
    padding-right: 0;
  }

  .image-6 {
    max-width: 100%;
  }

  .dropdown-toggle {
    padding-left: 0;
    padding-right: 10px;
  }

  .icon {
    margin-right: 0;
  }

  .footer_bottom-links-wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  ._404-header_image {
    margin-top: -2.5rem;
  }

  .praeventologen-logo {
    width: 15em;
  }

  .div-block-4 {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .gallery-grid-wrapper-small {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .gallery-grid-wrapper-small._3c {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slider-2 {
    margin-bottom: -177px;
  }

  .slider-wrapper {
    max-width: 100%;
  }

  .right-arrow-2, .left-arrow-2, .slide-nav-3 {
    display: none;
  }

  .div-block-6 {
    max-width: 30rem;
  }

  .text-field.note {
    min-height: 10em;
  }

  .form-grid {
    grid-column-gap: 1rem;
  }

  .home-header_image-wrapper {
    max-width: 25.1rem;
    top: -3%;
    left: 53%;
    right: 39%;
  }

  .div-block-8 {
    min-height: 16.7rem;
    min-width: 55vw;
  }

  .social-wrapper {
    justify-content: center;
  }

  .spacer {
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .home-header_component {
    flex-direction: column;
  }

  .home-header_content {
    max-width: 30rem;
    margin-right: 0;
  }

  .home-header_image {
    max-width: 70%;
    justify-content: flex-end;
    position: static;
  }

  .home-header_image.mobile {
    max-width: 80vw;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

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

  .home-services_item-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home-services_item {
    text-align: left;
  }

  .home-services_item-text {
    max-width: 25rem;
  }

  .angebote-img {
    max-width: 8rem;
    min-height: 8.8rem;
  }

  .footer_component {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer_top {
    grid-template-columns: 1fr 2fr;
  }

  .footer_bottom {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-top-content {
    margin-left: 0;
  }

  .image-3 {
    max-width: 8rem;
    object-fit: contain;
  }

  .footer_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer_bottom-nav-wrapper {
    margin-left: 4vw;
  }

  .footer_bottom-nav-item {
    align-items: center;
  }

  .mitglied-logo {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-logo-wrapper {
    width: 17em;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .about-text_component {
    grid-row-gap: 1rem;
  }

  .about-bio_wrapper {
    font-size: 1rem;
  }

  .about-grid_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .about-grid_item {
    padding: 1.5rem;
  }

  .about-grid_item._04 {
    font-size: 1.1rem;
  }

  .about-grid_certificates-wrapper {
    flex-wrap: wrap;
  }

  .themen-intro_component {
    grid-template-columns: 1fr;
  }

  .klapper-trigger, .klapper-trigger.text-color-white, .klapper-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .klapper-intro_wrapper {
    max-width: 100%;
  }

  .klapper-text_wrapper {
    max-width: 90%;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.hide-desktop-tablet {
    display: block;
  }

  .nav-link.drop-list {
    background-color: rgba(0, 0, 0, .03);
    display: block;
  }

  .image-4 {
    max-width: 70vw;
  }

  .about-text-image-wrapper {
    max-width: 100%;
  }

  .div-block-2 {
    display: flex;
  }

  .services-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .themen-image-wrapper {
    justify-content: center;
    margin-top: 2rem;
  }

  .contact-full-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact-full-grid-item {
    text-align: center;
    padding-right: 0;
  }

  .contact-mail {
    font-size: 1.8rem;
  }

  .contact-hl {
    font-size: 2rem;
  }

  .contact-grid-form {
    margin-top: 0;
    padding: 1.5rem;
  }

  .section-angebot-header {
    min-height: 14rem;
  }

  .angebot-grid_wrapper {
    grid-template-columns: 2fr;
  }

  .angebot-gallery_masonry-grid {
    column-gap: 1rem;
  }

  .testimonial-wrapper {
    height: 100%;
  }

  .testimonial-quote {
    font-size: 1.25rem;
  }

  .quote-wrapper {
    max-width: 75%;
    overflow: visible;
  }

  .link-block {
    width: 160px;
  }

  .link-block.w--current {
    width: 10rem;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .dropdown-list.w--open {
    position: relative;
    top: auto;
    right: auto;
  }

  .nav-menu {
    width: 100%;
  }

  .dropdown {
    width: 100%;
    display: none;
  }

  .footer-logo-btn.w--current {
    padding-top: 2rem;
  }

  .image-6 {
    max-width: 100%;
  }

  .icon {
    position: static;
  }

  .footer_bottom-links-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    justify-content: space-between;
  }

  ._404-header_image {
    width: 90%;
    justify-content: flex-end;
  }

  .praeventologen-logo {
    width: 10em;
  }

  .linkedin-in-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4 {
    text-align: center;
    flex-direction: column;
  }

  .gallery-grid-wrapper-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .gallery-grid-wrapper-small._3c {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .menu-button {
    padding: 0;
  }

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

  .slider-2 {
    margin-bottom: -213px;
  }

  .slide-wrapper, .div-block-6 {
    max-width: 100%;
  }

  .text-field.note {
    min-height: 10em;
  }

  .form-grid {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .home-header_image-wrapper {
    max-width: 100%;
    justify-content: flex-end;
    margin-top: -5.1rem;
    position: static;
  }

  .home-header_image-wrapper.mobile {
    max-width: 80vw;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .div-block-8 {
    min-height: 10.4rem;
  }

  .lottie {
    max-width: 50px;
  }

  .contact-text {
    font-size: 1.25rem;
  }

  .social-wrapper {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .social-logo {
    width: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .page-padding {
    padding-left: 1rem;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .home-header_component {
    flex-wrap: wrap-reverse;
    position: relative;
  }

  .home-header_content {
    max-width: 100%;
    align-items: center;
    margin-right: 0;
  }

  .home-header_image {
    width: 100%;
    max-width: 21rem;
    margin-top: 0;
    position: static;
  }

  .home-header_image.mobile {
    max-width: 24rem;
  }

  .home-services_item-wrapper {
    grid-row-gap: 2.5rem;
    margin-top: 1rem;
  }

  .angebote-img {
    min-height: 8.7rem;
  }

  .footer_component {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer_top {
    grid-template-columns: 1fr;
  }

  .footer-top-content {
    text-align: center;
    margin-left: 0;
  }

  .image-3 {
    max-width: 9rem;
    margin-bottom: 1rem;
  }

  .footer_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer_bottom-nav-wrapper {
    justify-content: center;
  }

  .mitglied-logo {
    max-height: 3rem;
  }

  .footer-bottom-logo-wrapper {
    width: 100%;
    max-width: 17em;
    flex-wrap: nowrap;
  }

  .footer-logo {
    max-width: 80%;
  }

  .about-bio_wrapper {
    overflow: hidden;
  }

  .about-grid_component {
    grid-row-gap: 1rem;
  }

  .about-grid_item._04 {
    font-size: 1rem;
  }

  .about-grid_certificates-wrapper {
    flex-direction: column;
  }

  .klapper-trigger, .klapper-trigger.text-color-white, .klapper-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .klapper-text_wrapper {
    max-width: 100%;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-2 {
    text-align: center;
    flex-direction: column;
  }

  .contact-mail {
    font-size: 1.5rem;
  }

  .contact-hl {
    font-size: 1.75rem;
  }

  .contact-grid-form {
    padding: 1.2rem;
  }

  .angebot-gallery_masonry-grid {
    column-count: 1;
  }

  .quote-wrapper {
    max-width: 100%;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .link-block {
    width: 140px;
  }

  .link-block.w--current {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-logo-btn.w--current {
    padding-top: 1rem;
  }

  .icon {
    position: absolute;
  }

  ._404-header_image {
    width: 100%;
    max-width: 21rem;
    margin-top: 0;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .gallery-grid-wrapper-small {
    grid-template-columns: 1fr;
  }

  .gallery-grid-wrapper-small._3c {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .slider-wrapper {
    width: 88vw;
    height: 100%;
  }

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

  .text-field.note {
    min-height: 9em;
  }

  .form-grid._2-col {
    grid-template-columns: 1fr;
  }

  .home-header_image-wrapper {
    width: 100%;
    margin-top: -1vw;
    position: relative;
    top: 0%;
    left: 0%;
  }

  .home-header_image-wrapper.mobile-01 {
    margin-bottom: 2rem;
    display: block;
  }

  .contact-text {
    font-size: 1.15rem;
  }
}

#w-node-_7174d8e9-1f57-431e-5a2e-6605366bcfc4-de83d464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7174d8e9-1f57-431e-5a2e-6605366bcfd1-de83d464 {
  justify-self: end;
}

#w-node-c24d9d29-1ffb-f490-bf47-896f4ed4f2bc-de83d464, #w-node-_6bcfebe5-8be8-88f7-b848-e9255287db7c-de83d464, #w-node-_0361f10b-7810-c091-337a-ad8ea4c7fc4f-de83d464, #w-node-a1a88ae4-cef3-320c-2883-eacb4fc163a3-de83d464, #w-node-_2f378fa5-3ba3-6135-5384-088046424c06-ad34cf5f, #w-node-_9295fb4f-f887-b5fe-091c-3dc74b3613ec-8483d467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9295fb4f-f887-b5fe-091c-3dc74b36140b-8483d467 {
  justify-self: end;
}

#w-node-_87ebda23-0ad0-4a49-dc2d-756ad9d8658b-a083d468, #w-node-_6ae2cea6-0813-81ab-6814-26be06bf2329-a083d468, #w-node-a99f835b-927f-6aa7-b027-479ffce2c641-a083d468, #w-node-_14e7ff43-39f0-8ffb-f752-c995e4611634-a083d468, #w-node-a99f835b-927f-6aa7-b027-479ffce2c653-a083d468, #w-node-a99f835b-927f-6aa7-b027-479ffce2c663-a083d468, #w-node-_87ebda23-0ad0-4a49-dc2d-756ad9d8658b-8583d46a, #w-node-_6ae2cea6-0813-81ab-6814-26be06bf2329-8583d46a, #w-node-_0f3c0f48-1cac-720b-8808-f7067923f794-8583d46a, #w-node-_0f3c0f48-1cac-720b-8808-f7067923f796-8583d46a, #w-node-_0f3c0f48-1cac-720b-8808-f7067923f7a6-8583d46a, #w-node-_0f3c0f48-1cac-720b-8808-f7067923f7b6-8583d46a, #w-node-d12a6159-4eae-382c-39b2-7d9620013893-a283d46b, #w-node-d8b354b8-e419-8da5-4e70-0e1027cd406c-a283d46b, #w-node-_335b3218-21fe-5b2c-aac2-fefc083c4230-a283d46b, #w-node-e9944805-a243-9c1e-bbb2-5d3a42a3a126-a283d46b, #w-node-_78dfaa6c-fb97-b6fb-c811-51c5474b45f5-a283d46b, #w-node-_5b8df9c4-792a-5b68-3312-d5f2f9b0e968-a283d46b, #w-node-_5b8df9c4-792a-5b68-3312-d5f2f9b0e96c-a283d46b, #w-node-_9e04ff30-b127-f001-ed4d-5d080302f40c-a283d46b, #w-node-_8dbcb0b2-2427-c078-25f8-c6e095031f64-a283d46b, #w-node-_87ebda23-0ad0-4a49-dc2d-756ad9d8658b-3483d46c, #w-node-_6ae2cea6-0813-81ab-6814-26be06bf2329-3483d46c, #w-node-_0b08b392-c058-bd27-6758-8ce84dfc7223-3483d46c, #w-node-_0b08b392-c058-bd27-6758-8ce84dfc7225-3483d46c, #w-node-_0b08b392-c058-bd27-6758-8ce84dfc7235-3483d46c, #w-node-_0b08b392-c058-bd27-6758-8ce84dfc7245-3483d46c, #w-node-fbf055d6-d2eb-4ffd-4818-f3756b5f4bd6-3083d46e, #w-node-f039edc4-e5d0-20f5-d9ae-4554590d1595-3083d46e, #w-node-_1ba6f7d3-7401-f82f-0411-34cd431fb817-3083d46e, #w-node-_6cb03aba-8b11-803c-a345-b9239490bc5c-3083d46e, #w-node-cf4b93b0-045a-7744-804d-1ba88c90d30b-3083d46e, #w-node-c57a3b0a-41c8-c5da-7602-14a6a8b16f47-3083d46e, #w-node-c57a3b0a-41c8-c5da-7602-14a6a8b16f49-3083d46e, #w-node-c57a3b0a-41c8-c5da-7602-14a6a8b16f59-3083d46e, #w-node-c57a3b0a-41c8-c5da-7602-14a6a8b16f69-3083d46e, #w-node-fbf055d6-d2eb-4ffd-4818-f3756b5f4bd6-4e83d46f, #w-node-f039edc4-e5d0-20f5-d9ae-4554590d1595-4e83d46f, #w-node-_1ba6f7d3-7401-f82f-0411-34cd431fb817-4e83d46f, #w-node-_87670ce6-7bfa-fcba-8554-20d167b0fa5f-4e83d46f, #w-node-cf4b93b0-045a-7744-804d-1ba88c90d30b-4e83d46f, #w-node-_26f491aa-132e-3a13-5333-6fdc2d24204a-4e83d46f, #w-node-_41505ee2-14e8-7381-43c7-59477e4d4cf8-4e83d46f, #w-node-_4b57aa38-2ef1-9163-6a01-867f97f2bc43-4e83d46f, #w-node-_3408d2ad-7ea8-84c5-5f2e-2c67bd36ccbd-4e83d46f, #w-node-_3408d2ad-7ea8-84c5-5f2e-2c67bd36ccbe-4e83d46f, #w-node-_3408d2ad-7ea8-84c5-5f2e-2c67bd36ccc0-4e83d46f, #w-node-_419f0224-a94c-8d85-b646-a10b1cb92b52-4e83d46f, #w-node-_419f0224-a94c-8d85-b646-a10b1cb92b53-4e83d46f, #w-node-_419f0224-a94c-8d85-b646-a10b1cb92b55-4e83d46f, #w-node-a26dd622-9ff6-0bbb-734e-0fd78b9c0875-4e83d46f, #w-node-a26dd622-9ff6-0bbb-734e-0fd78b9c0876-4e83d46f, #w-node-a26dd622-9ff6-0bbb-734e-0fd78b9c0878-4e83d46f, #w-node-_93863055-c12e-7b28-26aa-322ddb709555-4e83d46f, #w-node-_2d527686-8afb-e323-2e9f-f4bad91e70d9-4e83d46f, #w-node-_813f8b99-6229-cc9c-e0bf-1fce5a3b662e-4e83d46f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb9f9089-7c2e-a0da-8108-d3b4c1895537-4e83d46f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1b028a52-757d-5416-0100-77514d501efd-4e83d46f, #w-node-_1b028a52-757d-5416-0100-77514d501eff-4e83d46f, #w-node-_1b028a52-757d-5416-0100-77514d501f0f-4e83d46f, #w-node-_1b028a52-757d-5416-0100-77514d501f1f-4e83d46f, #w-node-_87ebda23-0ad0-4a49-dc2d-756ad9d8658b-535aac70, #w-node-_6ae2cea6-0813-81ab-6814-26be06bf2329-535aac70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a9c57ddd-5e05-1ac6-dec1-b45df809f6a3-de83d464 {
    justify-self: end;
  }

  #w-node-_7174d8e9-1f57-431e-5a2e-6605366bcfd1-de83d464 {
    order: 9999;
  }

  #w-node-_7174d8e9-1f57-431e-5a2e-6605366bcfd2-de83d464, #w-node-_9295fb4f-f887-b5fe-091c-3dc74b361403-8483d467 {
    justify-self: end;
  }

  #w-node-_9295fb4f-f887-b5fe-091c-3dc74b36140b-8483d467 {
    order: 9999;
  }

  #w-node-_9295fb4f-f887-b5fe-091c-3dc74b36140c-8483d467 {
    justify-self: end;
  }

  #w-node-_6cb03aba-8b11-803c-a345-b9239490bc5c-3083d46e {
    align-self: start;
  }

  #w-node-_87670ce6-7bfa-fcba-8554-20d167b0fa5f-4e83d46f {
    order: -9999;
  }

  #w-node-_93863055-c12e-7b28-26aa-322ddb709555-4e83d46f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6cb03aba-8b11-803c-a345-b9239490bc5c-3083d46e {
    justify-self: center;
  }

  #w-node-_93863055-c12e-7b28-26aa-322ddb709555-4e83d46f, #w-node-_2d527686-8afb-e323-2e9f-f4bad91e70d9-4e83d46f, #w-node-_813f8b99-6229-cc9c-e0bf-1fce5a3b662e-4e83d46f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Source Serif Pro';
  src: url('../fonts/SourceSerifPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url('../fonts/SourceSerifPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url('../fonts/SourceSerifPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url('../fonts/SourceSerifPro-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}