:root {
  --white: white;
  --black: black;
}

a {
  text-decoration: underline;
}

.logo-block {
  margin-right: 30px;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
}

.logo {
  height: 50px;
  border-radius: 0;
  margin-top: 0;
  display: inline-block;
}

.cta-button {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  margin-left: 10px;
  padding: 11px 20px;
  transition: background-color .2s, color .2s, box-shadow .2s;
}

.cta-button:hover {
  color: #000;
  background-color: #fcc627;
  box-shadow: 7px 7px 33px rgba(0, 0, 0, .4);
}

.cta-button.color {
  background-color: #1fdb6a;
}

.cta-button.color:hover {
  background-color: #3fee85;
}

.dropdown-icon {
  opacity: .4;
  margin-right: 10px;
}

.cta-buttons-wrapper {
  float: right;
  margin-left: 20px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.nav-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 4px;
  padding: 11px 15px;
  transition: background-color .2s, border .2s;
  display: inline-block;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .6);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link.dropdown-toggle {
  padding-right: 35px;
}

.cta-button-title {
  display: inline-block;
}

.cta-button-title.icon {
  margin-right: 10px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-top: 0;
  padding-bottom: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.dropdown-link {
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #5e7feb;
  background-color: rgba(94, 127, 235, .2);
}

.dropdown-link.w--current {
  color: #5e7feb;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.hero-title-large {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 44px;
  line-height: 54px;
}

.field-label {
  color: #c2c2c2;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
}

.container {
  position: relative;
}

.overall-hero-overlay {
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  padding-top: 200px;
  padding-bottom: 100px;
}

.dark-field {
  width: 100%;
  height: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 13px;
  transition: box-shadow .2s, border .2s, background-color .2s;
}

.dark-field:hover {
  border-color: #bebebe;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, .2);
}

.hero-left-block {
  width: 510px;
  float: left;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.checkbox {
  color: #979eac;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.checkbox:hover {
  color: #1f6fff;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #5e7feb;
  border-radius: 3px;
  margin-top: 20px;
  padding: 15px 40px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #000;
  background-color: #fcc627;
  box-shadow: 7px 7px 23px rgba(0, 0, 0, .2);
}

.button.hero-button {
  color: #000;
  letter-spacing: 2px;
  background-color: #fff;
  margin-top: 0;
  margin-right: 20px;
  padding: 15px 35px 14px;
  box-shadow: 7px 7px 70px rgba(0, 0, 0, .1);
}

.button.hero-button:hover {
  color: #5e7feb;
}

.button.hero-button._2 {
  color: #fff;
  background-color: #5e7feb;
}

.button.hero-button._2:hover {
  color: #000;
  background-color: #fcc627;
}

.button.full-submit-button {
  width: 100%;
  margin-top: 20px;
}

.button.yellow {
  background-color: #fcc627;
  margin-top: 0;
  padding-bottom: 14px;
}

.button.yellow:hover {
  background-color: #fcc627;
}

.button.submit-newsletter {
  width: 100%;
  height: 50px;
  background-color: #fcc627;
  border-radius: 5px;
  margin-top: 0;
}

.button.submit-newsletter:hover {
  color: #fdc727;
  background-color: #000;
}

.hero-description {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.hero-buttons-wrapper {
  margin-top: 40px;
}

.hero-cta-form {
  width: 330px;
  float: right;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0;
  box-shadow: 0 0 42px 20px rgba(252, 198, 39, .5);
}

.success-message {
  color: #fff;
  background-color: #5e7feb;
  border-radius: 3px;
  padding-bottom: 8px;
}

.download-hero {
  background-image: url('../images/joel-muniz-XqXJJhK-c08-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.block-description {
  font-size: 16px;
  line-height: 24px;
}

.column-title {
  text-transform: none;
  font-size: 44px;
  font-weight: 600;
  line-height: 40px;
}

.column-title.medium {
  font-size: 36px;
  line-height: 38px;
}

.section {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  font-size: 15px;
  line-height: 23px;
  position: relative;
}

.section.overflow-none {
  overflow: hidden;
}

.section.overflow-none.section_impressum {
  margin-left: 40px;
  margin-right: 40px;
}

.section.tint {
  background-color: #f3f5fa;
}

.section.top-line {
  border-top: 1px solid #ddd;
}

.section.small-footer {
  color: #8f9ba3;
  background-color: #1d2d38;
  font-size: 14px;
  line-height: 20px;
}

.whitepaper-mockup {
  z-index: 1;
  height: 570px;
  max-width: 100%;
  border: 1px solid #000;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 15px 15px 5px 4px rgba(0, 0, 0, .2);
}

.info-column-left {
  z-index: 10;
  display: block;
}

.section-description {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-weight: 200;
  line-height: 26px;
  display: block;
}

.section-description.centered {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-description.centered.bottom_margin {
  margin-bottom: 40px;
}

.feature-info-icon {
  height: 55px;
  margin-bottom: 20px;
}

.feature-info-column {
  padding-right: 20px;
}

.feature-info-block {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.small-divider-line {
  width: 50px;
  height: 3px;
  background-color: #5e7feb;
  margin: 10px auto 20px;
  display: block;
}

.block-paragraph {
  margin-bottom: 0;
}

.section-title-wrapper {
  width: 85%;
  text-align: center;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.full-centered {
  width: 100%;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
}

.feature-info-row {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.section-title {
  color: #080808;
  margin-top: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 39px;
  display: block;
}

.section-title.white {
  color: #fff;
}

.testimonial-text {
  z-index: 2;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.testimonial-slider-arrow {
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100%;
  margin-top: 55px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  transition: border .2s, background-color .2s;
}

.testimonial-slider-arrow:hover {
  border-color: rgba(255, 255, 255, .4);
}

.testimonial-small-image {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 100%;
  margin-right: 10px;
}

.testimonial-text-block {
  width: 100%;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px 40px;
  position: relative;
}

.image-section {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.image-section.testimonial-section {
  background-image: url('../images/aaron-burden--uj3Y7r1BeM-unsplash-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.image-section.newsletter {
  background-image: url('../images/patrick-tomasso-Oaqk7qqNh_c-unsplash-1.jpg');
  background-size: cover;
}

.testimonial-arrow-block {
  z-index: 1;
  width: 29px;
  height: 29px;
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  left: 40px;
  transform: rotate(45deg);
}

.testimonial-block-name {
  margin-top: 4px;
  margin-bottom: 1px;
  font-size: 17px;
  font-weight: 700;
}

.testimonial-block-name.subtitle {
  font-weight: 300;
}

.testimonial-half-slide {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(29, 45, 56, .7);
  padding-top: 120px;
  padding-bottom: 120px;
}

.image-section-overlay.color-gradient {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(149deg, #fcc627, rgba(94, 127, 235, .7) 51%, #5e7feb);
  padding-bottom: 60px;
}

.column-testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 70px;
  padding-right: 70px;
}

.cta-column-right {
  text-align: right;
}

.cta-title {
  color: #5e7feb;
  font-size: 27px;
  font-weight: 800;
}

.cta-title.subtitle {
  color: #a8a8a8;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
}

.cta-row {
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.faq-answer {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.faq-answer-block {
  overflow: hidden;
}

.faq-wrapper {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-icon {
  height: 12px;
  position: absolute;
  top: 16px;
  right: 0;
}

.faq-title {
  font-size: 20px;
  font-weight: 700;
}

.faq-item {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 10px;
  padding-top: 10px;
}

.faq-link-block {
  color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: block;
  position: relative;
}

.faq-link-block:hover {
  color: #5e7feb;
}

.newsletter-form-small {
  width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field {
  height: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  transition: background-color .2s;
}

.field:hover {
  background-color: #fff;
  border-color: #c5c5c5;
}

.field:focus {
  background-color: #fff;
  border-color: #5e7feb;
  box-shadow: 0 0 15px rgba(94, 127, 235, .3);
}

.field.email {
  text-align: center;
  border-color: #fff;
  margin-bottom: 0;
}

.footer-social-block-right {
  float: right;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #283e4d;
  border-radius: 100%;
  margin-left: 3px;
  padding-top: 9px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: #5e7feb;
}

.footer-small-social-icon {
  height: 15px;
}

.bottom-footer-text {
  margin-bottom: 0;
}

.bottom-footer-link {
  color: #99a5ad;
  padding-right: 20px;
  text-decoration: none;
}

.bottom-footer-link:hover {
  color: #fff;
}

.div-block {
  height: 35px;
  background-color: #fcc627;
  margin-bottom: 10px;
}

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

.image {
  max-width: 100%;
  border: 1px solid #000;
  box-shadow: -15px 15px 8px 3px rgba(0, 0, 0, .2);
}

.paragraph {
  font-size: 20px;
}

.paragraph-2 {
  font-size: 16px;
}

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

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

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

.p_links {
  margin-top: 60px;
  padding: 10px;
  font-size: 22px;
  line-height: 32px;
}

.links_im_text {
  color: #5e80eb;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
    border-radius: 0;
    margin-left: 60px;
    padding-top: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
  }

  .transparant-menu-button {
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, .3);
  }

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

  .logo {
    margin-top: 15px;
  }

  .cta-button {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .cta-buttons-wrapper {
    width: 100%;
    float: none;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list.w--open {
    background-color: #f0f1f5;
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    color: #000;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #5e7feb;
  }

  .nav-link.w--current {
    color: #5e7feb;
  }

  .nav-link.dropdown-toggle.w--open {
    color: #fff;
    background-color: #5e7feb;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .hero-title-large {
    font-size: 36px;
    line-height: 44px;
  }

  .overall-hero-overlay {
    padding: 180px 35px 60px;
  }

  .hero-left-block {
    width: 390px;
  }

  .button.hero-button {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11px;
    line-height: 11px;
  }

  .hero-cta-form {
    width: 260px;
    margin-top: -20px;
    padding: 0;
  }

  .section {
    padding: 45px;
  }

  .whitepaper-mockup {
    height: 450px;
    bottom: -70px;
    right: -10px;
  }

  .section-description {
    margin-top: 10px;
  }

  .feature-info-icon {
    height: 45px;
  }

  .feature-info-block {
    font-size: 14px;
    line-height: 20px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .feature-info-title {
    margin-top: 0;
    font-size: 17px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 30px;
  }

  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-top: 105px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 13px;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .column-testimonial-slider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }

  .bottom-footer-link {
    padding-right: 20px;
  }

  .div-block.divstickybar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .p_links {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .logo {
    height: 30px;
    margin-top: 5px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .navbar {
    padding-top: 20px;
    padding-left: 10px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }

  .overall-hero-overlay {
    padding-top: 125px;
    padding-bottom: 70px;
  }

  .hero-left-block {
    width: 100%;
  }

  .button.hero-button {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .button.hero-button._2 {
    width: 100%;
  }

  .button.hero-button.buttton_anfrage_leseprobe {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
  }

  .button.yellow.buy_button_fullwidth {
    width: 100%;
    margin-top: 20px;
  }

  .hero-cta-form {
    width: 100%;
    margin-top: 30px;
  }

  .section {
    padding: 35px;
  }

  .section.small-footer {
    text-align: center;
  }

  .whitepaper-mockup {
    width: 70%;
    height: auto;
    margin-bottom: -130px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: -55px;
    bottom: 0;
    right: 0;
  }

  .info-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-info-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .feature-info-row {
    margin-top: 0;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .testimonial-slider-arrow {
    margin-top: 65px;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-half-slide {
    width: 100%;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.color-gradient {
    background-image: linear-gradient(to right, #5e7feb 12%, rgba(94, 127, 235, .7) 51%, #4866c9 95%);
  }

  .cta-column-right {
    text-align: center;
    padding-top: 20px;
  }

  .cta-row {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .cta-column-left {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-wrapper, .newsletter-form-small {
    width: 100%;
  }

  .field.email {
    margin-bottom: 10px;
  }

  .footer-social-block-right {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .bottom-footer-text {
    margin-top: 5px;
  }

  .p_links {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .logo-block {
    margin-right: 30px;
  }

  .nav-menu {
    padding-top: 0;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .hero-title-large {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .overall-hero-overlay {
    text-align: center;
    padding-top: 95px;
    padding-bottom: 40px;
  }

  .hero-left-block {
    width: 230px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button {
    text-align: center;
    margin-top: 10px;
  }

  .button.hero-button {
    margin-top: 6px;
    margin-right: 0;
  }

  .button.hero-button.buttton_anfrage_leseprobe {
    width: 100%;
    text-align: center;
  }

  .hero-description {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 21px;
  }

  .hero-buttons-wrapper {
    margin-top: 20px;
    display: block;
  }

  .hero-cta-form {
    display: inline-block;
  }

  .block-description {
    font-size: 15px;
    line-height: 23px;
  }

  .column-title.medium {
    font-size: 32px;
    line-height: 36px;
  }

  .section {
    padding: 25px;
  }

  .whitepaper-mockup {
    width: 90%;
    margin-bottom: -80px;
    top: -25px;
  }

  .section-description {
    width: 90%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
  }

  .feature-info-icon {
    height: 45px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .feature-info-title {
    margin-bottom: 12px;
    font-size: 21px;
  }

  .section-title {
    font-size: 23px;
    line-height: 24px;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .testimonial-slider-arrow {
    margin-left: -10px;
    margin-right: -10px;
  }

  .testimonial-small-image {
    width: 45px;
    height: 45px;
  }

  .testimonial-text-block {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .testimonial-block-name {
    font-size: 13px;
  }

  .testimonial-block-name.subtitle {
    font-size: 11px;
    line-height: 13px;
  }

  .testimonial-half-slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-section-overlay {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .cta-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 22px;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .cta-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .field {
    height: 40px;
    font-size: 13px;
  }

  .newsletter-column {
    padding-bottom: 5px;
    padding-left: 0;
  }

  .header_impressum {
    margin-top: 60px;
  }

  .p_links {
    font-size: 14px;
  }
}
