@import "custom_fonts.css";
@import "font-awesome.min.css";
@import "custom_print.css";

/*

*/

.featured-article-badge {display: none; visibility: hidden;}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: "The Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #333;
  letter-spacing: 0em;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Trenda", sans-serif;
  font-weight: 600;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.h1, h1,
.page-header h2 {
  font-size: 3rem;
}

h2.untertitel {
  font-weight: 300;
  font-size: 1.5em;
}

.h6, h6 {
  font-size: 1.4rem;
}

p, li {
  hyphens: auto;
}
.article-details li {
    margin-bottom: 0.35em;
}
