
html {
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.45;
}
*, ::before, ::after {
  box-sizing: border-box;
}
body {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

h1, h2 {
  font-family: Arial, Helvetica, sans-serif;
}

/* header styles */

h1 {
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.1;
}
h2 {
  font-size: 2.5rem;
  margin-bottom: 1em;
  font-weight: bold;
}
#einleitungstext {
  font-size: 1.1rem;
  line-height: 1.5;
}
.searchBar {
  width: 100%;
  height: 2rem;
  font-size: 1.5rem;
  padding: .5rem;
  border: 2px solid black;
}
#resultCount {
      width: 100%;
      height: 2rem;
      font-size: 1.1rem;
      font-weight: bold;
      margin-top: 1rem;
      padding: .5rem;
}
.is-hidden { 
  display: none; 
}
/* section styles */
section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 380px));
  gap: 1.5rem;
}
#searchWrapper label {
  display: block;
  /* margin-bottom: 1.1rem; */
  margin-bottom: 0;
  /*ergaenzung*/
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  margin-top: 0;
  font-size: 1.17rem;
}
.suche {
  /* margin-top: 1.5rem; */
  padding: 0 5px;
  font-size: 1.17rem;
  font-weight: bold;
}
article {
    margin-bottom: 2em;
}
article h3 {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  margin-top: 0;
}
article p {
  font-size: 1.1rem;
  line-height: 1.3;
  padding: 0 5px;
}
section p {
  margin: 5px 0;
}
