/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* custom.scss fundamental growth J5 */
h1, h2, h3, h4, h5, h6 {
  color: #2092A2;
}
.box1 {
  background: #F0FAF7;
  border-radius: 6px;
  border: 1px solid #cccccc;
}
.empfehlbox {
  display: block;
  background-color: #efefef;
  border-radius: 6px;
  width: 250px;
  padding: 10px;
  margin-right: 10px;
}
.mod-articlesnews__item {
  padding: 10px !important;
  background: #fffaeb;
  border-radius: 6px;
  border: 1px solid #cccccc;
}
/*****************************************/
/*** Media-Groessen Anpassungen ***/
/*****************************************/
@media screen and (max-width: 768px) {
  body {
    /*font-size:1rem;*/
  }
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=custom_15.css.map */