/* Variables */
/* Responsive Breakpoints */
/* Variables */
/* Responsive Breakpoints */
/* Responsive breakpoints */
/* Centered / max width (parent item must have text-align:center) */
/* Space top/bottom for paragraph or sections */
/* FontAwesome */
/* Clear fix */
/* Left / right content */
/* Background image (including js fix for IE) */
body {
  text-align: center;
  font-family: Roboto, Arial, Verdana, Sans-Serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3em;
  color: #1d1d1d;
}

#main {
  margin: 30vh auto 50px auto;
  text-align: center;
  max-width: 1500px;
}
#main .logo {
  max-width: 50%;
  height: auto;
}
#main .legal {
  opacity: 0.5;
}
#main a {
  color: #1d1d1d;
  text-decoration: none;
}
#main .targetgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  clear: both;
}
#main .targetgroup > * {
  margin: 20px;
  border: 2px solid #cecece;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(280px + 15px);
          flex: 1 1 calc(280px + 15px);
  padding: 15px;
}
#main .wanted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main .wanted > * {
  margin: 20px;
  border: 2px solid #cecece;
  min-width: 200px;
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(280px + 15px);
          flex: 1 1 calc(280px + 15px);
}
#main .wanted > *.bad {
  opacity: 0.5;
}
/*# sourceMappingURL=style.css.map */