:root {
  --weiß: #f4f4f4;
  --blau: #0154a4;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--weiß);
  font-family: Montserrat, sans-serif;
}

.section {
  padding: 10rem 3rem;
}

.section.blau {
  background-color: var(--blau);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.orange {
  background-color: #fda02e;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.hintergrund {
  background-image: linear-gradient(0deg, #f4f4f4 40%, #f4f4f440), url('../images/KonturaHintergrund.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 15rem;
}

.quick-stack {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
}

.heading {
  color: #000;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.heading.wei {
  color: var(--weiß);
  text-align: center;
}

.heading.mitte {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4rem;
}

.abstandt {
  width: 100%;
  height: 2rem;
}

.abstandt._1rem {
  height: 1rem;
}

.abstandt._4rem {
  height: 4rem;
}

.paragraph {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}

.paragraph.wei {
  color: var(--weiß);
}

.paragraph.wei.mitte {
  text-align: center;
}

.paragraph.wei.mitte._50 {
  width: 80%;
}

.paragraph.mitte {
  text-align: center;
}

.paragraph.mitte._2 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.paragraph.mitte._80 {
  width: 80%;
}

.paragraph._2 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  width: 50px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.quick-stack-2, .quick-stack-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-3 {
  text-align: left;
  width: 100%;
  height: 100%;
}

.div-block-3._2 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.image-2 {
  border-radius: 25px;
  width: 100%;
  box-shadow: 0 2px 5px #0003;
}

.fn-icon {
  width: 72px;
  height: 72px;
  padding: 16px;
  border-radius: 18px;
  background: #e8f1fa;
  box-sizing: border-box;
}

.button {
  color: #f4f4f4;
  background-color: #3898ec00;
  border: 2px solid #f4f4f4;
  padding: 10px 25px;
  font-size: 1rem;
  transition: all .4s ease-in-out;
}

.button:hover {
  color: var(--blau);
  background-color: #f4f4f4;
}

.button.blau {
  border-color: var(--blau);
  color: var(--blau);
}

.button.blau:hover {
  background-color: var(--blau);
  color: var(--weiß);
}

.kutup-section {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-display-2 {
  color: #0000;
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-small-top-text {
  color: #0000;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-faq-content {
  text-align: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.kutup-faq-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.kutup-stripe-1 {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.kutup-stripe-2 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
}

.kutup-faq-wrapper {
  color: #000;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-faq-componenet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kutup-faq-title-content {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.kutup-faq-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
}

.kutup-faq-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.kutup-faq-top-part {
  background-color: #fff0;
  border-bottom: 1px solid #29335c26;
  align-items: center;
  display: flex;
}

.kutup-faq-plus-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.kutup-paragraph {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}

.div-block-4 {
  width: 100%;
  height: 100%;
}

.quick-stack-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-5 {
  color: #f4f4f4;
  background-color: #0154a4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navbar {
  background-color: #fff;
  height: 70px;
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  padding: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: all .4s ease-in-out;
}

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

.nav-link.w--current {
  color: #0154a4;
}

.nav-link.starten {
  border: 2px solid var(--blau);
  background-color: var(--blau);
  color: var(--weiß);
  margin-left: 20px;
}

.nav-link.starten:hover {
  border: 2px solid var(--blau);
  color: var(--blau);
  background-color: #fff;
}

.image-3 {
  width: 150px;
}

.cell {
  justify-content: center;
  align-items: flex-end;
}

.quick-stack-5 {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  width: 90%;
  padding: 0;
}

.div-block-7 {
  border: 1px solid #3f74b5;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px;
  display: flex;
}

.div-block-7._2 {
  background-color: #f4f4f433;
  border-color: #3f74b5;
  border-radius: 0;
  width: auto;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  display: flex;
}

.div-block-7._3 {
  background-color: #f4f4f433;
  border-color: #3f74b5;
  border-radius: 0;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 25px;
  display: flex;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  width: 40px;
  height: 40px;
  margin-right: 25px;
}

.image-5 {
  width: 40px;
  margin-right: 25px;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 90%;
  padding: 0;
}

.cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  border-radius: 25px;
  width: 70%;
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.italic-text, .italic-text-2 {
  color: var(--blau);
}

.quick-stack-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  padding: 0;
}

.div-block-10 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-7 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  flex: none;
}

.hp-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.italic-text-3 {
  color: var(--blau);
}

.form-block {
  width: 70%;
}

.text-field {
  border: 2px solid var(--blau);
  background-color: var(--weiß);
  height: 50px;
  margin-bottom: 0;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border: 2px solid var(--blau);
  border-radius: 0;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.checkbox.w--redirected-checked {
  border-color: var(--blau);
  background-color: var(--blau);
}

.checkbox-label {
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .kutup-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .heading.mitte {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 2.15rem;
    line-height: 2.7rem;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-top: 0;
  }

  .section {
    padding: 5rem 1rem;
  }

  .section.hintergrund {
    background-size: auto, 180%;
    padding-top: 10rem;
  }

  .heading {
    width: 100%;
    font-size: 1.85rem;
    line-height: 2.35rem;
  }

  .heading.mitte {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.85rem;
    line-height: 2.3rem;
  }

  .heading.mitte .italic-text,
  .heading.mitte .italic-text-2 {
    font-style: italic;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .paragraph.wei.mitte._50, .paragraph.mitte._80 {
    width: 100%;
  }

  .kutup-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .div-block-5 {
    width: 40px;
    height: 40px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 25px;
  }

  .bold-text {
    font-size: 1.5rem;
    line-height: 1em;
  }

  .div-block-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: black black var(--blau);
    background-color: var(--weiß);
    padding: 1rem;
  }

  .menu-button {
    color: #000;
  }

  .menu-button.w--open {
    color: var(--blau);
    background-color: #f4f4f4;
  }

  .div-block-7._2 {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-6 {
    width: 100%;
  }

  .image-7 {
    width: 30px;
  }
}

#w-node-f83ffbf7-7cdf-dc30-e8f5-4589ec404c75-5504dbf1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_71be9bcb-85f0-5c5c-ed0c-dc830bb5627a-5504dbf1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ffeb2145-5fde-ff59-9e3a-663ca3a0dd1c-5504dbf1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  align-items: stretch;
}

#w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 > .w-layout-cell {
  align-items: stretch;
  align-self: stretch;
}

#w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 > .w-layout-cell > .div-block-7 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .div-block-8 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .quick-stack-5,
  #w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-row-gap: 0.65rem;
  }

  #w-node-ffeb2145-5fde-ff59-9e3a-663ca3a0dd1c-5504dbf1 {
    display: none;
  }

  #w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 > .w-layout-cell {
    min-width: 0;
  }

  #w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 > .w-layout-cell:nth-child(odd)::before,
  #w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 > .w-layout-cell:nth-child(even)::before {
    display: block;
    margin: 0.9rem 0 0.35rem;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  #w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 > .w-layout-cell:nth-child(odd)::before {
    content: "Bisherige Praxis";
  }

  #w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 > .w-layout-cell:nth-child(even)::before {
    content: "Kontaktmanufaktur";
  }

  #w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 > .w-layout-cell:first-child::before {
    margin-top: 0;
  }

  #w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 .div-block-7,
  #w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 .div-block-7._3 {
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 14px 16px;
    box-sizing: border-box;
  }

  #w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 .paragraph {
    min-width: 0;
    font-size: 1rem;
    line-height: 1.45rem;
    overflow-wrap: break-word;
  }

  #w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 .image-4,
  #w-node-_5c6e0c01-bbec-d6e9-5533-ae2169a288d4-5504dbf1 .image-5 {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    flex-shrink: 0;
  }
}

#w-node-b267faff-7758-396c-a7cc-012e534c76dc-5504dbf1, #w-node-b267faff-7758-396c-a7cc-012e534c76dc-bf1bb29c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-f83ffbf7-7cdf-dc30-e8f5-4589ec404c75-5504dbf1, #w-node-_71be9bcb-85f0-5c5c-ed0c-dc830bb5627a-5504dbf1, #w-node-b267faff-7758-396c-a7cc-012e534c76dc-5504dbf1, #w-node-b267faff-7758-396c-a7cc-012e534c76dc-bf1bb29c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

.site-footer {
  background-color: var(--blau);
  color: var(--weiß);
  padding: 1.25rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem 2rem;
  flex-wrap: wrap;
  font-size: 0.9rem;
  line-height: 1.4;
}

.site-footer a {
  color: var(--weiß);
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer-links {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.legal-page {
  padding: 8rem 3rem 4rem;
  max-width: 52rem;
}

.legal-page h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.legal-page h2 {
  margin: 2rem 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 600;
}

.legal-page p,
.legal-page li {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

.legal-page ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}

.km-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 2.5rem 3rem;
  align-items: start;
  width: 100%;
}

.km-about {
  max-width: none;
  min-width: 0;
}

.km-about-text .paragraph {
  margin: 0;
}

.km-about-media {
  min-width: 0;
}

.km-about-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 25px;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (max-width: 767px) {
  .km-about-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  .site-footer {
    padding: 1.25rem 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-page {
    padding: 7rem 1rem 3rem;
  }
}

.km-cookie-panel {
  margin-top: 0.5rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 2px solid var(--blau);
}

.km-cookie-panel p {
  margin: 0 0 0.85rem;
}

.km-cookie-panel p:last-child {
  margin-bottom: 0;
}

.km-cookie-banner {
  position: fixed;
  left: 1.25rem;
  bottom: 1.25rem;
  right: auto;
  z-index: 10000;
  max-width: 36rem;
  margin: 0;
  padding: 1.1rem 1.2rem;
  background: #fff;
  color: #111;
  border: 2px solid var(--blau);
  box-shadow: 0 12px 40px rgba(1, 84, 164, 0.18);
  font-size: 0.95rem;
  line-height: 1.45;
}

.km-cookie-banner p {
  margin: 0 0 0.9rem;
}

.km-cookie-banner a {
  color: var(--blau);
}

.km-cookie-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.km-cookie-btn {
  border: 2px solid var(--blau);
  background: #fff;
  color: var(--blau);
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.55rem 1rem;
  cursor: pointer;
}

.km-cookie-btn-accept {
  background: var(--blau);
  color: #fff;
}

@media screen and (max-width: 479px) {
  .km-cookie-banner {
    right: 0.75rem;
    left: 0.75rem;
    bottom: 0.75rem;
  }
}

@media screen and (min-width: 1280px) {
  .section,
  .site-footer,
  .legal-page {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .navbar {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

@media screen and (min-width: 1600px) {
  .section,
  .site-footer,
  .legal-page {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .navbar {
    margin-left: 9rem;
    margin-right: 9rem;
  }
}


