html, body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

h2 {
  /* font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px; */
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
}
.block-wissenswertes h2 {
  font-size: 16px;
  letter-spacing: 0.12em;
}
h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
h4 {
  
}
h5 {
  
}
h1, .like-h1 h2 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: UPPERCASE;
  margin-top: 85px !important;
  margin-bottom: 85px !important;
  line-height: 32px;
  font-family: 'Bitter', serif;
}
@media(max-width:767px) {
    h1, .like-h1 h2 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
}

/* angebote */
h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 4px;
}

div.angebot-preis {
  color: #1080da;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 50px;
  letter-spacing: 0.015em;
  position: relative;
}
div.angebot-preis.rabatt {
  color: #ff1500;
}
div.angebot-preis.sonderpreis:after {
  content: "Sonderpreis";
  text-transform: uppercase;
  background-color: #ff1500;
  border-radius: 40px;
  color: #fff;
  letter-spacing: 0.13em;
  font-size: 12px;
  padding: 0px 10px;
  margin-left: 10px;
  top: 4px;
  position: absolute;
  line-height: 22px;
}
@media(max-width:1199px) and (min-width:768px) {
  div.angebot-preis.sonderpreis:after {
    content: "Sonderpreis";
    text-transform: uppercase;
    background-color: #ff1500;
    border-radius: 40px;
    color: #fff;
    letter-spacing: 0.13em;
    font-size: 12px;
    padding: 0px 10px;
    margin-left: 10px;
    top: 4px;
    position: absolute;
    line-height: 22px;
    top: 32px;
    left: 0px;
    margin-left: 0;
  }
}
div.angebot-aktion, div.angebot-gueltigkeit, div.angebot-link {
  line-height: 23px;
}
div.angebot-aktion {
  font-weight: 700;
}

/* .angebote */


footer.footer {
  font-size: 16px;
}
footer.footer div.footertext.centered {
  text-align: center;
}
footer.footer .second {
  font-size: 14px;
}

h4 {
    font-family: 'Bitter', sans-serif;
    font-size: 20px;
    font-weight: 700;    
    line-height: 28px;
}
h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

@media(min-width: 1200px) {
  /* nav - header */
  span.header-headline, span.header-headline-small {
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #ffffff;
    line-height: 60px;
  }
  span.header-headline {
    margin-left: 40px;
    font-weight: 900;
  }
  span.header-headline-small {
    font-weight: 400;
  }
  /* nav - nav ul first */
  nav ul.first > li > a {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: 0.2em; /* 20% */
    line-height: 30px;
  }

  /* nav - nav ul second */
  nav ul.second > li > a {
    color: #ffffff;
    font-weight: 700;
    font-family: 'Bitter', sans-serif;
    font-size: 16px;
    text-transform: UPPERCASE;
    letter-spacing: 0.125em; /* 12% */
    line-height: 30px;
  }
  nav ul.second ul.dropdown-menu li a {
    font-size: 16px;
  }
}