:root {
  --dark: #101826;
  --primary: #c83838;
  --white: white;
  --dark-secondary: #161e2d;
  --dim-grey: #5a5d63;
  --text: rgba(16, 24, 38, .7);
  --site-background: #f9f9f9;
  --black: black;
  --pink: white;
  --pink2: #f300a6;
}

body {
  color: var(--dark);
  background-color: #eee;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

h1 {
  color: var(--dark);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 75px;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 68px;
}

h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
}

h4 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

h5 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}

h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}

p {
  color: rgba(16, 24, 38, .7);
  margin-bottom: 25px;
}

a {
  color: var(--primary);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
}

.container {
  float: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 12.5px;
  display: block;
}

.container.team {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.container.team.left {
  justify-content: flex-start;
}

.container.team.anwalt {
  margin-top: 40px;
}

.column {
  clear: none;
  padding-left: 20px;
  padding-right: 0;
}

.column.logo {
  padding-left: 0;
}

.column.download {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.title-section {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.section.call-to-action {
  text-align: center;
  padding-bottom: 100px;
}

.section.background-white {
  background-color: #fff;
  padding-top: 100px;
}

.section.background-white.map {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/Bildschirmfoto-2023-01-09-um-11.49.11.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.section.service-section {
  padding-top: 0;
  padding-bottom: 75px;
}

.section.inner-section {
  padding-top: 0;
  padding-bottom: 10px;
}

.section.inner-section.kontakt {
  background-image: url('../images/Bildschirmfoto-2023-01-09-um-11.49.11.png');
  background-position: 0 0;
  background-size: auto;
  height: 350px;
}

.section.no-space-top {
  padding-top: 0;
}

.text-link-large {
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--primary);
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 44px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline;
}

.text-link-large:hover {
  opacity: .5;
}

.navigation {
  z-index: 99999;
  background-color: var(--white);
  width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
  position: fixed;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.logo {
  width: 60%;
  height: auto;
}

.navbar-link {
  opacity: .5;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 13px;
  margin-right: 50px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: opacity .2s;
}

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

.navbar-link.w--current {
  opacity: 1;
  color: var(--dark);
}

.navbar-link.footer-navbar-link {
  color: #fff;
  margin-right: 36px;
  text-decoration: none;
}

.navbar-link.footer-navbar-link.navbar-link-last {
  margin-right: 0;
}

.button {
  border: 2px solid var(--primary);
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  height: 50px;
  padding: 0 25px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 48px;
  transition: background-color .2s, color .2s;
}

.button:hover {
  background-color: var(--primary);
  color: #fff;
}

.button.nav-button.w--current, .button.service-button {
  font-family: Open Sans, sans-serif;
}

.button.service-button.text {
  margin-left: 20px;
}

.button.service-button.download {
  height: auto;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 29px;
}

.separator {
  background-color: var(--primary);
  width: 48px;
  height: 2px;
  margin-bottom: 75px;
  display: inline-block;
}

.separator.blog-post-title-separator {
  margin-top: 50px;
  margin-bottom: 25px;
}

.separator.services {
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 20px;
}

.link-list {
  list-style-type: none;
}

.link-list.services-list {
  margin-bottom: 0;
}

.link-list.footer-navbar {
  text-align: justify;
  justify-content: space-around;
  margin-bottom: 168px;
  display: flex;
}

.link-list.social-list {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  bottom: 2px;
}

.link-list-item {
  margin-right: 12.5px;
  display: inline-block;
}

.link-list-item.link-liste-item-last {
  margin-right: 0;
}

.link-list-item.social-list-item {
  margin-right: 25px;
}

.link-list-item.footer-link-list-item {
  text-align: left;
  display: inline-block;
}

.footer {
  background-color: var(--dark);
  color: #fff;
  padding: 120px 4px 4px;
  position: relative;
  overflow: hidden;
}

.footer-content {
  text-align: center;
}

.footer-logo {
  margin-bottom: 48px;
}

.footer-tagline {
  margin-bottom: 24px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

.footer-third {
  float: left;
  border: 4px solid var(--dark);
  background-color: var(--dark-secondary);
  text-align: center;
  width: 33.3333%;
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
}

.footer-third-heading {
  opacity: .5;
  margin-bottom: 0;
  margin-right: 25px;
  display: inline-block;
}

.footer-third-text {
  opacity: .7;
  font-size: 14px;
  display: inline-block;
}

.column-fullwidth {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.image-feature {
  background-image: url('../images/hokema0014-1.jpg');
  background-position: 100%;
  background-size: cover;
  background-attachment: scroll;
  min-height: 550px;
  position: relative;
}

.image-feature.about-feature {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 57%, #fff), url('../images/kazlei-hokema.jpg');
  background-position: 0 0, 50% 98%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.image-feature.team-feature {
  background-image: url('../images/Feature-2.jpg');
  background-position: 50% 99%;
  background-size: cover;
  width: 50%;
}

.image-feature.team-feature.tido {
  background-image: url('../images/Tido-Hokema.jpg');
  background-position: 50% 0;
  justify-content: center;
  width: 45%;
  min-height: 630px;
  display: flex;
}

.image-feature.team-feature.grit {
  background-image: url('../images/Grit-Hokema.jpg');
  background-position: 50% 0;
  justify-content: center;
  width: 45%;
  min-height: 630px;
  display: flex;
}

.image-feature.team-feature.ruf {
  background-color: var(--dark-secondary);
  background-image: url('../images/Thomas-Ruf.jpg');
  background-position: 50% 0;
  background-size: auto;
  justify-content: center;
  width: 45%;
  min-height: 630px;
  display: flex;
}

.image-feature.team-feature.text {
  background-image: none;
  justify-content: center;
  width: 45%;
  min-height: 630px;
  display: flex;
}

.image-feature-panel {
  background-color: #fff;
  max-width: 450px;
  padding: 38px 50px;
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: auto;
}

.image-feature-panel.image-feature-panel-left {
  width: 95%;
  max-width: 450px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  bottom: 20px;
  left: auto;
  right: auto;
}

.image-feature-panel.image-feature-panel-left.team {
  margin-left: 0;
}

.text-link-uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  text-decoration: underline;
  transition: opacity .2s;
}

.text-link-uppercase:hover {
  opacity: .5;
}

.site-container {
  background-color: var(--white);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: block;
  box-shadow: 0 0 40px rgba(16, 24, 38, .05);
}

.testimonial-slider {
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-arrow {
  opacity: .25;
  color: var(--dark);
  font-size: 16px;
  transition: opacity .2s;
  bottom: 0;
}

.slider-arrow:hover {
  opacity: 1;
}

.slider-arrow.slider-arrow-white {
  opacity: .8;
  color: #fff;
}

.slider-paging {
  opacity: 0;
}

.testimonial-slide {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 50%;
}

.blockquote-author {
  border-bottom: 2px solid var(--primary);
  border-radius: 2px;
  font-style: italic;
}

.footer-square {
  z-index: 0;
  opacity: .05;
  border: 2px solid #fff;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 0;
  left: -300px;
  transform: rotate(45deg);
}

.footer-circle {
  z-index: 0;
  opacity: .05;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 0;
  left: auto;
  right: -300px;
}

.section-heading {
  margin-bottom: 50px;
}

.blog-post-snippet {
  min-height: 202px;
  margin-bottom: 75px;
  padding-left: 0;
  padding-right: 50px;
}

.blog-post-snippet-heading {
  margin-bottom: 13px;
  transition: opacity .2s;
  display: block;
}

.blog-post-snippet-heading:hover {
  opacity: .75;
}

.blog-container {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: block;
}

.blog-post-meta-title {
  margin-right: 4px;
  display: inline-block;
}

.blog-post-meta {
  margin-bottom: 50px;
}

.blog-post-body {
  margin-bottom: 75px;
}

.blog-post-body blockquote {
  max-width: 90%;
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: -75px;
  font-style: italic;
}

.blog-post-body h5 {
  margin-top: 50px;
  font-size: 16px;
  font-style: italic;
}

.blog-post-body figure {
  margin-bottom: 25px;
}

.blog-post-body h2 {
  letter-spacing: -.5px;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.blog-post-body h3 {
  font-family: Nunito Sans, sans-serif;
  font-size: 21px;
  line-height: 32px;
}

.blog-post-body h4 {
  letter-spacing: 0;
  margin-top: 50px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.blog-post-body ul {
  color: rgba(16, 24, 38, .7);
  padding-left: 16px;
  list-style-type: disc;
  display: block;
  position: static;
  overflow: visible;
}

.blog-post-body ol {
  color: rgba(16, 24, 38, .7);
  padding-left: 16px;
  display: block;
  overflow: visible;
}

.blog-post-body li {
  padding-left: 8px;
}

.empty-state {
  border: 1px dashed var(--dark);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 50px;
}

.page-title {
  color: var(--dim-grey);
  width: 95%;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.page-subtitle {
  color: var(--text);
  margin-bottom: 100px;
}

.service {
  background-color: #fff;
  padding: 10px 75px 10px 0;
}

.team-member {
  min-height: 230px;
  margin-bottom: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.team-member-title {
  background-color: #fff;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 13px 32px 9px;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
}

.team-member-inner {
  position: relative;
}

.team-member-name, .team-member-position {
  margin-bottom: 13px;
}

.team-member-section {
  margin-top: 50px;
  padding-bottom: 100px;
}

.team-member-phone {
  margin-bottom: 50px;
}

.link {
  color: var(--primary);
}

.contact-information {
  background-color: #fff;
  padding: 50px 50px 75px;
}

.contact-methods {
  margin-top: 50px;
}

.text-input {
  float: left;
  background-color: rgba(0, 0, 0, 0);
  height: 50px;
  margin-bottom: 25px;
  padding: 13px 25px 13px 13px;
  display: inline-block;
  position: static;
}

.text-input.textarea-input {
  height: auto;
  min-height: 125px;
}

.map {
  margin-bottom: 100px;
}

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

.social-link {
  opacity: .5;
  transition: opacity .2s;
}

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

.form-success {
  background-color: #38c88e;
  padding: 100px 25px;
}

.form-success-text {
  color: #fff;
  font-weight: 600;
}

.content-container {
  z-index: 1;
  padding-top: 180px;
  position: relative;
}

.blockquote-large {
  color: var(--dim-grey);
  margin-top: 0;
  font-size: 36px;
  font-style: normal;
  line-height: 44px;
}

.team-member-heading {
  letter-spacing: -1px;
  font-size: 64px;
  line-height: 68px;
}

.blog-post-snippet-excerpt {
  min-height: 50px;
  margin-bottom: 12.5px;
}

.back-to-top {
  z-index: 3;
  opacity: 0;
  margin-top: -25px;
  position: fixed;
  top: 50%;
  right: 0;
}

.back-to-top-button {
  border: 2px none var(--site-background);
  background-color: var(--dark);
  opacity: .5;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  transition: opacity .2s, transform .2s;
}

.back-to-top-button:hover {
  opacity: 1;
  transform: translate(0, -5px);
}

.down-arrow {
  max-height: 10px;
}

.image-slider {
  min-height: 600px;
}

.profile-heading {
  color: var(--dim-grey);
  margin-bottom: 50px;
}

.metrics {
  background-color: #fff;
  border: 1px solid rgba(16, 24, 38, .07);
  padding: 0;
}

.metrics-list {
  margin-bottom: 0;
}

.metrics-list-item {
  border-bottom: 1px solid rgba(16, 24, 38, .07);
  margin-bottom: 0;
  padding: 25px;
  list-style-type: none;
  overflow: hidden;
}

.metric-title {
  float: left;
  text-align: center;
  width: 50%;
  margin-bottom: 25px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 72px;
  line-height: 75px;
}

.metric-description {
  float: right;
  width: 40%;
  margin-top: 37.5px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-page-heading {
  margin-top: 25px;
  font-size: 36px;
  line-height: 50px;
}

.image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-white {
  color: var(--white);
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.separator-2 {
  background-color: #c83838;
  width: 48px;
  height: 2px;
  margin-bottom: 75px;
  display: inline-block;
}

.text-link-large-2 {
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #c83838;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline;
}

.text-link-large-2:hover {
  opacity: .5;
}

.div-block {
  background-color: var(--dark-secondary);
  margin-bottom: 20px;
}

.div-block-2 {
  float: right;
  margin-left: 40px;
}

.link-white, .link-white-phone {
  color: var(--white);
}

.heading {
  color: var(--dim-grey);
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.section-2 {
  margin-top: 100px;
  margin-bottom: 60px;
  padding-top: 0;
}

.container-before-map {
  background-color: #fff;
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 12.5px;
  display: block;
}

.paragraph {
  width: 85%;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 34px;
  display: block;
}

.paragraph._100 {
  color: var(--text);
  width: 100%;
  padding-left: 0;
}

.paragraph-2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-3 {
  font-size: 18px;
  line-height: 30px;
}

.container-copy {
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 12.5px;
  display: block;
}

.heading-2 {
  color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-3 {
  position: static;
}

.text-span {
  color: var(--primary);
  font-family: Open Sans, sans-serif;
  font-size: 32px;
}

.list-item {
  color: var(--primary);
  font-size: 18px;
  line-height: 34px;
}

.list {
  color: var(--primary);
  margin-top: 40px;
  margin-left: 40px;
}

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

.bold-text-2 {
  color: var(--primary);
  font-weight: 600;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  color: var(--primary);
}

.heading-3 {
  font-family: Open Sans, sans-serif;
}

.text-span-2, .text-span-3, .text-span-4 {
  color: var(--primary);
}

.bold-text-16 {
  font-weight: 300;
}

.heading-4 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.heading-5 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.heading-6 {
  text-transform: none;
  font-family: Open Sans, sans-serif;
}

.columns-2 {
  display: flex;
}

.bold-text-17 {
  font-weight: 300;
}

.heading-7 {
  font-family: Open Sans, sans-serif;
}

.columns-4 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
    line-height: 68px;
  }

  h2 {
    font-size: 48px;
    line-height: 50px;
  }

  h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
  }

  h4 {
    letter-spacing: 0;
    font-family: Nunito Sans, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
  }

  h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
  }

  .container {
    width: 95%;
    display: block;
  }

  .container.team {
    flex-direction: column;
    align-items: center;
  }

  .container.row {
    display: block;
  }

  .container.boutton {
    display: flex;
  }

  .column {
    clear: right;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .column.logo {
    align-items: flex-start;
    padding-left: 0;
  }

  .column.menu {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 0;
  }

  .column.download {
    margin-top: 64px;
  }

  .section.title-section {
    padding-top: 25px;
  }

  .section.call-to-action {
    padding-top: 25px;
    padding-bottom: 75px;
  }

  .section.background-white {
    padding-top: 75px;
    padding-bottom: 25px;
  }

  .section.service-section {
    padding-bottom: 50px;
  }

  .navigation {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .logo {
    width: 67%;
  }

  .navbar-link {
    margin-right: 25px;
  }

  .navbar-link.footer-navbar-link {
    margin-right: 0;
  }

  .button.service-button {
    height: auto;
    display: block;
  }

  .button.service-button.text {
    display: block;
  }

  .button.service-button.download {
    line-height: 34px;
  }

  .nav-menu {
    float: left;
    align-self: stretch;
    margin-top: 0;
    position: relative;
  }

  .separator {
    margin-bottom: 50px;
  }

  .link-list.footer-navbar {
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
    padding-left: 0;
    display: flex;
  }

  .link-list-item.footer-link-list-item {
    margin-right: 0;
  }

  .footer {
    padding-top: 100px;
  }

  .footer-logo.w--current {
    display: block;
  }

  .footer-third {
    width: 100%;
  }

  .image-feature.about-feature, .image-feature.team-feature {
    min-height: 400px;
  }

  .image-feature.team-feature.tido {
    flex-direction: row;
    align-items: flex-end;
    width: 80%;
    margin-bottom: 60px;
  }

  .image-feature.team-feature.grit {
    align-items: flex-end;
    width: 80%;
    min-height: 630px;
  }

  .image-feature.team-feature.ruf {
    width: 80%;
    min-height: 630px;
  }

  .image-feature.team-feature.text {
    align-items: flex-end;
    width: 80%;
    min-height: 630px;
  }

  .image-feature-panel.image-feature-panel-left {
    display: none;
  }

  .image-feature-panel.image-feature-panel-left.team {
    display: block;
  }

  .site-container {
    width: 100%;
    max-width: none;
  }

  .blog-post-snippet {
    margin-bottom: 50px;
    padding-right: 25px;
  }

  .blog-container {
    width: 600px;
  }

  .blog-post-body blockquote {
    margin-left: 0;
  }

  .page-subtitle {
    margin-bottom: 50px;
  }

  .service {
    padding: 50px;
  }

  .team-member {
    width: 50%;
    min-width: 0;
    min-height: 0;
  }

  .team-member-title {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    position: relative;
    bottom: 0;
  }

  .content-container {
    padding-top: 140px;
  }

  .image-slider {
    min-height: 450px;
  }

  .metric-title {
    width: 100%;
    margin-bottom: 25px;
    font-size: 64px;
    line-height: 69px;
  }

  .metric-description {
    text-align: center;
    width: 100%;
  }

  .separator-2 {
    margin-bottom: 50px;
  }

  .div-block.contact-header {
    display: none;
  }

  .columns {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .brand {
    order: 0;
    align-self: auto;
    width: 100%;
    position: relative;
  }

  .brand.w--current {
    width: 100%;
  }

  .image {
    width: 90%;
    margin-top: 15px;
  }

  .container-before-map, .container-copy {
    width: 95%;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 400;
  }

  .columns-2 {
    flex-direction: row;
  }

  .columns-3 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container.team {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container.team.left {
    align-items: center;
  }

  .column {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .column.logo {
    align-items: center;
    padding-left: 0;
  }

  .column.menu {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .column.download {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    justify-items: start;
  }

  .logo {
    width: 110%;
  }

  .button.nav-button {
    float: left;
    text-align: center;
    margin-top: 13px;
    display: inline-block;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: 24px;
    padding: 24px;
  }

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

  .nav-toggle {
    color: var(--dark);
  }

  .separator.services {
    margin-left: 50px;
  }

  .link-list.footer-navbar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-feature.about-feature {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-feature.team-feature.tido {
    width: 90%;
    margin-bottom: 60px;
  }

  .image-feature.team-feature.grit {
    width: 90%;
    min-height: 630px;
    margin-bottom: 60px;
  }

  .image-feature.team-feature.ruf {
    align-items: flex-end;
    width: 90%;
    min-height: 630px;
  }

  .image-feature.team-feature.text {
    width: 90%;
    min-height: 630px;
    margin-bottom: 60px;
  }

  .image-feature-panel {
    margin-left: 0;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-feature-panel.image-feature-panel-left.team {
    display: block;
  }

  .blog-container {
    width: 500px;
    max-width: 100%;
  }

  .page-title {
    font-size: 45px;
  }

  .service {
    padding-bottom: 0;
    padding-left: 0;
  }

  .content-container {
    padding-top: 60px;
  }

  .image-slider {
    min-height: 300px;
  }

  .metrics-list-item {
    border-bottom-style: none;
    width: 50%;
    display: inline-block;
  }

  .metric-title {
    margin-bottom: 12.5px;
    font-size: 48px;
    line-height: 50px;
  }

  .brand {
    align-self: center;
    display: block;
  }

  .image {
    width: 100%;
  }

  .paragraph._100 {
    color: var(--text);
    font-weight: 400;
  }

  .paragraph-2 {
    color: var(--text);
  }

  .text-span {
    font-size: 20px;
  }

  .heading-4 {
    font-size: 28px;
  }

  .bold-text-18 {
    font-weight: 600;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
    line-height: 50px;
  }

  h2 {
    font-size: 40px;
    line-height: 42px;
  }

  blockquote {
    margin-bottom: 25px;
    font-size: 21px;
    font-style: italic;
    line-height: 25px;
  }

  .container {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    display: block;
  }

  .container.team {
    flex-direction: column;
    align-items: center;
  }

  .container.boutton {
    display: flex;
  }

  .container.homapage {
    padding-left: 30px;
  }

  .column {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

  .column.logo {
    padding-left: 0;
  }

  .column.menu {
    align-items: flex-end;
    padding-left: 0;
  }

  .column.download {
    grid-auto-flow: row;
  }

  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.call-to-action {
    padding-bottom: 50px;
  }

  .section.background-white {
    padding-top: 50px;
  }

  .section.inner-section {
    padding-bottom: 12.5px;
  }

  .text-link-large {
    border-bottom-width: 1px;
    font-size: 21px;
    line-height: 32px;
  }

  .navigation {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo {
    width: 90%;
  }

  .navbar-link {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .navbar-link.footer-navbar-link {
    margin-right: 0;
  }

  .button {
    font-family: Open Sans, sans-serif;
  }

  .button.nav-button {
    float: left;
  }

  .button.service-button {
    margin-bottom: 25px;
  }

  .button.service-button.text {
    padding-right: 25px;
    display: block;
  }

  .button.service-button.download {
    width: 90%;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid rgba(16, 24, 38, .1);
    margin-top: 24px;
    padding: 24px;
  }

  .menu-button {
    border: 1px solid rgba(0, 0, 0, 0);
    transition: border .2s, background-color .2s;
  }

  .menu-button.w--open {
    background-color: #fff;
    border: 1px solid rgba(16, 24, 38, .1);
  }

  .nav-toggle {
    color: var(--dark);
  }

  .separator {
    margin-bottom: 25px;
    margin-left: 20px;
  }

  .separator.blog-post-title-separator {
    margin-top: 25px;
  }

  .separator.services {
    margin-left: 25px;
  }

  .link-list.footer-navbar {
    flex-direction: column;
    align-items: center;
    margin-bottom: 75px;
  }

  .link-list-item.footer-link-list-item {
    margin-bottom: 12.5px;
    margin-right: 0;
    display: block;
  }

  .footer {
    padding-top: 75px;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-tagline {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-third-heading {
    margin-right: 12.5px;
  }

  .image-feature {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .image-feature.team-feature.tido {
    width: 90%;
    margin-bottom: 20px;
  }

  .image-feature.team-feature.grit, .image-feature.team-feature.ruf, .image-feature.team-feature.text {
    width: 90%;
    min-height: 630px;
  }

  .image-feature-panel {
    background-color: rgba(255, 255, 255, .73);
    width: 90%;
    padding: 25px;
    position: static;
    bottom: 0%;
    right: 5%;
  }

  .image-feature-panel.image-feature-panel-left {
    background-color: rgba(255, 255, 255, .64);
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 5%;
  }

  .image-feature-panel.image-feature-panel-left.team {
    width: 100%;
    margin-left: 0;
    padding-left: 5px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .testimonial-slider {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
  }

  .slider-paging {
    display: none;
  }

  .testimonial-slide {
    max-width: 90%;
    padding: 0;
    position: relative;
    top: 0%;
    transform: none;
  }

  .blockquote-author {
    font-size: 12px;
  }

  .footer-square, .footer-circle {
    display: none;
  }

  .blog-post-snippet {
    min-height: 0;
    margin-bottom: 50px;
    padding-right: 0;
  }

  .blog-post-snippet-heading {
    min-height: 0;
  }

  .blog-container {
    width: 100%;
    padding-bottom: 25px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .blog-post-meta {
    margin-bottom: 50px;
  }

  .blog-post-body {
    margin-bottom: 25px;
  }

  .blog-post-body blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .block-quote {
    font-size: 21px;
    line-height: 32px;
  }

  .page-title {
    padding-left: 0;
    font-size: 40px;
  }

  .page-subtitle {
    color: var(--text);
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
  }

  .service {
    padding: 25px;
  }

  .team-member {
    width: 100%;
  }

  .team-member-title {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 25px;
    position: relative;
    bottom: 0;
  }

  .team-member-name {
    margin-bottom: 0;
  }

  .contact-information {
    margin-bottom: 25px;
    padding: 25px 25px 50px;
  }

  .contact-methods {
    margin-top: 25px;
  }

  .map {
    margin-bottom: 50px;
  }

  .content-container {
    padding-top: 60px;
  }

  .blockquote-large {
    font-size: 21px;
    line-height: 32px;
  }

  .team-member-heading {
    letter-spacing: -.5px;
    font-size: 48px;
    line-height: 50px;
  }

  .blog-post-snippet-excerpt {
    min-height: auto;
    margin-bottom: 12.5px;
  }

  .image-slider {
    min-height: 0;
    max-height: 180px;
  }

  .metrics-list-item {
    border-bottom-style: solid;
    width: 100%;
    display: block;
  }

  .separator-2 {
    margin-bottom: 25px;
  }

  .text-link-large-2 {
    border-bottom-width: 1px;
    font-size: 21px;
    line-height: 32px;
  }

  .div-block-2 {
    margin-left: 0;
  }

  .image {
    width: 97%;
  }

  .container-before-map, .container-copy {
    width: 100%;
    max-width: 100%;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .text-span {
    font-size: 25px;
  }

  .list {
    width: 85%;
    margin-right: 40px;
  }

  .columns-4 {
    flex-flow: column;
  }
}


