body {
  background-color: #fff;
  font-family: 'Graphik web', sans-serif;
  color: #444;
  font-size: 1rem;
  line-height: 1.2rem;
}

h1 {
  margin-top: 0px;
  margin-bottom: 1vw;
  font-size: 5.5vw;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 1vw;
  font-size: 3.5vw;
  line-height: 1.2em;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 1vw;
  font-size: 2.5vw;
  line-height: 1.2em;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 300;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0.7rem;
  font-size: 0.7rem;
  line-height: 1.2rem;
  font-weight: 400;
}

p {
  margin-bottom: 1rem;
  line-height: 1.6rem;
}

a {
  color: #009650;
}

.stylesheet-section {
  padding: 4vw;
}

.stylesheet-label {
  margin-bottom: 3vw;
  padding-top: 0.5vw;
  border-top: 1px solid #444;
  font-size: 0.8rem;
  font-weight: 600;
}

.style-color {
  height: 5vw;
  margin-bottom: 2vw;
  border-radius: 0.4em;
  box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .3);
}

.style-color.cc-style-green {
  background-color: #009650;
}

.style-color.cc-style-light-green {
  background-color: #95c11c;
}

.style-color.cc-style-yellow {
  background-color: #fae800;
}

.style-color.cc-style-text-grey {
  background-color: #444;
}

.style-color.cc-style-light-grey {
  background-color: #f6f6f6;
}

.style-color.cc-style-grey {
  background-color: #a7a7a7;
}

.stylesheet-header {
  margin-bottom: 6vw;
}

.section {
  position: relative;
  overflow: hidden;
  width: 100vw;
  min-height: 100vh;
}

.section.cc-sec-hero {
  padding: 0px 0vw 0vw;
  -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-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.section.innerscroll {
  overflow: auto;
  padding-bottom: 250px;
}

.header-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding: 10px 4vw;
  background-color: #fff;
}

.logo-link {
  padding-top: 8px;
  padding-bottom: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
  text-decoration: none;
}

.logo {
  height: 40px;
}

.logo-addon {
  display: inline-block;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-left: 1px solid #a7a7a7;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.logo-wrapper {
  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;
}

.menu-btn {
  position: absolute;
  left: -70px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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: #444;
}

.menu-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 2px;
  border-radius: 0.5vw;
  background-color: #fff;
}

.menu-mid {
  width: 30px;
  height: 2px;
  border-radius: 0.5vw;
  background-color: #fff;
}

.menu-low {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 2px;
  border-radius: 0.5vw;
  background-color: #fff;
}

.menu-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 24px;
  -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;
}

.menu-wrapper {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 300px;
  height: 100vh;
  padding-top: 70px;
  background-color: #444;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  max-height: 90px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 500ms ease, padding-left 500ms ease;
  transition: background-color 500ms ease, padding-left 500ms ease;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2em;
  font-weight: 300;
  text-decoration: none;
}

.nav-menu:hover {
  padding-left: 40px;
  background-color: rgba(0, 0, 0, .2);
}

.nav-menu.w--current {
  padding-left: 40px;
  background-color: rgba(0, 0, 0, .2);
}

.open-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.close-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.page-cover {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: hsla(0, 0%, 100%, .7);
}

.hero-video {
  display: block;
  width: 100vw;
  height: 100vh;
  -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-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.hero-low {
  position: absolute;
  left: 6vw;
  right: 6vw;
  bottom: 4vw;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.start-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-left: 4vw;
  -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;
  color: #fff;
  font-size: 1vw;
  line-height: 1.5em;
  font-weight: 300;
}

.scroll-movement {
  position: relative;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.scroll-line {
  width: 2px;
  height: 6rem;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #fff;
}

.scroll-circle {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0vw;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #000;
}

.jump-points {
  width: 70%;
}

.anchor-link {
  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: 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;
  color: #fff;
  font-size: 1vw;
  line-height: 3em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.anchor-column {
  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;
  font-weight: 300;
}

.anchor-line {
  display: block;
  width: 10%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.hero-header {
  position: absolute;
  left: 20vw;
  top: 40vh;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.hero-line {
  width: 5vw;
  height: 1px;
  margin-top: 3vw;
  margin-right: 1vw;
  margin-left: 1vw;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.hero-title {
  width: 16vw;
  margin-top: 1vw;
  font-size: 2vw;
  font-weight: 300;
  text-transform: none;
}

.hero-bg {
  position: absolute;
  left: 6vw;
  top: 20vh;
  width: 20vw;
  height: 80vh;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.hero-headline {
  width: 45vw;
}

.loader-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  -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;
}

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

.loader-logo-wrapper {
  overflow: hidden;
  padding-right: 1em;
  padding-bottom: 10px;
}

.loader-divider {
  width: 220px;
  height: 2px;
  background-color: #009650;
}

.loader-text {
  overflow: hidden;
  height: 30px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
}

.loader-logo {
  width: 180px;
}

.loader-transition {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 20vw;
  height: 100vh;
  background-color: #242424;
}

.section2-bg {
  position: absolute;
  left: 6vw;
  top: -5%;
  width: 20vw;
  height: 75vh;
  background-color: #f6f6f6;
  -webkit-transform: skew(0deg, -5deg);
  -ms-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 8vw 4vw;
  -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;
}

.container.cc-container-dark {
  background-color: #242424;
}

.container.cc-container-dark.cc-padding-0 {
  padding: 0px 0vw 0vw;
}

.container.cc-sec-centered {
  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;
}

.container.cc-container-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0vw 0vw;
  -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;
}

.container.last {
  margin-bottom: 0px;
}

.section-copytext {
  position: relative;
  line-height: 1.6em;
  font-weight: 300;
}

.section-copytext.cc-copy-sec2 {
  width: 50%;
  font-size: 1.5vw;
}

.section-copytext.cc-copy-sec3 {
  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-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;
}

.section4-bg {
  position: absolute;
  top: 10vh;
  right: -5%;
  width: 60vw;
  height: 24vh;
  background-color: #f6f6f6;
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.section3-bg {
  position: absolute;
  top: -5%;
  right: 0vw;
  width: 40vw;
  height: 45vh;
  background-color: #f6f6f6;
  -webkit-transform: skew(0deg, -5deg);
  -ms-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.icon-gallery {
  position: relative;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.section-4-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  padding-right: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  -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;
  font-size: 1.2vw;
  line-height: 1.6em;
  font-weight: 300;
  text-align: center;
}

.section-4-icon {
  width: 12vw;
  height: 12vw;
  margin-bottom: 1vw;
}

.section5-bg {
  position: static;
  top: 0vh;
  right: 0vw;
  bottom: 0vh;
  width: 25vw;
  height: 100vh;
  background-color: #f6f6f6;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.team-wrapper {
  position: static;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 75vw;
  height: 100vh;
}

.profile-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.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;
}

.portrait {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1vw 1vw 10vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portrait.cc-prof1 {
  background-image: -webkit-linear-gradient(90deg, rgba(36, 36, 36, .9), rgba(36, 36, 36, 0) 50%), url('../images/profil_ulrich-seitz_1.jpg');
  background-image: linear-gradient(0deg, rgba(36, 36, 36, .9), rgba(36, 36, 36, 0) 50%), url('../images/profil_ulrich-seitz_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portrait.cc-prof2 {
  background-image: -webkit-linear-gradient(90deg, rgba(36, 36, 36, .9), rgba(36, 36, 36, 0) 50%), url('../images/profil_jochen-hauff_1.jpg');
  background-image: linear-gradient(0deg, rgba(36, 36, 36, .9), rgba(36, 36, 36, 0) 50%), url('../images/profil_jochen-hauff_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.portrait.cc-prof3 {
  background-image: -webkit-linear-gradient(90deg, rgba(36, 36, 36, .9), rgba(36, 36, 36, 0) 50%), url('../images/profil_theresa-buettner_1.jpg');
  background-image: linear-gradient(0deg, rgba(36, 36, 36, .9), rgba(36, 36, 36, 0) 50%), url('../images/profil_theresa-buettner_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.profile-name {
  margin-bottom: 1vw;
  font-size: 3vw;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
}

.profile-info-big {
  color: #fff;
}

.profile-title {
  font-size: 1.2rem;
  line-height: 1em;
  font-style: italic;
}

.profile-title.cc-profile-hover {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.profile-info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 4vw;
  -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;
  opacity: 0;
  font-weight: 300;
  text-align: center;
}

.profile-contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile-link {
  width: 2vw;
  height: 2vw;
  min-height: 24px;
  min-width: 24px;
  margin-right: 0.5vw;
  margin-left: 0.5vw;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.profile-link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.logo-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.portfolio-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13.33vw;
  height: 13.33vw;
  margin: 1vw;
  padding: 1vw;
  -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-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: background-color 500ms ease, -webkit-filter 500ms ease;
  transition: background-color 500ms ease, -webkit-filter 500ms ease;
  transition: filter 500ms ease, background-color 500ms ease;
  transition: filter 500ms ease, background-color 500ms ease, -webkit-filter 500ms ease;
}

.portfolio-logo:hover {
  background-color: #f6f6f6;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.contact-formular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 120px 8vw 4vh;
  -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;
}

.map-wrapper {
  position: relative;
  overflow: hidden;
  width: 50%;
  background-color: #fff;
}

.contact-address {
  display: none;
  margin-bottom: 2vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 300;
  text-decoration: none;
}

.contact-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1vw;
}

.address {
  margin-top: 0.2rem;
}

.contact-form-block {
  margin-bottom: 0px;
}

.text-field {
  height: 2rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 0rem;
  border-style: solid none;
  border-top-width: 0px;
  border-top-color: #000;
  border-bottom-width: 2px;
  border-bottom-color: #444;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  color: #009650;
  font-size: 1rem;
  font-weight: 300;
}

.text-field:focus {
  border-bottom-width: 2px;
  border-bottom-color: #009650;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.field-label {
  margin-bottom: 0rem;
  color: #fff;
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.select-field {
  width: 40%;
  height: auto;
  margin-bottom: 0px;
  border-radius: 5px;
  font-size: 0.8rem;
  line-height: 1rem;
}

.footy {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 2vw 4vw;
  background-color: #242424;
  color: #fff;
  line-height: 3rem;
}

.footer-link {
  -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;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.copyright {
  color: #a7a7a7;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
}

.section8-bg {
  position: absolute;
  left: -5%;
  top: 0vh;
  width: 30vw;
  height: 100vh;
  background-color: #f6f6f6;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.event-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
  padding-bottom: 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #95c11c;
  border-bottom: 1px solid #95c11c;
}

.event-row.second {
  border-top-style: none;
}

.map-link {
  position: absolute;
  left: 4vw;
  bottom: 4vh;
  text-decoration: none;
}

.headline-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  -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;
}

.headline-box.cc-hl-sec3 {
  margin-left: 30vw;
}

.headline-box.cc-hl-sec5 {
  position: absolute;
  top: 150px;
  right: 8.5vw;
  width: 20vw;
}

.headline-box.cc-hl-sec7 {
  max-width: none;
  margin-bottom: 0vh;
  color: #fff;
}

.headline-box.cc-hl-sec6 {
  color: #fff;
}

.hl-eyebrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #009650;
  line-height: 1rem;
  text-transform: uppercase;
}

.eyebrow-line {
  width: 3vw;
  height: 2px;
  margin-right: 0.5vw;
  background-color: #009650;
}

.eyebrow-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-image: -webkit-linear-gradient(0deg, #009650, #95c11c);
  background-image: linear-gradient(90deg, #009650, #95c11c);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.event-day {
  margin-bottom: 0.2rem;
  font-size: 2.5vw;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.event-col2 {
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.event-location {
  color: #a7a7a7;
  font-size: 1.5vw;
  line-height: 1em;
  font-weight: 300;
}

.event-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 13%;
  -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;
  text-align: center;
}

.event-date {
  padding-right: 0.5vw;
  padding-left: 0.5vw;
}

.event-months {
  font-size: 1.5vw;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.event-name {
  margin-bottom: 0.2rem;
}

.event-col3 {
  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: 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;
}

.cta-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #444;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-line1 {
  position: relative;
  width: 40px;
  height: 2px;
  background-color: #fff;
}

.cta-line2 {
  position: relative;
  width: 40px;
  height: 2px;
  background-color: #fff;
}

.cta-text {
  position: relative;
  margin-right: 1rem;
  margin-left: 1rem;
}

.cta-color {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #009650;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.submit-action {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-color: transparent;
  opacity: 0;
}

.submit-btn {
  display: inline-block;
}

.about-text-block {
  width: 48%;
  margin-bottom: 2vw;
  font-size: 1vw;
  line-height: 1.6em;
}

.about-icon {
  width: 3vw;
  height: 3vw;
  margin-bottom: 1vw;
}

.map-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: #f6f6f6;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.googlemap {
  display: block;
  width: 100%;
  height: 100%;
}

.about-subhead {
  margin-bottom: 0.5rem;
  font-size: 1.2vw;
}

.call-out-box {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding-left: 2vw;
  -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;
  background-color: #242424;
  color: #fff;
}

.call-out {
  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;
  font-weight: 300;
  letter-spacing: 0.05rem;
}

.call-out-close {
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
  cursor: pointer;
}

.background-image-sec2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 40%;
  height: 100%;
  background-image: url('../images/benjamin-davies-361151-unsplash-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-cover-sec2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 0%;
  background-color: #f6f6f6;
}

.impressum-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .7);
}

.modal {
  position: relative;
  width: 70vw;
  height: 80vh;
  min-width: 800px;
  padding: 4vw 1vw;
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .5);
  line-height: 1.6rem;
  font-weight: 300;
}

.modal-content {
  overflow: auto;
  height: 100%;
  padding-right: 3vw;
  padding-left: 3vw;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.datenschutz-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .7);
}

.error-message {
  margin-top: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 0rem;
  background-color: transparent;
  color: #e60d47;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
}

.text-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vh;
  -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;
}

.close-impressum {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.close-datenschutz {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.success-message {
  padding: 10vh 2vw;
  background-color: transparent;
  color: #a7a7a7;
  line-height: 1.4rem;
  font-weight: 300;
}

.success-icon {
  width: 10vw;
  height: 10vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.success-headline {
  color: #009650;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.text-area-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 2vh;
  -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;
}

.text-area {
  overflow: auto;
  min-height: 15vh;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 0rem;
  border-style: solid none;
  border-top-width: 0px;
  border-top-color: #000;
  border-bottom-width: 2px;
  border-bottom-color: #444;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  color: #009650;
  font-size: 1rem;
  font-weight: 300;
}

.text-area:focus {
  border-bottom-width: 2px;
  border-bottom-color: #009650;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.form-selector-btn {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02rem;
}

.footer-row {
  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;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.menu-holder {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: 100vh;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

@media (max-width: 991px) {
  h1 {
    font-size: 6.5vw;
  }
  h3 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  h4 {
    font-size: 0.8rem;
  }
  .section {
    height: auto;
  }
  .section.cc-sec-hero {
    height: 100vh;
    background-image: url('../images/ventures_header_fallback2-magic_kl.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header-nav {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .logo {
    height: 30px;
  }
  .logo-addon {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
  .menu-btn {
    left: -50px;
    width: 50px;
    height: 50px;
  }
  .menu-top {
    width: 24px;
  }
  .menu-mid {
    width: 24px;
  }
  .menu-low {
    width: 24px;
  }
  .menu-icon {
    width: 24px;
    height: 20px;
  }
  .menu-wrapper {
    padding-top: 50px;
  }
  .nav-menu {
    height: 6vh;
    padding-left: 18px;
    font-size: 1rem;
    line-height: 1em;
  }
  .nav-menu:hover {
    padding-left: 30px;
  }
  .nav-menu.w--current {
    padding-left: 30px;
  }
  .hero-video {
    display: none;
  }
  .hero-low {
    bottom: 80px;
  }
  .start-scroll {
    width: auto;
    padding-left: 2vw;
    font-size: 1rem;
  }
  .scroll-line {
    width: 1px;
  }
  .scroll-circle {
    display: block;
    width: 15px;
    height: 15px;
    border-width: 1px;
  }
  .jump-points {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .anchor-link {
    height: 6vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.2em;
  }
  .anchor-line {
    display: none;
  }
  .hero-header {
    top: 25vh;
    -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;
  }
  .hero-line {
    width: 30%;
    margin-bottom: 3vw;
    margin-left: 0vw;
  }
  .hero-title {
    width: auto;
    font-size: 4vw;
  }
  .hero-bg {
    width: 30vw;
  }
  .hero-headline {
    width: auto;
  }
  .loader-divider {
    width: 170px;
    height: 1px;
  }
  .loader-text {
    font-size: 14px;
  }
  .loader-logo {
    width: 160px;
  }
  .section2-bg {
    width: 30vw;
    height: 50vh;
  }
  .container {
    padding-bottom: 120px;
  }
  .container.cc-container-team {
    -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: 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;
  }
  .section-copytext.cc-copy-sec2 {
    width: 55%;
    font-size: 1rem;
  }
  .section4-bg {
    width: 80vw;
    height: 14vh;
  }
  .section3-bg {
    width: 40vw;
    height: 40vh;
  }
  .section-4-icon-wrapper {
    width: 50%;
    padding-right: 2vw;
    padding-bottom: 2vw;
    padding-left: 2vw;
    font-size: 1rem;
  }
  .section-4-icon {
    width: 20vw;
    height: 20vw;
  }
  .section5-bg {
    left: 0vw;
    top: 0vh;
    right: 0vw;
    bottom: auto;
    width: 100vw;
    height: 20vh;
  }
  .team-wrapper {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100vw;
    height: 80vh;
    -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;
  }
  .profile-wrapper {
    width: 100%;
    height: 33.33%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #f6f6f6;
  }
  .portrait {
    position: static;
    width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .portrait.cc-prof1 {
    background-image: url('../images/profil_ulrich-seitz.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .portrait.cc-prof2 {
    background-image: url('../images/profil_jochen-hauff.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .portrait.cc-prof3 {
    background-image: url('../images/profil_theresa-buettner.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .profile-info-big {
    display: none;
  }
  .profile-info-wrapper {
    width: 66.66%;
    padding-top: 4vh;
    -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;
    opacity: 1;
    text-align: left;
  }
  .profile-contact-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding-right: 4vw;
    padding-bottom: 2vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .profile-link {
    width: 4vw;
    height: 4vw;
    margin-right: 0vw;
    margin-left: 2vw;
  }
  .logo-gallery {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .portfolio-logo {
    width: 19vw;
    height: 19vw;
    background-color: #f6f6f6;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: background-color 500ms ease, -webkit-filter 500ms ease;
    transition: background-color 500ms ease, -webkit-filter 500ms ease;
    transition: filter 500ms ease, background-color 500ms ease;
    transition: filter 500ms ease, background-color 500ms ease, -webkit-filter 500ms ease;
  }
  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-formular {
    width: 100%;
    height: 60vh;
    padding-top: 4vh;
    padding-right: 8vw;
    padding-left: 8vw;
  }
  .map-wrapper {
    width: 100%;
    height: 40vh;
  }
  .footy {
    position: relative;
    margin-right: -8vw;
    margin-bottom: -120px;
    margin-left: -8vw;
    padding-top: 4vh;
    padding-bottom: 4vh;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .footer-link {
    margin-right: 10vw;
  }
  .event-row {
    margin-bottom: 10vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .map-link {
    left: 8vw;
  }
  .headline-box {
    margin-bottom: 3vh;
  }
  .headline-box.cc-hl-sec3 {
    margin-left: 0vw;
  }
  .headline-box.cc-hl-sec5 {
    left: 8.5vw;
    top: 80px;
    right: auto;
    width: auto;
  }
  .event-day {
    font-size: 2rem;
  }
  .event-col2 {
    padding-left: 2vw;
  }
  .event-location {
    font-size: 1.2rem;
  }
  .event-col1 {
    width: 20%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .event-months {
    font-size: 1.2rem;
  }
  .event-name {
    font-size: 2rem;
  }
  .event-col3 {
    width: 100%;
    margin-top: 2vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cta-btn {
    background-color: #009650;
  }
  .cta-line1 {
    width: 30px;
  }
  .cta-line2 {
    width: 30px;
  }
  .cta-color {
    display: none;
  }
  .section-headline {
    font-size: 5vw;
  }
  .about-text-block {
    font-size: 1rem;
  }
  .about-icon {
    width: 5vw;
    height: 5vw;
    margin-bottom: 2vw;
  }
  .about-subhead {
    font-size: 1.2rem;
  }
  .call-out {
    font-size: 0.8rem;
  }
  .modal {
    width: 90vw;
    height: 70vh;
    min-width: auto;
  }
  .modal-content {
    padding-right: 2.5rem;
    padding-left: 1rem;
  }
  .success-message {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .success-icon {
    width: 16vw;
    height: 16vw;
  }
  .text-area-wrapper {
    width: 50%;
    margin-bottom: 1vh;
    padding-left: 1vw;
  }
  .profile-info-name {
    margin-bottom: 2vh;
    font-size: 4vw;
  }
  .form-text-fields {
    width: 50%;
    padding-right: 1vw;
  }
  .form-input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1vh;
  }
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-legal {
    line-height: 2rem;
  }
  .footer-link-wrapper {
    width: 100%;
    margin-bottom: 4vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .menu-holder {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 5vw;
  }
  p {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
  .menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    -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;
  }
  .nav-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .start-scroll {
    display: none;
  }
  .anchor-link {
    font-size: 0.8rem;
  }
  .hero-header {
    left: 10vw;
    top: 80px;
    width: 80vw;
  }
  .hero-line {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  .hero-title {
    font-size: 3vw;
  }
  .loader-wrapper {
    margin-bottom: 10vh;
  }
  .loader-divider {
    width: 150px;
  }
  .loader-text {
    font-size: 0.8rem;
  }
  .loader-logo {
    width: 140px;
  }
  .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .container.cc-sec-centered {
    padding-bottom: 80px;
  }
  .section-copytext.cc-copy-sec3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section4-bg {
    top: 0vh;
    height: 45vh;
  }
  .icon-gallery {
    margin-bottom: 0vh;
  }
  .section-4-icon-wrapper {
    width: 100%;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .section-4-icon {
    width: 15vw;
    height: 15vw;
    margin-right: 1vw;
    margin-bottom: 0vw;
  }
  .section5-bg {
    height: 50vh;
  }
  .team-wrapper {
    height: auto;
  }
  .profile-wrapper {
    height: 80vh;
  }
  .profile-info-wrapper {
    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-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: 1;
  }
  .contact-formular {
    height: auto;
    padding-top: 40px;
    padding-bottom: 4vw;
  }
  .map-wrapper {
    height: 80vh;
  }
  .footy {
    position: relative;
    margin-bottom: -80px;
  }
  .headline-box {
    margin-bottom: 5vh;
  }
  .headline-box.cc-hl-sec7 {
    margin-bottom: 2vw;
  }
  .eyebrow-line {
    width: 10vw;
    height: 1px;
    margin-right: 2vw;
  }
  .event-day {
    font-size: 4vw;
  }
  .event-location {
    font-size: 1rem;
  }
  .event-months {
    font-size: 3vw;
  }
  .event-name {
    font-size: 4vw;
  }
  .about-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about-icon {
    margin-right: 2vw;
  }
  .modal {
    position: absolute;
    width: 100vw;
    height: 100vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .text-area-wrapper {
    width: 100%;
    padding-left: 0vw;
  }
  .form-text-fields {
    width: 100%;
    padding-right: 0vw;
  }
  .form-input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-text {
    padding-top: 0.5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }
  .header-nav {
    padding-right: 70px;
  }
  .logo-addon {
    font-size: 0.7rem;
    line-height: 1.2em;
    letter-spacing: 0em;
  }
  .menu-wrapper {
    display: block;
  }
  .nav-menu {
    height: 10vh;
  }
  .hero-low {
    bottom: 100px;
  }
  .start-scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .scroll-movement {
    margin-left: 0px;
  }
  .scroll-circle {
    display: block;
    width: 13px;
    height: 13px;
  }
  .anchor-link {
    height: auto;
    text-align: left;
  }
  .anchor-column {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero-header {
    left: 16vw;
    top: 25vh;
  }
  .hero-line {
    width: 50%;
  }
  .hero-title {
    font-size: 1.2rem;
  }
  .hero-bg {
    top: 20vh;
    width: 40vw;
    height: 80vh;
  }
  .loader-logo-wrapper {
    padding-right: 0.5em;
  }
  .loader-divider {
    width: 140px;
  }
  .loader-text {
    font-size: 0.7rem;
  }
  .loader-logo {
    width: 130px;
  }
  .section2-bg {
    width: 40vw;
    height: 30vh;
  }
  .section-copytext.cc-copy-sec2 {
    width: 100%;
    margin-bottom: 55vh;
  }
  .section4-bg {
    height: 25vh;
  }
  .section-4-icon-wrapper {
    margin-bottom: 2vh;
    line-height: 1.4em;
  }
  .section-4-icon {
    width: 25vw;
    height: 25vw;
  }
  .section5-bg {
    height: 30vh;
  }
  .profile-wrapper {
    height: 50vh;
  }
  .profile-title.cc-profile-hover {
    font-size: 1rem;
  }
  .profile-contact-box {
    padding-right: 8vw;
    padding-bottom: 4vw;
  }
  .profile-link {
    width: 8vw;
    height: 8vw;
    margin-left: 4vw;
  }
  .portfolio-logo {
    width: 40vw;
    height: 40vw;
    padding: 3vw;
  }
  .contact-formular {
    padding-bottom: 80px;
  }
  .map-wrapper {
    height: 50vh;
  }
  .select-field {
    width: 100%;
    margin-bottom: 4vh;
  }
  .footer-link {
    margin-right: 0vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }
  .event-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .event-day {
    font-size: 1.4rem;
  }
  .event-col2 {
    padding-right: 0vw;
    padding-left: 0vw;
    text-align: center;
  }
  .event-col1 {
    width: auto;
    margin-bottom: 1vh;
  }
  .event-months {
    font-size: 1rem;
  }
  .event-name {
    font-size: 1.2rem;
  }
  .event-col3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-headline {
    font-size: 1.8rem;
  }
  .about-icon {
    width: 8vw;
    height: 8vw;
  }
  .call-out-box {
    padding-top: 2vh;
    padding-left: 0vw;
    -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;
  }
  .call-out {
    margin-bottom: 2vh;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .call-out-close {
    margin-right: 5vw;
  }
  .background-image-sec2 {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 50vh;
  }
  .form-selector-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .profile-info-name {
    font-size: 1.6rem;
  }
  .footer-legal {
    text-align: center;
  }
  .footer-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-text {
    padding-top: 1vw;
  }
}

@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-LightItalic-Web.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-MediumItalic-Web.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Light-Web.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-RegularItalic-Web.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Semibold-Web.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}