/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* abel-regular - latin */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abel-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Abel Regular'), local('Abel-Regular'),
       url('../fonts/abel-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/abel-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/abel-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/abel-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/abel-v10-latin-regular.svg#Abel') format('svg'); /* Legacy iOS */
}
/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}
/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}
/* Size-one
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.size-one {
  padding: 6rem 0 8rem;
  text-align: center;
}
.size-one-heading,
.size-one-description {
  margin-bottom: 1.2rem;
}
/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
}
/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.content {
  background-color: #fff;
  color: #000;
  text-align: center;
  font-family: 'Abel';
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}.p {
  padding-bottom: 1rem;
}
/* Imprint
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.imprint {
  background-color: #fff;
  color: #000;
  text-align: left;
  font-family: 'Abel';
  font-size: 1.6rem;
  line-height: 1.2;
}
.p {
  padding-bottom: 1rem;
}
.imprint a{
  text-decoration: none;
  color: #000;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  border-top: 1px solid #f07d00;
  background-color: #fff;
  color: #f07d00;
  font-family: 'Abel';
  background-image: url('../images/bg-footer.png');
  background-repeat: no-repeat;
  padding-bottom: 12rem;
}
.footer-description {
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.footer-description a{
  color: #f07d00;
  text-decoration: none;
}
.footer-description a:hover {
  text-decoration: underline;
}
/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
}
/* Bigger than 750 */
@media (min-width: 750px) {
  .section {
    padding: 14rem 0 15rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}
/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem;
  }
}