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

:root {
  --primary: #990000;
}
#g-navigation {
  background-color: transparent;
  margin-top: 25px;
}
#g-navigation .g-container {
  width: 100%;
}
@media (max-width: 1273px) {
  #g-navigation .g-grid {
    display: block;
    text-align: center;
  }
  #g-navigation .g-grid .logo {
    width: 100%;
  }
  #g-navigation .g-grid .sprache {
    flex: 100%;
    width: 100%;
    text-align: center;
  }
  #g-navigation .g-grid .mod-languages__select {
    display: block !important;
  }
}
#g-navigation .menu {
  text-align: center;
}
#g-navigation .sprache .g-title {
  display: none;
}
#g-navigation .sprache .dropdown-menu > li > a:hover {
  color: #fff;
}
#g-navigation .sprache div.mod-languages ul li.lang-active {
  background-color: transparent;
}
#g-navigation .sprache div.mod-languages ul li.lang-active a {
  background-color: var(--primary);
  color: #fff;
}
#g-navigation .logo a {
  color: var(--primary);
}
#g-navigation .g-menu-item.active .g-menu-item-container {
  border-top: 4px solid;
}
#g-navigation .g-menu-item-container {
  color: var(--primary) !important;
  border-top: 1px solid;
  width: 150px;
  text-align: center;
  padding-top: 21px !important;
  font-weight: 500;
}
#g-navigation .g-menu-item-container .g-menu-item-content .g-menu-item-title {
  text-transform: uppercase;
}
#g-navigation .g-menu-item-container:hover {
  border-top: 4px solid;
}
#g-header {
  background-image: none;
  background-color: #fff;
  padding: 0;
}
#g-header .g-container {
  width: 100%;
}
#g-header .g-container .g-content {
  margin: 0;
  padding: 0;
}
#g-header::before {
  background: none;
}
#g-main p {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0.5rem 0;
}
@media (max-width: 446px) {
  #g-main .fontSize1 span {
    font-size: 1.8rem !important;
  }
}
#g-main .item-title, #g-main .page-header h1 {
  font-size: 4rem;
  text-align: center;
  margin: 0;
  line-height: 1;
  color: var(--primary);
  font-weight: 400;
}
@media (max-width: 446px) {
  #g-main .item-title, #g-main .page-header h1 {
    font-size: 2rem;
  }
}
#g-main h3 {
  margin-bottom: -9px;
  color: var(--primary);
  font-size: 2rem;
  font-weight: 400;
}
#g-footer {
  background-color: var(--primary);
  padding: 0;
}
/*# sourceMappingURL=custom_14.css.map */