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

body {
  background-color: #f8faff;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}

a {
  color: #88969d;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px 10px 0px;
  border: 1px none #000;
  font-size: 35px;
  line-height: 45px;
  font-style: italic;
  font-weight: 400;
}

figcaption {
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  text-align: right;
}

.top-line {
  margin-top: 5px;
  padding-top: 7px;
  border-top: 1px solid #88969d;
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 40px;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._30-pixels {
  margin-top: 0px;
  margin-bottom: 90px;
}

.top-margin._20-pixels {
  position: relative;
  margin-top: 20px;
}

.top-margin._20-pixels.kontakt {
  margin-top: 0px;
}

.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.content-section.double {
  padding-top: 48px;
  padding-bottom: 48px;
}

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

.social-icons {
  padding-top: 25px;
  padding-bottom: 20px;
}

.title {
  margin-bottom: 28px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #941015;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title.white {
  margin-bottom: 48px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

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

.content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1075px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  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;
}

.content-wrapper.hero {
  height: auto;
  min-height: 0px;
}

.content-wrapper.wide {
  max-width: 1156px;
}

.content-wrapper.gro-es-bild {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-wrapper.test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 1000px;
  margin-top: 172px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-big {
  margin-top: 10px;
  font-size: 45px;
  line-height: 55px;
  font-style: italic;
}

.bottom-line {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #88969d;
}

.set {
  margin-top: 40px;
}

.social-icon {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 50px;
  background-color: #4d565b;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
}

.social-icon:hover {
  border: 2px solid #4d565b;
  background-color: transparent;
}

.social-icon.twittter {
  background-image: url('../images/gorjeo_1.svg');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.social-icon.twittter:hover {
  background-image: url('../images/gorjeo.svg');
}

.social-icon.pinterest {
  background-image: url('../images/pinterest.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social-icon.pinterest:hover {
  background-image: url('../images/pinterest_1.svg');
}

.social-icon.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social-icon.instagram:hover {
  background-image: url('../images/instagram-1.svg');
}

.social-icon.facebook {
  background-color: #4d565b;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.social-icon.facebook:hover {
  background-color: transparent;
  background-image: url('../images/logo-de-facebook.svg');
}

.social-icon.linkedin {
  background-image: url('../images/logo-linkedin.svg');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.social-icon.linkedin:hover {
  background-image: url('../images/linkedin.svg');
}

.social-icon.vimeo {
  background-image: url('../images/vimeo.svg');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.social-icon.vimeo:hover {
  background-image: url('../images/vimeo-1.svg');
}

.button {
  min-height: 42px;
  min-width: 185px;
  padding: 15px 28px 11px;
  background-color: #4d565b;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #424a4e;
  color: #fff;
}

.inner-wrapper {
  padding-right: 20px;
  padding-left: 20px;
}

.slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.hero-section {
  position: relative;
  max-height: 0vh;
  min-height: 70vh;
  background-image: url('../images/ricarda_scharbert_re.jpg');
  background-position: 0% 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.slide-1 {
  height: 100%;
  background-image: url('../images/jonathan-borba-P95L1AIVay8-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.slide-2 {
  height: 100%;
  background-image: url('../images/jonathan-borba-Zm1_H161mbc-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.slide-3 {
  height: 100%;
  background-image: url('../images/sweet-ice-cream-photography-vVyzufditLQ-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.guy {
  height: 120%;
  background-image: url('../images/1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.couple {
  background-image: url('../images/jonathan-borba-mvasDnG41is-unsplash.jpg');
}

.absolute.girl {
  background-image: url('../images/jacob-le-WRxSPB1s4_Q-unsplash.jpg');
}

.absolute.hand {
  background-image: url('../images/sweet-ice-cream-photography-RhNf2dce3aM-unsplash.jpg');
}

.absolute.horse {
  background-image: url('../images/fikry-anshor-tNhsb1k1jkE-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.picture {
  height: 100%;
  background-image: url('../images/1-1.jpeg');
}

.absolute.picture-2 {
  height: 100%;
  background-image: url('../images/2.jpeg');
}

.absolute.picture-4 {
  height: 100%;
  background-image: url('../images/4.jpeg');
}

.absolute.picture-3 {
  height: 100%;
  background-image: url('../images/3.jpeg');
}

.absolute.picture-5 {
  height: 100%;
  background-image: url('../images/5.jpeg');
}

.absolute.picture-6 {
  height: 100%;
  background-image: url('../images/6.jpeg');
}

.h1-white {
  max-width: 27ch;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
}

.italicized {
  font-style: italic;
}

.center-content {
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  text-align: center;
}

.hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  margin-top: 18%;
  -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;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.25);
}

.heading-box {
  width: 66%;
  max-width: 634px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.business {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.flex.kontakt {
  padding-top: 0px;
}

.flex.prozess {
  margin-top: 0px;
  margin-bottom: 52px;
  padding-top: 0px;
}

.intro-feature {
  width: 33%;
  margin-right: 1px;
  padding: 35px 30px;
  border-right: 1px solid #88969d;
  text-align: center;
}

.intro-feature._3 {
  border-right-style: none;
}

.button-2 {
  min-height: 39px;
  min-width: 135px;
  padding: 14px 28px 11px;
  border: 1px solid #4d565b;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #4d565b;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #424a4e;
  color: #fff;
}

.button-2.white {
  border-color: #fff;
  color: #fff;
}

.button-2.white:hover {
  background-color: #fff;
  color: #4d565b;
}

.less-line-height {
  line-height: 30px;
}

.content-section-2 {
  position: relative;
  padding-top: 48px;
  padding-bottom: 0px;
  background-color: #f9f0f0;
}

.content-section-2.red {
  background-color: #941015;
}

.image {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding-top: 110px;
  padding-right: 20px;
  padding-left: 0px;
}

.image.one {
  padding: 0px 0px 0px 24px;
}

.image.two {
  padding-top: 0px;
  padding-right: 0px;
}

.image.four {
  padding-top: 145px;
  padding-right: 0px;
}

.image.three {
  padding-top: 142px;
  padding-right: 0px;
}

.image.kontakt {
  width: 30%;
  padding-top: 0px;
  padding-right: 0px;
}

.absolute-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #e1e7f3;
}

.text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 12px 45px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-container.one {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 60px;
}

.text-container.three {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-container.four {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bottom-line-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px;
  border-top: 1px solid #88969d;
  border-bottom: 1px solid #88969d;
}

.right-border {
  margin-right: 12px;
}

.left-column {
  width: 50%;
  padding-right: 40px;
}

.left-column.mobile-margin {
  padding-top: 56px;
  padding-right: 0px;
  padding-bottom: 100px;
  color: #fff;
}

.left-column.with-text {
  padding-right: 0px;
  padding-left: 40px;
}

.left-column.tow {
  padding-top: 100px;
  padding-bottom: 100px;
}

.right-column {
  width: 50%;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.bottom-border {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.h3-big {
  margin-top: 10px;
  font-size: 60px;
  line-height: 70px;
}

.lightbox-link {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mini-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 10px;
  -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;
  border-right: 1px solid #88969d;
  text-align: center;
}

.mini-feature.last {
  border-right-style: none;
}

.content-section-3 {
  position: relative;
  background-color: #eff3fa;
}

.newsletter-left {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding-top: 135px;
  padding-bottom: 135px;
}

.newsletter-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 515px;
  padding: 100px 20px 100px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  width: 33.33%;
  height: 50px;
  padding-top: 11px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #4d565b;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field:focus {
  font-family: Roboto, sans-serif;
  color: #4d565b;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field::-webkit-input-placeholder {
  color: #4d565b;
}

.text-field:-ms-input-placeholder {
  color: #4d565b;
}

.text-field::-ms-input-placeholder {
  color: #4d565b;
}

.text-field::placeholder {
  color: #4d565b;
}

.text-field.login {
  width: 100%;
  border-right-style: solid;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.submit-button {
  width: 33.33%;
  height: 50px;
  padding: 15px 28px 11px;
  background-color: #4d565b;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #424a4e;
  color: #fff;
}

.submit-button.white {
  background-color: #fff;
  color: #88969d;
}

.submit-button.white:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.features-column {
  position: relative;
  width: 33.333%;
  padding: 30px;
  border-radius: 0px;
}

.features-column.no-line {
  border-right-style: none;
}

.feature {
  margin-bottom: 60px;
  text-align: center;
}

.feature.no-margin {
  margin-bottom: 0px;
}

.content-section-4 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eff3fa;
}

.content-section-4.form {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #941015;
}

.numbers-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  margin-right: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #88969d;
  text-align: center;
}

.numbers-right {
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.numbers-item {
  width: 50%;
  padding-right: 40px;
}

.numbers-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #88969d;
}

.numbers-container.no-margin {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.vertical-text {
  position: relative;
  left: -10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.full-section {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.narrow-wrapper {
  width: 89%;
  margin-right: auto;
  margin-left: auto;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 50px 25px;
  -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;
  border-width: 1px;
  border-color: #88969d;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  text-align: center;
}

.testimonial._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonial._4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonial._5 {
  border-bottom-style: solid;
}

.testimonial._6 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.star {
  margin-right: 4px;
}

.testimonial-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #88969d;
  border-left: 1px solid #88969d;
}

.testimonial-column._3 {
  border-right: 1px solid #88969d;
}

.overflow-hidden {
  overflow: hidden;
  width: 100%;
  min-width: auto;
  margin-top: 3px;
}

.open-close-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin-top: 20px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.accordion-wrapper {
  margin-bottom: 15px;
  border-bottom: 1px solid #88969d;
  background-color: #fff;
}

.accordion-wrapper.nr2 {
  background-color: #f9f0f0;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.flex-no-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.full-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: -1px;
  padding-top: 0px;
  padding-right: 25px;
  padding-left: 22px;
}

.question {
  color: #941015;
  font-size: 25px;
  line-height: 30px;
}

.answer {
  margin-bottom: 10px;
}

.insta-pic {
  position: relative;
  overflow: hidden;
  width: 23.8%;
}

.hover-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(218, 217, 215, 0.8);
}

.footer {
  position: relative;
  background-color: #f9f0f0;
}

.footer-menu-bg {
  background-color: #941015;
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu {
  display: block;
  width: auto;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: rgba(148, 16, 21, 0.6);
}

.element-2 {
  background-color: #e8e9ee;
}

.left-border {
  padding-top: 9px;
}

.navbar-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.underline-hover {
  position: absolute;
  left: 0px;
  top: 73px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  margin-top: -18px;
  background-color: #a4aebe;
}

.underline-hover.navbar {
  position: relative;
  top: 0px;
  width: 100%;
  height: 1px;
  margin-top: 0px;
  background-color: #fff;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
  opacity: 0.85;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.brand.w--current {
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.brand.w--current:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.navlink {
  overflow: hidden;
  height: 60px;
  margin-right: 15px;
  padding-top: 16px;
  padding-right: 7px;
  padding-left: 7px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: normal;
  text-transform: uppercase;
  white-space: normal;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  font-weight: 500;
}

.scroll-down {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.scroll-down:hover {
  opacity: 0.85;
}

.success-message {
  width: 100%;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.error-message {
  font-size: 20px;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.footer-logo:hover {
  opacity: 0.85;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.footer-logo.w--current:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.footer-link {
  overflow: hidden;
  margin-right: 15px;
  padding-top: 10px;
  padding-right: 7px;
  padding-left: 7px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
}

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

.footer-link.w--current {
  color: #69707b;
}

.footer-center {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.notice {
  display: none;
  padding-bottom: 15px;
  text-align: center;
}

.notice-text {
  padding-top: 18px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-left.formular {
  margin-top: 0px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  -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;
}

.text-field-2 {
  width: 48%;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Roboto, sans-serif;
}

.text-field-2:hover {
  border-color: #4d565b;
}

.text-field-2::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field-2:-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field-2::-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field-2::placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field-2.message {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 73px;
}

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

.contact-us-column {
  width: 70%;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.text-block-2.bold {
  font-weight: 500;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.white {
  color: #fff;
}

.text {
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
}

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

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

.gallery-item {
  position: relative;
  overflow: hidden;
  width: 67.5%;
  margin-bottom: 15px;
}

.absolute-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-hover.gallery-1 {
  height: 100%;
  background-image: url('../images/jonathan-borba-YMokpm25y14-unsplash.jpg');
}

.absolute-hover.gallery-2 {
  height: 100%;
  background-image: url('../images/jonathan-borba-Y6RATd1xgyc-unsplash.jpg');
}

.absolute-hover.gallery-3 {
  height: 100%;
  background-image: url('../images/jonathan-borba-Zm1_H161mbc-unsplash.jpg');
}

.absolute-hover.gallery-3 {
  height: 100%;
  background-image: url('../images/jonathan-borba-I2MBFTSckz4-unsplash.jpg');
}

.absolute-hover.gallery-4 {
  height: 100%;
  background-image: url('../images/jonathan-borba-x1RhIVm3lLE-unsplash.jpg');
}

.absolute-hover.gallery-5 {
  height: 100%;
  background-image: url('../images/jonathan-borba-Q6L6j_9uuJg-unsplash.jpg');
}

.absolute-hover.gallery-6 {
  height: 100%;
  background-image: url('../images/jonathan-borba-Zm1_H161mbc-unsplash.jpg');
}

.absolute-hover.gallery-7 {
  height: 100%;
  background-image: url('../images/jonathan-borba-dQeag-a_eu4-unsplash.jpg');
}

.gallery-item-2 {
  position: relative;
  overflow: hidden;
  width: 31%;
  margin-bottom: 15px;
}

.gallery-item-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50%;
  margin-bottom: 15px;
}

.gallery-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-1 {
  position: absolute;
  left: 0%;
  top: 13%;
  right: auto;
  bottom: auto;
  display: inline-block;
  overflow: hidden;
  height: auto;
}

.pictures-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1250px;
  margin-top: -429px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
}

.absolute-heading {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 100px;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 43%;
  max-width: 634px;
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.absolute-heading.medium {
  width: 43%;
  max-width: 476px;
}

.content-section-5 {
  position: relative;
  overflow: visible;
  padding-top: 185px;
  padding-bottom: 90px;
  background-color: #eff3fa;
}

.image-2 {
  position: absolute;
  left: 26%;
  top: 38%;
  right: auto;
  bottom: auto;
  display: inline-block;
  overflow: hidden;
  height: auto;
  margin-left: 26px;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 31%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  overflow: hidden;
}

.image-5 {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  margin-left: 121px;
}

.image-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 12%;
  bottom: 11%;
  display: inline-block;
  overflow: hidden;
  margin-left: 26px;
}

.footer-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  margin-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000000;
  display: none;
  -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;
  background-color: #f8faff;
  font-family: Roboto, sans-serif;
  color: #69707b;
  font-size: 14px;
}

.go-up-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #88969d;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 15px 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
}

.go-up-button.w--current {
  z-index: 100;
}

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

.row {
  margin-bottom: 3%;
}

.bg {
  background-color: #88969d;
}

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

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

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

._404-text {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.slider-arrows {
  opacity: 0.65;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slider-arrows:hover {
  opacity: 0.85;
}

.slide-nav {
  display: none;
}

.paragraph {
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
}

.paragraph.wei {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #fff;
}

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

.dropdown {
  height: 60px;
  font-size: 16px;
}

.dropdown-toggle {
  height: 60px;
  padding-top: 16px;
  padding-left: 7px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.mini-arrow {
  margin-top: 25px;
  font-size: 13px;
}

.dropdown-link {
  padding-left: 20px;
  background-color: rgba(148, 16, 18, 0.3);
  -webkit-transition: background-color 200ms ease, padding 200ms ease;
  transition: background-color 200ms ease, padding 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-style: normal;
}

.dropdown-link:hover {
  padding-left: 23px;
  background-color: rgba(148, 16, 21, 0.6);
}

.image-7 {
  overflow: hidden;
}

.center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-navlink {
  overflow: hidden;
  width: 30px;
  height: 60px;
  padding-top: 16px;
  padding-right: 7px;
  padding-left: 7px;
  background-image: url('../images/facebook-logo-de-letra.svg');
  background-position: 50% 54%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
}

.social-navlink:hover {
  opacity: 0.85;
  text-decoration: none;
}

.social-navlink.w--current {
  font-weight: 500;
}

.social-navlink.instagram {
  background-image: url('../images/instagram.svg');
}

.social-navlink.twitter {
  background-image: url('../images/gorjeo_1.svg');
}

.social-navlink.pinterest {
  background-image: url('../images/pinterest.svg');
}

.social-navlink.vimeo {
  background-image: url('../images/vimeo.svg');
}

.bottom-image-margin {
  margin-bottom: 20px;
}

.side-line {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  background-color: #88969d;
}

.content-section-10 {
  padding-top: 48px;
  padding-bottom: 48px;
  background-image: url('../images/753917974_re_kl.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.h2-red {
  color: #941015;
  line-height: 1.3;
}

.heading {
  margin-bottom: 71px;
  color: #fff;
}

.heading.two {
  margin-bottom: 20px;
}

.heading-2 {
  max-width: 512.4999389648438ch;
  margin-top: 0px;
  margin-bottom: 24px;
  color: #941015;
  font-size: 34px;
  line-height: 1.25;
}

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

.heading-2.wei {
  margin-top: 0px;
  color: #fff;
}

.heading-2.wei.zentriert {
  text-align: center;
}

.heading-2.rot {
  margin-bottom: 0px;
  color: #941015;
  font-size: 34px;
}

.heading-2.ueber_mich {
  max-width: 24ch;
}

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

.paragraph-2 {
  white-space: normal;
}

.list {
  margin-bottom: 26px;
  padding-top: 14px;
  padding-left: 25px;
  color: #941015;
  font-size: 22px;
  line-height: 1.3;
}

.list.zwei {
  margin-bottom: 0px;
}

.list.einger-ckt {
  margin-bottom: 0px;
  margin-left: 23px;
  padding-top: 0px;
  font-size: 19px;
  line-height: 1.4;
  list-style-type: disc;
}

.list.drei {
  padding-top: 0px;
}

.content-section-09 {
  position: relative;
  background-color: #f9f0f0;
}

.content-section-11 {
  min-height: 1150px;
  background-color: #fff;
  background-image: url('../images/494075461_re_kl.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.grid {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-2 {
  margin-top: 48px;
  margin-bottom: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #fff;
}

.list-2 {
  padding-left: 24px;
  line-height: 1.25;
}

.list-2.white {
  margin-bottom: 27px;
}

.dropdown-list {
  position: relative;
  background-color: #1a0909;
  font-family: 'Cormorant Garamond', sans-serif;
}

.dropdown-list.w--open {
  position: absolute;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.paragraph-red {
  padding-right: 20px;
  color: #941015;
}

.paragraph-white {
  margin-bottom: 0px;
  padding-top: 0px;
  color: #fff;
}

.verlinkung {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #9d1616;
  font-style: normal;
  font-weight: 400;
  white-space: normal;
}

.versalien {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.versa {
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.footer-text.w--current {
  color: #430709;
}

.image-business {
  padding-top: 17px;
  padding-right: 20px;
}

.image-training-1 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 20px;
  font-size: 0px;
  line-height: 0px;
}

.image-training-1.rechts {
  margin-top: 10px;
  margin-bottom: 26px;
  padding-right: 0px;
}

.image-training-2 {
  margin-bottom: 60px;
  padding-right: 20px;
}

.grid-3 {
  margin-top: 48px;
  margin-bottom: 60px;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.image-9 {
  height: 50px;
  font-size: 0px;
}

.dropdown-list-2 {
  position: relative;
  margin-top: 13px;
  background-color: rgba(148, 16, 21, 0.3);
}

.dropdown-list-2.w--open {
  position: absolute;
  margin-top: 12px;
  background-color: rgba(148, 16, 21, 0.6);
}

.dropdown-toggle-2 {
  padding: 16px 40px 0px 0px;
}

.icon-2 {
  position: absolute;
  left: 97px;
  top: -5%;
  right: 0%;
  bottom: 0%;
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
}

.section {
  background-color: #1aaadf;
}

.card-example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 21px 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #97cae2;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 2000px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-10 {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.column {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  background-color: transparent;
}

.container-2 {
  background-color: transparent;
}

.section-2 {
  background-color: #1aaadf;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.image-11 {
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div_block_spacer {
  width: 50%;
}

.div-block-2 {
  margin-bottom: 60px;
}

.div-block-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-3.kontakt {
  margin-top: 48px;
  margin-bottom: 48px;
}

.colum_links {
  width: 50%;
}

.colum_rechts {
  width: 50%;
  margin-bottom: 5%;
}

.image-12 {
  height: 50px;
}

.image_prozess_01 {
  width: auto;
  margin-top: 0px;
  padding-right: 0px;
}

.image_prozess_02 {
  margin-bottom: 24px;
}

.bild_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.italic-text-2 {
  font-style: normal;
  font-weight: 400;
}

.link {
  color: #941015;
  text-decoration: underline;
}

.link:hover {
  font-weight: 400;
}

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

.div-block-4 {
  height: 15vh;
}

.div-block-5 {
  height: 15vh;
}

.link-2 {
  color: #941015;
  text-decoration: underline;
}

.link-3 {
  color: #fff;
  text-decoration: underline;
}

.link-4 {
  color: #941015;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .title.white {
    margin-bottom: 48px;
  }

  .content-wrapper.gro-es-bild {
    min-height: 1500px;
    padding-top: 0px;
  }

  .flex.kontakt {
    margin-bottom: 48px;
  }

  .heading-2.white._2 {
    margin-bottom: 48px;
  }

  .list.white {
    margin-bottom: 20px;
    padding-top: 20px;
    color: #fff;
  }

  .content-section-11 {
    max-height: 1300px;
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
  }

  .grid-2 {
    grid-row-gap: 0px;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .footer-text {
    letter-spacing: 1px;
  }

  .card-example {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-10 {
    position: relative;
    width: 100%;
    margin-top: -20%;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  .content-section {
    padding-bottom: 0px;
  }

  .content-section.double {
    padding-bottom: 0px;
  }

  .title.white {
    margin-bottom: 48px;
    padding-bottom: 0px;
  }

  .hero-section {
    padding-bottom: 0px;
    background-position: 0% 100%;
    background-size: cover;
  }

  .absolute.slide-1 {
    background-position: 66% 50%;
  }

  .absolute.slide-2 {
    background-position: 66% 50%;
  }

  .absolute.slide-3 {
    background-position: 66% 50%;
  }

  .absolute.guy {
    background-position: 66% 50%;
  }

  .absolute.horse {
    background-position: 66% 50%;
  }

  .h1-white {
    margin-right: 0px;
    margin-left: 1px;
    font-size: 32px;
    line-height: 1.25;
  }

  .center-content {
    margin-top: 0px;
    margin-left: 0%;
  }

  .hero-flex {
    margin-top: 18%;
  }

  .heading-box {
    width: 74%;
  }

  .flex {
    padding-bottom: 0px;
  }

  .content-section-2 {
    padding-bottom: 0px;
  }

  .image.one {
    padding-right: 0px;
  }

  .left-column.mobile-margin {
    width: 70%;
  }

  .h3-big {
    font-size: 55px;
    line-height: 60px;
  }

  .content-section-3 {
    padding-bottom: 0px;
  }

  .content-section-4 {
    padding-bottom: 0px;
  }

  .content-section-4.form {
    padding-bottom: 90px;
  }

  .full-section {
    height: 370px;
    padding-bottom: 0px;
  }

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

  .footer {
    padding-bottom: 0px;
  }

  .footer-menu {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .menu-button {
    height: 0px;
    background-color: transparent;
    color: #fff;
  }

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

  .left-border {
    padding-left: 20px;
  }

  .nav-menu {
    overflow: auto;
    height: 100vh;
    padding-bottom: 140px;
    background-color: rgba(148, 16, 18, 0.7);
    text-align: left;
  }

  .navlink {
    width: 100%;
    padding-right: 20px;
    padding-left: 27px;
    text-align: left;
  }

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

  .footer-center {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-us-column {
    width: 82%;
  }

  .gallery-item {
    width: 67.8%;
    margin-bottom: 10px;
  }

  .gallery-item-2 {
    margin-bottom: 10px;
  }

  .gallery-item-3 {
    margin-bottom: 10px;
  }

  .image-1 {
    left: -5%;
    width: 30%;
  }

  .pictures-container {
    margin-top: -350px;
  }

  .image-3 {
    top: -3%;
    width: 38%;
  }

  .absolute-heading {
    width: 74%;
  }

  .absolute-heading.medium {
    width: 54%;
  }

  .image-2 {
    left: 0%;
    top: 40%;
    width: 47%;
  }

  .image-4 {
    width: 38%;
  }

  .image-5 {
    left: -193px;
    width: 40%;
  }

  .image-6 {
    right: 3%;
    width: 56%;
  }

  .footer-logo-box {
    width: 100%;
  }

  .dropdown {
    margin-left: 14px;
  }

  .social-navlink {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .content-section-10 {
    background-position: 65% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

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

  .heading-2.rot {
    font-size: 30px;
  }

  .list {
    font-size: 21px;
  }

  .list.einger-ckt {
    font-size: 18px;
  }

  .content-section-09 {
    padding-bottom: 0px;
  }

  .content-section-11 {
    background-position: 65% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .list-2.white {
    font-size: 21px;
  }

  .dropdown-list.w--open {
    position: static;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .paragraph-red {
    font-size: 21px;
  }

  .paragraph-white {
    font-size: 21px;
  }

  .image-training-1 {
    margin-top: 0px;
  }

  .grid-3 {
    grid-column-gap: 68px;
  }

  .dropdown-list-2 {
    margin-left: 30px;
  }

  .dropdown-list-2.w--open {
    position: relative;
    background-color: transparent;
  }

  .dropdown-toggle-2 {
    margin-bottom: 8px;
    padding-left: 27px;
  }

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

@media screen and (max-width: 767px) {
  .top-margin._30-pixels {
    margin-bottom: 60px;
  }

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

  .content-section.double {
    padding-top: 34px;
    padding-bottom: 18px;
  }

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

  .title.white {
    margin-bottom: 34px;
  }

  .content-wrapper.hero {
    min-height: 700px;
  }

  .h2-big {
    font-size: 40px;
    line-height: 50px;
  }

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

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .social-icon.twittter {
    background-size: 12px;
  }

  .social-icon.pinterest {
    background-size: 12px;
  }

  .social-icon.instagram {
    background-size: 12px;
  }

  .social-icon.facebook {
    background-size: 12px;
  }

  .social-icon.linkedin {
    background-size: 12px;
  }

  .social-icon.vimeo {
    background-size: 12px;
  }

  .hero-section {
    min-height: 80vh;
    background-position: 10% 80%;
  }

  .h1-white {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 26px;
    line-height: 1.25;
  }

  .center-content {
    width: 45%;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 0px;
  }

  .hero-flex {
    margin-top: 15%;
  }

  .heading-box {
    width: 90%;
    margin-bottom: 40px;
  }

  .flex {
    padding-top: 34px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .intro-feature {
    width: 100%;
    border-bottom: 1px solid #88969d;
    border-right-style: none;
  }

  .intro-feature._3 {
    border-bottom-style: none;
  }

  .button-2 {
    min-width: 123px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-section-2 {
    padding-top: 34px;
  }

  .image.one {
    position: relative;
    overflow: hidden;
    width: 40%;
    padding-right: 0px;
    clear: none;
  }

  .image.kontakt {
    width: 40%;
  }

  .text-container.one {
    width: 60%;
    padding-bottom: 40px;
  }

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

  .left-column.with-text {
    padding-left: 20px;
  }

  .h3-big {
    font-size: 45px;
    line-height: 50px;
  }

  .flex-space.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mini-feature {
    width: 100%;
    border-bottom: 1px solid #88969d;
    border-right-style: none;
  }

  .content-section-3 {
    padding-top: 0px;
  }

  .text-field {
    width: 100%;
    max-width: 310px;
    border-right-style: solid;
  }

  .submit-button {
    width: 100%;
    max-width: 310px;
  }

  .submit-button.white {
    max-width: 100%;
  }

  .content-section-4 {
    padding-top: 80px;
  }

  .full-section {
    height: 270px;
    padding-top: 80px;
  }

  .testimonial-column {
    width: 100%;
    border-right: 1px solid #88969d;
  }

  .testimonial-column._2 {
    border-top: 1px none #000;
  }

  .testimonial-column._3 {
    border-top-style: none;
  }

  .insta-pic {
    width: 48%;
    margin-bottom: 15px;
  }

  .navlink {
    height: 45px;
    padding-top: 6px;
    padding-left: 34px;
  }

  .footer-link {
    height: 45px;
    padding-top: 6px;
  }

  .text {
    font-size: 16px;
  }

  .gallery-item {
    width: 68.2%;
    margin-bottom: 5px;
  }

  .gallery-item-2 {
    margin-bottom: 5px;
  }

  .gallery-item-3 {
    margin-bottom: 5px;
  }

  .image-1 {
    left: -7%;
    top: 10%;
  }

  .pictures-container {
    height: 1000px;
  }

  .absolute-heading {
    width: 90%;
    margin-bottom: 40px;
  }

  .absolute-heading.medium {
    width: 60%;
  }

  .content-section-5 {
    padding-top: 100px;
  }

  .image-6 {
    bottom: 5%;
  }

  .social-navlink {
    height: 45px;
    padding-top: 6px;
  }

  .content-section-10 {
    padding-top: 34px;
    padding-bottom: 34px;
    background-position: 74% 50%;
  }

  .h2-red {
    font-size: 28px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .heading-2.wei.zentriert {
    max-width: 30ch;
  }

  .heading-2.rot {
    font-size: 26px;
  }

  .list {
    font-size: 18px;
  }

  .list.einger-ckt {
    margin-left: 20px;
    font-size: 16px;
  }

  .content-section-11 {
    background-position: 50% 100%;
  }

  .grid-2 {
    margin-top: 34px;
  }

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

  .paragraph-red {
    font-size: 18px;
  }

  .paragraph-white {
    font-size: 18px;
  }

  .versa {
    font-size: 16px;
  }

  .dropdown-toggle-2 {
    padding-left: 34px;
  }

  .div_block_spacer {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    padding-top: 60px;
  }

  .content-section.double {
    padding-top: 26px;
    padding-bottom: 6px;
  }

  .title {
    margin-bottom: 10px;
  }

  .title.white {
    margin-bottom: 0px;
    padding-bottom: 26px;
  }

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

  .content-wrapper.hero {
    display: none;
    min-height: 300px;
  }

  .content-wrapper.gro-es-bild {
    background-color: transparent;
  }

  .h2-big {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-section {
    min-height: 50vh;
    padding-top: 60px;
    background-position: 8% 80%;
  }

  .absolute.picture {
    height: 110%;
  }

  .h1-white {
    font-size: 20px;
    line-height: 1.25;
  }

  .center-content {
    margin-top: 0px;
    margin-left: 0px;
  }

  .heading-box {
    width: 100%;
  }

  .flex {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .flex.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex.business {
    padding-bottom: 0px;
  }

  .flex.prozess {
    padding-bottom: 0px;
  }

  .intro-feature {
    width: 100%;
    max-width: 350px;
    border-bottom: 1px solid #88969d;
    border-right-style: none;
  }

  .intro-feature._3 {
    border-bottom-style: none;
  }

  .content-section-2 {
    padding-top: 26px;
  }

  .image {
    width: 100%;
  }

  .image.one {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image.two {
    padding-top: 0px;
    padding-right: 0px;
  }

  .image.kontakt {
    width: 100%;
  }

  .text-container {
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-container.one {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .text-container.three {
    margin-top: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-container.four {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-column {
    width: 100%;
    padding-right: 0px;
  }

  .left-column.mobile-margin {
    width: 100%;
    margin-bottom: 30px;
  }

  .left-column.with-text {
    padding-left: 0px;
  }

  .right-column {
    width: 100%;
  }

  .flex-space.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .newsletter-left {
    width: 100%;
  }

  .newsletter-right {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .features-column {
    width: 100%;
    max-width: 350px;
  }

  .content-section-4 {
    padding-top: 60px;
  }

  .content-section-4.form {
    padding-bottom: 60px;
  }

  .numbers-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #88969d;
    border-right-style: none;
  }

  .numbers-item {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .numbers-item.no-margin {
    margin-bottom: 0px;
  }

  .numbers-container.no-margin {
    padding-bottom: 20px;
    border-bottom-style: solid;
  }

  .vertical-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .full-section {
    padding-top: 60px;
  }

  .testimonial._5 {
    border-bottom-style: none;
  }

  .testimonial._5 {
    border-bottom-style: solid;
  }

  .testimonial-column {
    width: 100%;
    max-width: 350px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-link {
    margin-bottom: 14px;
  }

  .column-left {
    width: 100%;
  }

  .form-block {
    width: 100%;
    margin-top: 20px;
  }

  .gallery-item {
    margin-bottom: 3px;
  }

  .gallery-item-2 {
    margin-bottom: 3px;
  }

  .gallery-item-3 {
    margin-bottom: 3px;
  }

  .image-1 {
    left: -11%;
  }

  .pictures-container {
    height: 630px;
  }

  .absolute-heading {
    width: 100%;
  }

  .absolute-heading.medium {
    width: 80%;
  }

  .content-section-5 {
    padding-top: 60px;
  }

  .image-2 {
    top: 53%;
  }

  .image-4 {
    top: 48%;
    right: -5%;
  }

  .image-6 {
    bottom: 3%;
  }

  .side-line {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 1px;
  }

  .content-section-10 {
    padding-top: 26px;
    padding-bottom: 26px;
    background-position: 0% 50%;
  }

  .h2-red {
    font-size: 24px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .heading-2.rot {
    font-size: 22px;
  }

  .list {
    font-size: 18px;
  }

  .content-section-11 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3))), url('../images/494075461_re_kl.jpg');
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3)), url('../images/494075461_re_kl.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .grid-2 {
    margin-top: 26px;
    margin-bottom: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-2.white._2 {
    margin-bottom: 0px;
  }

  .paragraph-white._2 {
    margin-bottom: 24px;
  }

  .div-block {
    width: 100%;
  }

  .image-training-1 {
    padding-right: 0px;
  }

  .grid-3 {
    margin-top: 29px;
    margin-bottom: 51px;
    grid-column-gap: 10px;
    grid-row-gap: 23px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .image-11 {
    margin-top: 0px;
  }

  .image-11.kontakt {
    margin-top: 30px;
  }

  .div-block-3 {
    margin-bottom: 0px;
  }

  .colum_links {
    width: 100%;
  }

  .colum_rechts {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
  }

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

  .image_prozess_01 {
    display: none;
  }
}

#w-node-_40e6f7b5-54f8-2d11-abd8-ef9c29b8880d-fec36878 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_829f38ce-4238-803b-c6d8-76044069fc17-fec36878 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_843934cc-4077-bda7-9224-bfab6ee8fed3-fec36878 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a46a8619-0179-1e4f-9e9a-c93699bf8d23-fec36878 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e0c7e9d-19f4-5a43-2e04-82d5c36b07a5-fec36878 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_319db171-8a64-e37b-60d1-2e2536cc67b4-e3b89778 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_636e6b37-fcaf-bfa7-c90e-dbcef0b1ccf9-e3b89778 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_843934cc-4077-bda7-9224-bfab6ee8fed3-fec36878 {
    -ms-grid-row: span 4;
    grid-row-start: span 4;
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4e0c7e9d-19f4-5a43-2e04-82d5c36b07a5-fec36878 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_636e6b37-fcaf-bfa7-c90e-dbcef0b1ccf9-e3b89778 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_829f38ce-4238-803b-c6d8-76044069fc17-fec36878 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_843934cc-4077-bda7-9224-bfab6ee8fed3-fec36878 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a46a8619-0179-1e4f-9e9a-c93699bf8d23-fec36878 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_636e6b37-fcaf-bfa7-c90e-dbcef0b1ccf9-e3b89778 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

