html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

body{
    margin: auto;
    background-color: #a58e74;
    font-family: 'Inter', sans-serif;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.main_header {
    background-color: #424530;
    max-width: 100%;
}

.header_nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0.5rem;
}

img{
    max-width: 100%;
}

.logo img{
    display: block;
    max-width: 100%;
    max-height: 60px;
}

.menu {
    display: flex;
    gap: 2rem;
    height: 2.5rem;
}

li {
    padding-top: 0.5rem;
    text-decoration: none;
    display: block;
    color: #ffefcd;
}

a {
    color: #ffefcd;
    text-decoration: none;
}

.menu__item2 {
    height: 6rem;
    text-decoration: none;
    display: block;
    color: #ffefcd;
    background-image: url(/assets/bookmark.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
}

.headertekst{
    padding-top: 5rem;
    color: #ffefcd;
    text-align: center;
}

.heroimage {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6rem;
    padding: 2rem;
    
}

.heroimage img {
    max-width: 100%;
    height: 500px;
    display: block;
}

.step1 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 1fr;
}

.step1tekst {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12rem;  
    padding-right: 7rem;
    color: #ffefcd;
    background-image: url(/assets/bladje.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.step1img2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
}

.step1img3{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    padding-left: 24rem;
}

.step2 {
    position: relative;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}



.step2tekst {
    position: absolute;
    padding-top: 13rem;
    padding-left: 3rem;
    padding-right: 35rem;
    color: #ffefcd;
}

.step2image {
    position: relative;
    z-index: -1;
}

.step2tekst p {
    text-align: right;
}

.step3 {
    display: flex;
    align-items: center;
    padding: 2rem;
}

.step3image2 {
    position: relative;
    z-index: -1;
}

.step3tekst {
    position: absolute;
    color: #ffefcd;
    text-align: left;
    padding-bottom: 3rem;
    padding-left: 40rem;
    padding-right: 10rem;
}

.step4 {
    display: flex;
    align-items: center;
    padding: 2rem;
}

.step4tekst {
    position: absolute;
    text-align: right;
    color: #ffefcd;
    padding-left: 4rem;
}

.step4image {
    position: relative;
    z-index: -1;
}

.stap5 {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-width: 100%;
    height: 500px;
    position: relative;
}


.step5tekst {
    position: relative;
    z-index: 2;
    color: #ffefcd;
    padding-top: 10rem;
    padding-left: 5rem;
    padding-right: 1rem;
    background-image: url(/assets/bladje.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.uploadvak{
    padding-left: 40%;
}

.tekstbovenvak {
    color: #ffefcd;
}

.vak {
    display: flex;
    max-width: 50%;
    height: 300px;
    background-color: #e09312;
    border-radius: 5px;
    padding: 1rem;
    
  }

  .button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

button {
    background-color: #424530;
    color: #ffefcd;
    margin-top: 1rem;
    cursor: pointer;
}

input[type="file"] {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 100;
    cursor: pointer;
}

.newsletter {
    padding-left: 40%;
    padding-top: 2rem;
}

.newsletter_vak {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 50%;
    height: auto;
    background-color: #e09312;
    border-radius: 5px;
    padding: 1rem;
}

.newsletter_img {
    max-width: 20%;
}

.newslettertekst {
    text-align: center;
}

.tekstvak_email_subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 2rem;
}

.email_vak {
    display: flex;
    align-items: center;
    width: 70%;
}

.email_input {
    flex: 1;
    padding: 0.5rem;
    box-sizing: border-box;
}

.subscribe_box {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
}

.subscribe_button {
    width: 100%;
    background-color: #424530;
    color: #ffefcd;
    cursor: pointer;
}
