/* --------------------- section 1 - Video --------------------- */
.section.intro{
  margin-top: 0px !important;
}

/* --------------------- section 2 - intro --------------------- */
.section.intro-foto img{
  width: 80%;
  aspect-ratio: 16/9;
  margin-left: 20%;

  object-fit: cover;
  object-position: top;
}

.section.cta.margin{
  margin-top: 0px;
}

.section.cards.margin{
  margin-bottom: 0px;
}
/* --------------------- section 3 - intro-tekst --------------------- */


/* --------------------- section FAQ --------------------- */





/* --------------------- Mediaquerries --------------------- */
@media screen and (max-width: 1350px) {

}
/* Tablet */
@media screen and (max-width: 1023px) {


}

/* Mobile */
@media screen and (max-width: 767px) {
.section.intro-foto img{
  width: 100%;
  aspect-ratio: 16/9;
  margin-left: 0%;
}

}