/* 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
 */

@charset "UTF-8";
/* Home Navigation verkürzen - war vorher 8% */
.fp-navigation {
  margin-right: 55% !important;
  padding-bottom: 0.1rem;
  margin-bottom: -2.3rem;
  border-radius: 0 0 1.2rem 0;
}
/* rechter Leerraum  der NAvigation entfernen; war vorher 2% */
#g-navigation {
  color: #151515;
  background: #a5996D;
  z-index: 1;
  position: relative;
  margin-right: 0%;
}
/* Hover zu lila */
a:hover {
  color: #823259;
}
/*#g-navigation .box1.moduletable, #g-navigation .box1.widget, #g-navigation .box1.g-outer-box, #g-navigation .box1 > .g-content {
    padding-top: 2.5rem;
    padding-bottom: 3.3rem;
    height: 100%;
    border-radius: 0 0 0 1rem;
}*/
#g-navigation .box1.moduletable, #g-navigation .box1.widget, #g-navigation .box1.g-outer-box, #g-navigation .box1 > .g-content {
  padding-top: 2.3rem;
  padding-bottom: 3rem;
  height: 80%;
  border-radius: 0 0 0 1rem;
}
/* Schrift der Navigation vergrößern; war font-size:0.9rem;*/
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
/*# sourceMappingURL=custom_194.css.map */