body {
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
}

.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  background: #edeeef;
  text-align: left;
  padding: 0 2em;
}
.et-hero-tabs h1,
.et-slide h1 {
  font-size: 2rem;
  margin: 0;
  /*letter-spacing: 1rem; */
}
.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1.2rem;
  /* letter-spacing: 0.3rem; */
  opacity: 0.6;
    text-align: left;
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  /* letter-spacing: 0.1rem; */
  transition: all 0.5s ease;
  font-size: 0.8em;
}
.et-hero-tab:hover {
  color: white;
  background: #d21e1e;
  transition: all 0.5s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #d21e1e;
  transition: left 0.3s ease;
}

.slotsimg_1 {
    width: 60%;
}

.slotsimg {
    width: 100%;
}


.billedetekst_1 {
    font-size: 0.8rem;
}

@media (min-width: 679px) {
  .et-hero-tabs h1,
.et-slide h1 {
    font-size: 2rem;
  }
  .et-hero-tabs h3,
.et-slide h3 {
    font-size: 1rem;
  }

  .et-hero-tab {
    font-size: 1rem;
  }
}
@media (max-width: 679px) {
    .et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  /* letter-spacing: 0.1rem; */
  transition: all 0.5s ease;
  font-size: 0.6em;
}
    .et-hero-tabs h3,
.et-slide h3 {
  font-size: 0.89rem;
  /* letter-spacing: 0.3rem; */
  opacity: 0.6;
    text-align: left;
}
    .et-hero-tabs h1,
.et-slide h1 {
  font-size: 1.3rem;
  margin: 0;
  /*letter-spacing: 1rem; */
}
    .slotsimg {
    width: 100%;
}
    .slotsimg_1 {
    width: 60%;
}
    .billedetekst_1 {
    font-size: 0.6rem;
}
    
    
}