.hc-layout {
    position: relative;
}

.hc-layout .pk-col:first-child{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.hc-layout .pk-col:first-child .btn-transparent.arrow-onder.pk-button.hc-scroll-knop {
  margin-top: auto;
}

.hc-layout .pk-col:first-child h1,
.hc-layout .pk-col:first-child h2,
.hc-layout .pk-col:first-child h3,
.hc-layout .pk-col:first-child h4,
.hc-layout .pk-col:first-child h5,
.hc-layout .pk-col:first-child h6{
    margin-top:2rem;
    display: block;
}
.hc-layout .hc-col-form {
  border-radius: 5px;
  background: var(--Sand-light, #F7F5F2);
  padding: calc(3.5 * var(--su));
}

.hc-cta.hc-cta-1 {
  border-radius: 5px;
  background: var(--Green, #10383B);
  padding: calc(2.5 * var(--su));
  color: #Fff;
  margin-bottom:1.5rem;
  margin-top:1.5rem;
  display: block;
}

.hc-cta.hc-cta-2 {
    border-radius: 5px;
    background: var(--Sand-light, #F7F5F2);
  padding: calc(2.5 * var(--su));
    color: var(--Tekstkleur, #312019);
  margin-bottom:24px;
  display: block;
}

.hc-cta-tekst p {
  margin-bottom: 5px;
}

.hc-link:not(:first-child) path {
  stroke: #8C3E12;
}

.hc-layout .hc-link:nth-child(2){
  margin-top:24px;
}

.hc-layout .hc-link {
  display: flex;
  align-items: center;
  gap: 8px;
}


.hc-link:first-child svg {
    transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.hc-link:first-child:hover svg{
  translate:5px;
}


.hc-link:nth-child(2) svg {
    transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.hc-link:nth-child(2):hover svg{
  transform:rotate(15deg);
}


.hc-link:last-child svg {
    transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.hc-link:last-child:hover svg{
  transform:scale(1.1);
}






@media screen and (max-width: 992px) {
  .hc-layout .pk-col:first-child .btn-transparent.arrow-onder.pk-button.hc-scroll-knop {
  position: absolute;
  bottom: 0;
}
.hc-cta.hc-cta-1 {
  margin-top:3.5rem;
}
}

