body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.6em;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #376282;
  font-size: 2.25em;
  line-height: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #376282;
  font-size: 1.75em;
  line-height: 1.25em;
  font-weight: 400;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #376282;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  color: #376282;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0em;
  padding-left: 1.1em;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: 700;
}

li {
  margin-bottom: 0.5em;
}

.section {
  position: relative;
  overflow: hidden;
}

.section.s-hero {
  position: relative;
  overflow: visible;
  min-height: 100vh;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(55, 98, 130, 0.6)), to(rgba(55, 98, 130, 0.2))), url('../images/background.jpg');
  background-image: linear-gradient(180deg, rgba(55, 98, 130, 0.6), rgba(55, 98, 130, 0.2)), url('../images/background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.section.s-divider {
  min-height: 100vh;
  -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(61, 53, 43, 0.25)), to(rgba(61, 53, 43, 0.25))), url('../images/divider-background.jpg');
  background-image: linear-gradient(180deg, rgba(61, 53, 43, 0.25), rgba(61, 53, 43, 0.25)), url('../images/divider-background.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  color: #fff;
}

.section.s-light-blue {
  background-color: #8cafc8;
  color: #fff;
}

.section.s-dark {
  background-color: #376282;
  color: #fff;
}

.section.s-footer {
  background-color: #f0e6d2;
}

.section.s-modules {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 98.8%, 0.92)), to(hsla(0, 0%, 98.8%, 0.92))), url('../images/divider-bottom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 98.8%, 0.92), hsla(0, 0%, 98.8%, 0.92)), url('../images/divider-bottom.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.s-imprint {
  background-color: #376282;
  color: #fff;
}

.section.s-light-blue {
  background-color: #8cafc8;
  color: #fff;
}

.section.s-dark {
  background-color: #376282;
  color: #fff;
}

.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 6em;
}

.container.c-hero {
  position: absolute;
  left: 50%;
  top: 0px;
  height: 100%;
  padding-top: 3em;
  padding-bottom: 8em;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.container.c-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container.c-nopad {
  padding-top: 0em;
  padding-bottom: 0em;
}

.hero-logo {
  position: relative;
  z-index: 2;
  width: 15em;
  height: 15em;
  max-width: none;
  margin-bottom: 2em;
}

.hero-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: 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;
  text-align: center;
}

.hero-logo-wrapper {
  margin-top: 3em;
  margin-bottom: 3em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  text-align: center;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.25em -1em;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navigation-link {
  color: #fff;
  font-size: 1.2em;
}

.navigation-link-wrapper {
  margin: 0.25em 1em;
}

.quote {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.quote.q-large {
  display: block;
  max-width: 25em;
  margin-right: auto;
  margin-left: auto;
  font-size: 2.25em;
  line-height: 1.4em;
}

.headline-wrapper {
  width: 100%;
  max-width: 50em;
  margin-bottom: 2em;
}

.headline-wrapper.hw-smallpad {
  margin-bottom: 3em;
}

.headline-wrapper.hw-nopad {
  margin-bottom: 0em;
}

.headline-line {
  width: 1.75em;
  height: 0.3em;
  background-color: #376282;
}

.headline-line.hl-white {
  background-color: #fff;
}

.spacer.s-bottom-regular {
  margin-bottom: 1em;
}

.spacer.s-bottom-small {
  margin-bottom: 0.5em;
}

.spacer.s-bottom-huge {
  margin-bottom: 3em;
}

.spacer.s-bottom-large {
  margin-bottom: 2em;
}

.spacer.s-bottom-hulk {
  margin-bottom: 4em;
}

.h3-large {
  font-size: 2.25em;
}

.profile-image {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url('../images/thomas_schulte.jpg');
  background-position: 0px -5%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.profile-image.pi-contact {
  background-image: url('../images/thomas_schulte_sw.jpg');
}

.profile-image.pi-contact.pi-empty {
  background-image: none;
}

.profile-image-wrapper {
  display: block;
  width: 25vw;
  height: 25vw;
  max-height: 22em;
  max-width: 22em;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
}

.profile-image-wrapper.piw-small {
  width: 7vw;
  height: 7vw;
  margin-right: 0px;
  margin-bottom: 0em;
  margin-left: 0px;
}

.profile-image-wrapper.piw-small.piw-bottom-margin {
  width: 9em;
  height: 9em;
  max-height: none;
  max-width: none;
  margin-bottom: 2em;
}

.footer-social {
  display: block;
}

.footer-social img {
  width: 100%;
}

.footer-social.xing {
  width: 6.5em;
}

.footer-social.linked-in {
  width: 7.5em;
}

.footer-social:not(:last-child) {
  margin-bottom: 1.8em;
}

.profile-quote-wrapper {
  display: block;
  width: 75%;
  max-width: 50em;
  margin-right: auto;
  margin-bottom: 4em;
  margin-left: auto;
  color: #376282;
}

.two-columns {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3em;
  column-gap: 3em;
}

.white {
  color: #fff;
}

.wrapper {
  overflow: hidden;
  width: 100vw;
}

.divider-row {
  position: relative;
  margin-right: -6em;
  margin-left: -6em;
  padding-top: 6em;
  padding-bottom: 6em;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.divider-row.dr-dark {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.divider-column {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-right: 6em;
  padding-left: 6em;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.divider-column.dc-oversize {
  position: absolute;
  left: -50%;
  top: 0px;
  z-index: 2;
  height: 100%;
  padding-right: 0em;
  padding-left: 0em;
}

.divider-column.dc-oversize.dc-oversize-top {
  left: auto;
  top: 0px;
  right: -50%;
}

.divider-column.dc-hidden {
  overflow: hidden;
  width: 50%;
  padding-right: 0em;
  padding-left: 0em;
}

.arrow {
  display: inline-block;
  margin-bottom: 0.15em;
  font-size: 1.75em;
}

.arrow.invers {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow.vertical {
  margin-left: 0.2em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.divider-background {
  width: 50vw;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.divider-background.db-light {
  background-image: url('../images/divider-light.jpg');
}

.divider-background.db-blue {
  float: right;
  background-image: url('../images/divider-dark.jpg');
  background-position: 50% 50%;
}

.headline-fix {
  width: 22em;
}

.contact-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-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;
  text-align: left;
}

.contact-icon {
  width: 6em;
  margin-bottom: 0.5em;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5em -1.5em -1.5em;
  -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;
}

.footer-column {
  padding: 1.5em;
}

.black {
  color: #000;
}

.scroll-icon-wrapper {
  position: absolute;
  left: 50%;
  bottom: 3em;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.scroll-icon {
  height: 3em;
}

.arrow-less {
  position: absolute;
  left: 0px;
  top: 3.5em;
}

.arrow-text {
  position: relative;
  cursor: pointer;
}

.divider-inlay.di-right {
  padding-right: 6em;
}

.divider-inlay.di-left {
  padding-left: 6em;
}

.modules-content {
  overflow: hidden;
}

.modules-inlay {
  padding-top: 3em;
}

.imprint {
  display: block;
}

.hero-claim {
  display: block;
  width: 14em;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 600;
}

.back-to-top-wrapper {
  position: relative;
  z-index: 3;
  margin-top: 3em;
}

.back-to-top-wrapper.bttw-no-margin {
  margin-top: 0em;
}

.back-to-top {
  width: 3em;
}

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

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

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

.hero-quote {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.portfolio-content {
  position: relative;
  z-index: 2;
}

.portfolio-logos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70em;
  margin-bottom: -2em;
  padding-top: 2em;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.portfolio-logos.pl-mobile {
  display: none;
}

.portfolio-logo {
  position: relative;
  z-index: 2;
  height: 2.75em;
  margin-right: 1.5em;
  margin-bottom: 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.portfolio-logo.pl-large {
  height: 4em;
}

.portfolio-logo.pl-small {
  height: 2em;
}

.portfolio-logo.pl-tiny {
  height: 1.5em;
}

.portfolio-logo.pl-small.pl-top-margin {
  margin-top: 0.5em;
}

.portfolio-logo.pl-huge {
  height: 4.5em;
}

.portfolio-logo.pl-v-huge {
  height: 5.5em;
}

.portfolio-logo.pl-v-small {
  height: 1.75em;
}

.portfolio-logo.pl-v-small.pl-top-margin {
  margin-top: 0.5em;
}

.portfolio-logo.pl-medium {
  height: 2.25em;
}

.portfolio-logo.pl-medium-large {
  height: 3em;
}

.portfolio-image {
  width: 100%;
}

.portfolio-row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6em;
}

.portfolio-column {
  position: relative;
  width: 50%;
  margin-bottom: -12em;
  -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;
}

.portfolio-column.portfolio-column-large {
  padding-top: 6em;
  padding-right: 6em;
  padding-bottom: 12em;
}

.portfolio-top {
  position: relative;
}

.portfolio-bottom {
  position: relative;
  margin-bottom: -6em;
  padding-bottom: 6em;
}

.portfolio-background-image {
  width: 50vw;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #3f5564;
  background-image: url('../images/mood2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-background {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background-color: #98b7ce;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.portfolio-inlay {
  padding-top: 15em;
  padding-bottom: 2em;
}

.arrow-text-wrapper {
  display: block;
  color: #fff;
}

.headline-line-2 {
  width: 1.75em;
  height: 0.3em;
  background-color: #376282;
}

.headline-line-2.hl-white {
  background-color: #fff;
}

.headline-wrapper-2 {
  width: 100%;
  max-width: 50em;
  margin-bottom: 2em;
}

.headline-wrapper-2.hw-smallpad {
  margin-bottom: 3em;
}

.container-2 {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 6em;
}

.white-2 {
  color: #fff;
}

.portfolio-logo-row {
  width: 100%;
}

.coach-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.75em;
  -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;
}

.coach-logo {
  height: auto;
  max-height: 3.2em;
}

.coach-logo.cl-top {
  margin-bottom: 0.75em;
}

.coach-logo.cl-small {
  max-height: 2.9em;
}

.portfolio-logo-background {
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.mailto-wrapper {
  height: 9em;
  margin-bottom: 2em;
  padding-top: 0.65em;
}

.portfolio-logos-wrapper {
  position: relative;
  width: 100%;
}

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

.portfolio-logos-row.plr-start {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

html.w-mod-js *[data-ix="imprint-close"] {
  display: none;
}

@media (max-width: 991px) {
  body {
    font-size: 13px;
  }
  h2 {
    font-size: 2.1em;
  }
  ul {
    padding-left: 1.2em;
  }
  .section.s-hero {
    height: 100vh;
  }
  .container {
    padding-right: 3em;
    padding-left: 3em;
  }
  .container.c-hero {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-logo {
    width: 14em;
    height: 14em;
  }
  .quote.q-large {
    font-size: 2.1em;
  }
  .headline-wrapper.nopad {
    margin-bottom: 0em;
  }
  .h3-large {
    font-size: 2.1em;
  }
  .profile-image-wrapper {
    width: 30vw;
    height: 30vw;
    max-height: none;
    max-width: none;
    margin-bottom: 2em;
  }
  .heading {
    font-size: 1.65em;
  }
  .divider-row {
    margin: -3em 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .divider-row.dr-dark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .divider-column {
    width: auto;
    padding: 3em 0em;
  }
  .divider-column.dc-oversize {
    position: relative;
    left: 50%;
    width: 112%;
    height: 67vw;
    margin-bottom: -3em;
    padding-top: 3em;
    padding-bottom: 0em;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .divider-column.dc-hidden {
    width: 100%;
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .arrow {
    margin-left: 0.2em;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .arrow.invers {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .divider-background {
    width: 100%;
  }
  .contact-icon {
    width: 6em;
  }
  .divider-inlay {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .divider-inlay.di-right {
    padding-right: 0em;
  }
  .divider-inlay.di-left {
    padding-left: 0em;
  }
  .portfolio-row {
    margin-right: -3em;
    margin-left: -3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .portfolio-column {
    width: 100%;
    margin-bottom: 0em;
  }
  .portfolio-column.portfolio-column-large {
    padding-right: 3em;
    padding-bottom: 3em;
    padding-left: 3em;
  }
  .portfolio-background-image {
    position: relative;
    width: 100%;
    height: 50vw;
  }
  .portfolio-inlay {
    padding-top: 0em;
  }
  .headline-wrapper-2 {
    margin-bottom: 2em;
  }
  .container-2 {
    padding: 6em 3em;
  }
  .coach-logo {
    max-height: 3em;
  }
  .coach-logo.cl-top {
    max-height: 3em;
  }
  .coach-logo.cl-small {
    max-height: 2.8em;
  }
  .portfolio-logo-background {
    display: block;
    margin-left: 0em;
  }
  .mailto-wrapper {
    max-height: 9em;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  .section.s-hero {
    height: auto;
  }
  .container.c-hero {
    padding-top: 1.5em;
    padding-bottom: 14em;
  }
  .hero-logo {
    width: 12em;
    height: 12em;
    margin-bottom: 1em;
  }
  .navigation-link-wrapper {
    margin-top: 0.12em;
    margin-bottom: 0.12em;
  }
  .profile-image-wrapper {
    width: 45vw;
    height: 45vw;
  }
  .two-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .divider-column.dc-oversize {
    width: 120%;
    height: 100vw;
  }
  .footer-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-column {
    width: 50%;
  }
  .scroll-icon-wrapper {
    bottom: 8em;
  }
  .portfolio-logos.pl-desktop {
    display: none;
  }
  .portfolio-logos.pl-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio-logo {
    height: 2.5em;
  }
  .portfolio-logo.pl-large {
    height: 3.5em;
  }
  .portfolio-logo.pl-huge {
    height: 4em;
  }
  .portfolio-logo.pl-small {
    height: 1.75em;
  }
  .coach-logo {
    height: auto;
    max-height: 4em;
  }
  .coach-logo.cl-top {
    max-height: 3.2em;
  }
  .coach-logo.cl-small {
    max-height: 2.9em;
  }

  .footer-column:nth-child(3) .profile-image-wrapper.piw-small.piw-bottom-margin {
    height: auto;
  }
}

@media (max-width: 479px) {
  .section.s-hero {
    min-height: 100vh;
  }
  .container {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .hero-logo {
    width: 14em;
    height: 14em;
  }
  .hero-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hero-logo-wrapper {
    width: 100%;
  }
  .quote.q-large {
    font-size: 2em;
  }
  .h3-large {
    font-size: 2em;
  }
  .profile-image-wrapper {
    width: 55vw;
    height: 55vw;
  }
  .profile-image-wrapper.piw-small.piw-bottom-margin {
    margin-bottom: 2em;
  }
  .profile-quote-wrapper {
    width: 100%;
    max-width: 26em;
  }
  .contact-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-column {
    width: 100%;
  }
  .scroll-icon-wrapper {
    bottom: 8em;
  }
  .hero-claim {
    width: 100%;
  }
  .portfolio-logo {
    margin-right: 1.75em;
  }
  .portfolio-row {
    margin-right: -1.5em;
    margin-left: -1.5em;
  }
  .portfolio-column.portfolio-column-large {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .container-2 {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}

