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

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

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

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

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

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

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

body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #192024;
  font-size: 20px;
  text-align: center;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  display: block;
  color: #2e9dff;
}

.navigation-bar {
  position: fixed;
  width: 100vw;
  height: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.hamburger-button {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  padding-top: 19px;
  padding-right: 61px;
}

.hamburger-button.w--open {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.navigation-menu {
  z-index: 9000;
  padding-bottom: 40px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0.9)), to(hsla(0, 0%, 100%, 0.9)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0.9), hsla(0, 0%, 100%, 0.9));
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #192024;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: hsla(0, 0%, 100%, 0);
  text-align: center;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  padding: 15px 15px 20px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

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

.hero-section-i.centered {
  height: auto;
  max-height: none;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px solid #000;
  border-radius: 8px;
  background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447.png'), url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
  background-position: 100% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  text-align: center;
}

.hero-section-i.centered.firstblock {
  border-radius: 0px;
  background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447.png'), url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
  background-position: 100% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
}

.hero-heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #2e9dff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
  float: none;
  clear: none;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.w--open {
  margin-right: auto;
  margin-left: auto;
}

.hollow-button.all-caps {
  position: relative;
  display: inline-block;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  border-width: 2px;
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  border-color: #2e9dff;
  background-color: rgba(46, 157, 255, 0.35);
  color: #fff;
}

.hollow-button.all-caps.buchbestellen {
  width: 400px;
}

.hollow-button.autohyphens {
  width: 400px;
  background-color: transparent;
}

.hollow-button.autohyphens:hover {
  background-color: rgba(46, 157, 255, 0.35);
  color: #fff;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

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

.footer.center {
  display: block;
  border-top: 0px solid #dbdbdb;
  background-color: #383838;
  background-image: url('../images/Element-32x-80.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.footer-text {
  margin-top: 40px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 50%;
  margin: 20px auto;
  padding: 10px 0px;
  border: 0px solid #fff;
  border-radius: 0%;
  background-color: rgba(48, 173, 100, 0);
}

.info-icon {
  float: left;
  color: #fff;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

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

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

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.spc {
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  padding-top: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand-text-kern {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #192024;
  font-size: 36px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.image {
  display: block;
  margin-bottom: -415px;
  padding-bottom: 0px;
}

.image-2 {
  max-width: 80%;
  margin-left: 0px;
  color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-2 {
  position: relative;
  left: 212px;
  top: auto;
  right: -178px;
  bottom: -31.7vh;
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.icon {
  color: #fff;
  font-size: 30px;
  text-shadow: 1px 1px 6px #000;
}

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

.hero-section-2.centered {
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px solid #000;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #000), color-stop(18%, rgba(54, 54, 54, 0))), url('../images/DSC_1712.png'), url('../images/Element-32x-80.jpg');
  background-image: linear-gradient(180deg, #000 2%, rgba(54, 54, 54, 0) 18%), url('../images/DSC_1712.png'), url('../images/Element-32x-80.jpg');
  background-position: 0px 0px, 0% 100%, 0% 100%;
  background-size: auto, auto 100vh, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, fixed, fixed;
  text-align: center;
}

.image-menu {
  margin-left: 0px;
  color: #fff;
}

.head-section-text {
  display: block;
  width: auto;
  max-width: none;
  margin: 0px 20px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.head-section-text-gross {
  margin-bottom: 20px;
  margin-left: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.hero-section-3.centered {
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px solid #000;
  border-radius: 8px;
  background-image: url('../images/DSC_1712.png'), url('../images/Element-32x-80.jpg');
  background-position: 0% 100%, 0% 100%;
  background-size: auto 100vh, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  text-align: center;
}

.body {
  background-color: #000;
}

.container-3 {
  position: relative;
  left: 212px;
  top: 157px;
  right: -178px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-heading-weiss {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading-weiss.centered {
  margin-top: 38px;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading-weiss.centered.white {
  color: #fff;
}

.section-subheading-weis.center {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading-weis.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.hollow-button-weis {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button-weis:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button-weis.all-caps {
  margin-right: 0px;
  margin-left: 0px;
  border-color: #676770;
  color: #676770;
  text-transform: uppercase;
}

.section-zielgruppe {
  position: relative;
  height: auto;
  min-height: 100px;
  padding: 140px 10px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/DSC_4687-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.section-zielgruppe.accent {
  background-color: #192024;
}

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

.hero-section-literatur.centered {
  height: auto;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  border-radius: 8px;
  background-image: url('../images/Element-32x-80.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.container-buch {
  position: relative;
  left: auto;
  top: 76px;
  right: auto;
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-3 {
  position: static;
  display: inline-block;
  text-align: center;
}

.image-buch {
  position: static;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
}

.section-buechervorstellung {
  position: relative;
  height: auto;
  padding: 80px 10px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/Element-32x-80.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.section-buechervorstellung.accent {
  background-color: #192024;
}

.paragraph {
  color: #f0f0f0;
}

.heading {
  color: #fff;
}

.heading-2 {
  color: #fff;
}

.heading-3 {
  color: #fff;
}

.image-4 {
  padding-top: 30px;
}

.anmeldung {
  padding-top: 242px;
  padding-bottom: 242px;
}

.anmeldung.centered {
  height: auto;
  min-height: 100vh;
  padding: 0px 100px;
  border: 0px solid #000;
  border-radius: 8px;
  background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447.png'), url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
  background-position: 100% 100%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.formular-headline {
  margin-bottom: 20px;
  margin-left: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.formular-text {
  width: auto;
  margin-bottom: 38px;
  margin-left: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
}

.hollow-button-formular {
  display: inline-block;
  margin-top: 27px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button-formular:hover {
  border-color: #2e9dff;
  background-color: rgba(46, 157, 255, 0.35);
  color: #fff;
}

.hollow-button-formular.all-caps {
  margin-left: 0px;
  text-transform: uppercase;
}

.field-label {
  color: #fff;
  font-weight: 400;
}

.field-label-2 {
  color: #fff;
  font-weight: 400;
}

.section-referenzen {
  position: relative;
  height: auto;
  min-height: 100vh;
  padding: 140px 100px 20px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/DSC_4687-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.section-referenzen.accent {
  background-color: #192024;
}

.container-kontakt {
  position: static;
  left: auto;
  top: 76px;
  right: 237px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  margin-top: 35px;
}

.klaus-kern-der-fussballberater {
  display: block;
  max-width: none;
  margin-left: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.referenzen-mit-bild {
  position: relative;
  padding: 80px 0px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/Element-32x-80.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.referenzen-mit-bild.accent {
  background-color: #192024;
}

.grundtext-im-slider {
  color: #fff;
  text-align: center;
}

.headline-im-slider {
  color: #fff;
}

.silber-cokums {
  padding-right: 40px;
  padding-left: 40px;
}

.slider {
  display: block;
  height: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
  line-height: 100vh;
}

.column {
  height: 250px;
  background-image: url('../images/Screen-Shot-2019-06-12-at-13.04.20.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-2 {
  height: 250px;
  background-image: url('../images/Screen-Shot-2019-06-12-at-13.04.03.JPG');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-3 {
  height: 250px;
  background-image: url('../images/Screen-Shot-2019-06-12-at-13.04.34.JPG');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hollow-button-2 {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button-2:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button-2.all-caps {
  margin-left: 10px;
  border-width: 2px;
  text-transform: uppercase;
}

.hollow-button-2.all-caps:hover {
  background-color: rgba(46, 157, 255, 0.35);
  color: #fff;
}

.hollow-button-2.all-caps.w--current {
  margin-left: 10px;
}

.referenz-text {
  width: auto;
  margin-bottom: 38px;
  margin-left: 0px;
  color: #6a859c;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.referenz-headline {
  margin-bottom: 20px;
  margin-left: 0px;
  color: #6a859c;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.columns {
  padding: 15px;
  background-color: #fff;
}

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

.column-5 {
  display: block;
  text-align: center;
}

.columns-referenz {
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.referenz-text-bild {
  width: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  color: #6a859c;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.expertentreff {
  position: relative;
  display: block;
  min-height: 100vh;
  padding: 20vh 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  text-align: center;
}

.expertentreff.accent {
  background-color: #192024;
}

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

.leer {
  color: #fff;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-6 {
  padding-left: 60px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.slider-2 {
  height: 550px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-2 {
  background-image: url('../images/Kontaktbild-DSC_1447.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.slide-4 {
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.down {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.footer-link-leer {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link-leer:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link-leer.with-icon {
  margin-left: 30px;
}

.column-7 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column-8 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.buchtitel {
  letter-spacing: 1px;
}

.paragraph-2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.image-5 {
  max-width: none;
}

.slide-nav {
  display: none;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(106, 133, 156, 0);
}

.columns-4 {
  height: 100vh;
}

.column-9 {
  height: 100vh;
  background-image: url('../images/DSC_1447.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  height: 100vh;
  max-width: none;
}

.column-10 {
  display: block;
  height: auto;
  min-height: 100px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: inline-block;
  margin: 220px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.div-block-3 {
  display: none;
}

.italic-text {
  max-width: none;
}

.head-section-text-gross-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 140px;
  padding-bottom: 60px;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.columns-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-10-copy {
  display: block;
  height: auto;
  min-height: 100px;
  padding-right: 40px;
  padding-left: 100px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.container-5 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.beratungsinhalte {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.dropdown-toggle {
  display: block;
}

.dropdown-toggle.w--open {
  position: static;
  display: inline-block;
}

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

.dropdown-list.w--open {
  display: none;
}

.dropdown-link {
  position: static;
  display: block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 10px;
  text-align: left;
}

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

.white-box-copy {
  margin-top: 39px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 15px 20px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box-copy.transparent {
  border-style: none;
  background-color: transparent;
}

.text-impressum {
  margin-right: 40px;
  margin-left: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

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

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

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

.dropdown-2 {
  max-width: 100%;
  min-width: 10%;
  clear: left;
}

.dropdown-link-2 {
  overflow: visible;
  max-width: 100%;
  clear: none;
  font-size: 10px;
  text-align: left;
}

.dropdown-list-2 {
  max-width: 100%;
}

.dropdown-list-2.w--open {
  width: 400px;
  border-radius: 5px;
  background-color: #fff;
}

.text-block {
  width: 400px;
  padding: 10px;
  border-radius: 5px;
  color: #192024;
  font-size: 10px;
  line-height: 15px;
}

.text-block-2 {
  position: relative;
  float: none;
  clear: none;
}

.text-block-2.autohyphens {
  text-align: center;
}

.text-block-2.autohyphens:hover {
  color: #fff;
}

.div-block-4 {
  padding-bottom: 23px;
}

.image-7 {
  display: none;
}

.div-block-7 {
  padding-left: 20px;
}

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

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

.image-8 {
  max-width: 90%;
}

.image-2-copy {
  display: none;
  max-width: 80%;
  margin-left: 0px;
  color: #fff;
}

.image-2-copy2 {
  max-width: 80%;
  margin-left: 0px;
  color: #fff;
}

.columns-5-copy2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-dropdown {
  width: 400px;
  padding: 10px;
  border-radius: 5px;
  color: #192024;
  font-size: 12px;
  line-height: 17px;
}

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

.hero-section-impressum.centered {
  height: auto;
  max-height: none;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px solid #000;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447.png'), url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447.png'), url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
  background-position: 0px 0px, 100% 50%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, fixed, fixed;
  text-align: center;
}

.hero-section-impressum.centered.firstblock {
  border-radius: 0px;
  background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447.png'), url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
  background-position: 100% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
}

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

.hero-section-verlauf.centered {
  height: auto;
  max-height: none;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px solid #000;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, transparent), color-stop(91%, #000)), url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447.png'), url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
  background-image: linear-gradient(180deg, transparent 31%, #000 91%), url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447.png'), url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
  background-position: 0px 0px, 100% 50%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, fixed, fixed;
  text-align: center;
}

.hero-section-verlauf.centered.firstblock {
  border-radius: 0px;
  background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447.png'), url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
  background-position: 100% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
}

.image-9 {
  margin-top: 0px;
  padding-top: 140px;
}

.image-2-copy3 {
  max-width: 80%;
  margin-left: 0px;
  color: #fff;
}

.italic-text-2 {
  color: #fff;
}

.italic-text-3 {
  color: #fff;
}

.image-2-copy4 {
  max-width: 80%;
  margin-left: 0px;
  color: #fff;
}

.italic-text-4 {
  color: #fff;
}

.text-field-3 {
  min-height: 100px;
}

.checkbox-label {
  color: #fff;
}

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

.link {
  color: #fff;
}

.text-block-3 {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}

.success-message {
  background-color: transparent;
}

.error-message {
  background-color: rgba(255, 222, 222, 0);
  color: #fff;
}

.text-block-4 {
  font-weight: 700;
}

.sentmessage {
  display: block;
}

.paragraph-3 {
  color: #fff;
}

.form-block {
  display: block;
}

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

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

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

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

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

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media screen and (max-width: 991px) {
  .hamburger-button {
    padding-right: 40px;
  }

  .navigation-menu {
    background-color: rgba(225, 232, 236, 0.68);
  }

  .hero-section-i.centered {
    height: auto;
    max-height: none;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 20px;
    border-radius: 0px;
    background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .hero-section-i.centered.firstblock {
    min-height: 100vh;
    border-radius: 0px;
    background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .hollow-button.all-caps {
    display: inline-block;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .image-2 {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .icon {
    text-shadow: 0 0 15px #000;
  }

  .hero-section-2.centered {
    padding-top: 0px;
    padding-bottom: 144px;
  }

  .head-section-text {
    display: block;
    font-size: 20px;
    line-height: 28px;
  }

  .hero-section-3.centered {
    padding-top: 0px;
    padding-bottom: 144px;
  }

  .hollow-button-weis.all-caps {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-zielgruppe {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-section-literatur.centered {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .image-buch {
    display: block;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading {
    margin-top: 50px;
  }

  .heading-3 {
    margin-top: 50px;
  }

  .anmeldung.centered {
    padding-top: 0px;
    padding-bottom: 144px;
  }

  .formular-text {
    width: 100%;
  }

  .section-referenzen {
    padding: 100px 20px;
  }

  .expertentreff {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .columns-3 {
    display: inline-block;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-4 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columns-5 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    min-height: 100vh;
    min-width: auto;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-10 {
    position: static;
    display: block;
    height: auto;
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-11 {
    position: static;
    display: block;
    height: auto;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-2 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-3 {
    display: none;
  }

  .italic-text {
    display: block;
    font-size: 20px;
  }

  .columns-5-copy {
    display: block;
    height: auto;
    max-height: none;
    min-height: 50vh;
    min-width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .column-10-copy {
    position: static;
    display: block;
    height: auto;
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-impressum {
    display: block;
  }

  .image-7 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 23px;
  }

  .div-block-5 {
    display: block;
    width: 100%;
    max-width: 1500px;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-6 {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-7 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .div-block-8 {
    padding-top: 50px;
  }

  .container-6 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-2-copy {
    display: block;
    margin-right: auto;
    margin-bottom: -40px;
    margin-left: auto;
  }

  .image-2-copy2 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }

  .columns-5-copy2 {
    position: static;
    display: block;
    height: auto;
    max-height: none;
    min-height: auto;
    min-width: auto;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-section-impressum.centered {
    height: auto;
    max-height: none;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 20px;
    border-radius: 0px;
    background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .hero-section-impressum.centered.firstblock {
    min-height: 100vh;
    border-radius: 0px;
    background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .hero-section-verlauf.centered {
    height: auto;
    max-height: none;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 20px;
    border-radius: 0px;
    background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .hero-section-verlauf.centered.firstblock {
    min-height: 100vh;
    border-radius: 0px;
    background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .image-2-copy3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-2-copy4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .navigation-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .navigation-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hamburger-button {
    padding-right: 20px;
  }

  .navigation-menu {
    padding-bottom: 30px;
  }

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

  .hero-section-i.centered {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .hero-section-i.centered.firstblock {
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .hero-section-i.centered.kontaktrahmen {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .hollow-button.all-caps {
    font-size: 14px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    max-width: 150px;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .image-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-section-2.centered {
    padding-top: 0px;
    padding-bottom: 119px;
  }

  .image-menu {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: 17px;
    text-align: left;
  }

  .head-section-text {
    max-width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .head-section-text-gross.autohyphens {
    font-size: 32px;
    line-height: 34px;
  }

  .hero-section-3.centered {
    padding-top: 0px;
    padding-bottom: 119px;
  }

  .section-heading-weiss.centered {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0px;
  }

  .hollow-button-weis.all-caps {
    font-size: 14px;
  }

  .hero-section-literatur.centered {
    padding-top: 0px;
    padding-bottom: 119px;
  }

  .image-buch {
    max-width: 80%;
  }

  .image-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .anmeldung.centered {
    padding-top: 0px;
    padding-bottom: 119px;
  }

  .formular-text {
    font-size: 20px;
    line-height: 24px;
  }

  .hollow-button-formular {
    font-size: 14px;
  }

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

  .field-label-2 {
    font-size: 14px;
  }

  .hollow-button-2.all-caps.w--current {
    font-size: 14px;
  }

  .expertentreff {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-2 {
    height: auto;
  }

  .columns-3 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-7 {
    display: block;
    align-self: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-5 {
    width: 100%;
    height: auto;
  }

  .columns-5 {
    display: block;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-2 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .italic-text {
    font-size: 18px;
  }

  .white-box-copy {
    margin-bottom: 30px;
  }

  .image-7 {
    display: inline-block;
  }

  .form-2 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-field {
    max-width: 100%;
  }

  .text-field-2 {
    max-width: 100%;
  }

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

  .container-6 {
    display: inline-block;
  }

  .icon-2 {
    margin-left: 0px;
  }

  .icon-3 {
    margin-right: 0px;
  }

  .bold-text-2 {
    font-size: 32px;
    line-height: 34px;
  }

  .bold-text-3 {
    font-size: 32px;
    line-height: 34px;
  }

  .image-2-copy {
    margin-bottom: -20px;
    padding-top: 25px;
    padding-bottom: 0px;
  }

  .image-2-copy2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-5-copy2 {
    display: block;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-section-impressum.centered {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .hero-section-impressum.centered.firstblock {
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .hero-section-impressum.centered.kontaktrahmen {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .hero-section-verlauf.centered {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .hero-section-verlauf.centered.firstblock {
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .hero-section-verlauf.centered.kontaktrahmen {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .image-9 {
    display: none;
  }

  .image-2-copy3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-2-copy4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-field-3 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .brand-text {
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 14px;
  }

  .hero-section-i.centered {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .hollow-button.all-caps {
    text-align: center;
  }

  .hollow-button.all-caps.buchbestellen {
    width: auto;
  }

  .hollow-button.autohyphens {
    display: block;
    width: auto;
  }

  .section-heading.centered.autohyphens {
    font-size: 28px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 100%;
  }

  .bold-text {
    font-size: 24px;
    line-height: 24px;
  }

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

  .hero-section-2.centered {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-menu {
    max-width: 70%;
    padding-top: 10px;
  }

  .head-section-text {
    font-size: 15px;
    line-height: 24px;
  }

  .head-section-text-gross.autohyphens {
    font-size: 28px;
    line-height: 32px;
  }

  .hero-section-3.centered {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-heading-weiss.centered {
    font-size: 28px;
    line-height: 32px;
  }

  .section-subheading-weis.center {
    line-height: 30px;
  }

  .hero-section-literatur.centered {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .anmeldung.centered {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .formular-text {
    font-size: 16px;
    line-height: 22px;
  }

  .slider-2 {
    height: auto;
  }

  .image-5 {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
  }

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

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

  .italic-text {
    font-size: 15px;
  }

  .text-block-2.autohyphens {
    display: inline-block;
    text-align: center;
  }

  .div-block-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .left-arrow {
    max-height: 60%;
    margin-top: 0px;
  }

  .right-arrow {
    max-height: 60%;
    margin-top: 0px;
  }

  .bold-text-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .bold-text-3 {
    font-size: 28px;
    line-height: 32px;
  }

  .image-2-copy {
    max-width: 95%;
    margin-bottom: -10px;
  }

  .image-2-copy2 {
    max-width: 100%;
  }

  .hero-section-impressum.centered {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .hero-section-verlauf.centered {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url('../images/5d00e1dfa38ae0520042db9d_Kontaktbild-DSC_1447-Kopie.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .image-2-copy3 {
    max-width: 100%;
  }

  .image-2-copy4 {
    max-width: 100%;
  }
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}