@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-BoldItalic.ttf') format("truetype"), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraBold.ttf') format("truetype"), url('../fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --lime-green: #59ac27;
  --white: white;
  --black: black;
  --dark-orange: #f39731;
  --dark-slate-grey: #253239;
  --yellow-green: #85b917;
  --orange-red: #f75110;
  --gainsboro: #ddd;
  --dark-grey: #9c9c9c;
  --black-2: #00000040;
  --dark-slate-grey-2: #424c52;
  --walsh-black: #2c2c2c;
  --walsh-walsh-dark-green: #204f58;
  --kütüp-library-burntsienna: #e76f51;
  --kütüp-library-white: white;
  --kütüp-library-dark-slate-grey: #264653;
  --kütüp-library-dark-slate-grey-x: #2e5261;
  --kütüp-library-dim-grey: #6e6e6e;
  --white-2: #ffffff73;
  --black-3: #0000004d;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.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;
}

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

.heading {
  background-color: var(--lime-green);
  color: var(--white);
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  display: block;
}

.body {
  background-color: var(--white);
  height: 100%;
  padding-left: 160px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.navbar {
  background-color: var(--white);
  color: var(--black);
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: sticky;
  inset: 0% auto 0% 0%;
}

.menu-button-2.w--open {
  color: var(--white);
}

.nav-link-section {
  color: var(--white);
  background-color: #0000;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 18px;
  display: block;
}

.nav-link-section:hover {
  background-color: var(--dark-orange);
  color: var(--black);
}

.nav-link-section.w--current {
  background-color: var(--dark-orange);
  color: var(--black);
  text-align: left;
  padding: 15px 20px;
  font-size: 15px;
  transition: background-color .2s;
  display: block;
}

.nav-menu-5 {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  position: relative;
  inset: 0% auto 0% 0%;
}

.heading-12 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
}

.section-2 {
  font-family: Rajdhani, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.heading-13 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
}

.bold-text-3 {
  font-family: Montserrat, sans-serif;
}

.container-9 {
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.accordion-item-trigger {
  text-align: left;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.section-trainer {
  background-color: #0000;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.name-trainer {
  background-color: var(--yellow-green);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.section-e-paper {
  background-color: var(--dark-slate-grey);
  color: #0000;
  text-align: left;
  justify-content: center;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block;
}

.section-parkinson {
  background-color: #0000;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.content {
  text-align: justify;
  width: auto;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.gsa-erkl-rvideo {
  text-align: center;
  margin-top: 0;
  display: block;
}

.gsa-gesundheitssport {
  text-align: center;
  justify-content: center;
  margin-right: 20px;
  display: block;
}

.link-block-13 {
  text-align: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-right: 0;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

.lightbox-link {
  text-align: center;
  width: 67px;
  margin-right: 40px;
  text-decoration: none;
  display: block;
}

.button-erkl-rvideo {
  text-align: left;
  width: 67px;
  max-width: none;
  margin-right: 0;
  display: block;
}

.button-gesundheitsreport {
  max-width: none;
  margin-top: 0;
  display: inline-block;
}

.button-erfahrungsberichte {
  width: 67px;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
}

.link {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 18px;
  text-decoration: none;
}

.link:hover {
  color: var(--orange-red);
}

.lightbox-link-2 {
  text-decoration: none;
  display: inline-block;
}

.section-akademie {
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: static;
}

.section-physiotherapie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: static;
  inset: 0% 0% 0% 140px;
  overflow: visible;
}

.section-muench-system {
  height: auto;
  min-height: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.section-bgm {
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.section-kontakt {
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.heading-termin-buchen {
  background-color: var(--dark-orange);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.footer-2 {
  background-color: var(--gainsboro);
  text-align: center;
  align-items: flex-start;
  height: auto;
  padding-top: 10px;
  padding-bottom: 0;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 120px;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.list {
  color: #0000;
}

.copyright {
  color: var(--dark-grey);
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
}

.trainer-job {
  background-color: var(--lime-green);
  color: var(--white);
  text-align: center;
  text-decoration: none;
}

.container {
  position: static;
  inset: 0% auto 0% 0%;
}

.nav-sidebar-left {
  background-color: var(--dark-slate-grey);
  text-align: left;
  width: 160px;
  height: 100%;
  margin: auto 0 0;
  display: block;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.logo-container {
  margin-left: 0;
  padding-top: 50px;
  padding-bottom: 20px;
}

.logo-container.w--current {
  width: 100%;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-icon {
  text-align: center;
  height: 30px;
  margin: 0 0 0 10px;
  display: inline-block;
}

.menu-overlay {
  box-shadow: 1px 0 20px 4px var(--black);
  opacity: 1;
  background-color: #0000;
  margin-top: -31px;
  position: static;
}

.section-20 {
  text-align: left;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.divider {
  background-color: var(--black-2);
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.div-block-43 {
  padding-top: 20px;
}

.button-9 {
  background-color: var(--dark-orange);
  font-family: Montserrat, sans-serif;
}

.button-9:hover {
  background-color: var(--orange-red);
}

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

.container-16 {
  padding-bottom: 40px;
}

.lizenz {
  background-color: var(--yellow-green);
  color: var(--dark-orange);
  border-radius: 6px;
  padding: 10px;
  text-decoration: none;
  box-shadow: 2px 2px 6px #000;
}

.button-lizensen {
  text-align: center;
  padding-bottom: 40px;
  display: none;
}

.kurse {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.logo-subpage {
  text-align: center;
  margin-top: 20px;
}

.button-back-subpage {
  text-align: center;
}

.div-block-45 {
  margin-top: 13px;
}

.page-wrapper {
  min-height: 100vh;
  position: relative;
}

.layout {
  width: 30%;
  margin: 10px;
  padding: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.layout.slogan {
  display: none;
}

.layouts {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.column-9 {
  display: block;
}

.columns-6 {
  text-align: left;
  display: none;
}

.button-lizenz {
  background-color: var(--yellow-green);
  margin: 5px 5px 5px auto;
  padding: 10px 20px;
  display: inline-block;
}

.button-lizenz:hover {
  background-color: var(--lime-green);
}

.html-embed-11 {
  display: none;
}

.div-block-others {
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.termin {
  text-align: left;
}

.content-copy {
  text-align: left;
  text-align: center;
  width: auto;
  margin-bottom: 0;
  padding: 0 40px 20px;
  font-size: 14px;
  display: block;
}

.ben2 {
  height: auto;
  margin-top: 0;
}

.ben, .jusi {
  display: block;
}

.div-block-mehr-information {
  text-align: center;
}

.ihk-kurse {
  background-color: var(--dark-orange);
  margin-bottom: 10px;
  margin-left: 10px;
  display: block;
}

.ihk-kurse:hover {
  background-color: var(--dark-orange);
  color: var(--white);
}

.head-kurse {
  color: var(--yellow-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}

.container-23 {
  margin-top: 0;
}

.bold-text-4 {
  font-size: 20px;
}

.liste {
  font-size: 16px;
  list-style-type: square;
}

.liste-copy {
  margin-top: 20px;
  font-size: 16px;
}

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

.image-32 {
  margin-top: 30px;
}

.paragraph-8, .paragraph-9 {
  text-align: center;
}

.image-33 {
  text-align: left;
  display: block;
  position: static;
}

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

.bold-text-5 {
  font-size: 16px;
}

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

.div-block-50 {
  text-align: center;
  padding-top: 40px;
}

.fsl-button {
  background-color: var(--dark-orange);
  margin-left: 10px;
}

.fsl-button:hover {
  background-color: var(--dark-orange);
  color: var(--white);
}

.contact-form {
  padding-top: 160px;
  padding-bottom: 100px;
}

.small-text {
  display: none;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 10px;
  display: grid;
}

.bold-text-6 {
  font-size: 20px;
}

.form-button {
  float: right;
  background-color: var(--dark-orange);
  margin-top: 20px;
  margin-left: 10px;
}

.form-button:hover {
  background-color: var(--dark-orange);
  color: var(--white);
}

.image-34 {
  margin-bottom: 60px;
}

.kurse-aufz {
  color: #14207c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}

.image-35 {
  margin-bottom: 40px;
}

.link-new {
  color: var(--dark-orange);
  text-decoration: none;
}

.front-image {
  background-image: none;
  background-size: auto;
  max-width: 100%;
  display: block;
}

.slider-3 {
  height: 100%;
  display: none;
}

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

.image-37 {
  min-width: 100%;
}

.welcome {
  background-color: var(--lime-green);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 40px 20px;
  position: static;
  inset: 0% 0% auto auto;
}

.navbar-3 {
  display: none;
}

.navbar-4 {
  width: 100%;
  margin-top: 0;
  position: fixed;
}

.nav-menu-5-copy {
  color: var(--lime-green);
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  display: flex;
  position: sticky;
  inset: 0% auto 0% 0%;
}

.container-copy {
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0% auto 0% 0%;
}

.logo-container-copy {
  top: 10px;
}

.logo-container-copy.w--current {
  width: 100%;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-button-2-copy.w--open {
  color: var(--white);
}

.link-4 {
  opacity: 1;
  color: var(--dark-slate-grey-2);
  border: 2px solid #0000;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.link-4:hover {
  background-color: var(--dark-orange);
  color: var(--white);
}

.menu-overlay-copy {
  background-color: var(--white);
  box-shadow: 1px 0 20px 4px var(--black);
  opacity: 1;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.sektion-start {
  padding-top: 0;
}

.sektion-b-liz {
  margin-top: 0;
  padding-top: 160px;
}

.sektion-a-liz, .sektion-reha, .organisatorisches {
  padding-top: 160px;
}

.navbar-5 {
  display: none;
}

.heading-copy {
  background-color: var(--lime-green);
  color: var(--white);
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  display: block;
}

.success-message {
  background-color: var(--lime-green);
}

.text-block-22 {
  color: var(--white);
}

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

.content-copy {
  background-color: var(--lime-green);
  color: var(--white);
  text-align: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.div-block-54, .div-block-55, .div-block-56, .div-block-57 {
  text-align: center;
}

.content22 {
  text-align: center;
  width: auto;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 16px;
  display: block;
}

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

.html-embed-14 {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--lime-green);
  text-align: center;
  display: none;
  position: static;
}

.container-25 {
  margin-top: 40px;
}

.dropdown-toggle {
  float: left;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.dropdown {
  display: block;
  position: static;
}

.text-block-24 {
  color: var(--orange-red);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
}

.dropdown-list {
  position: static;
}

.text-block-25 {
  color: #f75110;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
}

.section-24 {
  margin-bottom: 40px;
  padding-top: 160px;
}

.link-4-copy {
  background-color: var(--lime-green);
  color: var(--white);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link-4-copy {
  color: var(--white);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.link-4-copy:hover {
  background-color: var(--dark-orange);
  color: var(--white);
}

.link-blau {
  color: #4d4a8d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.link-blau:hover {
  color: var(--orange-red);
}

.link-copy {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 18px;
  text-decoration: none;
}

.link-copy:hover {
  color: var(--orange-red);
}

.content-cooopy, .content-copy33 {
  text-align: justify;
  width: auto;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.icon-2 {
  display: none;
}

.dropdown-toggle-2 {
  padding: 0;
  display: block;
}

.dropdown-list-2 {
  left: 140px;
}

.dropdown-list-2.w--open {
  background-color: var(--dark-slate-grey);
  color: #333;
  top: 0;
  left: 160px;
}

.nav-link-dropdown {
  color: var(--white);
  background-color: #0000;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 18px;
  display: block;
}

.nav-link-dropdown:hover {
  background-color: var(--dark-orange);
  color: var(--black);
}

.nav-link-dropdown.w--current {
  background-color: var(--dark-orange);
  color: var(--black);
  text-align: left;
  padding: 15px 20px;
  font-size: 15px;
  transition: background-color .2s;
  display: block;
}

.dropdown-nav-link {
  display: block;
}

.nav-link-dropdown-link {
  color: var(--white);
  background-color: #0000;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.nav-link-dropdown-link:hover {
  background-color: var(--dark-orange);
  color: var(--black);
}

.nav-link-dropdown-link.w--current {
  background-color: var(--dark-orange);
  color: var(--black);
  text-align: left;
  padding: 15px 20px;
  font-size: 15px;
  transition: background-color .2s;
  display: block;
}

.nav-link-section-copy22 {
  color: var(--white);
  background-color: #0000;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 18px;
  display: none;
}

.nav-link-section-copy22:hover {
  background-color: var(--dark-orange);
  color: var(--black);
}

.nav-link-section-copy22.w--current {
  background-color: var(--dark-orange);
  color: var(--black);
  text-align: left;
  padding: 15px 20px;
  font-size: 15px;
  transition: background-color .2s;
  display: none;
}

.div-block-59 {
  height: 150px;
}

.div-block-60 {
  height: 165px;
  display: block;
}

.section-ablaufplan {
  height: auto;
  padding-top: 40px;
}

.section-25, .section-26, .section-27 {
  padding-top: 160px;
}

.section-28 {
  height: auto;
  padding-top: 40px;
}

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

.christoph {
  display: block;
}

.html-embed-15 {
  margin-left: 40px;
}

.heading2 {
  color: var(--lime-green);
  text-align: center;
}

.parkinson-anmeldung {
  padding-top: 40px;
}

.heading-parkinson {
  background-color: var(--lime-green);
  color: var(--white);
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  display: block;
}

.html-embed-16 {
  text-align: center;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-right-width: 1px;
  border-right-color: #000;
  display: inline-block;
  position: static;
  left: auto;
  right: auto;
}

.div-block-62 {
  text-align: center;
  margin-bottom: 60px;
}

.street-view {
  border: 3px solid var(--dark-slate-grey-2);
  box-shadow: 5px -5px 10px 3px var(--dark-slate-grey-2);
  opacity: 1;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
}

.street-view-desktop {
  text-align: center;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-right-width: 1px;
  border-right-color: #000;
  display: block;
  position: static;
  left: auto;
  right: auto;
}

.street-view-desktop-copy {
  text-align: center;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-right-width: 1px;
  border-right-color: #000;
  display: inline-block;
  position: static;
  left: auto;
  right: auto;
}

.street-view-tablet, .street-view-mobile {
  text-align: center;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-right-width: 1px;
  border-right-color: #000;
  display: none;
  position: static;
  left: auto;
  right: auto;
}

.heading22 {
  color: var(--lime-green);
  text-align: center;
  margin-bottom: 40px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-block-64 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: 50px;
  display: block;
}

.div-block-65 {
  text-align: center;
  margin-top: 50px;
}

.body-8, .image-40 {
  text-align: center;
}

.testzentrum {
  background-color: var(--orange-red);
  color: var(--white);
  font-size: 28px;
  line-height: 34px;
}

.submit-button {
  background-color: #5aac27;
}

.submit-button:hover {
  background-color: #80bf1f;
}

.div-block-66 {
  text-align: right;
}

.akademie-link {
  background-color: var(--dark-orange);
  margin-bottom: 10px;
  margin-left: 10px;
  display: block;
}

.akademie-link:hover {
  background-color: var(--dark-orange);
  color: var(--white);
}

.div-block-67 {
  background-color: var(--lime-green);
  color: var(--white);
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
}

.div-block-677 {
  background-color: var(--gainsboro);
  color: var(--black);
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.radio-button-field {
  display: block;
}

.paragraph-10, .radio-button-field-2 {
  margin-right: 10px;
}

.div-block-678 {
  background-color: var(--gainsboro);
  color: var(--black);
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.success-message-2 {
  background-color: #afff05;
}

.div-block-679 {
  font-weight: 700;
}

.submit-button-2 {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  display: inline-block;
}

.paragraph-11 {
  padding-left: 20px;
}

.modal-wrapper {
  z-index: 9999;
  text-align: center;
  background-color: #00000080;
  height: 100%;
  padding-top: 90px;
  display: inline;
  position: fixed;
  inset: 0;
}

.aid-plus-wrapper {
  display: none;
}

.bewirb-dich-modal {
  background-color: #4e7a33;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  display: block;
}

.close-andrease-link {
  z-index: 10;
  color: #fff;
  text-align: center;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-bottom: 6px;
  margin-left: 89%;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 10% 38% auto auto;
}

.image-41 {
  width: 15%;
  position: static;
}

.close-modal {
  z-index: 10;
  color: #fff;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 6px;
  margin-left: 89%;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 10% 27% auto auto;
}

.close-moda {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-bottom: 6px;
  margin-left: 89px;
  display: block;
}

.body-9 {
  background-image: url('../images/PMIC1176.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  height: 100vh;
  margin-top: 60px;
  display: block;
}

.container-26 {
  background-color: #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 10px;
  display: block;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-27 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block-680 {
  width: 30px;
  margin-top: 25px;
  margin-right: 25px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-12 {
  font-size: 20px;
  font-weight: 700;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: block;
  position: static;
  inset: 0%;
}

.form {
  width: 100%;
}

.div-block-681 {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.submit-button-3 {
  background-color: var(--orange-red);
}

.bewerbungs-box-inner {
  margin: 20px 10px;
  font-size: 20px;
}

.field-label {
  font-size: 20px;
}

.html-embed-17 {
  font-size: 18px;
}

.link-5 {
  color: var(--orange-red);
}

.success-message-3 {
  background-color: var(--yellow-green);
}

.text-block-27 {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
}

.termine-intensivwochen {
  display: none;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-nav-link-black {
  color: var(--walsh-black);
  border-radius: 8px;
  padding: 15px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-black:hover {
  background-color: #dbdbdb59;
}

.walsh-nav-link-black.w--current {
  color: #6d6d6d;
  background-color: #dbdbdb59;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-toggle-black {
  color: var(--walsh-black);
  border-radius: 8px;
  padding: 15px 32px 15px 18px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle-black:hover {
  background-color: #dbdbdb59;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-nav-menu-white {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-logo {
  height: 32px;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-inner-container-nav-float {
  max-width: 1480px;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-float-menu {
  background-color: #fff;
  border-radius: 6px;
  padding: 5px 20px;
}

.walsh-nav-wrapper-green-padding {
  z-index: 10;
  background-color: #204f58;
  padding: 20px 30px;
  position: sticky;
  top: 0;
}

.walsh-button-fill {
  background-color: #4ab1bd;
  border-radius: 200px;
  width: 15em;
  height: 8em;
  position: absolute;
}

.walsh-arrow-top-right {
  z-index: 1;
  width: 1.25rem;
  position: relative;
}

.walsh-button-circle {
  background-color: #ff715b;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

.walsh-button-circle:hover {
  background-color: #fcb55e;
}

.walsh-paragraph-serif-left-hero {
  color: #fffc;
  max-width: 22em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-text-marker-green {
  color: #214f58;
  background-image: url('../images/span-marker-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .1em;
  display: inline-block;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
}

.walsh-left-hero {
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-image-hero {
  max-height: 45em;
}

.walsh-hero-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-background-darkgreen {
  background-color: var(--walsh-walsh-dark-green);
  position: relative;
}

.walsh-paragraph-small {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-icon-small {
  height: 32px;
}

.walsh-icon-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-heading-regular {
  color: var(--walsh-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-inner-wrap-gap {
  grid-row-gap: 1.1em;
  flex-direction: column;
  display: flex;
}

.walsh-stats-number-large {
  color: var(--walsh-black);
  font-size: 7.2em;
  font-weight: 700;
  line-height: 1;
}

.walsh-center-col {
  grid-row-gap: 1.8em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 35px;
  display: flex;
}

.walsh-link-block-gray {
  color: #000;
  background-color: #eee;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-gray:hover {
  color: #000;
  background-color: #dbffe0;
}

.walsh-cta-v-wrapper {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-heading-medium {
  color: var(--walsh-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-label-tag {
  color: #0009;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-tag {
  text-align: left;
  background-color: #51aa761a;
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  display: flex;
  overflow: hidden;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-cta-block-white {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-28 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.kutup-button-line {
  background-color: var(--kütüp-library-burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.white-text {
  color: var(--kütüp-library-white);
}

.kutup-button-with-line {
  color: var(--kütüp-library-dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-nav-link-white {
  color: var(--kütüp-library-white);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity .2s;
}

.kutup-nav-link-white:hover {
  color: #ffffffb3;
}

.kutup-dropdown-link {
  color: var(--kütüp-library-dark-slate-grey-x);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: var(--kütüp-library-dark-slate-grey);
}

.kutup-dropdown-list {
  padding: 2px;
}

.kutup-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-arrow-white {
  margin-right: 12px;
  font-size: 12px;
}

.kutup-dropdown-toggle-white {
  color: #fff;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  transition: opacity .2s;
}

.kutup-dropdown-toggle-white:hover {
  color: #ffffffb3;
}

.kutup-dropdown {
  font-weight: 700;
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-last-item {
  order: 1;
}

.kutup-first-element {
  order: -1;
}

.kutup-nav-container-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.kutup-nav-component-4 {
  background-color: var(--lime-green);
  padding: 25px 3%;
}

.kutup-hero-right-part {
  background-image: url('../images/photo-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}

.success-message-4 {
  color: #fff;
  background-color: #00963e;
  border-radius: 5px;
  font-size: 15px;
}

.kutup-other-font {
  font-weight: 500;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-checkbox-label {
  color: var(--kütüp-library-dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.kutup-checkbox {
  background-color: #fff;
  border: 1px solid #29335c33;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.kutup-checkbox.w--redirected-checked {
  border-color: var(--kütüp-library-burntsienna);
  background-color: var(--kütüp-library-burntsienna);
  background-size: 11px;
}

.kutup-checkbox-field {
  font-size: 15px;
  display: flex;
}

.kutup-divider-10px {
  height: 10px;
}

.kutup-button-subscribe {
  background-color: var(--dark-orange);
  color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 39px;
  font-size: 17px;
  font-weight: 700;
  transition: all .2s;
  position: absolute;
  top: 10px;
  right: 14px;
}

.kutup-button-subscribe:hover {
  color: #fff;
  background-color: #3f6474;
  background-image: none;
}

.kutup-form-input {
  color: #575757cc;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  min-height: 80px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-form-input::placeholder {
  font-weight: 700;
}

.relative-form {
  position: relative;
}

.kutup-form-block {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-paragraph {
  color: var(--kütüp-library-dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.kutup-divider-15px {
  height: 15px;
}

.kutup-hero-title-2 {
  color: var(--lime-green);
  -webkit-text-stroke-color: var(--lime-green);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.kutup-small-top-text {
  color: var(--dark-orange);
  -webkit-text-stroke-color: var(--dark-orange);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-hero-left-part {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 105px 10%;
  display: flex;
}

.kutup-hero-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 700px;
  display: grid;
}

.kutup-features-title-2 {
  color: var(--kütüp-library-dark-slate-grey);
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.kutup-features-2-wrapper {
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 50px;
  display: flex;
}

.kutup-grid-3-columns {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kutup-section-gray {
  background-color: #eeece9;
  padding: 100px 5%;
}

.kutup-logo-image {
  z-index: 2;
}

.kutup-logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kutup-divider-40px {
  height: 40px;
}

.kutup-display-3 {
  color: var(--kütüp-library-dark-slate-grey);
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-small-top-text-2 {
  color: var(--kütüp-library-burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-section {
  background-color: #fff;
  padding: 90px 5%;
}

.nav-link-2 {
  color: #f9f9f9;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px 10px;
  transition: all .3s;
}

.nav-link-2:hover {
  background-color: #222;
  background-image: none;
}

.nav-link-2.w--current {
  color: #f9f9f9;
}

.menu-wrapper {
  z-index: 900;
  position: sticky;
  top: 0;
}

.alert-empty {
  background-color: #0000;
  display: none;
}

.navbar-7 {
  background-color: #222;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-nav-wrapper {
  align-items: center;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-29 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-menu {
  font-weight: 700;
}

.btn {
  background-color: #eb5757;
  border: 1px solid #eb5757;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover {
  background-color: #222;
  border-color: #222;
}

.btn.light {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.light.outline {
  color: #f9f9f9;
  background-color: #20c788;
}

.btn.light.outline:hover {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light.outline.outline2 {
  background-color: #20c788;
  border-color: #20c788;
  transition-duration: .3s, .475s;
}

.btn.light.outline.outline2:hover {
  color: #fff;
  background-color: #000;
}

.btn.light.hero {
  margin-right: 10px;
}

.hero-paragraph {
  color: #f9f9f9;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.hero-section {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/login-bg.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  min-height: 550px;
}

.hero-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 550px;
  display: flex;
}

.container-30 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-heading {
  color: #f9f9f9;
  width: 35%;
  font-size: 62px;
  line-height: 1.2;
}

.support-top-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.support-top-right {
  width: 45%;
}

.support-top-details-text {
  text-transform: uppercase;
}

.support-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.support-square-number {
  color: #f9f9f9;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  inset: 10% auto auto 10%;
}

.support-top-left {
  flex-direction: column;
  display: flex;
}

.support-square-image {
  position: absolute;
  inset: auto -25% -25% auto;
}

.support-square-image.rectangle {
  bottom: -31%;
  right: -14%;
}

.support-square-image.triangle {
  bottom: -17%;
  right: -11%;
}

.container-31 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.support-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.support-column {
  width: 30%;
  min-height: 200px;
}

.support-square-text {
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.support-square {
  background-color: #20c788;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-wrapper {
  justify-content: space-between;
  display: flex;
}

.safe-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 550px;
  display: flex;
}

.safe-heading {
  color: #f9f9f9;
  text-align: right;
  width: 45%;
  font-size: 45px;
  line-height: 1.2;
}

.container-32 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.faq-section {
  background-image: url('../images/PMIC1176.jpg');
  background-position: 41% 82%;
  background-size: auto;
  background-attachment: scroll;
  min-height: 550px;
}

.shop-local-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.container-33 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-local-wrapper {
  justify-content: flex-end;
  min-height: 500px;
  display: flex;
  position: relative;
}

.shop-local-left {
  background-image: url('../images/christiann-koepke-dQyS2pMYtok-unsplash-1.jpg');
  background-position: 69% 80%;
  background-size: 270%;
  border-radius: 5px;
  width: 30%;
  height: 0;
  min-height: 440px;
  position: absolute;
  inset: 6% auto 0% 0%;
}

.shop-local-right {
  color: #f9f9f9;
  background-color: #222;
  border-radius: 5px;
  justify-content: flex-end;
  width: 80%;
  padding: 45px;
  display: flex;
}

.shop-local-content-wrapper {
  width: 80%;
  padding-left: 145px;
  padding-right: 145px;
}

.shop-local-heading {
  margin-top: 0;
  font-size: 45px;
  line-height: 1.2;
}

.footer {
  background-color: #222;
  padding-top: 65px;
  padding-bottom: 10px;
}

.container-34 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-wrapper {
  color: #f9f9f9;
  text-align: center;
  margin-top: 55px;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.footer-small {
  font-size: 12px;
}

.kutup-paragraph-2 {
  color: var(--kütüp-library-dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.kutup-faq-content {
  text-align: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.kutup-faq-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.kutup-stripe-2 {
  background-color: #264653;
  width: 100%;
  height: 2px;
  position: absolute;
}

.kutup-stripe-1 {
  background-color: #264653;
  width: 2px;
  height: 100%;
}

.kutup-faq-plus-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.kutup-faq-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.kutup-faq-title {
  color: var(--kütüp-library-dark-slate-grey);
  font-size: 21px;
  font-weight: 700;
}

.kutup-faq-title-content {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kutup-faq-top-part {
  background-color: #fff;
  border-bottom: 1px solid #29335c26;
  align-items: center;
  display: flex;
}

.kutup-faq-wrapper {
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-faq-componenet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-display-2 {
  color: var(--kütüp-library-dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-small-top-text-3 {
  color: var(--kütüp-library-burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-max-w-width-640px-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-large-container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-section-2 {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-gray-link-2 {
  color: #818181;
  font-weight: 700;
}

.kutup-copyright {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.kutup-footer-link {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: #20c788;
}

.kutup-footer-vertical-flex {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-footer-sub-title {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  display: none;
}

.kutup-footer-grid-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kutup-small-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-footer-2 {
  background-color: #222;
  padding: 60px 5% 30px;
}

@media screen and (min-width: 1280px) {
  .ihk-kurse {
    display: block;
  }

  .akademie-link {
    background-color: #be1e2d;
    display: block;
  }

  .akademie-link:hover {
    background-color: var(--orange-red);
  }
}

@media screen and (max-width: 991px) {
  .body {
    padding-left: 0;
  }

  .icon {
    color: var(--white);
  }

  .nav-menu-5 {
    background-color: var(--dark-slate-grey);
    display: block;
  }

  .heading-13 {
    font-size: 75px;
  }

  .container-9 {
    justify-content: center;
    padding-left: 144px;
    display: block;
  }

  .section-trainer {
    justify-content: center;
    height: auto;
    margin-left: 0;
    display: block;
    position: relative;
  }

  .name-trainer {
    font-size: 12px;
    line-height: 18px;
  }

  .section-e-paper {
    height: auto;
  }

  .section-parkinson {
    height: auto;
    padding-left: 140px;
  }

  .link {
    line-height: 14px;
  }

  .section-akademie {
    height: auto;
    padding-left: 140px;
  }

  .section-physiotherapie, .section-muench-system {
    height: auto;
    min-height: 0;
    padding-left: 140px;
  }

  .section-bgm {
    height: auto;
    padding-left: 140px;
  }

  .section-kontakt {
    height: auto;
  }

  .footer-2 {
    height: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .footer-flex-container {
    margin-left: 140px;
  }

  .nav-sidebar-left {
    width: 140px;
    position: fixed;
  }

  .logo-icon {
    height: 40px;
  }

  .section-20 {
    height: auto;
    margin-left: 140px;
  }

  .page-wrapper {
    min-height: auto;
  }

  .layout {
    display: inline-block;
  }

  .layout.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .layouts {
    justify-content: center;
    margin-top: 0;
    margin-left: 160px;
    display: inline-block;
    position: static;
  }

  .ihk-kurse {
    margin-right: 10px;
  }

  .head-kurse {
    margin-left: 0;
  }

  .container-23 {
    margin-top: 0;
  }

  .fsl-button {
    margin-bottom: 5px;
  }

  .kurse-aufz {
    margin-left: 140px;
  }

  .front-image {
    background-position: 40% 0;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .welcome {
    font-size: 28px;
  }

  .navbar-3 {
    display: block;
  }

  .navbar-4 {
    display: none;
  }

  .nav-menu-5-copy {
    background-color: var(--dark-slate-grey);
    display: block;
  }

  .sektion-start, .organisatorisches {
    padding-top: 0;
  }

  .navbar-5 {
    display: block;
  }

  .navbar-6 {
    display: none;
  }

  .section-23 {
    padding-top: 0;
  }

  .html-embed-14 {
    margin-top: 10px;
  }

  .link-blau, .link-copy, .link-copy, .link-copy {
    line-height: 14px;
  }

  .content-cooopy {
    margin-left: 140px;
  }

  .content-copy33 {
    text-align: left;
    font-size: 14px;
  }

  .dropdown-list-2.w--open {
    left: 140px;
  }

  .image-39 {
    position: static;
  }

  .street-view-desktop {
    display: none;
  }

  .street-view-tablet {
    display: block;
  }

  .div-block-63 {
    width: 100%;
    padding-left: 140px;
    display: block;
  }

  .akademie-link {
    margin-right: 10px;
  }

  .modal-wrapper, .aid-plus-wrapper {
    display: none;
  }

  .bewirb-dich-modal {
    width: 80%;
  }

  .close-andrease-link {
    right: 36%;
  }

  .close-modal {
    right: 12%;
  }

  .container-27 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .walsh-menu-button-black {
    order: 1;
  }

  .walsh-menu-button-black.w--open {
    color: var(--walsh-black);
    background-color: #0000;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-nav-link-black {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-black:hover {
    background-color: #0000;
  }

  .walsh-toggle-black {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle-black:hover {
    background-color: #0000;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-nav-menu-white {
    background-color: #fff;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-inner-container-nav-float {
    padding-left: 25px;
    padding-right: 0;
  }

  .walsh-float-menu {
    padding: 10px 0;
  }

  .walsh-nav-wrapper-green-padding {
    padding: 10px;
  }

  .walsh-button-fill {
    display: none;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-link-block-gray {
    padding-left: 50px;
  }

  .walsh-cta-v-wrapper {
    justify-content: center;
  }

  .walsh-cta-block-white {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .container-28 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .kutup-menu-button {
    order: 1;
    padding-top: 15px;
    padding-left: 30px;
  }

  .kutup-menu-button.w--open {
    background-color: #0000;
  }

  .kutup-nav-link-white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown-arrow-white {
    margin-right: 30px;
  }

  .kutup-dropdown-toggle-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown {
    width: 100%;
  }

  .kutup-nav-menu-dark {
    background-color: #264653;
  }

  .kutup-last-item {
    order: 1;
  }

  .kutup-hero-right-part {
    min-height: 600px;
  }

  .kutup-hero-2 {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    min-height: auto;
    display: flex;
  }

  .kutup-grid-3-columns {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

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

  .nav-link-2 {
    text-align: center;
    font-size: 30px;
  }

  .nav-button {
    color: #f9f9f9;
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: #222;
    border-radius: 5px;
  }

  .container-29 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: #eb5757;
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .hero-paragraph {
    width: 55%;
  }

  .container-30 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading {
    width: 60%;
  }

  .support-square-image.rectangle {
    bottom: -35%;
  }

  .container-31 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .support-square-text {
    font-size: 30px;
  }

  .support-square {
    min-height: 330px;
  }

  .safe-heading {
    width: 60%;
  }

  .container-32, .container-33 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop-local-left {
    top: 8%;
  }

  .shop-local-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-heading {
    margin-top: 0;
  }

  .container-34 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .kutup-footer-grid-1 {
    grid-template-columns: 3fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .heading-13 {
    font-size: 50px;
  }

  .section-trainer, .section-parkinson, .section-akademie {
    padding: 40px 20px;
  }

  .section-physiotherapie {
    height: auto;
    min-height: 0;
    padding: 40px 20px;
  }

  .section-muench-system {
    min-height: 0;
    padding: 40px 20px;
  }

  .section-bgm {
    padding: 40px 20px;
  }

  .footer-2 {
    margin-left: 0;
    padding: 40px 20px;
  }

  .footer-flex-container {
    margin-left: 40px;
  }

  .footer-image {
    object-fit: contain;
  }

  .nav-sidebar-left {
    margin-top: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .section-20 {
    margin-left: 0;
    padding: 40px 20px;
  }

  .head-kurse {
    margin-left: 0;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .front-image {
    background-position: 30% 0;
    background-size: cover;
  }

  .welcome {
    font-size: 18px;
  }

  .content-cooopy {
    margin-left: 0;
  }

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

  .street-view-tablet {
    display: none;
  }

  .street-view-mobile {
    display: block;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .aid-plus-wrapper {
    display: none;
  }

  .bewirb-dich-modal {
    width: 80%;
  }

  .close-andrease-link {
    right: 31%;
  }

  .close-modal {
    top: 13%;
    right: 31%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .walsh-brand-block {
    padding-left: 0;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .walsh-left-hero {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-rounded-box {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .kutup-hero-right-part {
    min-height: 500px;
  }

  .kutup-hero-title-2 {
    font-size: 50px;
  }

  .kutup-hero-left-part {
    padding: 70px 10%;
  }

  .kutup-grid-3-columns {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .kutup-section-gray, .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .support-top-right {
    width: 100%;
  }

  .support-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-top-left {
    margin-bottom: 15px;
  }

  .support-square-image {
    right: -18%;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .support-square-text {
    font-size: 40px;
  }

  .support-wrapper {
    flex-wrap: wrap;
  }

  .safe-wrapper {
    justify-content: flex-end;
    padding-bottom: 25px;
  }

  .container-33.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-wrapper {
    flex-wrap: wrap;
  }

  .shop-local-left {
    border-radius: 0;
    width: 100%;
    position: static;
  }

  .shop-local-right {
    border-radius: 0;
    justify-content: center;
    width: 100%;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .body {
    overflow: visible;
  }

  .navbar {
    padding-bottom: 0;
    position: static;
  }

  .menu-button-2 {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2.w--open {
    z-index: auto;
    font-size: 12px;
  }

  .nav-link-section, .nav-link-section.w--current {
    font-size: 12px;
  }

  .icon {
    font-size: 32px;
  }

  .bold-text-2 {
    padding-left: 0;
  }

  .nav-menu-5 {
    z-index: 4000;
    float: right;
    background-color: var(--dark-slate-grey);
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .heading-12, .heading-13 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

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

  .accordion-item-trigger {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-trainer {
    width: auto;
    height: 100vh;
    margin-left: 0;
    padding: 0;
    display: none;
    position: relative;
    overflow: visible;
  }

  .section-e-paper {
    padding-bottom: 0;
    display: block;
  }

  .section-parkinson {
    height: auto;
    padding: 0;
  }

  .content {
    width: auto;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    overflow: visible;
  }

  .content.text-long {
    width: auto;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .gsa-erkl-rvideo {
    text-align: center;
    justify-content: flex-start;
  }

  .gsa-gesundheitssport {
    margin-right: 10px;
    display: block;
  }

  .lightbox-link {
    margin-right: 10px;
  }

  .button-erkl-rvideo, .button-gesundheitsreport {
    width: 50px;
  }

  .button-erfahrungsberichte {
    width: 50px;
    display: block;
  }

  .lightbox-link-2 {
    display: block;
  }

  .section-akademie {
    margin-bottom: 20px;
    padding: 0;
  }

  .section-physiotherapie {
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    display: block;
    position: static;
    left: auto;
  }

  .section-muench-system, .section-bgm {
    margin-bottom: 20px;
    padding: 0;
  }

  .heading-termin-buchen {
    text-align: center;
    width: auto;
    font-size: 24px;
    line-height: 32px;
    overflow: hidden;
  }

  .footer-2 {
    text-align: left;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    min-width: auto;
    height: auto;
    max-height: none;
  }

  .footer-image {
    width: 50%;
    max-width: none;
    height: auto;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .container {
    overflow: hidden;
  }

  .nav-sidebar-left {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .logo-container.w--current {
    text-align: center;
    width: 240px;
    height: auto;
    margin-top: 10px;
    padding-top: 1px;
  }

  .menu-overlay {
    margin-top: 0;
    position: relative;
  }

  .section-20 {
    margin-left: 0;
  }

  .container-14 {
    display: block;
  }

  .page-wrapper {
    height: auto;
    min-height: 100vh;
    display: block;
    overflow: hidden;
  }

  .layout {
    width: auto;
    height: auto;
    margin: 0;
    padding-top: 0;
    display: inline-block;
    overflow: visible;
  }

  .layouts {
    height: 100vh;
    display: block;
    overflow: hidden;
  }

  .html-embed-11 {
    text-align: center;
    display: block;
  }

  .ben2 {
    height: auto;
  }

  .head-kurse {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
  }

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

  .bold-text-4 {
    font-size: 16px;
  }

  .image-32 {
    display: block;
  }

  .fsl-button {
    width: auto;
    margin-bottom: 20px;
    margin-right: 10px;
    display: block;
  }

  .contact-form {
    padding-top: 0;
  }

  .kurse-aufz {
    margin-top: 100px;
    margin-left: 0;
    padding-top: 0;
    overflow: hidden;
  }

  .front-image {
    background-position: 40%;
  }

  .slider-3 {
    margin-bottom: 40px;
  }

  .welcome {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-menu-5-copy {
    z-index: 4000;
    float: right;
    background-color: var(--dark-slate-grey);
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .container-copy {
    overflow: hidden;
  }

  .logo-container-copy.w--current {
    text-align: center;
    width: 240px;
    height: auto;
    margin-top: 10px;
    padding-top: 1px;
  }

  .menu-button-2-copy {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2-copy.w--open {
    z-index: auto;
    font-size: 12px;
  }

  .menu-overlay-copy {
    margin-top: 0;
    position: relative;
  }

  .sektion-b-liz, .sektion-a-liz, .sektion-reha {
    padding-top: 0;
  }

  .heading-copy {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .content-copy {
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .content22 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    overflow: visible;
  }

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

  .link-blau {
    font-size: 14px;
  }

  .link-copy {
    font-size: 12px;
  }

  .content-cooopy {
    width: auto;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    overflow: visible;
  }

  .image-38 {
    display: block;
  }

  .content-copy33 {
    width: auto;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    overflow: visible;
  }

  .column-10 {
    margin-bottom: 10px;
  }

  .dropdown-list-2.w--open {
    margin-left: 70px;
    position: static;
  }

  .nav-link-dropdown, .nav-link-dropdown.w--current, .nav-link-dropdown-link, .nav-link-dropdown-link.w--current, .nav-link-section-copy22, .nav-link-section-copy22.w--current {
    font-size: 12px;
  }

  .section-ablaufplan {
    margin-top: 20px;
  }

  .section-26, .section-27 {
    padding-top: 0;
  }

  .heading-parkinson {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .street-view {
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .heading22 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-26 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .submit-button-2 {
    background-color: var(--lime-green);
  }

  .aid-plus-wrapper {
    display: none;
  }

  .bewirb-dich-modal {
    width: 80%;
  }

  .close-andrease-link {
    right: 13%;
  }

  .close-modal {
    top: 13%;
    right: 13%;
  }

  .body-9 {
    margin-top: 0;
  }

  .container-27 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

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

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .walsh-toggle-black {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .walsh-button-circle {
    width: 5em;
    height: 5em;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-left-hero {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-paragraph-small, .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-rounded-box {
    padding: 30px;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-stats-number-large {
    font-size: 5em;
  }

  .walsh-center-col {
    font-size: 18px;
  }

  .walsh-link-block-gray {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-cta-v-wrapper {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-label-tag {
    font-size: 12px;
  }

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

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-cta-block-white {
    padding: 3em 1em;
  }

  .container-28 {
    max-width: none;
  }

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

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-nav-component-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .kutup-hero-right-part {
    min-height: 340px;
  }

  .kutup-checkbox {
    flex: none;
  }

  .kutup-button-subscribe {
    width: 100%;
    min-height: 50px;
    position: relative;
    top: 0;
    right: 0;
  }

  .kutup-form-input {
    min-height: 60px;
  }

  .kutup-hero-title-2 {
    font-size: 40px;
  }

  .kutup-hero-left-part {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .kutup-grid-3-columns {
    grid-row-gap: 15px;
  }

  .kutup-section-gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-logo-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .kutup-display-3 {
    font-size: 32px;
  }

  .kutup-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    width: 90px;
  }

  .btn.light.hero.safe {
    margin-right: 0;
  }

  .hero-paragraph {
    width: 70%;
    font-size: 13px;
  }

  .hero-wrapper-2 {
    justify-content: flex-end;
    padding-bottom: 45px;
  }

  .hero-heading {
    font-size: 30px;
  }

  .safe-heading {
    width: 100%;
    font-size: 30px;
  }

  .shop-local-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-local-right {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-logo-column {
    margin-bottom: 30px;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-footer-grid-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }
}

#w-node-cdc8168e-70ee-f7df-e0b7-83d866fed2cb-ffbc5835, #w-node-_564bd133-7705-74c8-4e2c-63914202ab93-2dbc5841 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_42d92463-edb3-983f-3e8d-062d3bb838e6-adbc5843, #w-node-ff5f83ae-b660-5b16-289b-1f425545a1bd-44d791a0, #w-node-ff5f83ae-b660-5b16-289b-1f425545a1df-44d791a0, #w-node-d33be1e7-6016-0c37-a2bf-9a18b6c2ef5e-44d791a0, #w-node-d33be1e7-6016-0c37-a2bf-9a18b6c2ef67-44d791a0, #w-node-d33be1e7-6016-0c37-a2bf-9a18b6c2ef70-44d791a0, #w-node-d33be1e7-6016-0c37-a2bf-9a18b6c2ef79-44d791a0, #w-node-d33be1e7-6016-0c37-a2bf-9a18b6c2ef82-44d791a0, #w-node-d33be1e7-6016-0c37-a2bf-9a18b6c2ef8b-44d791a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9f4113-c22c-bb46-06b5-770e9767eef4-44d791a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f9f4113-c22c-bb46-06b5-770e9767eef5-44d791a0 {
  justify-self: center;
}

#w-node-_7f9f4113-c22c-bb46-06b5-770e9767eef6-44d791a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f9f4113-c22c-bb46-06b5-770e9767eef7-44d791a0 {
  justify-self: center;
}

#w-node-_7f9f4113-c22c-bb46-06b5-770e9767eef8-44d791a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f9f4113-c22c-bb46-06b5-770e9767eef9-44d791a0 {
  justify-self: center;
}

#w-node-_7f9f4113-c22c-bb46-06b5-770e9767eefa-44d791a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f9f4113-c22c-bb46-06b5-770e9767eefb-44d791a0 {
  justify-self: center;
}

#w-node-_7f9f4113-c22c-bb46-06b5-770e9767eefc-44d791a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f9f4113-c22c-bb46-06b5-770e9767eefd-44d791a0 {
  justify-self: center;
}

#w-node-_7f9f4113-c22c-bb46-06b5-770e9767eefe-44d791a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f9f4113-c22c-bb46-06b5-770e9767eeff-44d791a0 {
  justify-self: center;
}

#w-node-_0375727d-45eb-f1a3-4b47-e0c0cb2a1cd4-1c835acc, #w-node-_0375727d-45eb-f1a3-4b47-e0c0cb2a1ce1-1c835acc, #w-node-_0375727d-45eb-f1a3-4b47-e0c0cb2a1cee-1c835acc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-cdc8168e-70ee-f7df-e0b7-83d866fed2bb-ffbc5835, #w-node-cdc8168e-70ee-f7df-e0b7-83d866fed2bf-ffbc5835, #w-node-cdc8168e-70ee-f7df-e0b7-83d866fed2c3-ffbc5835, #w-node-cdc8168e-70ee-f7df-e0b7-83d866fed2c7-ffbc5835, #w-node-_564bd133-7705-74c8-4e2c-63914202ab83-2dbc5841, #w-node-_564bd133-7705-74c8-4e2c-63914202ab87-2dbc5841, #w-node-_564bd133-7705-74c8-4e2c-63914202ab8b-2dbc5841, #w-node-_564bd133-7705-74c8-4e2c-63914202ab8f-2dbc5841, #w-node-cd309e30-8056-0074-f375-3e18b4c94b66-adbc5843, #w-node-cd309e30-8056-0074-f375-3e18b4c94b6a-adbc5843, #w-node-f03e4367-410c-5026-3219-22f2a785011e-adbc5843, #w-node-e51fe343-b255-e1a8-a171-0518b00d99f1-adbc5843, #w-node-cd309e30-8056-0074-f375-3e18b4c94b6e-adbc5843, #w-node-cd309e30-8056-0074-f375-3e18b4c94b72-adbc5843 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}