/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The font file(s) should be placed relative to the regular CSS file.
 *
 */
/* Complete */
@font-face {
  font-family: "CircularXXWeb-Regular";
  src: url("/assets/vendor/circular/CircularXXWeb-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "CircularXXWeb-Regular";
  src: url("/assets/vendor/circular/CircularXXWeb-Regular.woff") format("woff"); }
@font-face {
  font-family: "CircularXXWeb-Bold";
  src: url("/assets/vendor/circular/CircularXXWeb-Bold.woff2") format("woff2"); }
@font-face {
  font-family: "CircularXXWeb-Bold";
  src: url("/assets/vendor/circular/CircularXXWeb-Bold.woff") format("woff"); }
/* subset */
@font-face {
  font-family: "CircularXXSub-RegularSubset";
  src: url("/assets/vendor/circular/CircularXXSub-RegularSubset.woff") format("woff"); }
@font-face {
  font-family: "CircularXXSub-RegularSubset";
  src: url("/assets/vendor/circular/CircularXXSub-RegularSubset.woff2") format("woff2"); }
@font-face {
  font-family: "CircularXXSub-BoldSubset";
  src: url("/assets/vendor/circular/CircularXXSub-BoldSubset.woff") format("woff"); }
@font-face {
  font-family: "CircularXXSub-BoldSubset";
  src: url("/assets/vendor/circular/CircularXXSub-BoldSubset.woff2") format("woff2"); }
body {
  font-size: 24px;
  color: #212529;
  font-family: 'CircularXXWeb-Regular', sans-serif; }

p {
  line-height: 1.5;
  margin: 30px 0; }
  p a {
    text-decoration: underline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: 'CircularXXWeb-Bold', sans-serif; }

h1 {
  font-size: 64px; }

a {
  color: #212529;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:focus, a:hover {
    color: #FDC02D; }

blockquote {
  font-style: italic;
  color: #666578; }

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px; }

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

::-moz-selection {
  color: #fff;
  background: #FDC02D;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #FDC02D;
  text-shadow: none; }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

.navbar {
  position: fixed;
  background-color: white;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: stretch;
  font-family: 'CircularXXWeb-Regular', sans-serif; }
  .navbar .navbar-brand {
    font-weight: 800;
    color: #050344;
    text-indent: -10000px; }
  .navbar .navbar-toggler {
    font-size: 12px;
    font-weight: 800;
    padding: 13px;
    color: #050344; }
  .navbar .navbar-nav > li.nav-item > a {
    color: #050344;
    font-size: 16px; }
  @media only screen and (min-width: 992px) {
    .navbar .navbar-nav > li.nav-item > a {
      padding: 10px 20px; }
      .navbar .navbar-nav > li.nav-item > a:focus, .navbar .navbar-nav > li.nav-item > a:hover {
        color: #FDC02D; }
      .navbar .navbar-nav > li.nav-item > a.btn:hover {
        color: #fff; } }
  @media only screen and (min-width: 992px) {
    .navbar {
      -webkit-transition: background-color 0.5s;
      -moz-transition: background-color 0.5s;
      transition: background-color 0.5s;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden; }
      .navbar.is-fixed {
        /* when the user scrolls down, we hide the header right above the viewport */
        /* position: fixed;
        top: 0px;
        -webkit-transition: -webkit-transform 0.2s;
        -moz-transition: -moz-transform 0.2s;
        transition: transform 0.2s;
        border-bottom: 1px solid darken($white, .05);
        background-color: fade-out($white, .1);
        .navbar-brand {
          color: $gray-900;
          &:focus,
          &:hover {
            color: $primary;
          }
        }
        .navbar-nav {
          > li.nav-item {
            > a {
              color: $gray-900;
              &:focus,
              &:hover {
                color: $primary;
              }
            }
          }
        }*/ }
      .navbar.is-visible {
        /* if the user changes the scrolling direction, we show the header */
        /*-webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);*/ } }

.navbar-collapse.show {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .navbar-collapse.show .nav-btn {
    margin-left: 0;
    margin-top: 1rem;
    text-align: center; }

header.masthead {
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: #666578;
  background-attachment: scroll;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212529;
    opacity: 0.5; }
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 200px 0 150px;
    color: white; }
    @media only screen and (min-width: 768px) {
      header.masthead .page-heading,
      header.masthead .post-heading,
      header.masthead .site-heading {
        padding: 200px 0; } }
  header.masthead .page-heading,
  header.masthead .site-heading {
    text-align: center; }
    header.masthead .page-heading h1,
    header.masthead .site-heading h1 {
      font-size: 50px;
      margin-top: 0; }
    header.masthead .page-heading .subheading,
    header.masthead .site-heading .subheading {
      font-size: 24px;
      font-weight: 300;
      line-height: 1.1;
      display: block;
      margin: 10px 0 0;
      font-family: 'CircularXXWeb-Regular', sans-serif; }
    @media only screen and (min-width: 768px) {
      header.masthead .page-heading h1,
      header.masthead .site-heading h1 {
        font-size: 80px; } }
  header.masthead .post-heading h1 {
    font-size: 35px; }
  header.masthead .post-heading .meta,
  header.masthead .post-heading .subheading {
    line-height: 1.1;
    display: block; }
  header.masthead .post-heading .subheading {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 30px;
    font-family: 'CircularXXWeb-Regular', sans-serif; }
  header.masthead .post-heading .meta {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    font-family: 'CircularXXWeb-Regular', sans-serif; }
    header.masthead .post-heading .meta a {
      color: #fff; }
  @media only screen and (min-width: 768px) {
    header.masthead .post-heading h1 {
      font-size: 55px; }
    header.masthead .post-heading .subheading {
      font-size: 30px; } }

.post-preview > a {
  color: #212529; }
  .post-preview > a:focus, .post-preview > a:hover {
    text-decoration: none;
    color: #FDC02D; }
  .post-preview > a > .post-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px; }
  .post-preview > a > .post-subtitle {
    font-weight: 300;
    margin: 0 0 10px; }
.post-preview > .post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #666578; }
  .post-preview > .post-meta > a {
    text-decoration: none;
    color: #212529; }
    .post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
      text-decoration: underline;
      color: #FDC02D; }
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px; } }

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6; }
  .floating-label-form-group input,
  .floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important;
    font-family: 'CircularXXWeb-Regular', sans-serif; }
    .floating-label-form-group input::-webkit-input-placeholder,
    .floating-label-form-group textarea::-webkit-input-placeholder {
      color: #666578;
      font-family: 'CircularXXWeb-Regular', sans-serif; }
  .floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0; }
  .floating-label-form-group .help-block {
    margin: 15px 0; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #FDC02D; }

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6; }

footer {
  padding: 50px 0 65px;
  min-height: 50vh;
  background-color: #eee; }
  footer .list-inline {
    margin: 0;
    padding: 0; }
  footer .copyright {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center; }

h2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

header.masthead {
  margin-bottom: 0;
  background-color: #E0F1FF; }
  header.masthead .overlay {
    display: none; }

.hk-placeholder {
  text-align: center;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center; }

.hk-section {
  padding-top: 5rem;
  padding-bottom: 3rem; }
  .hk-section:nth-child(2n) {
    background-color: #E0F1FF; }
  .hk-section h2 {
    margin-bottom: 2rem; }

.hk-pull-card {
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-top: -176px;
  padding: 1rem; }
  @media (min-width: 768px) {
    .hk-pull-card {
      padding: 3rem; } }

.navbar {
  padding-left: 15px;
  padding-right: 15px; }
  .navbar.is-fixed {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.05); }

.navbar-brand {
  background-image: url(/assets/logo/heimkapital-logo-web.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 32px;
  width: 180px; }

body.magazin .navbar-brand {
  background-image: url(/assets/logo/heimkapital-logo-magazin.png);
  background-size: auto 66px;
  margin-top: -20px;
  margin-bottom: -20px;
  height: 66px; }

.nav-btn {
  background-color: #FDC02D;
  border-radius: 4px;
  margin-left: 20px; }

@media (min-width: 768px) {
  .nav-contact .nav-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 14px !important;
    padding-left: 8px; }

  body.magazin .navbar-brand {
    background-size: contain; } }
.nav-contact .nav-link {
  background-size: 12px 12px;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 18px; }
.nav-contact .nav-phone {
  background-image: url(/assets/icons/phone-black.svg); }
.nav-contact .nav-mail {
  background-image: url(/assets/icons/mail-black.svg); }

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar li.nav-item > a {
    white-space: nowrap;
    padding-right: 10px !important;
    padding-left: 16px !important; }
  .navbar .navbar-brand {
    background-position: 0 6px;
    background-size: auto 24px;
    width: 132px; } }
@media (min-width: 768px) {
  .home .navbar {
    background-color: transparent; }
    .home .navbar li.nav-item > a {
      color: #fff; }
    .home .navbar .navbar-brand {
      background-image: url(/assets/logo/heimkapital-logo-home.png); }
    .home .navbar .nav-phone {
      background-image: url(/assets/icons/phone-white.svg); }
    .home .navbar .nav-mail {
      background-image: url(/assets/icons/mail-white.svg); }
    .home .navbar .btn-angebot {
      background: #0173B7;
      color: #fff !important;
      border-color: #0173B7; }
    .home .navbar.is-fixed {
      background: #fff !important; }
      .home .navbar.is-fixed li.nav-item > a {
        color: #212529; }
      .home .navbar.is-fixed .navbar-brand {
        background-image: url(/assets/logo/heimkapital-logo-web.png); }
      .home .navbar.is-fixed .nav-phone {
        background-image: url(/assets/icons/phone-black.svg); }
      .home .navbar.is-fixed .nav-mail {
        background-image: url(/assets/icons/mail-black.svg); }
      .home .navbar.is-fixed .btn-angebot {
        background: #FDC02D;
        color: #212529 !important;
        border-color: #FDC02D; }
  .home .hk-header {
    margin-top: 0;
    padding-top: 90px; } }
.hk-header {
  display: flex;
  align-items: center;
  min-height: 400px;
  height: 80vh;
  max-height: 800px;
  margin-top: 96px;
  padding-bottom: 80px;
  padding-top: 16px;
  background: #FFD14E url(/assets/header-armin-low.jpg) no-repeat center;
  background-size: cover;
  font-family: 'CircularXXWeb-Regular', sans-serif; }
  .hk-header .col-lg-6 {
    padding-left: 12px; }
  .hk-header p {
    margin-top: .25rem;
    margin-bottom: 1rem; }
  .hk-header .btn {
    color: #212529 !important;
    background: #fff;
    padding: 1rem 2rem; }
  @media (max-width: 1200px) {
    .hk-header h1 {
      font-size: 48px;
      line-height: 48px; } }
  @media (max-width: 992px) {
    .hk-header h1 {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 768px) {
    .hk-header {
      align-items: flex-start;
      text-align: left;
      background-color: #FFD14E;
      background-size: 100%;
      background-position: bottom left;
      padding-top: 2rem !important;
      padding-bottom: 34vw !important; } }
  @media (max-width: 500px) {
    .hk-header {
      align-items: flex-start;
      text-align: left;
      background-color: #FFD14E;
      background-size: 140%;
      background-position: bottom left;
      padding-bottom: 44vw !important; }
      .hk-header .col-lg-6 {
        padding-left: 15px; }
      .hk-header h1 {
        font-size: 1.6rem !important;
        margin-top: 15px; }
      .hk-header p {
        font-size: 1.2rem !important; } }
  @media (max-width: 1100px) {
    .hk-header p {
      font-size: 20px; } }

.hk-header-team {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'CircularXXWeb-Regular', sans-serif;
  padding-top: 90px; }
  .hk-header-team img {
    width: 100%; }
  .hk-header-team h1 {
    margin-top: 60px;
    font-size: 48px; }
    @media (max-width: 992px) {
      .hk-header-team h1 {
        font-size: 36px; } }

.hk-header-kontakt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  height: 70vh;
  max-height: 600px;
  margin-top: 96px;
  padding-bottom: 176px;
  font-family: 'CircularXXWeb-Regular', sans-serif;
  background: #FDC02D url(/assets/header-kontakt-1080p.jpg) no-repeat center;
  background-size: cover;
  color: #fff; }
  .hk-header-kontakt h1 {
    display: none; }

.hk-header-hilfe {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  height: 70vh;
  max-height: 600px;
  margin-top: 96px;
  padding-bottom: 176px;
  font-family: 'CircularXXWeb-Regular', sans-serif;
  background: #FDC02D url(/assets/header-faq-1080p.jpg) no-repeat center;
  background-size: cover;
  background-color: #FDC02D;
  color: #fff; }
  .hk-header-hilfe h1 {
    display: none; }

.hk-header-press {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  height: 50vh;
  max-height: 600px;
  margin-top: 96px;
  padding-bottom: 140px;
  font-family: 'CircularXXWeb-Regular', sans-serif;
  background: #FDC02D;
  color: #fff; }

.hk-header-generic {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  height: 50vh;
  max-height: 600px;
  margin-top: 96px;
  font-family: 'CircularXXWeb-Regular', sans-serif;
  background-color: #FDC02D;
  color: #fff; }
  @media (max-width: 992px) {
    .hk-header-generic h1 {
      font-size: 36px; } }

.hk-header-angebot {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  min-height: 200px;
  padding-top: 144px;
  padding-bottom: 0px;
  text-align: center;
  font-family: 'CircularXXWeb-Regular', sans-serif; }
  .hk-header-angebot h1 {
    font-size: 72px; }
  .hk-header-angebot p {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
  .hk-header-angebot img {
    width: 50%;
    border-radius: 100%;
    margin-bottom: 1rem; }
  .hk-header-angebot .hk-cc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    padding-top: 2rem; }
  .hk-header-angebot .hk-name,
  .hk-header-angebot .hk-title {
    font-size: 16px; }
  @media (max-width: 720px) {
    .hk-header-angebot {
      padding-top: 96px;
      align-items: flex-start; }
      .hk-header-angebot h1 {
        font-size: 48px; } }

.hk-features {
  padding-top: 90px;
  margin-top: -50px; }
  .hk-features .hk-feature-icon {
    width: 88px;
    margin-bottom: 1rem; }
  .hk-features p {
    font-size: 20px; }

.hk-process .hk-process-step {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  border-top: 1px solid #CDCCD6; }
.hk-process h3 {
  margin: 0;
  padding: 0; }
.hk-process p {
  margin-top: 0;
  margin-bottom: 0;
  color: #666578;
  font-size: 20px; }

.hk-step-counter {
  color: #5563E5;
  font-family: 'CircularXXWeb-Bold', sans-serif;
  line-height: 38px;
  font-size: 3rem; }

.hk-statements {
  padding-top: 5rem;
  padding-bottom: 3rem; }
  .hk-statements .hk-statement {
    background-color: #fafafa;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: .5rem; }
    .hk-statements .hk-statement h3 {
      color: #FDC02D;
      font-size: 24px; }
    .hk-statements .hk-statement p {
      margin: 0;
      font-size: 20px; }

input[type=range] {
  -webkit-appearance: none;
  height: 4px; }

input[type=range]::-webkit-slider-runnable-track {
  background: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #5767E2;
  height: 16px;
  width: 16px; }

@media (max-width: 500px) {
  input[type=range]::-webkit-slider-thumb {
    margin-top: -12px;
    height: 32px;
    width: 32px; } }
.hk-calculator {
  padding-top: 90px;
  margin-top: -50px; }

@media (min-width: 500px) {
  .hk-calculator-first {
    background: #fff;
    padding: 3rem;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    margin-bottom: 4rem; } }
.hk-calculator-superline {
  color: #5563E5;
  font-weight: bold; }

.hk-calculator h2 {
  margin-top: 0; }

.hk-range {
  margin-bottom: 1rem; }
  .hk-range label {
    font-size: 16px;
    margin-bottom: 0; }
  .hk-range .hk-value-label {
    font-size: 24px;
    line-height: 24px;
    font-family: 'CircularXXWeb-Bold', sans-serif; }

.hk-range-label {
  display: flex;
  justify-content: space-between; }
  .hk-range-label .hk-range-stop {
    color: #666678;
    font-size: 14px; }

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer; }
.custom-range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer; }

@media (max-width: 500px) {
  .hk-range {
    margin-bottom: .5rem; }
    .hk-range label {
      font-size: 1rem;
      display: block;
      margin-bottom: 0rem; }
    .hk-range .custom-range {
      margin-top: -1rem; }
    .hk-range .hk-range-label {
      margin-top: 0rem; } }
.hk-result {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem 1rem; }
  .hk-result .hk-result-label {
    color: #666679;
    font-size: 20px; }
  .hk-result .hk-result-number {
    font-family: 'CircularXXWeb-Bold', sans-serif; }
    .hk-result .hk-result-number.hk-result-number-subtle {
      color: #666578; }
  .hk-result.hk-result-section {
    border-top-width: 4px; }
  .hk-result.hk-result-spacer {
    margin-bottom: 1rem; }
  .hk-result.hk-result-sum {
    border-top: 1px solid #18252E;
    margin: 1rem 0 2rem !important;
    padding-top: 1rem !important; }
    .hk-result.hk-result-sum .hk-result-label {
      color: #18252E; }
    .hk-result.hk-result-sum .hk-result-number {
      color: #585DFB; }
  .hk-result.hk-result-subtle {
    border-top: none;
    padding-top: 0; }
  .hk-result .hk-result-footnote {
    font-size: 12px;
    color: #666578;
    max-width: 90%; }

@media (max-width: 500px) {
  .hk-result {
    flex-direction: column; }

  .hk-result-number {
    text-align: left;
    font-size: 2rem; } }
.hk-calculator-chart {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center; }

.hk-chart-info {
  position: absolute;
  left: 60px;
  right: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #666679; }
  .hk-chart-info hr {
    width: 50%;
    margin-bottom: 1.5rem; }
    @media (max-width: 500px) {
      .hk-chart-info hr {
        display: none; } }
  .hk-chart-info .hk-chart-label {
    font-size: 16px;
    font-family: 'CircularXXWeb-Bold', sans-serif; }
  .hk-chart-info .hk-chart-value {
    font-size: 16px; }
    @media (max-width: 500px) {
      .hk-chart-info .hk-chart-value {
        font-size: 12px; } }
  .hk-chart-info .hk-chart-percent {
    font-family: 'CircularXXWeb-Bold', sans-serif;
    color: #fff;
    font-size: 24px;
    padding: 0 .5rem;
    margin-bottom: .5rem; }
    @media (max-width: 500px) {
      .hk-chart-info .hk-chart-percent {
        margin-bottom: 0;
        margin-top: .5rem; } }
    .hk-chart-info .hk-chart-percent.hk-chart-yours {
      background-color: #586BDF; }
    .hk-chart-info .hk-chart-percent.hk-chart-ours {
      background-color: #8C99EE; }

.hk-calculator-second .hk-range {
  text-align: center;
  margin-bottom: 4rem; }

.custom-select {
  -webkit-appearance: none; }

.hk-footnotes {
  font-size: 1rem;
  padding: 0 2rem;
  color: #666578; }

.hk-bilanz {
  background: #fafafa;
  padding: 2rem;
  margin-bottom: 2rem;
  margin-top: 4rem; }
  .hk-bilanz .hk-bilanz-header {
    display: flex;
    align-items: flex-end;
    margin-top: -3rem;
    margin-bottom: 1rem; }
    .hk-bilanz .hk-bilanz-header img {
      margin-bottom: 6px;
      margin-right: .3rem; }
  .hk-bilanz .hk-result {
    padding: 0; }

.tooltip-inner {
  min-width: 300px;
  text-align: left; }

.hk-result-info {
  width: 12px;
  margin-left: 4px;
  margin-right: 12px;
  margin-top: -4px;
  opacity: .5; }

.hk-result-spacer {
  border-bottom: 1px solid #eee; }

.hk-helper {
  width: 200px;
  text-align: center;
  position: absolute;
  font-size: 1rem;
  background: url(/assets/cursor.png) no-repeat top center;
  background-size: 40px;
  padding-top: 50px;
  margin: 20px 0 0 -220px;
  opacity: .8; }

.badge-fee {
  background: #FDC02D;
  color: #fff;
  text-align: center;
  display: flex;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: 15rem; }

.badge-fee-big {
  font-size: 1.5rem;
  line-height: 1rem; }

.badge-fee-small {
  font-size: .85rem; }

.hk-advantages .hk-advantage-icon {
  width: 128px;
  margin-bottom: 1rem; }
.hk-advantages .hk-advantage {
  max-width: 80%; }
  .hk-advantages .hk-advantage p {
    color: #666679;
    font-size: 21px;
    margin-top: .5rem;
    margin-bottom: 3rem; }

.hk-story h2 {
  text-align: center; }
.hk-story p {
  font-size: 1.2rem;
  color: #666578;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto; }

.hk-person-portrait {
  border-radius: 100%;
  margin-bottom: 1rem;
  width: 242px;
  max-width: 90%; }

.hk-founder p {
  color: #666578;
  font-size: 14px;
  margin-top: 0; }
  .hk-founder p.hk-founders-title {
    color: #050344;
    font-size: 16px;
    margin-bottom: .5rem; }

.hk-founders {
  margin-top: 3rem;
  margin-bottom: 6rem; }

blockquote {
  font-style: normal;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem; }
  blockquote span {
    color: #FDC02D;
    font-size: 3rem;
    line-height: .1rem;
    display: inline-block;
    position: relative;
    top: 1rem;
    margin: .25rem; }
  blockquote b {
    display: block;
    margin-left: auto;
    text-align: right;
    font-size: 1rem;
    margin-top: .5rem; }
    blockquote b img {
      display: none;
      height: 2rem;
      margin-right: 1rem;
      border-radius: 2rem; }

.hk-phone {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hk-phone h2,
  .hk-phone p {
    margin: 0;
    font-size: 24px; }

.hk-jotform {
  min-height: 100vh; }

.hk-contact {
  margin-bottom: 10rem; }

.hk-faq {
  display: block;
  border-top: 1px solid #E5E5E5; }
  .hk-faq:hover {
    background: #F2F5FF; }
  .hk-faq h3 {
    color: #5563E5;
    font-size: 24px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: .5rem;
    margin: 0; }
  .hk-faq p {
    padding-left: .5rem;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 2rem; }
    @media (min-width: 768px) {
      .hk-faq p {
        padding-right: 3rem;
        font-size: 24px; } }
  .hk-faq summary {
    outline: none; }
  .hk-faq summary::-webkit-details-marker {
    display: none; }

.hk-further {
  padding-top: 5rem;
  padding-bottom: 5rem; }

@media (min-width: 768px) {
  .hk-faq {
    margin-left: 3rem;
    margin-right: 3rem; } }
.hk-customform h2 {
  font-size: 24px;
  color: #18252E;
  margin: 0;
  padding: 0; }
.hk-customform p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 20px;
  color: #666578; }
.hk-customform .hk-form-step {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #CDCCD6; }
.hk-customform .required:after {
  content: '*';
  color: #c00;
  margin-left: .25rem; }
.hk-customform .form-group label {
  font-size: 16px; }
.hk-customform .form-group .form-control {
  background-color: #FBFBFB;
  border-color: #E5E5E5;
  border-radius: 4px;
  padding: 16px 8px; }
  .hk-customform .form-group .form-control:focus {
    border: 2px solid #5563E5;
    box-shadow: none;
    background-color: #fff;
    padding: 15px 7px; }
.hk-customform .form-group .custom-select {
  background-color: #FBFBFB;
  border-color: #E5E5E5;
  border-radius: 4px; }
  .hk-customform .form-group .custom-select::focus {
    border: 2px solid #5563E5;
    background-color: #fff;
    padding-left: 8px; }
.hk-customform .form-group .form-control,
.hk-customform .form-group .custom-select {
  height: calc(2em + .75rem + 2px); }
.hk-customform .form-group textarea.form-control {
  min-height: 150px !important; }
.hk-customform .form-group .input-group-text {
  background-color: #fff;
  border: none; }
.hk-customform .form-group .label-bold {
  display: inline;
  font-weight: bold; }
.hk-customform .form-group .label-subline {
  display: inline;
  opacity: .8; }
.hk-customform .form-group .custom-control {
  min-height: 0 !important;
  padding-bottom: .5rem; }

* {
  color: 1px solid red; }

.form-further {
  display: none; }

.btn-fixed-top {
  display: none; }

@media (min-width: 992px) {
  .angebot .btn-angebot {
    visibility: hidden; }

  .btn-fixed-top {
    display: inline-block;
    position: fixed;
    z-index: 16000;
    top: 24px;
    padding: 10px 20px;
    right: calc(50% - 480px); } }
@media (min-width: 1200px) {
  .btn-fixed-top {
    right: calc(50% - 570px); } }
.hk-infopaket {
  background-color: #F2F5FF;
  padding-bottom: 3rem;
  padding-top: 5rem;
  display: flex;
  justify-content: center; }
  .hk-infopaket .row {
    display: flex;
    align-items: center; }
  .hk-infopaket h2 {
    margin: 1rem 0 0; }
  .hk-infopaket p {
    margin: 0 0 1rem; }
    .hk-infopaket p.text-center {
      font-size: 1.1rem; }
  .hk-infopaket img {
    max-width: 100%; }
  .hk-infopaket .hk-superline {
    color: #FDC02D; }
  .hk-infopaket .btn {
    margin-bottom: 1rem; }

.hk-youtube {
  min-height: 300px;
  background: url(/assets/heimkapital-thumb.jpg) no-repeat center;
  background-size: cover; }

.hk-magazin {
  padding-top: 8rem; }
  .hk-magazin .hk-magazin-col {
    align-items: stretch;
    display: flex; }
  .hk-magazin .hk-magazin-post {
    margin-bottom: 2rem;
    box-shadow: 0 20px 40px #ddd;
    display: flex;
    text-decoration: none;
    color: inherit;
    flex-direction: column; }
    .hk-magazin .hk-magazin-post:hover {
      color: inherit;
      text-decoration: inherit; }
    .hk-magazin .hk-magazin-post .hk-magazin-image {
      height: 200px;
      width: 100%;
      background-size: cover; }
    .hk-magazin .hk-magazin-post.hk-magazin-first .hk-magazin-image {
      height: 400px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .hk-magazin .hk-magazin-post .hk-magazin-superline {
      color: #5563E5;
      text-transform: uppercase;
      margin: 1.5rem 2rem .5rem;
      font-size: .75rem; }
    .hk-magazin .hk-magazin-post img {
      max-width: 100%;
      margin-bottom: 1rem; }
    .hk-magazin .hk-magazin-post h3 {
      margin: 0 2rem .5rem;
      font-size: 1.5rem; }
    .hk-magazin .hk-magazin-post p {
      margin: 0 2rem 0;
      font-size: 16px;
      flex-grow: 1; }
    .hk-magazin .hk-magazin-post .read-more {
      margin-top: 2rem; }
      .hk-magazin .hk-magazin-post .read-more span {
        display: block;
        padding: 1rem 2rem;
        border-top: 1px solid #ccc;
        color: #5563E5;
        font-size: 1rem; }
    .hk-magazin .hk-magazin-post:hover .read-more {
      background-color: #F2F5FF; }

.hk-banner.hk-hightower {
  height: 700px;
  background-color: #FDC02D; }

.hk-sidebar-item {
  margin-bottom: 3rem; }
  .hk-sidebar-item h3 {
    padding: 0 2rem 0;
    font-size: 1rem; }

.hk-sidebar-article {
  background-color: #F2F5FF;
  padding: 1rem 2rem;
  margin-bottom: 1px; }
  .hk-sidebar-article a {
    display: block;
    font-size: 1rem;
    color: #5563E5; }

.hk-press {
  padding-bottom: 3rem;
  font-size: 1.2rem; }
  .hk-press h2 {
    border-bottom: 1px solid #ccc; }
  .hk-press .hk-cc {
    align-items: center; }
    .hk-press .hk-cc img {
      border-radius: 100%;
      height: 160px;
      margin-right: 2rem; }
  .hk-press .hk-press-releases {
    padding-bottom: 2rem; }
  .hk-press .hk-press-release {
    border: 1px solid #ccc;
    box-shadow: 0 .1rem .1rem #ddd;
    border-radius: .5rem;
    margin-bottom: .5rem;
    padding: .5rem 1rem; }
    .hk-press .hk-press-release a {
      color: #4864E7;
      font-size: 1.5rem;
      line-height: 1.5rem; }
    .hk-press .hk-press-release .hk-date {
      font-size: 1rem;
      color: #666578; }

.hk-partner {
  padding-bottom: 3rem;
  font-size: 1.2rem; }
  .hk-partner .hk-box {
    background-color: #F2F5FF;
    padding: 1rem 3rem;
    margin-left: -3rem;
    margin-right: -3rem; }
  .hk-partner .hk-infographic {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    .hk-partner .hk-infographic img {
      max-width: 100%; }
  .hk-partner .hk-circles {
    display: flex;
    align-items: center;
    justify-content: center; }
    .hk-partner .hk-circles .hk-circle {
      width: 16vw;
      height: 16vw;
      border-radius: 16vw;
      background: rgba(0, 0, 0, 0.1);
      margin: 0 -1vw;
      align-items: center;
      justify-content: center;
      display: flex;
      text-align: center;
      padding: 2vw;
      font-size: 1vw;
      box-sizing: border-box; }

footer {
  background: #F9F9F9;
  color: #18252E;
  font-size: 16px;
  padding-bottom: 90px; }
  footer h3 {
    padding: .5rem 1rem .5rem 0rem; }
    footer h3 img {
      width: 200px;
      margin: -12px 0 0 -20px; }
  footer a {
    color: #4864E7; }
  footer .nav-link {
    padding-left: 0; }

.read-more a {
  font-size: 16px;
  color: #4864E7; }

.hk-infobox {
  background: #f4f4f4;
  padding: .5rem 1.5rem;
  border-left: 32px solid #eee;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .hk-infobox img {
    margin-bottom: 1rem; }
  .hk-infobox p {
    margin-top: 1rem;
    margin-bottom: 1rem; }

.btn-calculator {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: center;
  margin: 0 2rem; }
  .btn-calculator img {
    width: 2rem !important;
    margin: 0 0.5rem 0 0 !important;
    vertical-align: center; }
