h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #333;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

h4 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

h5 {
  margin-top: 20px;
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

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

li {
  margin-top: 9px;
  color: #333;
  font-size: 15px;
  line-height: 25px;
}

blockquote {
  margin-bottom: 10px;
  padding: 20px;
  border-left: 2px solid #ff8e64;
  background-color: hsla(0, 0%, 86.7%, 0.08);
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
}

.website-fade-in {
  overflow: hidden;
  font-family: Montserrat, sans-serif;
}

.popup-newsletter {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1200;
  display: none;
  width: 100%;
  height: 100%;
  -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: rgba(255, 142, 100, 0.8);
}

.div-newsletter {
  position: relative;
  top: 50%;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.newsletter-popup {
  position: relative;
  top: auto;
  bottom: auto;
  z-index: 3000;
  display: block;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 64px 64px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(38, 56, 72, 0.2);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  text-align: center;
}

.contact-us-icon {
  margin-top: 0px;
  margin-bottom: 8px;
  background-color: transparent;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1550;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  line-height: 14px;
}

.container-1200 {
  position: relative;
  z-index: 50;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.container-1200.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-1200.navbar-blog {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.brand.scroll {
  height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.brand.scroll.w--current {
  height: 70px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 16px;
  padding-left: 16px;
  float: right;
  -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;
  line-height: 24px;
  text-align: center;
}

.nav-menu.nav-dark {
  height: 70px;
}

.section-hero {
  position: relative;
  height: 100vh;
}

.section-hero.blog-hero-section {
  position: static;
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 69, 100, 0.8)), to(rgba(68, 69, 100, 0.8))), url('../images/HG-buchen.jpg');
  background-image: linear-gradient(180deg, rgba(68, 69, 100, 0.8), rgba(68, 69, 100, 0.8)), url('../images/HG-buchen.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-hero.blog-hero-section.correct-blog {
  height: 60vh;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/HG-buchen.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider {
  height: 100%;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.7)), to(rgba(16, 18, 70, 0.7))), url('../images/slide2.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.7), rgba(16, 18, 70, 0.7)), url('../images/slide2.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  color: #ff8e64;
}

.slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.6)), to(rgba(16, 18, 70, 0.6))), url('../images/office.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.6), rgba(16, 18, 70, 0.6)), url('../images/office.jpg');
  background-position: 0px 0px, 50% 50%;
}

.slide._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.65)), to(rgba(16, 18, 70, 0.65))), url('../images/5aa7c50283789d0b183cbe14_58dbc937e78e13ae4a7ea4eb_man-ipad-macbook.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.65), rgba(16, 18, 70, 0.65)), url('../images/5aa7c50283789d0b183cbe14_58dbc937e78e13ae4a7ea4eb_man-ipad-macbook.jpg');
  background-position: 0px 0px, 50% 0%;
  background-repeat: repeat, no-repeat;
}

.slider-content {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.hero-text {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.hero-text.thin {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  text-align: center;
}

.button-orange {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 12px 20px;
  border-radius: 30px;
  background-color: #ff8e64;
  opacity: 1;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button-orange:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.button-orange.w--current {
  margin-top: 18px;
  text-transform: uppercase;
}

.button-orange.hero-button {
  width: 150px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff8e64;
  border-radius: 30px;
  background-color: #ff8e64;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.button-orange.hero-button.w--current {
  line-height: 14px;
}

.button-orange.pop-up {
  margin-top: 24px;
}

.button-orange.full-in-pass {
  width: 100%;
  margin-top: 0px;
}

.button-orange.hero-button-transparent {
  width: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff8e64;
  background-color: transparent;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.hero-heading {
  margin-top: 16px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

.slide-arrow {
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: auto auto auto 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff8e64;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 400ms ease;
  transition: border 200ms ease, background-color 400ms ease;
  color: #ff8e64;
  font-size: 16px;
}

.slide-arrow:hover {
  border-color: #fff;
  background-color: #fff;
  font-size: 17px;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 70px;
  display: none;
  color: #ff8e64;
  font-size: 11px;
  text-align: center;
}

.hero-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-link {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 5px;
  -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;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 1;
}

.social-link.orage {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  padding: 3px;
  border-radius: 100px;
  background-color: #ff8e64;
  text-align: center;
}

.social-link.orage.gray {
  width: 32px;
  height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.social-link.orage.gray:hover {
  border-color: #ff8e64;
  background-color: #ff8e64;
}

.scroll-link {
  position: static;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
}

.scroll-link.w--current {
  bottom: 25px;
  border-radius: 100px;
}

.section {
  position: relative;
  overflow: visible;
  padding: 120px 50px;
  background-color: #fff;
  text-align: center;
}

.section.grey {
  z-index: 30;
  display: none;
  overflow: hidden;
  background-color: #f5f6f9;
}

.section.grey.versteckt {
  display: none;
}

.section.dots {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 9px;
}

.section.sc-grey {
  background-color: #f5f6f9;
}

.section.sc-grey.sc-nutzen {
  display: block;
}

.section.sc-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 24, 53, 0.76)), to(rgba(23, 24, 53, 0.76))), url('../images/image-3-compressed.jpg');
  background-image: linear-gradient(180deg, rgba(23, 24, 53, 0.76), rgba(23, 24, 53, 0.76)), url('../images/image-3-compressed.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-wrapper-content {
  position: relative;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-bottom: 0px;
  font-weight: 400;
  text-align: center;
}

.section-wrapper-content.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-wrapper-content.page-header.blog {
  width: 40%;
  margin-top: 200px;
  margin-bottom: 0px;
}

.section-header {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #333;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.section-header.left {
  font-weight: 600;
  text-align: left;
}

.services-line {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  -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-style: none;
  border-top-width: 2px;
  border-top-color: #ff8e64;
}

.services-line.price {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 20px;
  padding-bottom: 8px;
  border-top-style: solid;
  border-top-color: #ff8e64;
  background-color: transparent;
}

.paragraph-small {
  margin-top: 8px;
  margin-bottom: 24px;
  padding-right: 0px;
  padding-left: 0px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
}

.half-side-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 60px;
  padding-left: 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;
  background-color: #fff;
  opacity: 1;
}

.half-side-content.contact-bacground {
  position: relative;
  width: 50%;
  height: auto;
  min-height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.3)), to(rgba(16, 18, 70, 0.3))), url('../images/kontakt.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.3), rgba(16, 18, 70, 0.3)), url('../images/kontakt.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.half-side-content.contact-us-half-side {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.half-side-content.image-background {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.3)), to(rgba(16, 18, 70, 0.3))), url('../images/unternehen.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.3), rgba(16, 18, 70, 0.3)), url('../images/unternehen.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.half-side-content.image-background._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.3)), to(rgba(16, 18, 70, 0.3))), url('../images/mitarbeiter.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.3), rgba(16, 18, 70, 0.3)), url('../images/mitarbeiter.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-team {
  padding: 120px 50px;
  background-color: #f5f6f9;
}

.team-content {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 27px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #fff;
}

.team-titel {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #333;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.bottom-button {
  margin-top: 12px;
}

.mtm-big-text {
  color: #333;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
}

.mtm-big-text.ac-white {
  color: #fff;
}

.pricing-wrapper-list {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.angebot-liste {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 24px 15px;
  border-bottom: 0px none transparent;
  box-shadow: 0 1px 0 0 #e6e4e4;
  color: #333;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.angebot-liste.al-white {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.teastimonial-card {
  position: relative;
  display: block;
  margin-right: 40px;
  margin-left: 40px;
  padding: 88px 32px 24px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.teastimonial-card.in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.author {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  margin-top: -35px;
  margin-bottom: 24px;
  margin-left: -45px;
  border: 2px solid #ff8e64;
  border-radius: 10px;
  text-align: left;
}

.author.in {
  width: 100px;
  height: 100px;
  margin-top: -25px;
}

.author.single-author {
  position: static;
  width: 150px;
  height: 150px;
  margin-top: 26px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
}

.social-wrapper.footer {
  display: none;
}

.testimonial-name {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.section-sponsor {
  display: none;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #f5f6f9;
}

.sponsor-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px;
  opacity: 0.65;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.sponsor-link:hover {
  opacity: 1;
}

.sponsor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -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;
  color: #fff;
}

.scroll-up-button {
  position: absolute;
  right: -82px;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 8.33%;
  -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: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
}

.scroll-up-button:hover {
  border-color: #ff8e64;
  background-color: #ff8e64;
}

.scroll-up-button.srup-orange {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1500;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-color: #ff8e64;
  background-color: #ff8e64;
  background-image: url('../images/up-arrow.svg');
  background-position: 50% 50%;
  background-size: 35%;
  background-repeat: no-repeat;
  box-shadow: 0 8px 16px 0 rgba(51, 51, 51, 0.2);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ff8e64;
}

.scroll-up-button.srup-orange:hover {
  background-color: transparent;
  background-image: url('../images/up-arrow_orange.svg');
  background-position: 50% 50%;
  background-size: 35%;
  background-repeat: no-repeat;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8.33%;
  padding-right: 30px;
  padding-left: 15px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-brand {
  text-decoration: none;
}

.footer-brand.w--current {
  margin-bottom: 4px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-header {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-button-block {
  display: inline-block;
  padding-top: 0px;
  padding-left: 60px;
  float: none;
}

.button-kontakt-topmenu {
  padding: 10px 20px;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.button-kontakt-topmenu:hover {
  background-color: #ff8e64;
}

.button-kontakt-topmenu.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-kontakt-topmenu.nav {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Montserrat, sans-serif;
  line-height: 12px;
  font-weight: 600;
}

.button-kontakt-topmenu.nav.dark {
  color: #ff8e64;
}

.button-kontakt-topmenu.nav.dark.w--current {
  border-color: #ff8e64;
  color: #ff8e64;
}

.button-kontakt-topmenu.nav.dark.w--current:hover {
  color: #fff;
}

.nav-link {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #ff8e64;
  font-weight: 500;
}

.nav-link:focus {
  color: #ff8e64;
  font-weight: 500;
}

.nav-link.w--current {
  color: #ff8e64;
  font-weight: 400;
}

.nav-link.dark {
  color: #333;
  font-weight: 600;
}

.nav-link.dark:hover {
  color: #ff8e64;
  font-weight: 600;
}

.nav-link.dark:focus {
  color: #ff8e64;
}

.slide-arrow-right {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: auto 10% auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff8e64;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #ff8e64;
  font-size: 16px;
}

.slide-arrow-right:hover {
  border-color: #fff;
  background-color: #fff;
}

.blog-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  padding-top: 16px;
  -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;
  color: #fff;
}

.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-footer {
  margin-top: 24px;
}

.paragraph-footer.white {
  margin-top: 8px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 25px;
}

.paragraph-footer.white.impressum {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400;
}

.small-text-team {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ff8e64;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

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

.contact-us-card {
  position: absolute;
  width: 500px;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 24px 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.kontakt-block {
  display: block;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-member-image {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 350px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  border-width: 1px;
  border-color: #333;
  border-radius: 5px;
  background-image: url('../images/Nadine.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.team-member-image._2 {
  background-image: url('../images/Dante.jpg');
}

.white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.white.big {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
}

.white.center {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.white.center.percentual {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
}

.white._04 {
  margin-bottom: 40px;
}

.mtm-step {
  color: #ff8e64;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.mtm-step.an-white {
  color: #fff;
}

.left {
  float: none;
}

.image-5 {
  height: 20px;
  margin-right: 10px;
  float: left;
}

.angebot-subtext {
  margin-bottom: 24px;
  color: #333;
  line-height: 24px;
}

.angebot-subtext.ast-white {
  color: #fff;
  font-size: 15px;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}

.text-copyright {
  display: inline;
  margin-right: 5px;
  font-size: 12px;
  line-height: 24px;
}

.text-link-copyright {
  color: #ff8e64;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
}

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

.div-team-item {
  display: block;
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 86.7%, 0.55);
  border-radius: 5px;
  background-color: #fff;
}

.div-team-item.cv {
  padding: 20px;
}

.popup-email {
  height: 50px;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.big-tittle {
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 20px;
  padding: 5px 25px;
  border-radius: 10px;
  background-color: rgba(51, 51, 51, 0.65);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.separator {
  display: block;
  width: 1px;
  height: 70px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff8e64;
}

.separator._404 {
  margin-bottom: 0px;
}

.pattern-dots {
  height: 30px;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 50% 50%;
  background-size: 9px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.5)), to(rgba(16, 18, 70, 0.5))), url('../images/HG-buchen.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5)), url('../images/HG-buchen.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.utility-page-wrap.pass {
  padding-right: 24px;
  padding-left: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.5)), to(rgba(16, 18, 70, 0.5))), url('../images/dots2_1dots2.png'), url('../images/HG-buchen.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5)), url('../images/dots2_1dots2.png'), url('../images/HG-buchen.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, fixed;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  text-align: center;
}

.pass-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 24px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #fff;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}

.pass-form {
  color: #333;
}

.input {
  height: 48px;
  margin-bottom: 24px;
  text-align: center;
}

.password-image {
  display: block;
  width: 65px;
  height: 65px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.paragraph-center {
  font-family: Montserrat, sans-serif;
  color: #333;
  text-align: center;
}

.paragraph-center.p-nutzen {
  color: #333;
}

.page-header-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.5)), to(rgba(16, 18, 70, 0.5)));
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5));
}

.title-contact {
  text-transform: uppercase;
}

.navbar-scrolling-white {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1100;
  display: none;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.div-footer-subline {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: right;
  -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;
}

.close-popup-interaction {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: auto;
  padding: 5px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  font-weight: 600;
  cursor: default;
}

.close-popup-interaction:hover {
  border-color: #ff8e64;
  color: #333;
}

.field-label {
  margin-bottom: 2px;
  margin-left: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.rich-text {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

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

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

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

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

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

.categories {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.categories.single {
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #ff8e64;
  color: #fff;
}

.collection-item {
  padding-right: 10px;
  padding-left: 10px;
}

.blog-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 300px;
  margin: 20px 10px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blog-container {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 36px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.blog-container.gray {
  background-color: #f5f6f9;
}

.blog-container.gray {
  border: 1px solid #f5f6f9;
  background-color: #f5f6f9;
}

.news-text {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0px;
  padding: 2px 5px;
  border: 1px none #ff8e64;
  border-radius: 2px;
  background-color: #c9c9c9;
  color: #fff;
  font-size: 12px;
}

.news-text.orange {
  padding-right: 10px;
  padding-left: 10px;
  border-style: none;
  border-radius: 2px;
  background-color: #ff8e64;
  color: #fff;
}

.blog-heading {
  margin-top: 24px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.date-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-bottom: 16px;
  margin-left: 20px;
  border-bottom: 1px none #ff8e64;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.blog-link-photo {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/logo-all-about-stress_schwarz90.png');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-list-wrapper {
  display: inline-block;
  text-align: center;
}

.text-categories {
  display: inline-block;
  width: 130px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #ff8e64;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-15 {
  text-align: left;
}

.collection-item-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-list-benefits {
  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-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;
}

.hook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hook.kacheln {
  width: 30px;
  height: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-footer {
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.link-footer:hover {
  color: #ff8e64;
}

.close-sign {
  display: inline-block;
  color: #a5a5a5;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
}

.close-sign:hover {
  color: #ff8e64;
}

.button-mehr-details {
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff8e64;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #ff8e64;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.button-mehr-details:hover {
  background-color: #ff8e64;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.button-mehr-details.w--current {
  line-height: 14px;
}

.concept-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 26px;
}

.concept-slider-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.concept-slider-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-bottom: 17px;
  -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-style: solid;
  border-width: 1.5px;
  border-color: #ff8e64;
  border-radius: 100px;
  color: #333;
}

.concept-slider-title {
  margin-bottom: 13px;
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.paragraph {
  text-align: center;
}

.paragraph.pg-concept {
  margin-bottom: 29px;
  color: #333;
}

.concept-slider-arrow {
  margin-right: -50px;
  margin-left: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-9 {
  margin-top: 10px;
  color: #333;
}

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

.image-11 {
  margin-bottom: 10px;
}

.arrow {
  margin-left: -5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow-line {
  width: 150px;
  height: 1px;
  max-width: 150px;
  background-color: #ff8e64;
}

.arrow-wrapper {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 117px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-2 {
  font-weight: 400;
}

.div-logo-moving-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 450px;
  height: 450px;
  margin-top: 20px;
  margin-left: 20px;
  background-image: url('../images/icon_all-about-stress_grey.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-logo-moving-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 450px;
  height: 450px;
  margin-right: 20px;
  margin-bottom: 40px;
  background-image: url('../images/icon_all-about-stress_grey_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-contact {
  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;
}

.navbar-blog {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  height: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(51, 51, 51, 0.65);
}

.image-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-back-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #ff8e64;
  border-radius: 100px;
  background-color: #ff8e64;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button-back-blog:hover {
  background-color: #ff8e64;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.angebot-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
}

.angebot-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 50px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}

.angebot-card.orange {
  background-color: #ff8e64;
}

.popup-impressum {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1200;
  display: none;
  overflow: auto;
  width: 100%;
  height: 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;
  background-color: rgba(0, 0, 0, 0.6);
}

.white-paper {
  position: relative;
  display: block;
  overflow: auto;
  width: 60%;
  height: 80%;
  padding: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.konakt-mail {
  color: #333;
}

.link-kontakt {
  color: #333;
  font-size: 15px;
  text-decoration: none;
  text-transform: none;
}

.link-kontakt:hover {
  color: #ff8e64;
}

.text-block-8 {
  margin-bottom: 11px;
  color: #333;
  font-size: 15px;
}

.heading-11 {
  margin-top: 2px;
  color: #ff8e64;
  text-align: left;
}

.heading-12 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #ff8e64;
  text-align: left;
}

.popup-messen {
  position: absolute;
  left: 0px;
  top: 780px;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #ff8e64;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.popup-messen.ver-ndern {
  position: absolute;
  left: 30%;
  right: 0px;
  display: none;
}

.popup-messen._2 {
  position: absolute;
  left: auto;
  top: 780px;
  right: 0%;
  z-index: 1200;
  display: none;
}

.popup-messen._1 {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.popup-close-messen {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 5px 5px;
  -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-style: solid;
  border-width: 1px;
  border-color: #333;
  cursor: pointer;
}

.popup-close-messen:hover {
  border-color: #ff8e64;
}

.details-titel {
  margin-bottom: 0px;
  color: #ff8e64;
  font-weight: 700;
  text-transform: uppercase;
}

.details-pg {
  margin-top: 0px;
}

.link-impressum {
  color: #333;
}

.link-impressum:hover {
  color: #ff8e64;
}

.image-14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-wrapper-nutzen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-wrapper-nutzen._2 {
  padding-right: 0px;
  padding-left: 0px;
}

.half-side-info {
  max-width: 90%;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 15px;
  text-align: left;
}

.section-kacheln {
  position: relative;
  overflow: visible;
  padding: 120px 56px;
  background-color: #f5f6f9;
  text-align: center;
}

.section-kacheln.no-padding {
  display: block;
  padding: 0px;
}

.pkacheln {
  margin-top: 0px;
  color: #333;
}

.div-wrapper-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 61px;
  margin-bottom: 102px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.4)), to(rgba(16, 18, 70, 0.4))), url('../images/HG-buchen.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.4), rgba(16, 18, 70, 0.4)), url('../images/HG-buchen.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-header-2 {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #333;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.section-header-2.h1white {
  color: #fff;
}

.section-header-2.h1white.mobile {
  display: none;
}

.section-wrapper-content-2 {
  position: relative;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-bottom: 0px;
  font-weight: 400;
  text-align: center;
}

.section-wrapper-content-2.buchen-zentriert {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-divider {
  color: #fff;
  font-size: 20px;
}

.list {
  padding-left: 20px;
}

.list-item-cv {
  color: #333;
}

.div-tema-cv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form-kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #5d5d5d;
}

.input-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  background-color: #f5f6f9;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.input-field.message {
  min-height: 100px;
  margin-bottom: 36px;
}

.text-block-5 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.message-success {
  margin-top: 28px;
  padding: 13px;
  border-radius: 3px;
  background-color: #ff8e64;
}

.error-message-2 {
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 0px;
  border-radius: 3px;
  background-color: transparent;
  color: red;
  font-weight: 600;
}

.form-block-kontakt {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-10 {
  color: #ff8e64;
}

.link {
  color: #ff8e64;
}

@media screen and (max-width: 991px) {
  .navbar {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-1200 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-1200.navbar-blog {
    padding-right: 10px;
  }

  .brand {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu {
    left: 0px;
    top: 60px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: left;
  }

  .section-hero {
    height: 650px;
  }

  .slider-content {
    width: 80%;
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 58px;
  }

  .slide-arrow {
    margin-left: 5%;
  }

  .slide-nav {
    bottom: 50px;
  }

  .hero-bottom {
    margin-bottom: 25px;
  }

  .scroll-link {
    display: none;
  }

  .scroll-link.w--current {
    bottom: 10px;
  }

  .section {
    padding: 80px 24px 40px;
  }

  .section.grey {
    padding-right: 24px;
    padding-bottom: 75px;
    padding-left: 24px;
  }

  .section-wrapper-content {
    width: 470px;
  }

  .section-wrapper-content.page-header {
    width: 80%;
  }

  .section-wrapper-content.page-header.blog {
    width: 80%;
  }

  .section-header {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .section-header.left.center {
    text-align: center;
  }

  .paragraph-small {
    font-size: 14px;
  }

  .half-side-content {
    padding: 2% 1%;
  }

  .half-side-content.contact-bacground {
    width: 100%;
  }

  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
    min-height: 700px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .half-side-content.image-background {
    width: 50%;
    height: auto;
  }

  .section-team {
    margin-bottom: -59px;
  }

  .mtm-big-text {
    font-size: 40px;
    line-height: 48px;
  }

  .pricing-wrapper-list {
    width: 100%;
  }

  .teastimonial-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .section-sponsor {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sponsor-link {
    padding: 8px;
  }

  .sponsor-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

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

  .scroll-up-button {
    right: -20px;
  }

  .footer-content {
    margin-right: 0%;
    padding-right: 20px;
    padding-left: 8px;
  }

  .footer-links {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-header {
    letter-spacing: 2px;
  }

  .nav-button-block {
    display: none;
    margin-top: 30px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button-kontakt-topmenu {
    color: #fff;
  }

  .button-kontakt-topmenu.nav {
    color: #fff;
  }

  .button-kontakt-topmenu.nav:hover {
    color: #fff;
  }

  .nav-link {
    display: block;
    width: 100%;
    padding: 16px 20px;
    color: #a5a5a5;
  }

  .nav-link:hover {
    color: #ff8e64;
  }

  .nav-link.dark {
    color: #a5a5a5;
    font-weight: 500;
  }

  .slide-arrow-right {
    left: 24%;
    margin-right: 5%;
  }

  .menu-button {
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #fff;
  }

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

  .menu-button.black {
    color: #000;
  }

  .paragraph-footer.white.impressum {
    text-align: center;
  }

  .contact-us-card {
    width: 70%;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .white.center {
    width: 90%;
  }

  .white.center.percentual {
    width: 90%;
  }

  .div-button {
    padding-top: 0px;
    padding-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rich-text {
    width: 90%;
  }

  .collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .collection-item {
    display: block;
    width: auto;
    -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;
  }

  .blog-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-container {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }

  .blog-heading {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-link-photo {
    display: block;
  }

  .collection-item-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hook.kacheln {
    height: 20px;
    margin-top: 10px;
  }

  .concept-slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .concept-slider-card {
    margin-bottom: 55px;
    border: 1px solid #ddd;
    background-color: #fff;
  }

  .concept-slider-arrow {
    display: none;
    margin-right: -25px;
    margin-left: -25px;
  }

  .arrow-line {
    width: 80px;
  }

  .div-logo-moving-left {
    display: none;
  }

  .div-logo-moving-right {
    display: none;
  }

  .section-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .angebot-wrapper {
    padding-right: 14%;
    padding-left: 14%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .angebot-card {
    margin-bottom: 18px;
  }

  .popup-messen.ver-ndern {
    left: 0%;
    top: 1310px;
    right: 0%;
    bottom: auto;
    display: none;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .popup-messen._2 {
    left: 0%;
    top: 1800px;
    right: 0%;
    bottom: auto;
    display: none;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .popup-messen._1 {
    left: 0%;
    top: 840px;
    right: 0%;
    bottom: auto;
    display: none;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-wrapper-nutzen {
    height: auto;
  }

  .half-side-info {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-kacheln {
    padding: 80px 24px;
  }

  .div-wrapper-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-header-2 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .section-wrapper-content-2 {
    width: auto;
  }

  .div-tema-cv {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .input-field {
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .div-newsletter {
    padding: 16px;
  }

  .newsletter-popup {
    padding: 40px;
  }

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

  .section-hero {
    height: 500px;
  }

  .section-hero.blog-hero-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .slider-content {
    margin-top: 100px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

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

  .hero-text.thin {
    width: 90%;
  }

  .button-orange.hero-button {
    width: 120px;
    padding: 10px;
    font-size: 12px;
  }

  .button-orange.hero-button-transparent {
    width: 120px;
    padding: 10px;
    font-size: 12px;
  }

  .hero-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .slide-arrow {
    margin-left: 3%;
  }

  .slide-nav {
    display: none;
  }

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

  .section.sc-footer {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .section-wrapper-content {
    width: auto;
  }

  .section-wrapper-content.page-header {
    width: 100%;
  }

  .section-wrapper-content.page-header.blog {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-header {
    font-size: 26px;
    line-height: 34px;
  }

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

  .half-side-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .half-side-content.contact-bacground {
    height: 550px;
    min-height: 550px;
  }

  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .half-side-content.image-background {
    width: 100%;
    height: 600px;
  }

  .half-side-content.image-background._2 {
    height: 500px;
    -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;
  }

  .section-team {
    padding-top: 95px;
    padding-bottom: 12px;
  }

  .team-content {
    display: block;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    text-align: left;
  }

  .teastimonial-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 58px;
    margin-left: auto;
  }

  .social-wrapper.footer {
    padding-left: 0px;
  }

  .footer {
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .footer-links {
    margin-top: 20px;
    margin-left: -35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-kontakt-topmenu.nav {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }

  .slide-arrow-right {
    margin-right: 3%;
  }

  .paragraph-footer.white.impressum {
    line-height: 20px;
  }

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

  .contact-us-card {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .white.center {
    width: 90%;
  }

  .white.center.percentual {
    width: 100%;
  }

  .footer-copyright {
    margin-top: 50px;
  }

  .text-copyright {
    line-height: 20px;
  }

  .div-team-item {
    width: 70%;
    margin-bottom: 15px;
  }

  .separator.versteckt {
    display: none;
  }

  .div-button {
    padding-top: 0px;
  }

  .rich-text {
    width: 95%;
  }

  .collection-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-link {
    display: block;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }

  .blog-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .news-text {
    margin-bottom: 8px;
  }

  .collection-item-5 {
    display: inline-block;
    margin-bottom: 10px;
  }

  .popup-messen.ver-ndern {
    display: none;
  }

  .popup-messen._2 {
    display: none;
  }

  .popup-messen._1 {
    display: none;
  }

  .div-wrapper-nutzen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-wrapper-nutzen._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .half-side-info {
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .pkacheln {
    font-size: 14px;
    line-height: 22px;
  }

  .section-divider {
    padding-right: 3%;
    padding-left: 3%;
  }

  .section-header-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .section-wrapper-content-2 {
    width: auto;
    margin-bottom: 20px;
  }

  .div-tema-cv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .input-field {
    margin-bottom: 10px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .popup-newsletter {
    z-index: 1500;
  }

  .navbar {
    z-index: 1050;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-1200 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-1200.slide-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand {
    height: 60px;
    padding-top: 10px;
    padding-right: 0px;
  }

  .section-hero.blog-hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slider-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0px;
    padding: 0px 3% 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-text.thin {
    margin: 2% 0px 4%;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 22px;
  }

  .button-orange.hero-button {
    margin-right: 10px;
    margin-bottom: 8px;
    padding: 6px;
  }

  .button-orange.hero-button.w--current {
    padding: 10px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
  }

  .slide-arrow {
    display: none;
  }

  .hero-bottom {
    display: none;
  }

  .section {
    padding: 60px 3% 40px;
  }

  .section.dots {
    padding-right: 5%;
    padding-left: 5%;
  }

  .section.sc-grey.sc-nutzen {
    padding-bottom: 62px;
  }

  .section.z-index {
    z-index: 55;
  }

  .section-wrapper-content {
    width: 100%;
  }

  .section-wrapper-content.page-header.blog {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-header {
    position: relative;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-small {
    padding-left: 0px;
  }

  .half-side-content {
    padding-right: 5%;
    padding-left: 5%;
  }

  .half-side-content.contact-bacground {
    height: 300px;
    min-height: 200px;
  }

  .half-side-content.contact-us-half-side {
    margin-bottom: -44px;
    padding: 0px 10%;
  }

  .half-side-content.image-background {
    height: 300px;
  }

  .half-side-content.image-background._2 {
    height: 300px;
  }

  .section-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 72px 2% 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .angebot-liste.al-white {
    font-size: 14px;
  }

  .teastimonial-card {
    width: 100%;
  }

  .footer {
    padding-right: 0px;
    padding-left: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scroll-up-button {
    bottom: 125px;
    margin-bottom: 20px;
  }

  .footer-links {
    width: 90%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-arrow-right {
    display: none;
  }

  .paragraph-footer.white.impressum {
    line-height: 16px;
  }

  .contact-us-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: -38px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-member-image {
    height: 300px;
  }

  .white.center {
    width: 95%;
  }

  .mtm-step {
    font-size: 16px;
  }

  .angebot-subtext {
    color: #333;
  }

  .angebot-subtext.ast-white {
    font-size: 14px;
  }

  .footer-copyright {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-team-item {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .big-tittle {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .separator.versteckt {
    display: none;
  }

  .div-footer-subline {
    margin-top: 2px;
    line-height: 16px;
    text-align: center;
  }

  .div-button {
    padding-top: 15px;
    padding-right: 10px;
  }

  .collection-list {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .blog-link {
    position: static;
    display: block;
    width: 100%;
    height: 300px;
    margin: 0px 0px 161px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .blog-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .blog-link-photo {
    top: 219px;
    display: block;
    width: 100%;
    height: 40%;
    -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;
  }

  .collection-item-5 {
    margin-bottom: 10px;
  }

  .hook.kacheln {
    width: 25px;
    height: 15px;
    margin-top: 1px;
  }

  .angebot-wrapper {
    padding-right: 0%;
    padding-left: 0%;
  }

  .popup-impressum {
    z-index: 1500;
  }

  .popup-messen.ver-ndern {
    position: absolute;
    left: 0%;
    top: 60%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
  }

  .popup-messen._2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
  }

  .popup-messen._1 {
    top: 35%;
    display: none;
    width: 100%;
  }

  .half-side-info {
    max-width: 400px;
  }

  .pkacheln {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-wrapper-team {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-divider {
    height: 270px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .section-header-2 {
    font-size: 28px;
    line-height: 35px;
  }

  .section-header-2.h1white {
    display: none;
    font-size: 26px;
    line-height: 35px;
  }

  .section-header-2.h1white.mobile.show {
    display: block;
  }

  .section-wrapper-content-2 {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }

  .section-wrapper-content-2.buchen-zentriert {
    margin-bottom: 0px;
  }

  .list-item-cv {
    color: #333;
  }

  .collection-list-wrapper-2 {
    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;
  }

  .div-block-17 {
    margin-left: -20px;
  }

  .input-field {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 12px;
  }
}

