.content_block.intro {
  min-height: calc(100vh - 20rem);
  height: auto;
}

.link-blocks {
  display: flex;
  justify-content: center;
  position: relative;
  /* transform: translateY(-20rem); */
  margin-bottom: -20rem;
}

.link-block p.headline {
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: 700;
}

.link-blocks {
  display: flex;
  /* transform: translateY(13rem); */
  margin-bottom: -13rem;
  flex-wrap: wrap;
}

.link-blocks a {
  text-decoration: none;
  background-color: var(--secondary);
  margin: 1rem;
  padding: 6.5rem 2rem;
  color: var(--white);
  position: relative;
  transition: all .3s ease;
}

.link-blocks a:nth-child(1) {
  /* background-color: var(--primary); */
}

.link-blocks a:nth-child(2) {
  /* background-color: #0066a9; */
}

.link-blocks a:nth-child(3) {
  /* background-color: #00a26d; */
}

.link-blocks a:hover {
  margin: .5rem 1rem;;
  padding: 7rem 2rem;
}

.link-blocks a:first-child {
  margin-left: 0;
}

.link-blocks a:last-child {
  margin-right: 0;
}

.link-block p:not(.headline) {
  text-align: center;
  max-width: 40rem;
  margin: auto;
}

.wrapper_intro .contentimage {
  min-height: calc(100vh - 38rem);
  margin-bottom: 18rem;
  height: 100%;
  background-position: center center;
  /* min-height: 55rem; */

  display: flex;
  flex-direction: column;
  align-items: stretch;


  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.wrapper_intro .wrapper_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3rem;
  flex-grow: 1;
  padding-top: 5rem;
}

.content_block .wrapper_intro h1 {
  text-transform: uppercase;
  font-size: 6rem;
  color: var(--white);
  font-weight: 200;
  align-self: flex-end;
  /* transform: translateY(8rem); */
  max-width: 60%;
  margin: 0;
}

.content_block .wrapper_intro h1 strong {
  display: block;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 1.05em;
}

.link-block p {
  line-height: 1.4;
  color: var(--white);
}

.link-blocks a.lg_4 {
  width: calc(33.3333% - 1.334rem);
}

@media only screen and (max-width: 1280px) {
  .link-block p.headline {
    font-size: 3rem;
  }

  .link-block p:not(.headline) {
    font-size: 1.8rem;
  }

  .content_block .wrapper_intro h1 {
    font-size: 5rem;
    max-width: 63%;
  }

  .link-blocks a {
    padding: 4rem 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .link-blocks a.md_12 {
    width: 100%;
  }

  .link-block p:not(.headline) {
    display: none;
  }

  .link-blocks p.headline {
    margin-bottom: 0;
  }

  .link-blocks a {
    margin: 0.25rem 0;
    margin-left: 0px;
    padding: 3rem;
  }

  .link-blocks a:hover:after {
    content: none;
  }

  .content_block.intro {
    height: auto;
    margin-bottom: 10rem;
  }

  /* .link-blocks:after {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    background: url("../../custom/images/icons/arrow_down.png") no-repeat center;
    background-size: auto;
    content: "";
    height: 40px;
    background-size: 100px;
    transition: all .3s ease;
    left: 0;

    bottom: -1.5rem;
    transform: translate(0%, 100%);
    opacity: 1;
    visibility: visible;
  } */

  .link-blocks {
    margin-bottom: -13rem;
  }

  .content_block .wrapper_intro h1 {
    max-width: 100%;
    width: 100%;
    text-shadow: 0 0 5px rgba(0, 0, 0, .3)
  }

  .content_block.intro {
    min-height: calc(100vh - 8rem);
  }

  .wrapper_intro .contentimage,
  .link-blocks {
    /* margin-bottom: 0; */
  }
}

@media only screen and (max-width: 1024px) {
  .content_block .wrapper_intro h1 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .content_block .wrapper_intro h1 {
    font-size: 4rem;
  }

  .link-block p.headline {
    font-size: 2.5rem;
  }

  .content_block .wrapper_intro h1>* {
    display: inline !important;
  }
}

@media only screen and (max-width: 600px) {
  .content_block.intro {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 500px) {
  .wrapper_intro .contentimage {
    background-position: 7.5% top;
  }

  .link-block p.headline {
    font-size: 2.1rem;
  }

  .content_block.intro {
    min-height: 0;
  }

  .content_block .wrapper_intro h1 {
    font-size: 9vw;
  }

  .wrapper_intro .contentimage {
    padding-top: 50vw;
    margin-bottom: 0;
    height: auto;

    background-size: auto 100vw;
  }

  .link-blocks {
    margin-bottom: 0;
  }

  .wrapper_intro .wrapper_content {
    padding-top: 0;
  }

  .link-blocks a {
    padding: 2rem 1rem;
    font-size:
  }
}



@media only screen and (max-width: 478px) {
  .wrapper_intro .contentimage {
    padding-top: 40vw;
  }
  .wrapper_intro .wrapper_content{
    gap: 5em;
  }
}
