@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
/* COLORS */
/* SIZE & SPACING */
.hk-text-body-regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.hk-text-body-semibold {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-weight: 600;
}

.hk-text-heading-h1 {
  font-weight: 400;
  font-size: 42px;
  line-height: 63px;
}

.hk-text-heading-h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 53px;
}

.hk-text-heading-h3 {
  font-weight: 400;
  font-size: 29px;
  line-height: 44px;
}

.hk-text-heading-h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}

.hk-text-heading-h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.hk-text-heading-h6 {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.hk-text-title-xs {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.hk-text-caption-regular {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.hk-text-caption-xs {
  font-size: 8px;
  font-weight: 400;
  line-height: 10px;
}

.hk-text-medium {
  font-weight: 500;
}

.hk-text-semibold {
  font-weight: 600;
}

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

.bg-primary-color {
  background-color: #20356f;
}

.bg-secondary-color {
  background-color: #2573c0;
}

.bg-light-gray-color {
  background-color: #d8dadd;
}

.bg-neutral-light-color {
  background-color: #e7ecf3;
}

.bg-neutral-lightest-color {
  background-color: #f4f6f9;
}

.bg-white-color {
  background-color: #ffffff;
}

/* Text color */
.text-primary-color {
  color: #20356f;
}

.text-light-gray-color {
  color: #d8dadd;
}

.text-neutral-light-color {
  color: #e7ecf3;
}

.text-neutral-lightest-color {
  color: #f4f6f9;
}

.text-neutral-darkest-color {
  color: #718094;
}

.hk-btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  outline: none;
  border: none;
  color: #AA9173;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
.hk-btn a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .hk-btn {
    width: 240px;
    padding: 14px 22px;
  }
}

.hk-btn-primary {
  background-color: #AA9173;
  color: #ffffff;
}
.hk-btn-primary a {
  color: #ffffff;
}
.hk-btn-primary:hover {
  background-color: #17295a;
}

.hk-btn-secondary {
  background-color: #e7ecf3;
}
.hk-btn-secondary:hover {
  background-color: #d1d6dc;
}

#usercentrics-button #uc-banner-centered {
  top: unset !important;
  bottom: 16px !important;
  border-radius: 2px !important;
  width: min(819px, 95%) !important;
  max-width: unset !important;
  transform: translateX(-50%) !important;
}
#usercentrics-button #uc-banner-centered * {
  font-family: "Poppins", system-ui, sans-serif !important;
}
#usercentrics-button #uc-banner-centered .uc-banner-content {
  background-color: #20356f !important;
  padding: 57px 30px 25px;
}
#usercentrics-button #uc-banner-centered .uc-banner-content .uc-banner-text {
  color: #ffffff !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  margin: 0 !important;
}
#usercentrics-button #uc-banner-centered .uc-banner-content:after {
  content: "Cookies und Datenschutz";
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  position: absolute;
  top: 12px;
  left: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 45px);
}
@media screen and (min-width: 375px) {
  #usercentrics-button #uc-banner-centered .uc-banner-content {
    padding-top: 57px;
  }
  #usercentrics-button #uc-banner-centered .uc-banner-content::after {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  #usercentrics-button #uc-banner-centered .uc-banner-content {
    padding-top: 75px;
  }
  #usercentrics-button #uc-banner-centered .uc-banner-content::after {
    top: 26px;
  }
}
#usercentrics-button #uc-banner-centered .uc-btn-new {
  font-size: 14px !important;
  line-height: 21px !important;
  border-radius: 2px !important;
  padding: 16px;
  color: #ffffff !important;
  background-color: #8696af !important;
}
#usercentrics-button #uc-banner-centered .uc-btn-accept {
  background-color: #ffffff !important;
  color: #20356f !important;
}
#usercentrics-button #uc-banner-centered .uc-banner-btn-list {
  display: flex !important;
  flex-direction: column;
  gap: 20px !important;
}
#usercentrics-button #uc-banner-centered .uc-banner-btn-list > div {
  grid-area: cookie-btn;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  #usercentrics-button #uc-banner-centered .uc-banner-btn-list {
    flex-direction: row;
  }
}
#usercentrics-button #uc-banner-centered .uc-banner-links a,
#usercentrics-button #uc-banner-centered .uc-banner-links-separator {
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 18px !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
@media screen and (min-width: 768px) {
  #usercentrics-button #uc-banner-centered .uc-banner-links {
    display: none !important;
  }
}

.uc-overlay {
  background-color: #2573c0 !important;
  opacity: 0.7;
}

.info.info-icon {
  cursor: help;
}

.hk-popover {
  --bs-popover-bg: #20356f;
  --bs-popover-max-width: min(320px, 90vw);
  width: min(320px, 90vw);
  border-radius: 4px;
  font-family: Poppins, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hk-popover .popover-body {
  border-radius: 4px;
  color: #ffffff;
  padding: 0;
}
.hk-popover .popover-body .hk-info-popup {
  padding: 22px 36px 22px 22px;
  position: relative;
}
.hk-popover .popover-body .hk-info-popup .close {
  background-color: #ffffff;
  border-radius: 50%;
  color: #9da4b1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 15px;
}
.hk-popover .popover-body .hk-info-popup .close:hover {
  color: #1D1D1B;
}
.hk-popover .popover-body .hk-info-popup .title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-weight: 500;
}
.hk-popover .popover-body .hk-info-popup .content {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
}

.hk-card {
  background-color: #ffffff;
  padding: 28px 20px;
  margin-bottom: 24px;
}
.hk-card .icon {
  margin-bottom: 20px;
}
.hk-card .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #20356f;
  margin: 0;
  margin-bottom: 8px;
  hyphens: none;
}
.hk-card .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #1D1D1B;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .hk-card {
    padding: 32px;
    padding-bottom: 40px;
    margin-bottom: 0;
    height: 100%;
  }
  .hk-card .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: -0.01rem;
  }
}

.hk-accordion-card {
  background-color: #ffffff;
  border-radius: 2px;
  padding: 11px 68px 11px 24px;
  position: relative;
  height: auto;
}
.hk-accordion-card .hk-accordion-header .title {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #20356f;
}
.hk-accordion-card .hk-accordion-header .toggler {
  background-color: #20356f;
  border-radius: 1px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 9px;
  right: 10px;
}
.hk-accordion-card .hk-accordion-header .toggler .icon {
  color: #e7ecf3;
  font-size: 16px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.hk-accordion-card .hk-accordion-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  margin-top: 7px;
  height: fit-content;
}
.hk-accordion-card.collapsed .hk-accordion-header .toggler {
  background-color: #e7ecf3;
}
.hk-accordion-card.collapsed .hk-accordion-header .toggler .icon {
  color: #20356f;
  transform: rotate(0deg);
}
.hk-accordion-card.collapsed .hk-accordion-header .toggler:hover {
  background-color: #20356f;
}
.hk-accordion-card.collapsed .hk-accordion-header .toggler:hover .icon {
  color: #e7ecf3;
}
.hk-accordion-card:not(:last-of-type) {
  margin-bottom: 12px;
}

.hk-infobox {
  background: #20356f;
  padding: 0.5rem 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.hk-infobox * {
  color: #ffffff !important;
}
.hk-infobox img {
  margin-bottom: 1rem;
}
.hk-infobox p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.hk-infobox .hk-btn-primary {
  background-color: #2573c0;
}
.hk-infobox .hk-btn-primary:hover {
  background-color: #6f9dcb;
}

.btn-calculator {
  color: #ffffff !important;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: center;
  background-color: #2573c0;
}
.btn-calculator:hover {
  background-color: #6f9dcb;
}
.btn-calculator img {
  width: 2rem !important;
  margin: 0 0.5rem 0 0 !important;
  vertical-align: center;
}

.hk-hero-section {
  padding-top: 96px;
  padding-bottom: 450px;
}
@media screen and (min-width: 768px) {
  .hk-hero-section {
    padding-top: 160px;
    padding-bottom: 86px;
  }
}

.hk-page-section {
  padding: 40px 0;
}
.hk-page-section .hk-section-title {
  font-weight: 400;
  font-size: 29px;
  line-height: 44px;
  color: #20356f;
  margin-bottom: 24px;
  font-family: libre-baskerville, serif;
}
.hk-page-section .hk-section-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .hk-page-section {
    padding: 80px 0;
  }
  .hk-page-section .hk-section-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 53px;
    margin-bottom: 40px;
  }
}

.hero-counters {
  display: grid;
  gap: 40px;
  text-align: center;
}
.hero-counters .counter {
  font-size: 62px;
  font-weight: 700;
  line-height: 93px;
}
.hero-counters .label {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .hero-counters {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}

.hk-form .hk-form-row {
  --bs-gutter-y: 20px;
  --bs-gutter-x: 20px;
}
.hk-form #submit-btn-row {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .hk-form #submit-btn-row {
    margin-top: 28px;
  }
}
.hk-form .hk-form-control {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  background-color: #F6F3F1;
  border: 1px solid #E7DFD8;
  border-radius: 2px;
  padding: 14px 16px;
}
.hk-form .hk-form-control:focus {
  box-shadow: none;
  border-color: #AA9173;
  outline: none;
}
.hk-form .form-floating label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #718094;
  line-height: 21px;
  padding: 16px;
}
.hk-form .form-floating .hk-form-control {
  min-height: unset;
}
.hk-form .form-floating .hk-form-control:not(textarea) {
  height: 52px;
}
.hk-form .form-floating .hk-form-control ~ label:after {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .hk-form .form-floating label {
    line-height: 1;
  }
  .hk-form .form-floating .hk-form-control:not(textarea) {
    height: 48px;
  }
}
.hk-form .hk-form-textarea {
  height: 200px;
  resize: none;
}
.hk-form .is-invalid {
  border-color: #b51616;
  background-image: unset;
}
.hk-form .form-field-label-top {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 4px;
}

.hk-form-checkbox {
  display: flex;
  gap: 8px;
  align-items: center;
}
.hk-form-checkbox label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  order: 1;
}
.hk-form-checkbox label a {
  text-decoration: none;
  color: #AA9173;
}
.hk-form-checkbox input {
  display: none;
}
.hk-form-checkbox input:checked ~ .checkbox-image-container .emptybox {
  display: none;
}
.hk-form-checkbox input:checked ~ .checkbox-image-container .checked {
  display: block;
}
.hk-form-checkbox input.is-invalid ~ .checkbox-image-container {
  border-color: #b51616;
}
.hk-form-checkbox .checkbox-image-container {
  cursor: pointer;
  background-color: #F6F3F1;
  border: 1px solid #E7DFD8;
  border-radius: 1px;
}
.hk-form-checkbox .checkbox-image-container .emptybox {
  display: block;
  width: 28px;
  height: 28px;
}
.hk-form-checkbox .checkbox-image-container .checked {
  display: none;
  width: 28px;
  height: 28px;
}

.hk-custom-radio {
  position: relative;
  height: 28px;
  display: flex;
  align-items: center;
}
.hk-custom-radio input[type=radio] {
  position: absolute;
  left: -100000px;
}
.hk-custom-radio input[type=radio]:checked ~ label::before {
  background-color: #20356f;
}
.hk-custom-radio input[type=radio]:checked ~ label::after {
  background-color: #e7ecf3;
}
.hk-custom-radio label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  cursor: pointer;
  padding-left: 35px;
}
.hk-custom-radio label::before {
  content: "";
  background-color: #f4f6f9;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hk-custom-radio label::after {
  content: "";
  background-color: transparent;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .hk-custom-radio {
    height: 24px;
  }
  .hk-custom-radio input[type=radio]:checked ~ label::before {
    background-color: #f4f6f9;
  }
  .hk-custom-radio input[type=radio]:checked ~ label::after {
    background-color: #20356f;
  }
  .hk-custom-radio label::before {
    background-color: #f4f6f9;
    border: 1px solid #e7ecf3;
    width: 28px;
    height: 28px;
  }
  .hk-custom-radio label::after {
    width: 16px;
    height: 16px;
    left: 6px;
  }
}

.form-screen {
  background-color: #e7ecf3;
}
.form-screen .form-card {
  background-color: #ffffff;
  border-radius: 2px;
  position: relative;
  padding: 46px 20px 32px;
}
.form-screen .form-card .form-title {
  font-weight: 400;
  font-size: 29px;
  line-height: 44px;
  color: #20356f;
  margin-bottom: 20px;
}
.form-screen .form-card .form-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 20px;
}
.form-screen .form-screen__dots {
  display: flex;
  gap: 12px;
  position: absolute;
  top: 24px;
  right: 32px;
}
.form-screen .form-screen__dots .form-screen__dot {
  background-color: #8696af;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.form-screen .form-screen__dots .form-screen__dot.form-screen__dot--active {
  background-color: #20356f;
}
@media screen and (min-width: 768px) {
  .form-screen .form-card {
    padding-top: 40px;
    padding-top: 40px;
  }
  .form-screen .form-card .form-title {
    margin-bottom: 16px;
  }
  .form-screen .form-card .form-subtitle {
    margin-bottom: 28px;
  }
}

/* REMOVING ARROWS FROM NUMBER FIELD */
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* IE 10+ */
input[type=number] {
  -ms-appearance: textfield;
}

.custom-select-wrapper {
  position: relative;
}
.custom-select-wrapper .hk-custom-select {
  cursor: pointer;
}
.custom-select-wrapper .down-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.custom-select-wrapper .options-container {
  display: none;
  background: #F6F3F1;
  border: 1px solid #E7DFD8;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 5px 10px rgba(29, 29, 27, 0.1);
  list-style: none;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  top: calc(100% + 4px);
  z-index: 10;
}
.custom-select-wrapper .options-container .option {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
}
.custom-select-wrapper .options-container .option:hover {
  background-color: #E7DFD8;
}
.custom-select-wrapper .options-container .option.selected {
  background-color: #E7DFD8;
}
.custom-select-wrapper .options-container .option:not(.selected) .tick {
  display: none;
}
.custom-select-wrapper .options-container .option .lni {
  font-weight: bold;
  font-size: 14px;
}
.custom-select-wrapper.open .options-container {
  display: block;
}
.custom-select-wrapper.open .down-arrow {
  transform: translate(-50%, -50%) rotate(180deg);
}

/* AWARDS AND CERTIFICATES SECTION */
.hk-awards-certificates-section .hk-section-title {
  margin-bottom: 20px;
}
.hk-awards-certificates-section .hk-section-subtitle {
  width: min(100%, 966px);
  margin-left: auto;
  margin-right: auto;
}
.hk-awards-certificates-section .hk-awards-certificates {
  margin-bottom: 65px;
  height: 164px;
}
.hk-awards-certificates-section .hk-awards-certificates a {
  color: #1D1D1B;
  text-decoration: none;
}
.hk-awards-certificates-section .hk-awards-certificates a:hover {
  color: #8696af;
}
.hk-awards-certificates-section .hk-awards-certificates figure {
  background-color: #f4f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  padding: 20px;
}
.hk-awards-certificates-section .hk-awards-certificates figure img {
  display: block;
  width: 90%;
  max-width: unset;
  max-height: 110px;
  object-fit: contain;
}
.hk-awards-certificates-section .hk-awards-certificates figure figurecaption {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  line-height: 18px;
  position: absolute;
  top: calc(100% + 7px);
}
@media screen and (min-width: 576px) {
  .hk-awards-certificates-section .hk-section-subtitle {
    text-align: justify;
  }
  .hk-awards-certificates-section .hk-awards-certificates {
    margin-bottom: 75px;
  }
  .hk-awards-certificates-section .hk-awards-certificates a {
    width: calc(20% - 15px);
  }
  .hk-awards-certificates-section .hk-awards-certificates figure img {
    max-width: min(227px, 80%);
    max-height: 150px;
  }
  .hk-awards-certificates-section .hk-awards-certificates figure figurecaption {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    top: calc(100% + 20px);
  }
}

.hk-awards-certificates-section.small .hk-section-subtitle {
  margin-bottom: 20px;
}
.hk-awards-certificates-section.small .hk-awards-certificates {
  height: 164px;
}
.hk-awards-certificates-section.small .hk-awards-certificates figure img {
  width: 90%;
  max-width: unset;
  max-height: 110px;
  object-fit: contain;
}
@media screen and (min-width: 576px) {
  .hk-awards-certificates-section.small .hk-awards-certificates figure img {
    min-width: min(98px, 80%);
    max-height: 90px;
    object-fit: contain;
  }
}
@media screen and (min-width: 992px) {
  .hk-awards-certificates-section.small .hk-section-subtitle {
    margin-bottom: 40px;
    text-align: center;
  }
  .hk-awards-certificates-section.small .hk-awards-certificates {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
  }
  .hk-awards-certificates-section.small .hk-awards-certificates figure {
    height: 115px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .angebot-result {
    text-align: center;
  }
}

.angebot-result__logo {
  margin-bottom: 20px;
}

.angebot-result__title {
  color: #20356f;
  font-weight: 400;
  font-size: 29px;
  line-height: 44px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .angebot-result__title {
    font-weight: 400;
    font-size: 35px;
    line-height: 53px;
    margin-bottom: 12px;
  }
}

.angebot-result__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 20px;
}

.angebot-result__calc-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: left;
}

.angebot-result__calc-row {
  text-align: left;
  line-height: normal;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .angebot-result__calc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
}

.angebot-result__calc-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.angebot-result__calc-value {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .angebot-result__calc-value {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
}

.angebot-result__adnotation {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin-bottom: 20px;
}

.angebot-result__large-gap {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .angebot-result__large-gap {
    margin-bottom: 40px;
  }
}

.angebot-result__btn {
  max-width: 546px;
  margin: 0 auto;
}

.angebot-result__calc-row--strong .angebot-result__calc-label,
.angebot-result__calc-row--strong .angebot-result__calc-value {
  font-weight: 600;
}

.angebot-result__calc-row--padding {
  margin-bottom: 20px;
}

.hk-payout-step {
  border-top: 1px solid rgba(111, 157, 203, 0.5);
  padding: 20px 0;
}
.hk-payout-step .sequence {
  font-weight: 400;
  font-size: 42px;
  line-height: 63px;
  font-weight: 500;
  color: #20356f;
  width: 80px;
  height: 66px;
  flex-shrink: 0;
}
.hk-payout-step .content {
  display: grid;
  gap: 4px;
  align-content: space-evenly;
}
.hk-payout-step .content .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #20356f;
}
.hk-payout-step .content .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.hk-payout-step .content .description a {
  text-decoration: none;
  color: #2573c0;
}
@media screen and (min-width: 768px) {
  .hk-payout-step {
    display: flex;
    gap: 40px;
    padding: 35px 0;
  }
  .hk-payout-step .content .title {
    font-weight: 400;
    font-size: 29px;
    line-height: 44px;
  }
}

#mainNavbar .white-element {
  display: none;
}
#mainNavbar #navbarContent {
  background-color: #f4f6f9;
  padding: 24px 0;
  border-radius: 0 0 2px 2px;
  margin-top: 12px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.25);
}
#mainNavbar .navbar-nav {
  --bs-nav-link-padding-y: 10px;
}
#mainNavbar .dropdown-menu {
  background-color: #f4f6f9;
  padding: 0;
  border: 0;
  border-radius: 2px;
}
#mainNavbar .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #20356f;
  padding: 10px 20px;
}
#mainNavbar .dropdown-menu .dropdown-item:hover {
  color: #8696af;
  background-color: transparent;
}
#mainNavbar .dropdown-toggle::after {
  border: 0;
  font: normal normal normal 1em/1 "lineicons";
  content: "\eb11";
  margin-left: 10px;
  vertical-align: middle;
  font-size: inherit;
}
#mainNavbar .nav-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #20356f;
}
#mainNavbar .nav-link:hover {
  color: #8696af;
}
#mainNavbar .nav-contacts {
  gap: 16px;
  margin-bottom: 16px;
}
#mainNavbar .nav-contacts .nav-contact {
  display: flex;
  gap: 5px;
  align-items: center;
}
#mainNavbar .nav-cta {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  background-color: #20356f;
  border-radius: 2px;
  width: 100%;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
}
#mainNavbar .nav-cta:hover {
  background-color: #17295a;
}
#mainNavbar.bg-white {
  background: #ffffff;
  color: #20356f;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}
#mainNavbar .hk-navbar-toggler {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
#mainNavbar .hk-nav-toggle-icon {
  padding: 5px;
  padding-right: 0;
}
#mainNavbar .hk-nav-toggle-icon .hamburger {
  display: block;
}
#mainNavbar .hk-nav-toggle-icon .cross {
  display: none;
}
#mainNavbar .hk-nav-toggle-icon.open .hamburger {
  display: none;
}
#mainNavbar .hk-nav-toggle-icon.open .cross {
  display: block;
}
@media screen and (min-width: 992px) {
  #mainNavbar {
    height: 84px;
  }
  #mainNavbar .navbar-brand {
    margin-top: -3px;
  }
  #mainNavbar .navbar-nav {
    align-items: center;
  }
  #mainNavbar #navbarContent {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
  }
  #mainNavbar #navbarContent.collapse.mobile {
    display: none !important;
  }
  #mainNavbar .dropdown-menu {
    padding: 14px 0px;
  }
  #mainNavbar .dropdown-menu .dropdown-item {
    padding-left: 32px;
    padding-right: 32px;
  }
  #mainNavbar .nav-contacts {
    gap: 6px;
    margin-bottom: 0;
  }
  #mainNavbar .nav-cta {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    width: 166px;
  }
}
@media screen and (min-width: 1200px) {
  #mainNavbar .nav-link {
    --bs-navbar-nav-link-padding-x: 12px;
  }
}

#mainNavbar.navbar-white .white-element {
  display: block;
}
#mainNavbar.navbar-white .dark-element {
  display: none;
}
#mainNavbar.navbar-white .hk-navbar-toggler {
  color: #ffffff;
}
#mainNavbar.navbar-white .hk-navbar-toggler .hk-nav-toggle-icon svg .menu-paths {
  stroke: #ffffff;
}
#mainNavbar.navbar-white .hk-navbar-toggler .hk-nav-toggle-icon svg .fill {
  fill: #ffffff;
}
#mainNavbar.navbar-white .navbar-collapse.mobile .white-element {
  display: none;
}
#mainNavbar.navbar-white .navbar-collapse.mobile .dark-element {
  display: block;
}
#mainNavbar.navbar-white .navbar-collapse.desktop .nav-link {
  color: #ffffff;
}
#mainNavbar.navbar-white .navbar-collapse.desktop .nav-link:hover {
  color: #d8dadd;
}

.hk-page-footer {
  background-color: #F6F3F1;
  padding: 40px 0px;
}
.hk-page-footer .container {
  display: grid;
  gap: 40px;
}
.hk-page-footer .hk-footer-site-logo {
  margin-bottom: 26px;
}
.hk-page-footer .hk-footer-nav {
  margin-bottom: 28px;
}
.hk-page-footer .hk-footer-nav-items {
  line-height: 21px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}
.hk-page-footer .hk-footer-nav-items .hk-footer-nav-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.hk-page-footer .hk-footer-nav-items .hk-footer-nav-item a {
  padding: 10px 0;
  color: #20356f;
  cursor: pointer;
  text-decoration: none;
}
.hk-page-footer .hk-footer-nav-items .hk-footer-nav-item a:hover {
  color: #8696af;
}
.hk-page-footer .hk-footer-nav-items .hk-footer-nav-item.title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.hk-page-footer .hk-footer-addresses {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 40px;
}
.hk-page-footer .copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #1D1D1B;
  line-height: 21px;
}
@media screen and (min-width: 992px) {
  .hk-page-footer {
    padding-top: 80px;
  }
}

#testimonial-slider.carousel {
  display: block;
  background-color: #e7ecf3;
  padding-bottom: 28px;
}
#testimonial-slider.carousel .hk-carousel-prev,
#testimonial-slider.carousel .hk-carousel-next {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#testimonial-slider.carousel .hk-carousel-prev .lni,
#testimonial-slider.carousel .hk-carousel-next .lni {
  font-size: 28px;
  color: #777c84;
}
#testimonial-slider.carousel .carousel-inner {
  width: 100%;
  position: relative;
}
#testimonial-slider.carousel .testimonial-container {
  width: 100%;
  display: block;
}
#testimonial-slider.carousel .testimonial-container .testimonial-media {
  width: 100%;
}
#testimonial-slider.carousel .testimonial-container .testimonial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#testimonial-slider.carousel .testimonial-container .testimonial-content {
  font-family: Lora, system-ui, serif;
  background-color: #F6F3F1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px 20px 20px;
  width: 100%;
}
#testimonial-slider.carousel .testimonial-container .testimonial-content .quote {
  width: 32px;
}
#testimonial-slider.carousel .testimonial-container .testimonial-content .text {
  color: #1D1D1B;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 0px;
}
#testimonial-slider.carousel .testimonial-container .testimonial-content .author {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #testimonial-slider.carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding-bottom: 0;
  }
  #testimonial-slider.carousel .carousel-inner {
    width: min(826px, 80%);
  }
  #testimonial-slider.carousel .hk-carousel-prev {
    left: 40px;
  }
  #testimonial-slider.carousel .hk-carousel-next {
    right: 40px;
  }
  #testimonial-slider.carousel .testimonial-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #testimonial-slider.carousel .testimonial-container .testimonial-media {
    width: 250px;
  }
  #testimonial-slider.carousel .testimonial-container .testimonial-content {
    width: calc(100% - 225px);
    flex-shrink: 0;
    position: relative;
    padding: 28px 23px 17px;
    margin-left: -25px;
  }
  #testimonial-slider.carousel .testimonial-container .testimonial-content .quote {
    position: absolute;
    top: -12px;
    left: 18px;
  }
  #testimonial-slider.carousel .testimonial-container .testimonial-content .text {
    margin-bottom: 20px;
  }
}

.hk-calculator {
  /******** Chrome, Safari, Opera and Edge Chromium styles ********/
  /* slider track */
  /* slider thumb */
  /*********** Firefox styles ***********/
  /* slider track */
  /* slider thumb */
}
.hk-calculator .hk-calculator-input-row {
  display: grid;
  gap: 20px;
  margin-bottom: 36px;
}
.hk-calculator .hk-calculator-input-row .hk-calculator-range label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.hk-calculator .hk-calculator-input-row .hk-calculator-range label > * {
  flex-shrink: 0;
}
.hk-calculator .hk-calculator-input-row .hk-calculator-range input {
  width: 100%;
}
.hk-calculator .hk-calculator-input-row .hk-calculator-range .hk-value-label {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  color: #20356f;
}
.hk-calculator .hk-calculator-input-row .hk-calculator-range .hk-range-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hk-calculator .hk-calculator-input-row .hk-calculator-range .hk-range-label .hk-range-stop {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.hk-calculator .logo {
  margin-bottom: 16px;
}
.hk-calculator .logo img {
  width: min(200px, 65%);
}
.hk-calculator .home-artwork {
  display: flex;
  justify-content: center;
}
.hk-calculator .hk-calculator-info-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
.hk-calculator .hk-calculator-info-container .hk-calculator-info {
  width: calc(50% - 7px);
  text-align: center;
  display: grid;
  justify-items: center;
}
.hk-calculator .hk-calculator-info-container .hk-calculator-info .percent {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  background: #20356f;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 36px;
  margin-bottom: 7px;
}
.hk-calculator .hk-calculator-info-container .hk-calculator-info .label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-weight: 600;
  color: #20356f;
}
.hk-calculator .hk-calculator-info-container .hk-calculator-info .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #20356f;
}
.hk-calculator .hk-calculator-info-container .hk-calculator-info#yourShare .percent {
  background-color: #718094;
}
.hk-calculator .hk-calculator-info-container .hk-calculator-info#yourShare .label,
.hk-calculator .hk-calculator-info-container .hk-calculator-info#yourShare .description {
  color: #718094;
}
.hk-calculator .custom-range {
  -webkit-appearance: none;
  appearance: none;
  background-color: #e7ecf3;
  cursor: pointer;
  height: 4px;
  width: 100%;
}
.hk-calculator .custom-range:focus {
  outline: none;
}
.hk-calculator .custom-range::-webkit-slider-runnable-track,
.hk-calculator .custom-range::-moz-range-track {
  border-radius: 0;
  height: 4px;
}
.hk-calculator .custom-range::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: 0px; /* Centers thumb on the track */
  background-color: #20356f;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.hk-calculator .custom-range:focus::-webkit-slider-thumb,
.hk-calculator .custom-range:focus::-moz-range-thumb {
  outline: none;
}
.hk-calculator .custom-range::-moz-range-thumb {
  background-color: #20356f;
  border: none; /*Removes extra border that FF applies*/
  border-radius: 50%;
  height: 16px;
  width: 16px;
}

/* OUR PRODUCTS SECTION */
.hk-our-products-section {
  background-color: #20356f;
}
.hk-our-products-section .hk-section-title {
  color: #ffffff;
}
.hk-our-products-section .hk-card .title {
  margin-bottom: 20px;
}
.hk-our-products-section .hk-card .content {
  margin-bottom: 24px;
}
.hk-our-products-section .hk-card .hk-checklist-container {
  margin-bottom: 20px;
  display: grid;
  gap: 4px;
}
.hk-our-products-section .hk-card .hk-checklist-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  gap: 12px;
}
.hk-our-products-section .hk-card .hk-action-btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hk-our-products-section .hk-product-image {
  max-width: min(75%, 251px);
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .hk-our-products-section .hk-product-image {
    max-width: min(75%, 313px);
  }
}
@media screen and (min-width: 992px) {
  .hk-our-products-section .hk-card .title {
    font-weight: 400;
    font-size: 35px;
    line-height: 53px;
  }
  .hk-our-products-section .hk-card .content {
    margin-bottom: 20px;
  }
  .hk-our-products-section .hk-card .hk-checklist-container {
    margin-bottom: 40px;
  }
  .hk-our-products-section .columns-single .hk-card {
    padding: 52px 82px;
  }
  .hk-our-products-section .columns-double .hk-card {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .hk-our-products-section .hk-card .hk-action-btns {
    flex-direction: row;
    gap: 24px;
  }
}

/* PAYOUT STEPS SECTION */
.hk-payout-step-section .hk-payout-step-cta {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .hk-payout-step-section .hk-payout-step-cta {
    margin-top: 25px;
  }
}

/* ADVANTAGES SECTION */
.hk-advantages-section {
  background: url("/assets/images/empty-sofa-full-view.png") no-repeat center bottom/contain #d8dadd;
  padding-bottom: 110px;
}
.hk-advantages-section .hk-advantages-cards {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
.hk-advantages-section .hk-card {
  border-radius: 2px;
  padding: 24px 20px;
  margin-bottom: 0;
}
.hk-advantages-section .hk-card .hk-card-header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 299px) {
  .hk-advantages-section .hk-card .hk-card-header {
    flex-wrap: wrap;
  }
}
.hk-advantages-section .hk-card .hk-card-header .icon,
.hk-advantages-section .hk-card .hk-card-header .title {
  margin: 0;
}
.hk-advantages-section .hk-card .hk-card-header .icon {
  flex-shrink: 0;
}
.hk-advantages-section .hk-card .hk-card-header .icon img {
  width: 50px;
  height: 50px;
}
.hk-advantages-section .hk-card .hk-card-header .title {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (min-width: 400px) {
  .hk-advantages-section {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 576px) {
  .hk-advantages-section {
    padding-bottom: 220px;
  }
}
@media screen and (min-width: 992px) {
  .hk-advantages-section {
    background: url("/assets/images/empty-sofa-half-view.png") no-repeat center bottom/cover #d8dadd;
  }
  .hk-advantages-section .hk-advantages-cards {
    gap: 24px;
    margin: 0;
  }
  .hk-advantages-section .hk-card {
    padding: 24px;
  }
}

/* MAKE USE HEIMKAPITAL SECTION */
.hk-make-use-heimkapital-section .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #20356f;
  margin-bottom: 0;
}
.hk-make-use-heimkapital-section .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.hk-make-use-heimkapital-section .truspilot-container {
  border-radius: 2px;
  margin-bottom: 24px;
  position: relative;
}
.hk-make-use-heimkapital-section .truspilot-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hk-make-use-heimkapital-section .truspilot-container .trustpilot-widget {
  background-color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 12px;
  position: absolute !important;
  top: 10px;
  left: 10px;
}
@media screen and (min-width: 992px) {
  .hk-make-use-heimkapital-section {
    background: url("/assets/images/couple-large.png") no-repeat 40% top/cover;
    padding: 120px 0;
    position: relative;
    margin-top: -1px;
  }
  .hk-make-use-heimkapital-section .title {
    font-weight: 400;
    font-size: 35px;
    line-height: 53px;
  }
  .hk-make-use-heimkapital-section .description {
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .hk-make-use-heimkapital-section .truspilot-container {
    position: absolute;
    margin: 0;
    right: 30px;
    bottom: 20px;
    height: 105px;
    width: 150px;
    padding: 0;
  }
  .hk-make-use-heimkapital-section .truspilot-container .trustpilot-widget {
    top: 0;
    left: 0;
  }
}

/* HERO AREA */
.hk-home-hero {
  background: url("/assets/images/home-hero-vertical.png") 50% bottom/cover no-repeat;
}
.hk-home-hero .hk-home-hero-content {
  background-color: transparent;
  padding: 24px 20px;
}
.hk-home-hero .hk-home-hero-content .title {
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 12px;
  color: #20356f;
}
.hk-home-hero .hk-home-hero-content .title span {
  font-weight: 700;
}
.hk-home-hero .hk-home-hero-content .title span::before {
  content: " ";
}
.hk-home-hero .hk-home-hero-content .content {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 28px;
}
.hk-home-hero .hk-home-hero-content .cta {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 100%;
  padding: 16px;
  color: #ffffff;
  text-decoration: none;
  background-color: #AA9173;
  margin-bottom: 20px;
  cursor: pointer;
}
.hk-home-hero .hk-home-hero-content .cta > div {
  gap: 16px;
}
.hk-home-hero .hk-home-hero-content .cta:hover {
  background-color: #17295a;
}
.hk-home-hero .hk-home-hero-content .cta:hover .arrow {
  transform: translateX(10px);
}
.hk-home-hero .hk-home-hero-content .cta .arrow {
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .hk-home-hero {
    background: url("/assets/images/home-hero.png") right 30%/cover no-repeat;
  }
  .hk-home-hero .hk-home-hero-content {
    padding: 40px 60px;
    min-width: 461px;
  }
  .hk-home-hero .hk-home-hero-content .title {
    font-size: 50px;
    line-height: 60px;
  }
  .hk-home-hero .hk-home-hero-content .content {
    margin-bottom: 32px;
  }
  .hk-home-hero .hk-home-hero-content .cta {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    height: 59px;
  }
}

/* Kaufangebote */
.hk-kaufangebote-hero {
  background: url("/assets/images/kaufangebote-hero-vertical.png") 50% bottom/cover no-repeat;
}
.hk-kaufangebote-hero .hk-home-hero-content {
  background-color: transparent;
  padding: 24px 20px;
}
.hk-kaufangebote-hero .hk-home-hero-content .title {
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 12px;
  color: #20356f;
}
.hk-kaufangebote-hero .hk-home-hero-content .title span {
  font-weight: 700;
}
.hk-kaufangebote-hero .hk-home-hero-content .title span::before {
  content: " ";
}
.hk-kaufangebote-hero .hk-home-hero-content .content {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 28px;
}
.hk-kaufangebote-hero .hk-home-hero-content .cta {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 100%;
  padding: 16px;
  color: #ffffff;
  text-decoration: none;
  background-color: #AA9173;
  margin-bottom: 20px;
  cursor: pointer;
}
.hk-kaufangebote-hero .hk-home-hero-content .cta > div {
  gap: 16px;
}
.hk-kaufangebote-hero .hk-home-hero-content .cta:hover {
  background-color: #17295a;
}
.hk-kaufangebote-hero .hk-home-hero-content .cta:hover .arrow {
  transform: translateX(10px);
}
.hk-kaufangebote-hero .hk-home-hero-content .cta .arrow {
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .hk-kaufangebote-hero {
    background: url("/assets/images/kaufangebote-hero.png") right 30%/cover no-repeat;
  }
  .hk-kaufangebote-hero .hk-home-hero-content {
    padding: 40px 60px;
    min-width: 461px;
  }
  .hk-kaufangebote-hero .hk-home-hero-content .title {
    font-size: 50px;
    line-height: 60px;
  }
  .hk-kaufangebote-hero .hk-home-hero-content .content {
    margin-bottom: 32px;
  }
  .hk-kaufangebote-hero .hk-home-hero-content .cta {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    height: 59px;
  }
}

/* WHY CHOOSE HEIMKAPITAL SECTION */
.hk-choose-why-section {
  background-color: #F6F3F1;
}
.hk-choose-why-section .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #AA9173;
  font-family: libre-baskerville, serif;
}

/* WHY HEIMMAKLER STEPS */
.why-heimmakler-steps .hk-payout-step .sequence {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .why-heimmakler-steps .hk-payout-step .sequence {
    background-image: url("/assets/icons/bullet_icon1.png");
    width: 49px;
    height: 49px;
  }
}
.why-heimmakler-steps .hk-payout-step .title {
  color: #1D1D1B;
}

/* CUSTOMER EXPERIENCE SECTION */
.hk-customer-experience-section {
  background-color: #F6F3F1;
}
.hk-customer-experience-section .hr-divider {
  margin-top: 37px;
  margin-bottom: 58px;
}
.hk-customer-experience-section .hk-testimonial-carousel {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .hk-customer-experience-section .hk-testimonial-carousel {
    margin-bottom: 0px;
  }
}

.hk-customer-experience-section-white .hr-divider {
  margin-top: 37px;
  margin-bottom: 58px;
}
.hk-customer-experience-section-white .hk-testimonial-carousel {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .hk-customer-experience-section-white .hk-testimonial-carousel {
    margin-bottom: 0px;
  }
}

/* HOW TO USE SECTION */
.hk-how-to-use-section {
  background: url("/assets/images/home-how-to-use-bg-vertical.png") no-repeat 50% bottom/cover;
  padding-bottom: 300px;
}
@media screen and (min-width: 768px) {
  .hk-how-to-use-section {
    background: url("/assets/images/home-how-to-use-bg.jpg") no-repeat top right/cover;
    padding-bottom: 80px;
  }
}

/* FIND OUT MORE SECTION */
.hk-find-more-section {
  background-color: #20356f;
  padding: 40px 20px;
}
.hk-find-more-section .image {
  height: 100%;
}
.hk-find-more-section .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hk-find-more-section .hk-info-card {
  background-color: #ffffff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
  height: 100%;
  text-align: center;
}
.hk-find-more-section .hk-info-card .title,
.hk-find-more-section .hk-info-card .info-text {
  margin: 0;
}
.hk-find-more-section .hk-info-card .title {
  color: #20356f;
}
.hk-find-more-section .hk-info-card .contact {
  display: grid;
  gap: 12px;
}
.hk-find-more-section .hk-info-card .phone,
.hk-find-more-section .hk-info-card .email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #20356f;
}
.hk-find-more-section .hk-info-card .phone .icon,
.hk-find-more-section .hk-info-card .email .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
}
.hk-find-more-section .hk-info-card .phone .icon img,
.hk-find-more-section .hk-info-card .email .icon img {
  width: 100%;
}
.hk-find-more-section .hk-info-card .phone a,
.hk-find-more-section .hk-info-card .email a {
  color: #20356f;
  text-decoration: none;
}
.hk-find-more-section .hk-info-card .phone a:hover,
.hk-find-more-section .hk-info-card .email a:hover {
  color: #8696af;
}
@media screen and (min-width: 768px) {
  .hk-find-more-section .hk-info-card {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .hk-find-more-section .hk-info-card {
    padding: 40px 60px;
  }
  .hk-find-more-section .hk-info-card .title {
    font-weight: 400;
    font-size: 35px;
    line-height: 53px;
  }
  .hk-find-more-section .hk-info-card .phone,
  .hk-find-more-section .hk-info-card .email {
    justify-content: start;
  }
  .hk-find-more-section .hk-info-card .phone .icon,
  .hk-find-more-section .hk-info-card .email .icon {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 991px) {
  .hk-find-more-section .hk-info-card .hk-btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .hk-find-more-section {
    padding: 80px 0;
  }
}

/* PRODUCT COMPARISION SECTION */
.hk-product-comparison-section .hk-product-compare-table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.hk-product-comparison-section .hk-product-compare-table-wrapper table {
  width: calc(100vw - 30px);
}
.hk-product-comparison-section .hk-product-compare-table-wrapper tr {
  border-bottom: 1px solid #d8dadd;
}
.hk-product-comparison-section .hk-product-compare-table-wrapper th,
.hk-product-comparison-section .hk-product-compare-table-wrapper td {
  width: 20%;
  padding: 0;
}
.hk-product-comparison-section .hk-product-compare-table-wrapper th:nth-child(2), .hk-product-comparison-section .hk-product-compare-table-wrapper th:nth-child(3),
.hk-product-comparison-section .hk-product-compare-table-wrapper td:nth-child(2),
.hk-product-comparison-section .hk-product-compare-table-wrapper td:nth-child(3) {
  padding-left: 10px;
  padding-right: 10px;
}
.hk-product-comparison-section .hk-product-compare-table-wrapper td {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  height: 100px;
}
.hk-product-comparison-section .hk-product-compare-table-wrapper .th,
.hk-product-comparison-section .hk-product-compare-table-wrapper .td {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hk-product-comparison-section .hk-product-compare-table-wrapper .th {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  align-items: flex-end;
  height: 72px;
  padding: 16px 25px;
}
.hk-product-comparison-section .hk-product-compare-table-wrapper .empty-check {
  width: 23px;
  height: 23px;
  background-color: #e7ecf3;
  border-radius: 50%;
}
.hk-product-comparison-section .hk-product-compare-table-wrapper .bg-light-gray {
  background-color: #e7ecf3;
}
@media screen and (min-width: 992px) {
  .hk-product-comparison-section .hk-product-compare-table-wrapper table {
    width: 100%;
  }
}

/* CLIENTS SECTION */
.hk-clients-section {
  background-color: #f4f6f9;
}
.hk-clients-section .client-logo-col {
  margin-bottom: 16px;
}
.hk-clients-section .client-logo-col.order-4, .hk-clients-section .client-logo-col.order-5 {
  margin-bottom: 0;
}
.hk-clients-section .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.hk-clients-section .client-logo img {
  display: block;
  max-width: min(115px, 90%);
  max-height: 30px;
}
@media screen and (min-width: 768px) {
  .hk-clients-section .client-logo-col {
    margin-bottom: 0;
  }
  .hk-clients-section .client-logo-col.order-md-0, .hk-clients-section .client-logo-col.order-md-1, .hk-clients-section .client-logo-col.order-md-2 {
    margin-bottom: 40px;
  }
  .hk-clients-section .client-logo img {
    max-width: min(275px, 90%);
    max-height: 60px;
  }
}

/* BENEFITS CTA SECTION */
.hk-benefit-cta-section {
  background-color: transparent;
  padding-top: 0;
}
.hk-benefit-cta-section .hk-benefit-content-area {
  background-color: #ffffff;
}
.hk-benefit-cta-section .hk-benefit-cta-img {
  height: 200px;
  overflow: hidden;
}
.hk-benefit-cta-section .hk-benefit-cta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.hk-benefit-cta-section .hk-benefit-cta-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
.hk-benefit-cta-section .hk-benefit-cta-info .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #20356f;
  margin-bottom: 0;
}
.hk-benefit-cta-section .hk-benefit-cta-info .info {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.hk-benefit-cta-section .hk-benefit-cta-info .action-btn .hk-btn {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .hk-benefit-cta-section .hk-benefit-cta-img {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .hk-benefit-cta-section {
    background: url("/assets/images/home-hk-benefit-bg.jpg") center/cover no-repeat;
    padding-top: 80px;
  }
  .hk-benefit-cta-section .hk-benefit-content-area {
    display: grid;
    grid-template-areas: "cta-image cta-info";
    grid-template-columns: min(5fr, 414px) 7fr;
    align-items: center;
  }
  .hk-benefit-cta-section .hk-benefit-content-area .hk-benefit-cta-img {
    grid-area: cta-image;
    width: 414px;
    height: 100%;
  }
  .hk-benefit-cta-section .hk-benefit-content-area .hk-benefit-cta-info {
    background: #ffffff;
    grid-area: cta-info;
    padding: 64px 60px;
    white-space-collapse: break-spaces;
  }
  .hk-benefit-cta-section .hk-benefit-content-area .hk-benefit-cta-info .title {
    font-weight: 400;
    font-size: 35px;
    line-height: 53px;
  }
  .hk-benefit-cta-section .hk-benefit-content-area .hk-benefit-cta-info .action-btn .hk-btn {
    width: 240px;
  }
}

.hk-faq-page {
  background-color: #e7ecf3;
  padding-bottom: 37px;
}
.hk-faq-page .section-title {
  font-weight: 400;
  font-size: 29px;
  line-height: 44px;
  color: #20356f;
  text-align: center;
  margin-bottom: 20px;
}
.hk-faq-page .hk-faq-card {
  background-color: #ffffff;
  padding: 15px 25px;
  border-radius: 2px;
}
.hk-faq-page .hk-faq-card .hk-faq-item {
  padding: 15px 0;
}
.hk-faq-page .hk-faq-card .hk-faq-item:not(:last-child) {
  border-bottom: 1px solid #e7ecf3;
}
.hk-faq-page .hk-faq-card .hk-faq-item.collapsed .toggler {
  background-color: #e7ecf3;
  color: #20356f;
}
.hk-faq-page .hk-faq-card .hk-faq-item.collapsed .toggler span {
  color: #718094;
  font-size: 23px;
  line-height: 35px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.hk-faq-page .hk-faq-card .title,
.hk-faq-page .hk-faq-card .hk-faq-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #20356f;
  margin-bottom: 0;
}
.hk-faq-page .hk-faq-card .hk-faq-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hk-faq-page .hk-faq-card .hk-faq-header .toggler {
  background-color: #20356f;
  border-radius: 1px;
  color: #ffffff;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hk-faq-page .hk-faq-card .hk-faq-header .toggler span {
  color: #e7ecf3;
  font-size: 23px;
  line-height: 35px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.hk-faq-page .hk-faq-card .hk-faq-content {
  padding-top: 15px;
  padding-left: 42px;
}
@media screen and (min-width: 992px) {
  .hk-faq-page {
    padding-bottom: 80px;
  }
  .hk-faq-page .section-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 53px;
    margin-bottom: 40px;
  }
  .hk-faq-page .hk-faq-item.collapsed .toggler span {
    color: #20356f !important;
  }
  .hk-faq-page .hk-faq-item .toggler span {
    color: #e7ecf3;
  }
  .hk-faq-page .hk-faq-header {
    gap: 20px;
    padding-right: 80px;
  }
  .hk-faq-page .hk-faq-content {
    padding-left: 50px;
    padding-right: 80px;
  }
}

/* HERO AREA */
.hk-teilverkauf-hero {
  background: url("/assets/images/teilverkauf-hero-image-vertical.jpg") 50% bottom/cover no-repeat;
  padding-bottom: 300px;
}
.hk-teilverkauf-hero .hk-teilverkauf-hero-content {
  background-color: transparent;
  padding: 0px;
}
.hk-teilverkauf-hero .hk-teilverkauf-hero-content .title {
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 12px;
  color: #20356f;
  word-break: break-word;
}
.hk-teilverkauf-hero .hk-teilverkauf-hero-content .title .bold {
  font-weight: 700;
}
.hk-teilverkauf-hero .hk-teilverkauf-hero-content .title .bold::after, .hk-teilverkauf-hero .hk-teilverkauf-hero-content .title .bold::before {
  content: " ";
}
.hk-teilverkauf-hero .hk-teilverkauf-hero-content .title .secon-line {
  letter-spacing: -1.2px;
}
.hk-teilverkauf-hero .hk-teilverkauf-hero-content .content {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 28px;
}
.hk-teilverkauf-hero .hk-teilverkauf-hero-content .cta {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 100%;
  padding: 16px;
  color: #ffffff;
  text-decoration: none;
  background-color: #20356f;
  margin-bottom: 20px;
  cursor: pointer;
}
.hk-teilverkauf-hero .hk-teilverkauf-hero-content .cta > div {
  gap: 16px;
}
.hk-teilverkauf-hero .hk-teilverkauf-hero-content .cta:hover {
  background-color: #17295a;
}
.hk-teilverkauf-hero .hk-teilverkauf-hero-content .cta:hover .arrow {
  transform: translateX(10px);
}
.hk-teilverkauf-hero .hk-teilverkauf-hero-content .cta .arrow {
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 500px) {
  .hk-teilverkauf-hero {
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 700px) {
  .hk-teilverkauf-hero {
    padding-bottom: 500px;
  }
}
@media screen and (min-width: 800px) {
  .hk-teilverkauf-hero {
    padding-bottom: 700px;
  }
}
@media screen and (min-width: 992px) {
  .hk-teilverkauf-hero {
    background: url("/assets/images/home-how-to-use-bg.jpg") right top/cover no-repeat;
    padding-bottom: 158px;
  }
  .hk-teilverkauf-hero .hk-teilverkauf-hero-content {
    max-width: min(484px, 100%);
    padding: 0;
  }
  .hk-teilverkauf-hero .hk-teilverkauf-hero-content .title {
    font-size: 39px;
    line-height: 46px;
  }
  .hk-teilverkauf-hero .hk-teilverkauf-hero-content .title .second-line {
    letter-spacing: -0.03em;
  }
  .hk-teilverkauf-hero .hk-teilverkauf-hero-content .content {
    margin-bottom: 32px;
  }
  .hk-teilverkauf-hero .hk-teilverkauf-hero-content .cta {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    height: 59px;
  }
}
@media screen and (min-width: 1600px) {
  .hk-teilverkauf-hero {
    background-position: right 30%;
  }
}

/* WHY CHOOSE HEIMKAPITAL SECTION */
.product-teilverkauf .hk-why-choose-section {
  background-color: #20356f;
}
.product-teilverkauf .hk-why-choose-section .hk-section-title .teilverkauf-logo {
  max-width: 214px;
}
@media screen and (min-width: 768px) {
  .product-teilverkauf .hk-why-choose-section .hk-section-title .teilverkauf-logo {
    max-width: 284px;
  }
  .product-teilverkauf .hk-why-choose-section .hk-card {
    padding-bottom: 32px;
  }
}

/* CALCULATOR SECTION */
.hk-calculate-section .hk-calculate-container {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hk-calculate-section .hk-calculate-container .hk-section-title {
  margin-bottom: 65px;
}

/* PRODUCT COMPARISON SECTION */
.hk-teilverkauf-page.hk-product-comparison-section {
  background-color: #f4f6f9;
}

.teilverkauf-landing {
  /* HERO AREA */
  /* WHY CHOOSE SECTION */
  /* OUR PRODUCTS SECTION */
}
.teilverkauf-landing .navbar-collapse.desktop {
  justify-content: flex-end;
}
.teilverkauf-landing .navbar-nav {
  display: none;
}
.teilverkauf-landing .hk-teilverkauf-hero {
  padding-bottom: 480px;
}
.teilverkauf-landing .hk-teilverkauf-hero .hk-teilverkauf-hero-content {
  background-color: #ffffff;
  padding: 24px 20px;
}
.teilverkauf-landing .hk-teilverkauf-hero .hk-teilverkauf-hero-content .imgae {
  margin-bottom: 20px;
  max-width: 190px;
}
.teilverkauf-landing .hk-teilverkauf-hero .hk-teilverkauf-hero-content .imgae img {
  width: 100%;
}
.teilverkauf-landing .hk-teilverkauf-hero .hk-teilverkauf-hero-content .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.teilverkauf-landing .hk-teilverkauf-hero .hk-teilverkauf-hero-content .content ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.teilverkauf-landing .hk-teilverkauf-hero .hk-teilverkauf-hero-content .content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.teilverkauf-landing .hk-teilverkauf-hero .hk-teilverkauf-hero-content .content ul li i {
  transform: rotate(-5deg);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .teilverkauf-landing .hk-teilverkauf-hero {
    background: url("/assets/images/home-how-to-use-bg.jpg") center 30%/cover no-repeat;
    padding-top: 110px;
    padding-bottom: 85px;
  }
  .teilverkauf-landing .hk-teilverkauf-hero .hk-teilverkauf-hero-content {
    padding: 40px 60px;
    max-width: min(612px, 100%);
  }
  .teilverkauf-landing .hk-teilverkauf-hero .hk-teilverkauf-hero-content .image {
    margin-bottom: 32px;
    max-width: 143px;
  }
  .teilverkauf-landing .hk-teilverkauf-hero .hk-teilverkauf-hero-content .title {
    font-size: 39px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .teilverkauf-landing .hk-teilverkauf-hero .hk-teilverkauf-hero-content .content {
    margin-bottom: 32px;
  }
  .teilverkauf-landing .hk-teilverkauf-hero .hk-teilverkauf-hero-content .content ul li:not(:last-child) {
    margin-bottom: 4px;
  }
  .teilverkauf-landing .hk-teilverkauf-hero .cta {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .teilverkauf-landing .hk-why-choose-section .hk-card {
    padding-bottom: 32px;
  }
}
.teilverkauf-landing .hk-our-products-section .hk-section-title {
  color: #ffffff;
}
.teilverkauf-landing .hk-our-products-section .hk-product-image {
  max-width: min(75%, 251px);
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .teilverkauf-landing .hk-our-products-section .hk-product-image {
    max-width: min(75%, 313px);
    margin-bottom: 93px;
  }
}
@media screen and (min-width: 992px) {
  .teilverkauf-landing .hk-our-products-section .hk-card .content {
    margin-bottom: 20px;
  }
  .teilverkauf-landing .hk-our-products-section .hk-card .hk-checklist-container {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .teilverkauf-landing .hk-our-products-section .hk-card .hk-action-btns {
    flex-direction: row;
    gap: 24px;
  }
  .teilverkauf-landing .hk-our-products-section .hk-card .hk-action-btns .hk-btn {
    flex: 1 1 auto;
  }
}

/* TEILVERKAUF ADVANTAGE SECTION */
.hk-teilverkauf-advantages .hk-advantages {
  --bs-gutter-y: 2.5rem;
}
.hk-teilverkauf-advantages .hk-advantage {
  display: flex;
  gap: 24px;
}
.hk-teilverkauf-advantages .hk-advantage .icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.hk-teilverkauf-advantages .hk-advantage .icon img {
  width: 100%;
  height: 100%;
}
.hk-teilverkauf-advantages .hk-advantage .content .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-weight: 500;
  color: #20356f;
  margin-bottom: 8px;
}
.hk-teilverkauf-advantages .hk-advantage .content .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .hk-teilverkauf-advantages .hk-advantages {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3.25rem;
  }
  .hk-teilverkauf-advantages .hk-advantage .content .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 992px) {
  .hk-teilverkauf-advantages .hk-advantages {
    --bs-gutter-x: 7rem;
  }
  .hk-teilverkauf-advantages .hk-advantages .hk-advantage .icon {
    width: 70px;
    height: 70px;
  }
}

/* HERO AREA */
.hk-grundstuecksverkauf-hero {
  background: url("/assets/images/man-sitting-on-sofa-with-eyeglasses-vertical.png") 50% 70%/cover no-repeat;
  padding-bottom: 350px;
}
.hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content {
  background-color: transparent;
  padding: 0px;
}
.hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content .title {
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 12px;
  color: #20356f;
}
.hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content .title .bold {
  font-weight: 700;
}
.hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content .title .bold::after, .hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content .title .bold::before {
  content: " ";
}
.hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content .title .secon-line {
  letter-spacing: -1.2px;
}
.hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content .content {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 28px;
}
.hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content .cta {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 100%;
  padding: 16px;
  color: #ffffff;
  text-decoration: none;
  background-color: #20356f;
  margin-bottom: 20px;
  cursor: pointer;
}
.hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content .cta > div {
  gap: 16px;
}
.hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content .cta:hover {
  background-color: #17295a;
}
.hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content .cta:hover .arrow {
  transform: translateX(10px);
}
.hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content .cta .arrow {
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 480px) {
  .hk-grundstuecksverkauf-hero {
    padding-bottom: 450px;
  }
}
@media screen and (min-width: 768px) {
  .hk-grundstuecksverkauf-hero {
    background: url("/assets/images/man-sitting-on-sofa-with-eyeglasses.png") center 30%/cover no-repeat;
    padding-bottom: 80px;
  }
  .hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content {
    padding: 40px 0px;
    max-width: min(484px, 100%);
  }
  .hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content .title {
    font-size: 39px;
    line-height: 46px;
  }
  .hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content .content {
    margin-bottom: 32px;
  }
  .hk-grundstuecksverkauf-hero .hk-grundstuecksverkauf-hero-content .cta {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    height: 59px;
  }
}

/* WHY CHOOSE Grundkapital SECTION */
.product-grundkapital .hk-why-choose-section {
  background-color: #20356f;
}
.product-grundkapital .hk-why-choose-section .hk-section-title .grundstuecksverkauf-logo {
  max-width: 214px;
}
@media screen and (min-width: 768px) {
  .product-grundkapital .hk-why-choose-section .hk-section-title .grundstuecksverkauf-logo {
    max-width: 284px;
  }
  .product-grundkapital .hk-why-choose-section .hk-card {
    padding-bottom: 32px;
  }
}

/* CALCULATOR SECTION */
.hk-calculate-section .hk-calculate-container {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hk-calculate-section .hk-calculate-container .hk-section-title {
  margin-bottom: 65px;
}

/* PRODUCT COMPARISON SECTION */
.hk-grundstuecksverkauf-page.hk-product-comparison-section {
  background-color: #f4f6f9;
}

.uber-uns-page .hk-uber-uns-hero {
  background: url("/assets/images/ueber-uns-hero-bg-vertical.jpg") no-repeat center top/cover #20356f;
  padding-top: 100px;
  padding-bottom: 90px;
  color: #ffffff;
}
.uber-uns-page .hk-uber-uns-hero header.title-description {
  padding-left: 14px;
  padding-right: 14px;
}
.uber-uns-page .hk-uber-uns-hero .hero-title {
  font-size: 39px;
  font-weight: 400;
  line-height: 47px;
  margin-bottom: 12px;
}
.uber-uns-page .hk-uber-uns-hero .hero-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .uber-uns-page .hk-uber-uns-hero {
    background: url("/assets/images/building-dark.png") no-repeat center top/cover #20356f;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 180px;
  }
  .uber-uns-page .hk-uber-uns-hero header.title-description {
    padding-left: 0px;
    padding-right: 0px;
  }
  .uber-uns-page .hk-uber-uns-hero .hero-title {
    margin-bottom: 20px;
  }
  .uber-uns-page .hk-uber-uns-hero .hero-description {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 57px;
  }
}

/* SERVICE SECTION */
.hk-customer-service-section .hk-section-title {
  color: #20356f;
  margin-bottom: 20px;
}
.hk-customer-service-section .hk-section-subtitle {
  margin-bottom: 24px;
}
.hk-customer-service-section .hk-service-item .image {
  margin-bottom: 24px;
}
.hk-customer-service-section .hk-service-item .image img {
  width: 100%;
}
.hk-customer-service-section .hk-service-item .quote {
  color: #263757;
  font-family: Lora, system-ui, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 12px;
}
.hk-customer-service-section .hk-service-item .name {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #20356f;
}
.hk-customer-service-section .hk-service-item .designation {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .hk-customer-service-section .hk-section-subtitle {
    margin-bottom: 40px;
  }
  .hk-customer-service-section .designation {
    margin-bottom: 0;
  }
}

/* PARTNER SECTION */
.hk-our-partners-section .partner-location-map {
  margin-bottom: 20px;
}
.hk-our-partners-section .partner-maxx-capital {
  margin-bottom: 40px;
}
.hk-our-partners-section .partner-maxx-capital img {
  width: min(285px, 80%);
}
.hk-our-partners-section .partner-compexx-finanz {
  margin-bottom: 30px;
}
.hk-our-partners-section .partner-compexx-finanz img {
  width: min(206px, 80%);
}
.hk-our-partners-section .partner-bocker {
  margin-bottom: 30px;
}
.hk-our-partners-section .partner-bocker img {
  max-width: min(240px, 80%);
}
.hk-our-partners-section .partner-isz-immobilien {
  margin-bottom: 30px;
}
.hk-our-partners-section .partner-isz-immobilien img {
  max-width: min(173px, 80%);
}
.hk-our-partners-section .partner-grossmann-berger {
  margin-bottom: 30px;
}
.hk-our-partners-section .partner-grossmann-berger img {
  max-width: min(170px, 80%);
}
@media screen and (min-width: 768px) {
  .hk-our-partners-section {
    margin-bottom: 0;
  }
}

/* BOARD SECTION */
.hk-board-section {
  background-color: #20356f;
  color: #ffffff;
}
.hk-board-section .hk-section-title {
  font-weight: 400;
  font-size: 29px;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 20px;
}
.hk-board-section .hk-section-subheading {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
.hk-board-section .hk-section-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 24px;
}
.hk-board-section .hk-board-item {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center horizontally */
  justify-content: center; /* Center vertically */
  text-align: center; /* Ensure text is centered */
}
.hk-board-section .hk-board-item .image {
  margin-bottom: 24px;
}
.hk-board-section .hk-board-item .image img {
  max-width: 30%;
}
.hk-board-section .hk-board-item .name {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
.hk-board-section .hk-board-item .designation {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 12px;
  font-family: Lora, serif;
}
.hk-board-section .hk-board-item .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .hk-board-section .hk-board-item .description {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .hk-board-section .hk-section-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 53px;
    margin-bottom: 30px;
  }
  .hk-board-section .hk-section-subtitle {
    margin-bottom: 40px;
  }
}

/* ADVISORY SECTION */
.hk-advisory-board-section .hk-section-title {
  font-weight: 400;
  font-size: 29px;
  line-height: 44px;
  margin-bottom: 20px;
}
.hk-advisory-board-section .hk-section-subtitle {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px;
}
.hk-advisory-board-section .advisory-board-item {
  padding-bottom: 24px;
}
.hk-advisory-board-section .advisory-board-item .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #20356f;
  margin-bottom: 10px;
}
.hk-advisory-board-section .advisory-board-item .address {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .hk-advisory-board-section .hk-section-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 53px;
    margin-bottom: 0;
  }
  .hk-advisory-board-section .hk-section-subtitle {
    margin-bottom: 40px;
  }
  .hk-advisory-board-section .advisory-board-item {
    padding-bottom: 0;
  }
  .hk-advisory-board-section .advisory-board-item .title {
    white-space: nowrap;
  }
}

.partner-page .hk-uber-uns-hero {
  background: url("/assets/images/ueber-uns-hero-bg-vertical.jpg") no-repeat center top/cover #20356f;
  padding-top: 100px;
  padding-bottom: 90px;
  color: #ffffff;
}
.partner-page .hk-uber-uns-hero .hero-title {
  font-size: 39px;
  font-weight: 400;
  line-height: 47px;
  margin-bottom: 12px;
}
.partner-page .hk-uber-uns-hero .hero-description {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 40px;
}
.partner-page .partner-advantages {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
.partner-page .partner-advantages li {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.partner-page .partner-advantages li:not(:last-child) {
  margin-bottom: 8px;
}
.partner-page .partner-advantages li i {
  transform: rotate(-5deg);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .partner-page .hk-uber-uns-hero {
    background: url("/assets/images/building-dark.png") no-repeat center top/cover #20356f;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 180px;
  }
  .partner-page .hk-uber-uns-hero .hero-title {
    margin-bottom: 20px;
  }
  .partner-page .hk-uber-uns-hero .hero-description {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 57px;
  }
  .partner-page .partner-advantages {
    margin-bottom: 24px;
  }
  .partner-page .hk-payout-step-section .hk-payout-step {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .partner-page .hk-payout-step-section .hk-payout-step:last-of-type {
    border-bottom: 1px solid rgba(111, 157, 203, 0.5);
  }
  .partner-page .hk-payout-step-section .hk-payout-step-cta {
    margin-top: 60px;
  }
}
.partner-page #contact-form-section .section-header {
  margin-bottom: 20px;
}
.partner-page #contact-form-section .section-header .section-title {
  font-weight: 400;
  font-size: 29px;
  line-height: 44px;
  margin-bottom: 20px;
}
.partner-page #contact-form-section .section-header .section-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .partner-page #contact-form-section .section-header {
    margin-bottom: 40px;
  }
  .partner-page #contact-form-section .section-header .section-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 53px;
  }
}

.kontakt-page .hk-kontakt-hero .hk-section-title {
  font-weight: 400;
  font-size: 29px;
  line-height: 44px;
  color: #20356f;
  margin-bottom: 20px;
}
.kontakt-page .hk-kontakt-hero .hk-section-subtitle {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .kontakt-page .hk-kontakt-hero .hk-section-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 53px;
  }
  .kontakt-page .hk-kontakt-hero .hk-section-subtitle {
    margin-bottom: 32px;
  }
}

.club-page {
  /* AT A GLANCE SECTION */
  /* OFFERS SECTION */
  /* MORE OFFERS SECTION */
  /* SERVICES SECTION */
  /* BENEFITS AND DISCOUNT SECTION */
}
.club-page .hk-page-section {
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .club-page .hk-page-section {
    padding: 80px 0;
  }
}
.club-page .hk-club-hero {
  background: url("/assets/images/couple-hero-image-vertical.png") no-repeat center 80%/cover #20356f;
  padding-top: 100px;
  padding-bottom: 450px;
  color: #ffffff;
}
.club-page .hk-club-hero .hero-title {
  font-size: 34px;
  font-weight: 400;
  line-height: 41px;
  margin-bottom: 12px;
}
.club-page .hk-club-hero .hero-description {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 28px;
}
.club-page .hk-club-hero .cta {
  height: 52px;
}
.club-page .hk-club-hero .cta > div {
  gap: 16px;
}
.club-page .hk-club-hero .cta .arrow {
  transition: all 0.2s ease-in-out;
}
.club-page .hk-club-hero .cta:hover .arrow {
  transform: translateX(10px);
}
@media screen and (min-width: 650px) {
  .club-page .hk-club-hero {
    padding-bottom: 600px;
  }
}
@media screen and (min-width: 992px) {
  .club-page .hk-club-hero {
    background: url("/assets/images/couple-hero-image.png") no-repeat 80% 30%/cover #20356f;
    padding-top: 160px;
    padding-bottom: 200px;
  }
  .club-page .hk-club-hero .hk-club-hero-content {
    max-width: 484px;
  }
  .club-page .hk-club-hero .hero-title {
    font-size: 39px;
    line-height: 47px;
  }
  .club-page .hk-club-hero .hero-description {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    line-height: 29px;
    margin-bottom: 32px;
  }
  .club-page .hk-club-hero .cta {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    max-width: 452px;
    height: 59px;
  }
}
.club-page .hk-club-at-glance-section .card-row {
  --bs-gutter-y: 32px;
}
.club-page .hk-club-at-glance-section .hk-card {
  padding: 0;
}
.club-page .hk-club-at-glance-section .hk-card .icon {
  margin: 0 auto;
  margin-bottom: 24px;
}
.club-page .hk-club-at-glance-section .hk-card .icon img:not(.care-icon) {
  width: 60px;
  max-height: 60px;
  object-fit: cover;
}
.club-page .hk-club-at-glance-section .hk-card .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 12px;
}
.club-page .hk-club-at-glance-section .cta {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .club-page .hk-club-at-glance-section .card-row .col-lg-4 {
    max-width: 318px;
  }
  .club-page .hk-club-at-glance-section .hk-card .icon {
    margin-bottom: 20px;
  }
  .club-page .hk-club-at-glance-section .hk-card .title {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 8px;
  }
}
.club-page .hk-club-offer-section {
  background-color: #e7ecf3;
}
.club-page .hk-club-offer-section .offer-section-rows {
  gap: 20px;
}
.club-page .hk-club-offer-section .section-title {
  font-weight: 400;
  font-size: 29px;
  line-height: 44px;
  color: #20356f;
  margin-bottom: 20px;
  text-align: center;
}
.club-page .hk-club-offer-section .section-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.club-page .hk-club-offer-section .content-card {
  background-color: #ffffff;
  padding: 20px;
}
.club-page .hk-club-offer-section .content-card .icon {
  margin-bottom: 30px;
}
.club-page .hk-club-offer-section .content-card .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-weight: 600;
  color: #20356f;
  margin-bottom: 12px;
}
.club-page .hk-club-offer-section .content-card .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .club-page .hk-club-offer-section {
    background-color: #f4f6f9;
  }
  .club-page .hk-club-offer-section .offer-section-rows {
    gap: 83px;
  }
  .club-page .hk-club-offer-section .section-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 53px;
  }
  .club-page .hk-club-offer-section .section-subtitle {
    text-align: center;
  }
  .club-page .hk-club-offer-section .content-card {
    background-color: transparent;
    padding: 0;
    padding-right: 52px;
  }
  .club-page .hk-club-offer-section .content-card .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }
}
.club-page .hk-more-offer-section .more-offers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
  max-width: 100%;
  margin-bottom: 24px;
}
.club-page .hk-more-offer-section .more-offers .offer-card .image {
  margin-bottom: 12px;
}
.club-page .hk-more-offer-section .more-offers .offer-card .image img {
  width: 100%;
}
.club-page .hk-more-offer-section .more-offers .offer-card .label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #243137;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .club-page .hk-more-offer-section .more-offers {
    grid-template-columns: repeat(5, 1fr);
    gap: 36px;
    margin-bottom: 40px;
  }
}
.club-page .hk-services-section {
  padding: 40px 0;
  background: url("/assets/images/club-services-vertical.png") center 30%/cover no-repeat;
}
.club-page .hk-services-section .logo {
  width: min(257px, 80%);
  margin: 0 auto 25px;
}
.club-page .hk-services-section .services {
  list-style: none;
  padding: 0;
}
.club-page .hk-services-section .services .service {
  background-color: #20356f;
  color: #ffffff;
  padding: 5px 12px;
  margin: 0 auto 20px;
  width: max-content;
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .club-page .hk-services-section {
    background: url("/assets/images/club-services.png") center center/cover no-repeat;
  }
  .club-page .hk-services-section .hk-section-subtitle {
    margin-bottom: 60px;
  }
  .club-page .hk-services-section .logo {
    margin: 0;
    position: absolute;
    top: 60%;
    right: 10%;
    transform: translateY(-50%);
    width: min(429px, 35%);
  }
  .club-page .hk-services-section .services .service {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    margin-bottom: 40px;
  }
  .club-page .hk-services-section .services .service-1 {
    margin-left: calc(41% + var(--bs-gutter-x));
  }
  .club-page .hk-services-section .services .service-2 {
    margin-left: calc(17% + var(--bs-gutter-x));
  }
  .club-page .hk-services-section .services .service-3 {
    margin-left: 17%;
  }
  .club-page .hk-services-section .services .service-4,
  .club-page .hk-services-section .services .service-6 {
    margin-left: calc(8% + var(--bs-gutter-x));
  }
  .club-page .hk-services-section .services .service-4 {
    margin-left: 8%;
  }
}
.club-page .hk-benefits-discounts-section {
  padding: 40px 0 !important;
}
.club-page .hk-benefits-discounts-section .hk-section-title,
.club-page .hk-benefits-discounts-section .hk-section-subtitle {
  margin-bottom: 20px;
  text-align: center;
}
.club-page .hk-benefits-discounts-section .cta {
  background-color: #2573c0;
  color: #ffffff;
}
.club-page .hk-benefits-discounts-section .cta:hover {
  background-color: #3e8dda;
}
@media screen and (min-width: 768px) {
  .club-page .hk-benefits-discounts-section .hk-section-subtitle {
    margin-bottom: 40px;
  }
  .club-page .hk-benefits-discounts-section .cta {
    background-color: #ffffff;
    color: #1D1D1B;
  }
  .club-page .hk-benefits-discounts-section .cta:hover {
    background-color: #17295a;
    color: #ffffff;
  }
}

.blog-list-page {
  hyphens: auto;
}
.blog-list-page .hk-hero-section {
  padding-top: 72px;
}
.blog-list-page #search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.blog-list-page #search-box label {
  cursor: pointer;
}
.blog-list-page #search-box #search-input {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #718094;
  outline: none;
  border: none;
  background: transparent;
  text-align: right;
}
.blog-list-page #search-box #search-input:focus::placeholder {
  color: transparent;
}
@media screen and (min-width: 768px) {
  .blog-list-page .hk-hero-section {
    padding-top: 108px;
  }
  .blog-list-page #search-box {
    margin-bottom: 24px;
  }
}

.hk-post-card {
  --bs-border-radius: 2px;
  border: none;
  height: 100%;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.hk-post-card:hover .hk-post-card__read-btn .arrow {
  transform: translateX(5px);
}
.hk-post-card .card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.hk-post-card .card-body {
  padding: 32px 36px;
}

.hk-post-card__category {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-weight: 600;
  color: #2573c0;
  margin-bottom: 16px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hk-post-card__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #20356f;
  margin-bottom: 12px;
  hyphens: auto;
}
@media screen and (min-width: 768px) {
  .hk-post-card__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
  }
}

.hk-post-card__excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 24px;
}

.hk-post-card__read-btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #20356f;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 24px;
  text-decoration: none;
}
.hk-post-card__read-btn .arrow {
  position: relative;
  transition: transform 0.2s ease-in-out;
}

.hk-post-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .hk-post-container {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.hk-post-container h1,
.hk-post-container .page-title {
  font-weight: 400;
  font-size: 29px;
  line-height: 44px;
  color: #20356f;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .hk-post-container h1,
  .hk-post-container .page-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 53px;
  }
}
.hk-post-container .page-description {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .hk-post-container .page-description {
    margin-bottom: 40px;
  }
}
.hk-post-container .toc-box {
  margin-bottom: 20px;
}
.hk-post-container .toc-box #toc-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #20356f;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .hk-post-container .toc-box {
    margin-bottom: 32px;
  }
  .hk-post-container .toc-box #toc-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
  }
}
.hk-post-container h2,
.hk-post-container h3,
.hk-post-container h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #20356f;
  padding-top: 160px;
  margin-top: -160px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .hk-post-container h2,
  .hk-post-container h3,
  .hk-post-container h4 {
    font-weight: 400;
    font-size: 29px;
    line-height: 44px;
  }
}
.hk-post-container h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .hk-post-container h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
  }
}
.hk-post-container p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.hk-post-container p strong {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .hk-post-container p {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.hk-post-container h4 + p {
  margin-top: 0;
}
.hk-post-container .box {
  padding: 28px 20px;
  background-color: #e7ecf3;
}
@media screen and (min-width: 768px) {
  .hk-post-container .box {
    padding: 32px 40px;
  }
}
.hk-post-container ul {
  list-style: none;
  padding: 0;
}
.hk-post-container ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 0;
  padding-left: 24px;
  margin-bottom: 4px;
  position: relative;
}
.hk-post-container ul li:last-child {
  margin-bottom: 0;
}
.hk-post-container ul li::before {
  content: "";
  background: url("/assets/icons/chevron-right.svg") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.hk-post-container ol {
  padding-left: 30px;
}
.hk-post-container ol li {
  padding-left: 20px;
  margin-bottom: 8px;
}
.hk-post-container a:not(.hk-btn-primary) {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #2573c0;
  text-decoration: none;
  word-wrap: break-word;
}
.hk-post-container img {
  width: 100%;
}
.hk-post-container details {
  border-bottom: 1px solid #e7ecf3;
  padding: 12px 0;
}
.hk-post-container details:first-of-type {
  border-top: 1px solid #e7ecf3;
}
.hk-post-container details:last-of-type {
  margin-bottom: 20px;
}
.hk-post-container details summary {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 36px;
  list-style: none;
  min-height: 30px;
}
.hk-post-container details summary::webkit-details-marker {
  display: none;
}
.hk-post-container details summary::after, .hk-post-container details summary::before {
  content: "";
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  left: unset;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.hk-post-container details summary::before {
  content: "";
  background-color: #e7ecf3;
}
.hk-post-container details summary::after {
  content: "\eab8";
  font: normal normal normal 1em/1 "lineicons";
  font-size: 16px;
}
.hk-post-container details[open] summary::before {
  background-color: #20356f;
}
.hk-post-container details[open] summary::after {
  color: #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
.hk-post-container details[open] p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .hk-post-container details {
    padding: 15px 0;
  }
  .hk-post-container details:last-of-type {
    margin-bottom: 32px;
  }
}

.post-details .table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.post-details table {
  margin-bottom: 2rem;
  background-color: transparent;
}
.post-details colgroup.hk-colgroup {
  border: 1px solid #20356f;
  background-color: #e7ecf3;
  border-bottom-width: 2px;
}
.post-details tr {
  border-bottom: 1px solid #d8dadd;
}
.post-details td,
.post-details th {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  width: 206px;
  vertical-align: middle;
  padding: 22px 32px;
  text-align: center;
}
.post-details thead th {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 13px 32px;
}
.post-details tbody th {
  text-align: left;
}

.press-list-container .hk-press-download-kontakt-section .row {
  margin-bottom: 24px;
}
.press-list-container .hk-press-download-kontakt-section .row:last-of-type {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .press-list-container .hk-press-download-kontakt-section .row {
    margin-bottom: 40px;
  }
  .press-list-container .hk-press-download-kontakt-section .row:last-of-type {
    margin-bottom: 60px;
  }
}
.press-list-container .page-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .press-list-container .page-title {
    margin-bottom: 40px;
  }
}
.press-list-container .box-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #20356f;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .press-list-container .box-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.press-list-container .hk-press-card {
  margin-bottom: 24px;
}
.press-list-container .hk-press-card .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #2573c0;
}
.press-list-container .hk-press-card .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #20356f;
  margin-bottom: 24px;
}
.press-list-container .hk-press-card .hk-post-card__read-btn {
  margin-bottom: 0;
}
.press-list-container .hk-press-card:hover .arrow {
  transform: translateX(5px);
}
@media screen and (min-width: 768px) {
  .press-list-container .hk-press-card .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}

.press-note-details-page .blockquote {
  display: grid;
  gap: 0;
}
.press-note-details-page .blockquote .quote-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.press-note-details-page .blockquote .content {
  background-color: #e7ecf3;
  display: grid;
  gap: 20px;
  padding: 28px 20px;
}
.press-note-details-page .blockquote .content p {
  margin: 0;
}
.press-note-details-page .blockquote .content .quote-text,
.press-note-details-page .blockquote .content cite {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  line-height: 22.4px;
}
@media screen and (min-width: 768px) {
  .press-note-details-page .blockquote {
    display: flex;
  }
  .press-note-details-page .blockquote .quote-image {
    width: 50%;
    flex-shrink: 0;
  }
  .press-note-details-page .blockquote .content {
    padding: 28px 40px;
  }
}

.glossary-list-container .hk-glossary-alphabates {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 17px;
  padding: 10px 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.glossary-list-container .hk-glossary-alphabates a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-weight: 600;
  color: #2573c0;
}
.glossary-list-container .hk-glossary-alphabates a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .glossary-list-container .hk-glossary-alphabates a {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
  }
}
.glossary-list-container .hk-glossary-cards {
  display: grid;
  gap: 60px;
}
.glossary-list-container .hk-glossary-cards .hk-glossary-card .box-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #20356f;
  margin-bottom: 20px;
  margin-top: -120px;
  padding-top: 120px;
}
.glossary-list-container .hk-glossary-cards .hk-glossary-card .hk-glossaries {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0;
}

body.form-screen {
  background-color: #e7ecf3;
}

.form-screen-hero-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .form-screen-hero-section {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}

.affiliate .affiliate-hero .hk-section-title {
  font-weight: 400;
  font-size: 29px;
  line-height: 44px;
  color: #20356f;
}
.affiliate .affiliate-hero .hk-section-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.affiliate .affiliate-hero .hk-section-subtitle a {
  color: #2573c0;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .affiliate .affiliate-hero .hk-section-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 53px;
  }
  .affiliate .affiliate-hero .hk-section-subtitle {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
  }
}
.affiliate .hk-page-section.form-section {
  padding-top: 46px;
}
.affiliate .hk-form-step-row {
  --bs-gutter-y: 40px;
}
.affiliate .hk-step-counter {
  font-weight: 400;
  font-size: 42px;
  line-height: 63px;
  font-weight: 500;
  color: #20356f;
}
.affiliate .hk-form-header {
  margin-bottom: 28px;
}
.affiliate .hk-form-header.payout-form-header {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .affiliate .hk-form-header {
    margin-top: 10px;
  }
}
.affiliate .form-title {
  font-weight: 400;
  font-size: 29px;
  line-height: 44px;
  color: #20356f;
}
.affiliate .form-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.affiliate .living-with-partner {
  margin-top: 28px;
  margin-bottom: 24px;
}
.affiliate .radio-box-container {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .affiliate .radio-box-container {
    gap: 28px;
  }
}
.affiliate .objektdetails-form-rows {
  --bs-gutter-y: 28px;
}
.affiliate .objektdetails-form-rows .objektart-radio-row {
  --bs-gutter-y: 24px;
}
.affiliate .objektdetails-form-rows .objektart-radio-row .form-further {
  margin-top: 20px;
}
.affiliate #submitBtnRow {
  margin-top: 45px;
}
.affiliate .hk-money-input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #718094;
}

.pagination {
  --bs-pagination-color: #2573c0;
  --bs-pagination-active-bg: #2573c0;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
body {
  font-family: "Poppins", system-ui, sans-serif;
  color: #1D1D1B;
}

/*# sourceMappingURL=main.css.map */