/****************************************
Changes
****************************************/
.page-title {
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  line-height: 56px;
  margin-top: 0;
  /* identical to box height */
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 700px) {
  .page-title {
    font-size: 25px;
    line-height: 30px;
  }
}

.post-type-archive-freebies .posts article {
  padding: 0;
  position: relative;
  height: 100%;
}
.post-type-archive-freebies .posts article .abovecat {
  top: 0;
  right: 0;
  background-color: #0D324C;
  position: absolute;
  padding: 5px 12px;
  font-family: Roboto Condensed;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.post-type-archive-freebies .posts article .abovecat a {
  color: #fff;
  text-decoration: none;
}
.post-type-archive-freebies .posts article .ofo_entrycontent {
  padding: 0 30px 30px;
}

.freebies_archiv_intro {
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.ofo_entrycontent a {
  color: #EB5E1F;
  text-decoration: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */
  letter-spacing: 0.03em;
}
.ofo_entrycontent a:hover {
  color: #0D324C;
}
.ofo_entrycontent .preview-header h2 {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 28px;
}

/****************************************
 Single Template
****************************************/
.single-freebies .entry-header {
  text-align: center;
}
.single-freebies .entry-header h1 {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 55px;
  /* or 110% */
  letter-spacing: 0.03em;
  text-transform: uppercase;
  /* Dunkelblau */
  color: #08324B;
}
@media screen and (max-width: 1000px) {
  .single-freebies .entry-header h1 {
    font-size: 26px;
    line-height: 35px;
  }
}
.single-freebies .featured-media {
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .single-freebies article {
    padding-left: 550px;
    position: relative;
  }
  .single-freebies article h1 {
    text-align: left;
  }
  .single-freebies article .post-inner {
    padding-top: 4rem;
  }
  .single-freebies article figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    margin-top: 0;
  }
  .single-freebies article figure img {
    height: auto !important;
  }
}

.downloadbutton {
  background-color: #EB5E1F;
  color: #fff;
  text-decoration: none;
  padding: 15px 25px;
}
.downloadbutton:hover {
  background-color: #0D324C;
  color: #fff;
}

/*# sourceMappingURL=main.css.map */
