body {
  background: -webkit-linear-gradient(0deg, #fff 60%, rgba(255, 255, 255, 0) 60%), -webkit-linear-gradient(0deg, rgba(237,191,7, 0) 62%, rgba(var(--main-color)) 62%), -webkit-linear-gradient(240deg, rgba(var(--tegels3-color)) 62%, rgba(var(--tegels3-color)) 62%);
}

#main {
  background-color: transparent !important;
}

.introcontainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 100px;
  width: 80vw;
  gap: 20px;
  margin: auto;
}

.titel {
  display: flex;
  width: 60%;
  justify-content: space-between;
}

.text_afbeelding {
  display: flex;
  gap: 50px;
}

  .text {
    width: 50%;
    text-align: justify;
  }

  .afbeelding {
    position: relative;
    width: 50%;
  }

  .afbeelding > div {
    position: absolute;
    box-shadow: rgb(60 64 67 / 100%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  }

.knop {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
  #naarhethandboek {
    width: 300px;
    height: 70px;
    border-radius: 35px;
    text-transform: uppercase;
  }

.logo {
  width: 10%;
}  

@media screen and (max-width:1180px){
  .introcontainer {
    width: 100vw;
  }
}

@media screen and (max-width:780px){
body{
  /* background: -webkit-linear-gradient(-90deg, #fff 90%, rgba(255, 255, 255, 0) 90%), -webkit-linear-gradient(-90deg, rgba(237,191,7, 0) 92%, #155429 92%), -webkit-linear-gradient(240deg, #edbf07 92%, #F8D62D 92%); */
  background: none;
}

  .introcontainer {
    padding: 0px;
    padding-top: 20px;
  }

  .titel {
    order: 1;
    width: 100%;
    flex-direction: column-reverse;
  }
  
    .logo {
      width: 100%;
    }

  .knop {
    order: 2;
    width: 100%;
  }

  .text_afbeelding {
    order: 3;
    flex-direction: column;
    gap: 0;
  }

    .text {
      width: 100%;
    }

    .afbeelding {
      width: 100%;
      height: 200px;
      margin-bottom: 50px;
    }

  .knop {
    order: 2;
    width: 100%;
  }

  


}  