:root {
  --firebrick: #cd1719;
  --black: black;
  --grey: #f0f0f0;
  --white: white;
}

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto v30 latin, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.65;
}

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

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  font-family: "Roboto v30 latin 300", sans-serif;
}

.rich-text p {
  opacity: 1;
  margin-bottom: 25px;
  font-size: 1.25rem;
  line-height: 1.65;
}

.rich-text h4 {
  margin-top: 0;
  font-family: Roboto v30 latin, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.container {
  width: 100%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.container.hero {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1920px;
  margin-top: 0;
  display: block;
}

.styleguide-content-wrap {
  text-align: center;
}

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

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  color: var(--firebrick);
  text-transform: none;
  margin-top: 0;
  margin-bottom: .2rem;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading-jumbo.is-black {
  color: var(--black);
}

.heading-jumbo.is-black.space-btm {
  margin-top: 5rem;
  margin-bottom: 4rem;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light, .paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 10rem;
  margin-left: 3rem;
  margin-right: 3rem;
  padding-bottom: 0;
  display: block;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-image {
  height: 2.5em;
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1fr;
  margin-bottom: 0;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

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

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.grid-fachgebiete {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  grid-template: "Area Area Area-2 Area-2"
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.grid-expertise_item {
  transition: padding-bottom .3s;
  display: block;
  position: static;
  overflow: hidden;
}

.grid-expertise_item._1 {
  height: 13em;
  min-height: 0;
  overflow: hidden;
}

.grid-image {
  object-fit: cover;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.footer {
  min-height: 100vh;
  margin-left: 30px;
  margin-right: 30px;
}

.footer.cc-contact {
  background-color: #f4f4f4;
  min-height: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.intro-left {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.intro-right {
  width: 50%;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar_logo {
  width: 100%;
  height: 100%;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_component {
  z-index: 90;
  background-color: #fff;
  border: 1px solid #f2efed;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: fixed;
}

.navbar_logo-link {
  width: 3rem;
  height: 3rem;
  padding-left: 0;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_menu-icon {
  display: flex;
}

.rl-button-small {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #65032d;
  border: 1px solid #65032d;
  border-radius: .5rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
}

.rl-button-small:hover {
  background-color: #4d0024;
  border-color: #4d0024;
}

.rl-button-small.navi {
  transition: all .3s;
}

.rl-button-small.navi:hover {
  transform: translate(0, -.4rem);
  box-shadow: 0 12px 20px -10px rgba(77, 0, 36, .4);
}

.rl-button-small.navi.w--current {
  color: #fff;
}

.rl_navbar1_link {
  color: #292929;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-right: 1rem;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link:hover {
  color: #7b003a;
  border: 1px #000;
}

.rl_navbar1_link.w--current {
  color: #000;
}

.nav-inner-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  height: 1.5em;
  margin-right: 0;
  display: flex;
}

.navigation-2 {
  object-fit: fill;
  background-color: #fff;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.menu-button-2 {
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 100;
  text-decoration: none;
  display: flex;
}

.menu-button-2.w--open {
  color: #263041;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
}

.menu-bar {
  background-color: #263041;
  width: 100%;
  height: 3px;
  margin-top: 0;
  margin-bottom: 5px;
}

.navi-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  height: 4.6em;
  display: flex;
  position: relative;
}

.image-2, .eickhoff-logo-red {
  width: 100%;
  height: 100%;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-left: .8em;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.nav-link {
  color: #263041;
  text-align: center;
  letter-spacing: .25px;
  padding: .7em 1em;
  font-size: 1.2em;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.first {
  padding-top: 2em;
  padding-right: 1em;
  display: block;
}

.nav-link.last {
  padding-bottom: 2em;
}

.logo-wrapper {
  width: 4em;
  height: 2.2em;
  margin-top: 0;
}

.nav-menu {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .93);
  border-top: 1px solid #f2f2f2;
  border-bottom: .4em solid #b5004d;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.button-2 {
  background-color: var(--firebrick);
  text-transform: uppercase;
  padding: 1em;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.1;
}

.button-2:hover {
  background-color: var(--firebrick);
  color: #fff;
  -webkit-text-stroke-color: var(--firebrick);
}

.grid-content {
  grid-row-gap: 2em;
  background-color: var(--firebrick);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #fff;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 2em;
  font-weight: 300;
}

.text-block-3 {
  color: #fff;
  font-family: "Roboto v30 latin 300", sans-serif;
}

.image-3 {
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.h-h1-sub {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.25;
}

.div_bottom {
  z-index: 3;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 2rem;
  right: auto;
  overflow: hidden;
}

.grid-text {
  color: #fff;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2;
}

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

.btn-arrow {
  background-color: var(--firebrick);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 15rem;
  padding: .8rem 1rem;
  display: flex;
}

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

.btn-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto v30 latin, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.img-arrow {
  position: relative;
}

.img-arrow.abs {
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line-wrapper {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.div-block {
  border-bottom: 6px solid var(--firebrick);
  width: 70%;
}

.html-embed {
  width: 30%;
}

.padding-global {
  padding-left: 3rem;
  padding-right: 3rem;
}

.container-large {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.padding-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-section.head {
  margin-top: 10rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section.head.expertise {
  margin-top: 0;
  padding-top: 11rem;
}

.padding-section.is-footer, .padding-section.imprint {
  padding-bottom: 3rem;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

.link-wrapper {
  margin-right: 6em;
}

.link-img {
  margin-right: .3em;
}

.header-image-wrapper {
  height: 35rem;
}

.header-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-content {
  width: 50%;
}

.header-content.is-expertise {
  width: 60%;
}

.header-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0;
  display: flex;
}

.header-link-item {
  align-items: center;
  display: flex;
}

.link-header {
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
}

.link-header:hover {
  color: var(--firebrick);
  font-family: "Roboto v30 latin 300", sans-serif;
  font-weight: 300;
  text-decoration: underline;
}

.text-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  display: block;
}

.text-content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-left {
  flex: 1;
  width: 30%;
}

.text-right {
  width: 50%;
  margin-right: 10em;
}

.p-body {
  margin-bottom: 1em;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.65;
}

.p-body.last {
  margin-bottom: 0;
}

.h-h2 {
  color: var(--firebrick);
  text-transform: none;
  white-space: break-spaces;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.25;
}

.h-h2.space {
  margin-top: .1em;
}

.h-h2.is-blue {
  color: #3b17cd;
}

.grid-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  display: block;
}

.expertise-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-expertise {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  grid-template: "Area . Area-2"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  margin-top: 1em;
  display: grid;
}

.grid-expertise.is-alt {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-expertise.is-hero {
  margin-top: 0;
}

.grid-text-small {
  color: #fff;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.2;
}

.vita-grid-wrapper {
  background-color: #f0f0f0;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 4em;
  padding-bottom: 4em;
  display: block;
  position: relative;
  overflow: visible;
}

.grid-vita {
  grid-template-columns: .25fr 1fr;
  width: 60%;
}

.vita-wrapper {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.vita-row {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.vita-row.space {
  margin-top: 4em;
}

.vita-jahr {
  flex: none;
  width: 24%;
  font-family: "Roboto v30 latin 500", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75;
}

.vita-text {
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75;
}

.vita-right, .vita-left {
  width: 50%;
}

.vita-arrow-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 6em;
}

.vita-img-arrow {
  width: 14em;
}

.footer-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--grey);
  background-image: url('../images/bg-chevron.svg');
  background-position: 10% 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 4em;
  display: flex;
  position: relative;
  overflow: visible;
}

.foter-inner-wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-footer {
  color: #000;
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--black);
  text-transform: none;
  margin-bottom: .5rem;
  font-family: Roboto v30 latin, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 16px;
}

.footer-link {
  color: #000;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--firebrick);
}

.footer-link.left {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.footer-link.footer-bold {
  margin-top: 0;
  font-family: Roboto v30 latin, sans-serif;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-content-right {
  grid-column-gap: 4.5em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.footer-content-left {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-2 {
  height: 2vw;
}

.navi-arrow {
  z-index: 40;
  border-bottom: 0px none var(--firebrick);
  border-left: 1px #000;
  width: 100%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.dach {
  z-index: 10;
  border-style: solid solid none none;
  border-width: 5px 5px 6px 1px;
  border-color: var(--firebrick);
  white-space: normal;
  background-color: #fff;
  width: 3em;
  height: 3em;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: auto;
  bottom: -39%;
  left: auto;
  right: 10vw;
  transform: rotate(-45deg);
}

.dach.hide-mobile {
  right: 10rem;
}

.navi-inner {
  height: 4em;
  position: relative;
}

.div-block-3 {
  background-color: var(--firebrick);
  height: 5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-text-small-pop-out {
  color: #000;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-4 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.grid-text-small-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.2;
}

.grid-expertise-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-direction: column;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  margin-top: 1em;
  display: grid;
}

.grid-full-wdth {
  z-index: 3;
  color: #000;
  background-color: #e7e7e7;
  padding: 3rem 2rem;
  position: static;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
  overflow: visible;
}

.grid-content_wrapper-full-wdth {
  height: auto;
  position: relative;
  overflow: hidden;
}

.grid-content_wrapper-full-wdth._1, .grid-content_wrapper-full-wdth._2, .grid-content_wrapper-full-wdth._3 {
  display: block;
}

.head-grid {
  flex: none;
  font-family: Roboto v30 latin, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
}

.grid-full-content {
  grid-row-gap: .4rem;
  flex-direction: row;
  display: flex;
}

.grid-content-left {
  width: 20rem;
}

.grid-content-right {
  width: 65%;
}

.img-wrapper {
  width: 1rem;
  height: 1.3rem;
  margin-left: .6rem;
  padding-top: 0;
  padding-bottom: 4px;
}

.chevron-down {
  width: 100%;
  height: 100%;
  transition: transform .4s;
}

.grid-expertise_item-toggle {
  cursor: pointer;
  width: 100%;
  height: 13rem;
  position: relative;
  overflow: visible;
}

.grid-expertise_item-content {
  z-index: 3;
  color: #000;
  width: 100%;
  max-height: 0;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  transition: opacity .3s, max-height .3s;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.item-content-inner {
  background-color: var(--grey);
  padding: 3rem 2rem;
}

.grid-expertise-item-space {
  z-index: 999;
  width: 100%;
  height: 24.7rem;
  padding-bottom: 0;
  position: static;
}

.dropdown-toggle {
  width: 12rem;
}

.dropdown-toggle.w--open {
  width: 12rem;
  height: 5rem;
}

.dropdown {
  background-image: url('../images/Variant3-3.jpg');
  background-position: 0 0;
  background-size: auto;
  overflow: visible;
}

.dropdown-list {
  left: 0;
}

.dropdown-list.w--open {
  width: 100%;
  left: 0;
  right: 0;
}

.div-block-5 {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-6 {
  width: 100%;
  height: 10rem;
}

.grid-hero {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ".";
}

.grid-hero_item {
  height: 13rem;
}

.grid-hero_item-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.grid-hero_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-grid-text {
  z-index: 4;
  color: #fff;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 1rem;
  right: auto;
}

.grid-hero_image-overlay {
  z-index: 3;
  background-color: rgba(0, 0, 0, .4);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.grid-hero_item-wrapper {
  background-color: var(--firebrick);
  width: 100%;
  height: 100%;
  padding: 1.1rem 1.1rem 1.1rem 1.2rem;
  display: flex;
}

.hero-grid-contact {
  z-index: 2;
  color: #fff;
  margin-bottom: 2rem;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  position: static;
  top: auto;
  bottom: 1rem;
  left: 1rem;
  right: auto;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.hero-grid-contact-link {
  color: #fff;
  margin-top: .3rem;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 1.2rem;
}

.hero-grid-contact-link:hover {
  color: #fff;
  text-decoration: underline;
}

.nav_p {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: "Roboto v30 latin 300", sans-serif;
  line-height: 1.4;
}

.nav_p.op70 {
  opacity: .7;
}

.nav_p.is-link:hover {
  color: var(--firebrick);
}

.social-wrap {
  align-items: center;
  display: flex;
}

.navi {
  z-index: 97;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 1rem 3rem 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.small-link {
  color: #000;
  margin-bottom: .6rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.brand {
  z-index: 101;
  color: #1a1a1f;
  height: 2rem;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.nav-container {
  z-index: 999;
  width: 100%;
  max-width: 1920px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.hamburger-top, .hamburger-middle {
  background-color: #1a1a1f;
  width: 100%;
  height: 3px;
}

.connect-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.overlay {
  z-index: 98;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-weight: 300;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.off-right-colum {
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  border-left: 1px rgba(90, 90, 90, .3);
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 9rem;
  padding-left: 4rem;
  display: grid;
}

.off-main-left {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 9rem;
  display: flex;
}

.hover-line {
  background-color: #fec483;
  width: 100%;
  height: 16px;
  position: absolute;
  top: auto;
  bottom: auto;
}

.nav_connect-text {
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 1rem;
  font-family: "Roboto v30 latin 500", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}

.yellow {
  color: #fec483;
}

.hamburger-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 20px;
  display: flex;
}

.nav-link-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-bottom: 0;
  font-size: 70px;
  line-height: 76px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrapper._3 {
  margin-top: 0;
  transition-property: none;
}

.nav-link-wrapper._1 {
  margin-top: 0;
}

.off-canvas-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: auto;
}

.hamburger-bottom {
  background-color: #1a1a1f;
  width: 100%;
  height: 3px;
}

.nav-btn-wrap {
  z-index: 101;
  padding: 0;
}

.nav-btn-wrap.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.social-icon {
  opacity: .7;
  background-image: url('../images/Twitter-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-right: 24px;
  transition: opacity .3s;
}

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

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

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

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

.nav-link-text {
  color: #000;
  font-size: 2.8rem;
  line-height: 1.1;
}

.nav-link-text:hover {
  color: var(--firebrick);
}

.nav_inner-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand-img {
  width: 100%;
  height: 100%;
}

.footer-link-text {
  color: #1a1b1f;
  margin-top: .6rem;
  margin-bottom: 0;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
}

.footer-link-text.left {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.top-wrapper {
  margin-bottom: 1.6rem;
}

.footer-link-fax {
  color: #1a1b1f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
}

.footer-link-fax.left {
  margin-top: 0;
  margin-bottom: 2rem;
}

.footer-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: grid;
  position: relative;
  overflow: visible;
}

.footer-imprint-links {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.footer-copyright {
  color: #1a1b1f;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.footer-copyright.left {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.footer-link-copyright {
  color: #000;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.footer-link-copyright:hover {
  color: var(--firebrick);
}

.footer-link-copyright.left {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.header-wrapper-expertise {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 6rem;
  padding-bottom: 0;
  display: flex;
}

.header-content-wrapper-expertise {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

.logo-grid {
  grid-template-rows: auto;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.logo-grid-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-grid-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.logo-img-wrapper {
  height: 7rem;
  margin-bottom: 2rem;
}

.max-width-large {
  width: 100%;
}

.text-color-steelblue {
  color: #8098a7;
}

.padding-bottom, .padding-bottom.padding-small {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-bottom, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.profil_details {
  overflow: hidden;
}

.profil_details.is-last {
  border-bottom: 1px solid #222;
}

.div-square {
  flex-direction: column;
  width: 100%;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portrait-container {
  max-width: 15rem;
}

.square-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.square-image.dietrich-koehler {
  top: -20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.profil_titel {
  cursor: pointer;
  border-top: 1px solid #222;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.profil_titel.is-white {
  border-top-color: rgba(255, 255, 255, .5);
}

.profil_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.profil_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  transition-property: none;
}

.profil_icon.is-white {
  filter: invert();
  transition-property: none;
}

.dach_inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  grid-template: ". Area"
  / auto minmax(2rem, 2rem) minmax(2rem, 2rem) minmax(15%, 15%);
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  display: grid;
  overflow: visible;
  transform: translate(0, 1px);
}

.line {
  border-bottom: 5px solid var(--firebrick);
  background-color: #fff;
  height: 4rem;
  transform: translate(0);
}

.line._2 {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  border-bottom-width: 5px;
  height: 4rem;
  transform: translate(0)skew(0deg, -45deg);
}

.line._3 {
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  transform: translate(0)skew(0deg, 45deg);
}

.test-body {
  background-color: #080505;
}

.dach_wrapper {
  z-index: 99;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.top_fill {
  background-color: #fff;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-imprint-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: block;
}

.item-content-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.grid-expertise-arrow {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.1rem;
  margin-top: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -3rem;
  left: 0%;
  right: 0%;
}

.grid-expertise-arrow__image {
  object-fit: fill;
  height: 2rem;
}

.grid-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.footer-text {
  color: #000;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: "Roboto v30 latin 300", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.footer-text:hover {
  color: var(--black);
}

.footer-text.left {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.p-span {
  font-size: .9rem;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .section {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .intro-wrap {
    grid-row-gap: 5em;
    flex-flow: column wrap;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .grid-fachgebiete {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template: "Area Area-2"
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .footer.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-left, .intro-right {
    width: 100%;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    justify-content: flex-end;
    height: 40vh;
    padding-bottom: 15rem;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_container {
    justify-content: space-between;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl-button-small.navi {
    flex: 0 auto;
    width: 8em;
  }

  .rl_navbar1_link {
    text-align: center;
    flex: 0 auto;
    width: auto;
    margin-right: 0;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .link-block {
    height: 1.5em;
  }

  .navigation-2 {
    height: 3.5em;
  }

  .menu-button-2 {
    line-height: 1;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .logo-wrapper {
    width: 3.5em;
    height: 3.5em;
  }

  .h-h1-sub {
    font-size: 1.6rem;
  }

  .btn-arrow {
    margin-top: 2rem;
  }

  .body {
    font-size: 16px;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header-content-wrapper {
    grid-row-gap: 2.5em;
    flex-flow: wrap;
  }

  .link-wrapper {
    margin-right: 0;
  }

  .header-image-wrapper {
    height: 25rem;
  }

  .header-img {
    object-position: 70% 50%;
  }

  .header-content {
    width: 60%;
  }

  .text-content-wrapper {
    grid-row-gap: 2.5em;
    flex-flow: wrap;
  }

  .text-left {
    width: 90%;
  }

  .text-left.hide-mobile {
    display: none;
  }

  .text-right {
    width: 100%;
    margin-right: 0;
  }

  .h-h2 {
    width: 80%;
  }

  .grid-expertise {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template: "Area Area-2"
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .vita-grid-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .vita-wrapper {
    width: 100%;
  }

  .vita-jahr {
    width: 28%;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 2em;
  }

  .foter-inner-wrapper {
    grid-row-gap: 2.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-content-right {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: auto auto auto;
    justify-content: stretch;
    width: 100%;
  }

  .footer-content-left {
    grid-column-gap: 60px;
  }

  .dach {
    right: 16%;
  }

  .dach.hide-mobile {
    right: 8rem;
  }

  .grid-expertise-2 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
  }

  .grid-content_wrapper-full-wdth._1, .grid-content_wrapper-full-wdth._2, .grid-content_wrapper-full-wdth._3 {
    display: none;
  }

  .head-grid {
    width: 28%;
  }

  .grid-full-content {
    grid-row-gap: .8rem;
  }

  .grid-content-left {
    width: 16rem;
  }

  .grid-expertise_item-content {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .item-content-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-hero {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
  }

  .navi {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .off-right-colum {
    padding-left: 0;
  }

  .hover-line {
    height: 8px;
  }

  .hamburger-wrapper {
    width: 30px;
  }

  .nav-link-wrapper {
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 48px;
    line-height: 48px;
  }

  .nav-link-wrapper._1 {
    margin-bottom: 10px;
  }

  .footer-link-text, .footer-link-fax {
    width: 100%;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-copyright {
    width: 100%;
  }

  .header-content-wrapper-expertise {
    grid-row-gap: 2.5em;
    flex-flow: wrap;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-imprint-wrapper {
    grid-row-gap: 2.5em;
    flex-flow: wrap;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 100%;
  }

  .container {
    text-align: center;
    align-self: flex-start;
  }

  .heading-jumbo {
    font-size: 2.8rem;
    line-height: 64px;
  }

  .heading-jumbo.is-black {
    line-height: 1.15;
  }

  .section {
    margin-left: 1.4em;
    margin-right: 1.4em;
    padding-bottom: 3vw;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .intro-wrap {
    align-items: flex-start;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .grid-fachgebiete {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .footer {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer.cc-contact {
    padding: 15px;
  }

  .intro-left {
    text-align: left;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

  .link-block {
    height: 1.4em;
  }

  .menu-button-2, .menu-button-2.w--open {
    width: auto;
    height: auto;
  }

  .nav-link {
    padding-top: .7em;
    padding-bottom: .7em;
    display: block;
  }

  .nav-link.first {
    display: block;
  }

  .logo-wrapper {
    width: 3.5em;
    height: 3.5em;
  }

  .h-h1-sub {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .padding-global {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .padding-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header-content {
    width: 100%;
  }

  .header-content.is-expertise {
    width: 90%;
  }

  .text-content-wrapper {
    grid-row-gap: 1.5em;
  }

  .p-body {
    font-size: 1rem;
  }

  .h-h2 {
    text-align: left;
    width: 90%;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .grid-expertise {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .vita-grid-wrapper {
    padding: 2em;
  }

  .vita-wrapper {
    width: 100%;
  }

  .vita-row.space {
    margin-top: 2em;
  }

  .vita-jahr {
    width: 29%;
    font-size: 1rem;
  }

  .vita-text {
    font-size: 1rem;
  }

  .footer-wrapper {
    background-position: 40% 100%;
    background-size: auto 80%;
    padding: 2em;
  }

  .foter-inner-wrapper {
    grid-row-gap: 0rem;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

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

  .footer-link.left:hover {
    color: #050505;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-content-right {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-content-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 0;
  }

  .dach {
    right: 19%;
  }

  .dach.hide-mobile {
    right: 7rem;
  }

  .grid-expertise-2 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .grid-content_wrapper-full-wdth._1 {
    display: flex;
  }

  .head-grid {
    width: auto;
  }

  .grid-full-content {
    flex-wrap: wrap;
  }

  .grid-content-left, .grid-content-right {
    width: 100%;
  }

  .grid-expertise_item-content {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    overflow: hidden;
  }

  .item-content-inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-grid-text {
    font-size: 1.6rem;
  }

  .hero-grid-contact, .hero-grid-contact-link, .nav_p.op70 {
    text-align: left;
  }

  .navi {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .brand {
    padding-left: 0;
  }

  .off-right-colum {
    grid-row-gap: 2.5rem;
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .off-main-left {
    padding-top: 80px;
  }

  .nav-link-wrapper {
    margin-top: 0;
    margin-bottom: 1.7rem;
    overflow: visible;
  }

  .off-canvas-wrapper {
    grid-row-gap: 4.5rem;
    grid-template-rows: min-content minmax(auto, 1fr);
    grid-template-columns: 1.5fr;
    padding-top: 80px;
  }

  .nav-link-text {
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .footer-link-text {
    width: 70%;
  }

  .footer-link-text:hover, .footer-link-text.left:hover, .footer-link-fax:hover {
    color: #000;
  }

  .footer-grid {
    background-image: none;
  }

  .footer-copyright {
    width: 70%;
  }

  .footer-copyright:hover, .footer-copyright.left:hover, .footer-link-copyright:hover {
    color: #000;
  }

  .footer-link-copyright.left:hover {
    color: #050505;
  }

  .logo-grid {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .profil_titel {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .profil_icon {
    width: 1.75rem;
  }

  .text-imprint-wrapper {
    grid-row-gap: 1.5em;
  }

  .footer-text:hover {
    color: #000;
  }

  .footer-text.left:hover {
    color: #050505;
  }
}

@media screen and (max-width: 479px) {
  .rich-text, .rich-text p {
    font-size: 1.1rem;
  }

  .heading-jumbo {
    font-size: 2.2rem;
    line-height: 48px;
  }

  .section {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    padding-bottom: 0;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .grid-fachgebiete {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template: "Area"
                   "Area-2"
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .link-block {
    height: 1.5em;
    display: none;
  }

  .menu-button-2 {
    width: auto;
    height: auto;
  }

  .navi-wrapper {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .eickhoff-logo-red {
    flex: none;
  }

  .nav-link {
    text-align: center;
    border-bottom: 1px #f2f2f2;
    font-size: .9em;
  }

  .nav-link.first {
    border-bottom: 1px #f2f2f2;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.last {
    border-bottom-style: none;
  }

  .logo-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 3.5em;
    height: 3.5em;
    display: flex;
  }

  .nav-menu {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .h-h1-sub {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .div_bottom {
    justify-content: space-between;
    left: 1rem;
  }

  .padding-global {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .padding-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header-image-wrapper {
    height: 12rem;
  }

  .header-content.is-expertise {
    width: 100%;
  }

  .p-body {
    font-size: 1.1rem;
  }

  .h-h2 {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .grid-expertise {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .vita-grid-wrapper {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .vita-row {
    flex-wrap: wrap;
  }

  .vita-row.space {
    margin-top: 2em;
  }

  .vita-jahr {
    width: 100%;
    font-size: 1.1rem;
  }

  .vita-text {
    font-size: 1.1rem;
  }

  .footer-wrapper {
    grid-row-gap: 2rem;
    background-position: 39% 100%;
    background-size: auto 50%;
    grid-template-columns: 1fr;
    padding-top: 1.4em;
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .container-2 {
    max-width: none;
  }

  .dach.hide-mobile {
    display: none;
  }

  .grid-expertise-2 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .grid-content_wrapper-full-wdth._1, .grid-content_wrapper-full-wdth._2 {
    display: none;
  }

  .grid-content_wrapper-full-wdth._3 {
    display: block;
  }

  .head-grid {
    width: auto;
  }

  .img-wrapper {
    margin-left: 6px;
  }

  .grid-expertise_item-content, .item-content-inner {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .grid-hero {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .hero-grid-contact, .hero-grid-contact-link {
    text-align: left;
  }

  .navi {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .overlay {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .off-right-colum {
    grid-row-gap: 1rem;
    padding-bottom: 0;
  }

  .off-main-left {
    padding-top: 1.2rem;
  }

  .nav_connect-text {
    margin-bottom: .6rem;
  }

  .hamburger-wrapper {
    width: 30px;
    height: 20px;
  }

  .nav-link-wrapper {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }

  .off-canvas-wrapper {
    grid-row-gap: 2rem;
  }

  .nav-link-text {
    font-size: 2rem;
    line-height: 1;
  }

  .footer-link-text {
    width: 90%;
  }

  .footer-grid {
    grid-row-gap: 2rem;
    background-image: none;
    grid-template-columns: 1fr;
  }

  .footer-imprint-links {
    grid-row-gap: 1.25rem;
    flex-wrap: wrap;
  }

  .footer-link-wrapper {
    grid-row-gap: .5rem;
    flex-flow: column wrap;
  }

  .footer-copyright {
    width: 90%;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .profil_titel {
    justify-content: space-between;
  }
}

#w-node-_0f21aa68-e246-17d2-6e28-266f813305a8-37a140db, #w-node-_5647a053-00f6-b478-08af-25e1ccf22b50-37a140db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1059baf1-9ee1-20f3-d1e0-53f65bc47ee1-37a140db, #w-node-ec814ad0-3043-f724-36d6-8b3d12c0cf3c-37a140db, #w-node-ffdf3c43-20a9-36ed-0d54-5ff136063a53-37a140db, #w-node-fcf72fec-87a6-cf49-eda3-2a0cb675686c-37a140db, #w-node-a2f945ce-a555-88b4-ed10-82a860ffa204-60ffa1fd, #w-node-a2f945ce-a555-88b4-ed10-82a860ffa228-60ffa1fd, #w-node-a2f945ce-a555-88b4-ed10-82a860ffa215-60ffa1fd, #w-node-a2f945ce-a555-88b4-ed10-82a860ffa237-60ffa1fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1629933f-76d7-a34f-19df-e7fe0339210e-d9ff144b {
  align-self: auto;
}

#w-node-_5f7ccc8a-db18-244d-4f5d-ae99d7e600c4-d7e600c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ed81c29-769d-b8d5-0793-543158412be6-30278116 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ce5dd9df-5d63-84f8-5aef-51b12a4f5c2e-30278116 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6647cfc-d14a-0a7f-acbc-b66534b55aa2-c44215a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-d6647cfc-d14a-0a7f-acbc-b66534b55ab5-c44215a5, #w-node-ffda2bfd-2ff0-027e-d3bc-db0ab7a43f82-b7a43f82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0f21aa68-e246-17d2-6e28-266f813305a8-37a140db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0f21aa68-e246-17d2-6e28-266f813305a8-37a140db, #w-node-_5647a053-00f6-b478-08af-25e1ccf22b50-37a140db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roboto v30 latin';
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30 latin 700';
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30 latin 500';
  src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto v30 latin 300';
  src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), url('../fonts/roboto-v30-latin-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}