body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1 {
  font-weight: bold;
}

.navbar .brand {
  padding: 11px 20px 11px;
}

#docsSearch {
  background: url("https://zinklerbrandes.com/helpscout/title_bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 10em 0;
}

#docsSearch h1 {
  font-weight: 800;
  color: white;
  font-size: 50px;
}

#searchBar .search-query {
  background: #fff;
  border-color: transparent;
  box-shadow: none;
}

#searchBar {
  display: flex;
}

#searchBar button {
  background: #f018e8;
  font-weight: bold;
  border-color: transparent;
  color: #fff;
  border-radius: 4px;
  margin-left: 15px;
  text-shadow: none;
  position: initial;
}

#searchBar button:hover {
  background: #0e0a95;
  border-color: transparent;
  color: #fff;
}

.category-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  grid-gap: 20px;
}

#contentArea .category-list .category {
  background-position: top 16px center;
  background-repeat: no-repeat;
  background-size: 80px auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  min-height: 159px;
  padding: 100px 20px 15px;
  position: relative;
  transition: all 0.2s;
  width: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  .category-list {
    grid-template-columns: 1fr 1fr;
  }
  .category-list .category,
  .category-list.two-col .category {
    width: 100%;
  }

  #mainNav .navbar-inner .container-fluid {
    max-width: unset;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .category-list {
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 478px) {
  .category-list {
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
}

.category-list .category h3 {
  font-weight: bold;
}

/* Best Practices */
#category-42 {
  background-image: url("https://zinklerbrandes.com/helpscout/klemmbrett.svg");
}

/* Ersteinrichtung */
#category-34 {
  background-image: url("https://zinklerbrandes.com/helpscout/campaign.svg");
}

/* Onboarding */
#category-35 {
  background-image: url("https://zinklerbrandes.com/helpscout/website.svg");
}

/* Grundkonzepte */
#category-37 {
  background-image: url("https://zinklerbrandes.com/helpscout/geometry.svg");
}

/* Häufige Anwendungsfälle */
#category-28 {
  background-image: url("https://zinklerbrandes.com/helpscout/office.svg");
}

/* Kreative Anwendungsfälle */
#category-27 {
  background-image: url("https://zinklerbrandes.com/helpscout/bulb.svg");
}

/* Erste Hilfe & Troubleshooting */
#category-25 {
  background-image: url("https://zinklerbrandes.com/helpscout/support.svg");
}

/* Technische Anleitungen */
#category-36 {
  background-image: url("https://zinklerbrandes.com/helpscout/setting.svg");
}



